-
warsoul
how can i mine any crypto using freebsd?
-
skered
A pick?
-
warsoul
skered any
-
HER
bsdcoin
-
skered
If you mind bsdcoin you can trade it for one commit.
-
skered
mine*
-
warsoul
how i can do that in freebsd?
-
mason
warsoul: If you're lax with security, sometimes people will start mining crypto on your stuff without any intervention.
-
warsoul
mason what you mean
-
mason
-
VimDiesel
Title: Cryptojacking explained: How to prevent, detect, and recover from it | CSO Online
-
warsoul
mason how i start mining
-
rtprio
warsoul: same as linux
-
jauntyd
can anyone verify either way if the Postgresql driver for bacula v15 (from ports) works?
-
jauntyd
;)
-
dch
is there a tool that generates htpasswd format files, but with newer algorithms? argon2 would be nice
-
dch
the ones in ports look ancient
-
voy4g3r2
if i am getting this error: cannot zero first 4096 bytes of '/dev/da0': Device not configured when i try to add a drive to a zfs pool
-
voy4g3r2
that means the drive is dead?
-
rtprio
that sounds like it's a sd card reader and there isn't a card in it
-
voy4g3r2
rtprio: it is a hard drive :)
-
voy4g3r2
i am trying ot add it to a zpool
-
voy4g3r2
-
VimDiesel
Title: dpaste/uNzDi (Plain Text)
-
rtprio
but it is a usb drive, eh
-
rtprio
0MB (0 512 byte sectors)
-
voy4g3r2
yeah, i think it is dead :(
-
voy4g3r2
-
VimDiesel
Title: dpaste/jVwnb (Plain Text)
-
voy4g3r2
because i am trying to add to this pool
-
rtprio
you can't zero the first sector BECAUSE IT DOESN'T HAVE A FIRST SECTOR
-
voy4g3r2
so that confirms it is dead
-
voy4g3r2
unless some how it "finds" the first sector
-
rtprio
you could try a different usb cable but i don't think i'd recommend making a USB zpool
-
voy4g3r2
hrm.. i can try the cable, thanks
-
voy4g3r2
i understand the risk of usb zpool.. this is just storing backups, it is not being used for production use
-
voy4g3r2
that is on a machine that is more equipped for it
-
rtprio
okay, but you want to know that the backups are working
-
voy4g3r2
yes i test them in a bhyve periodically
-
voy4g3r2
zfs send recv
-
voy4g3r2
i had a drive laying around and wanted to see if i could expand the pool
-
voy4g3r2
-
VimDiesel
Title: dpaste/kve2J (Plain Code)
-
voy4g3r2
i probably should be fine with the 786g left but still do not understand why the whole APFS and timemachine does NOT compress
-
voy4g3r2
rtprio: thanks for tips, time to go play
-
warsoul
what miner i can use for freebsd
-
rtprio
warsoul: move along now,
-
angry_vincent
can i add directly devctl reset "devicename" to /etc/rc.resume?
-
angry_vincent
or where to put it
-
rtprio
angry_vincent: that seems like a fine place for it.
-
angry_vincent
ok, i will test
-
angry_vincent
maybe it worked
-
levitating
So I just installed freebsd on a riscv64 vm
-
levitating
and I am running into this:
-
levitating
-
levitating
this seem familiar to anyone?
-
levitating
I can't install pkg
-
rtprio
risc64 eh
-
rtprio
i'm not sure they build packages for that platform
-
levitating
So just the base system?
-
rtprio
you can build them yourself, using the ports tree
-
rtprio
-
VimDiesel
Title: Chapter 4. Installing Applications: Packages and Ports | FreeBSD Documentation Portal
-
levitating
I don't see a /usr/ports
-
rtprio
you might have to download it/ check it out if you didn't add it during the install
-
levitating
I didn't install I downloaded a qcow2
-
rtprio
oh
-
rtprio
download one of these and extract it to /usr/ports:
download.freebsd.org/ports/ports
-
VimDiesel
Title: Index of /ports/ports/
-
levitating
how do I download it though?
-
rtprio
fetch
-
levitating
I am still extracing lol
-
rtprio
there are a lot of files
-
levitating
yes and I am emulating risc64
-
levitating
no hardware virtualization
-
levitating
or kvm
-
levitating
okay we appeared to have hit some bugs
-
rtprio
i have no doubts
-
rtprio
why are you doing this?
-
levitating
curiosity and free time
-
levitating
anyway the kernel complained the filesystem got full
-
levitating
even though the qcow2 overlay should grow
-
rtprio
I stopped using qemu when a number of better alternatives came along.
-
levitating
like?
-
rtprio
i use hyperv and bhyve
-
levitating
I don't use windows
-
rtprio
kvm wasn't bad
-
levitating
what's even up with having a backwards compatible pkg tool
-
rtprio
what do you mean
-
levitating
To avoid backwards incompatibility issues, the actual pkg(8) tool is not installed in the base system. The first time invoked, pkg will bootstrap the real pkg(8) from a remote repository.
-
rtprio
yeah, but that doesn't do you any good without risc64 packages
-
rtprio
because it's tier 3 or 4
-
levitating
It's supposed to be Tier 2
-
levitating
-
VimDiesel
Title: Platforms | The FreeBSD Project
-
yourfate
hey, I'm using wireguard vpn a lot, but now I disabled the VPN and the machien can't resolve DNS anymore. There is a weird server in my resolv.conf which I can't ping
-
yourfate
what software usually changes / maintains, resolv.conf?
-
yourfate
or should I just set a dns server there?
-
yourfate
I have `ifconfig_DEFAULT="DHCP"` in /etc/rc.conf
-
yourfate
so I'd assume it would get the defualt DNS server from the dhcp server?
-
vstemen
Yes, it does, and it modifies your /etc/resolv.conf. It is possible that wireguard can also change it but I have no experience with wireguard yet.
-
yourfate
can I tell dhcclient to just try and get it again?
-
vstemen
yourfate, Probably. You might try "service dhclient restart"
-
yourfate
that says `/etc/rc.d/dhclient: ERROR: /etc/rc.d/dhclient: no interface specified`
-
yourfate
ah, I specify the if after the srvice restart command I guess
-
vstemen
Yea, I forgot. I think you do always have to specify the interface on the command line to dhclient.
-
yourfate
hmm, it says it can't start b/c its running, but the PID it tells me doesn't exist. I guess there is some pidfile left somewhere
-
yourfate
ah no, it tells me a wrong PID in the error lol
-
vstemen
Try service dhclient stop.
-
vstemen
then you might try /etc/rc.d/dhclint <ifname> start
-
yourfate
I tried that start
-
yourfate
stop
-
yourfate
it said stopping
-
yourfate
waiting for pid
-
yourfate
then can't start, already running
-
yourfate
I had to find the pid using ps, and kill it
-
yourfate
then I could start it again
-
vstemen
hmm. I guess it didn't have the correct PID in the /var/run pid file.
-
yourfate
hmm, now it runs again, but it didn't fix the resolv.conf
-
vstemen
yourfate, strange. Maybe try renaming resolv.conf and see if it will re-create it.
-
yourfate
nope, restarting it does not create a resolv.conf
-
vstemen
yourfate, Sorry, I don't have any other ideas off the top of my head.
-
yourfate
I'm googling, it seems dhclient itself doesn't maintain the resolv.conf
-
yourfate
its maintainged by `resolvconf`
-
yourfate
-
VimDiesel
Title: resolvconf(8)
-
vstemen
My machines always seem to setup resolv.conf when I use DHCP on them. Perhaps dhclient calls on resolvconf, but I don't know why yours would not.
-
yourfate
lets try something else: reboot :D
-
levitating
adding jobs to make with -j causes some stuff to fail?
-
levitating
trying to make a port
-
vstemen
yourfate, yea, last resort, like reading the manual :-)
-
V_PauAmma_V
Sometimes it can. For elaboration, see #freebsd-ports.
-
levitating
are there any desktop environments with wayland support ported?
-
SponiX
levitating: Gnome and KDE Plasma