-
woland
thumbs: yea I know from sequrity prespective theyre aweome
-
simplydrew
Having an odd situation on 13.1. Had smb configured and working at one point, but has randomly stopped working. Tried doing a “service samba_server start”, but not getting a service found. Configuration is present in /usr/local/etc/smb.conf. Also the right flag is in rc.conf. Any ideas on where to start?
-
polyex
i wanna test that a box i run locally really doesn't accept pw ssh, even if user has a pw set. but my main box is already set up with nice ssh key manager and other stuff that adds to a default ssh. what do you do to deal with stuff like that? maybe make a separate bhyve vm to try from or what?
-
polyex
i just tinker alone dont work so i cant just ask coworkers
-
parv
simplydrew, Do you see any messages in /var/log or on the console?
-
ebonheart
polyex: if it is spinning up testing environments I still like to use vagrant. It hides all the security inanities and lets you ssh straight in to whatever fresh linux/bsd you need to run.
-
V_PauAmma_V
polyex, if your ssh key manager lets you do that, try entering the ssh passphrase wrong 3 times when prompted. If the box you're testing has sshd set to accept passwords, the ssh client should ask for one then. Otherwise the ssh client just gives up then.
-
V_PauAmma_V
Or you could use ssh -F /some/ssh/config/file on the client side to take the key manager out of the picture.
-
Mystified1234
hwy guy's, please guide me on the right path. I have a GPT nvme drive, efi is Partition 1, I've set aside partition to install freebsd on unallocated space of 63GB at partition 7. How I I Install without wiping the drive & for the installer to configure partition 7. Bootloader has both refind & grub.
-
Mystified1234
thanks in advance.
-
Mystified1234
hwy guy's, please guide me on the right path. I have a GPT nvme drive, efi is Partition 1, I've set aside partition to install freebsd on unallocated space of 63GB at partition 7. How I I Install without wiping the drive & for the installer to configure partition 7. Bootloader has both refind & grub.
-
ebonheart
Mystified1234: hoo boy, that sounds like a disaster waiting to happen. I gave up on quadbooting my laptop a long time ago, because my sanity was more important to me.
-
ebonheart
... I think i lost it somewhere anyway, but that is for another time.
-
ebonheart
Step one, do a full image backup of the drive. You are going to need it.
-
edenist
Mystified1234: agree with ebonheart. It *can* be done, but you have to be so careful. I would be worried at updates that you aren't overwriting anything boot related.
-
edenist
for example you can configure grub to chainload the freebsd bootloader: eg as is discussed here
-
edenist
-
edenist
but frankly, if you're just experimenting with freebsd I'd recommend using a VM rather than risk messing up your existing installs
-
ebonheart
edenist: yup, using windows as one of the OSes made for fun times on patch tuesdays.
-
edenist
dual booting multiple OS types off the same drive is a hot-potato regardless of OS these days. I'd never advise in favour of it. if you absolutely must run on metal with multiple OS's use separate drives and do a boot select in bios/uefi at startup.
-
ebonheart
edenist: good advice. Separate drives with separate ESP partitions, letting linux and freebsd (and windows) each use their own bootloaders. That is the sane way to multiboot.
-
Mystified1234
thanks, Guys. I'll take that onboard, and not try it. Instead, I'll pull out an old blk lenovo i7 think it's 2nd or 3rd gen, stick in a small ssd try it out.
-
ebonheart
Mystified1234: yes, spare machines and VMs are great for learning. Good luck!
-
Mystified1234
thanks ebonheart: :)
-
Mystified1234
dito to edenist: :)
-
edenist
no problem Mystified1234 :-) Good luck and happy to assist if you have any further questions
-
Mystified1234
/msg NickServ IDENTIFYwill do mystified
-
Mystified1234
will do thanks.
-
xmj
time to change the passphrase
-
nomad_fr
hi, since upgrade to FreeBSD 13.1 I have Stale file handle on .zfs/snapshot over NFS. It work perfect with same pool same configuration but on 13.0 : it seems there is the same issue with TrueNAS see details here :
forums.freebsd.org/threads/freebsd-…fs-snapshot-stale-file-handle.86363
-
parv
Remount, one or other?
-
parv
s/one or other/one way or other/
-
nomad_fr
parv: yes it works, but on 13.0 there were a bug that gives latency... so I need to upgrade.
-
parv
nomad_fr, By "remount" I mean unmount the NFS exported directory on the client side. Then mount again to see if you still get "stale file handle" message
-
parv
Ah. Nevermind (after having read the thread linked on TrueNAS forums)
-
nerozero
hi there, what is the proper 7z archiving port ?
-
nerozero
I have used previously p7z - which now seems to have security issues
-
luna__
nerozero: 7-zip
-
nerozero
luna__, tnx
-
luna__
np
-
idwer
nerozero: if the archives won't travel outside your freebsd machine(s), you could look at zstd
-
nerozero
idwer, I do, but for this case i should generate archive for "normies" .... and 7-zip doesn't seems to understand tar.zst files
-
nerozero
but thank you for reply !
-
nerozero
-
idwer
7z requires windows users to install 3rd party apps, if that's the challenge
-
nerozero
for ages using that archiver
-
nerozero
and users forced to use that one ...
-
debdrup
nerozero: libarchive, which is the backend for the tar utility (as well as pax, (un)[tg]xz and others) can handle basically all archival formats - so I'm curious why you install 7zip?
-
nerozero
debdrup, really ? I didn't knew that. So can I compress files using tar to make 7zip file readable on windows platform ?
-
nerozero
I will gladly appreciate sample if it is possible
-
debdrup
nerozero: 7zip is a program and has little to do with the compression algorithms (whether it's Lempel-Zip or one of its many derivatives like DEFLATE or others) that're supported.
-
debdrup
nerozero: there's examples in the manual page for both decompression and compression
-
debdrup
Lempel-Ziv, sorry
-
nerozero
tnx
-
nerozero
will look thru, no I have active "monday" ...
-
debdrup
Also, fun fact: For extraction, -xf is enough.
-
debdrup
No need to specify the compression algorithm, it figures that out.
-
debdrup
One of the few good implementations of heuristics code that work reliably.
-
debdrup
Back in the day, libarchive started in FreeBSD but surprisingly quickly got moved to its own project - I'm a little miffed that it's not been more broadly adopted, since it's copy-free licensed and so incredibly useful.
-
nerozero
debdrup, what I need is to compress data and send this file to "normal" office user, basically on windows machine. Which should be possible to decompress by using generic archiver with 7-zip support
-
debdrup
nerozero: yeah, tar can do that.
-
nerozero
debdrup, thank you!!!
-
nerozero
so 7z is kinda tar.7z ?
-
debdrup
No, it's a container.
-
debdrup
Just like video files are typically containers for video+audio and optionally subtitles, so are things like 7zip and tar files.
-
nerozero
debdrup, my question was, if the tar packing files into the stream before compressing, the same way as windows 7zip archiver does?
-
debdrup
nerozero: you can tar then compress the tarball with xz
-
debdrup
I don't remember how libarchive does things, but I doubt it makes much difference on modern CPUs.
-
nerozero
That is really awesome !
-
nerozero
I will reply here about my results
-
nerozero
thank tou debdrup !
-
nerozero
*you
-
nerozero
debdrup, so it is basically lzma .... not it make more sense !
-
nerozero
today i become 50% smarter :D
-
nerozero
unfortunately windows client see a tar file inside archive ... so it is still two step archive, which requires additional brain processing for user...
-
debdrup
nerozero: then just use tar
-
debdrup
tar -xC <file/directory> -f file.txz
-
nerozero
i SHOULD supply 7z archive to a user ( requirement )
-
fonks
I don't know of a tool for creating 7z archives in unix-likes, only unzipping (unar)
-
nerozero
archivers/7-zip port
-
nerozero
add to archive 7z a -t7z archive.7z file1 file2 ....
-
last1
a bit of a strange question: zfs showed I get 85Tb available, then I rebooted the server and empty space jumped to 91Tb
-
last1
is there some sort of cleanup that gets done at reboot ?
-
CrtxReavr
grep tmp /etc/rc.conf
-
CrtxReavr
or `grep tmp /etc/defaults/rc.conf` to see the relevant options.
-
debdrup
Using Tb for storage seems.. an interesting choice.
-
PredatorONormies
hi
-
luna__
hey
-
PredatorONormies
How are you?
-
luna__
sick and tired
-
PredatorONormies
Awesome
-
PredatorONormies
When you get better - you will be feeling epic
-
PredatorONormies
even better than before you were sick
-
PredatorONormies
Beacuse you'll appreciate how good life is when one isn't tired/sick :)
-
luna__
:p
-
PredatorONormies
:3
-
debdrup
Yeaaaaahh..
-
polyex
?
-
V_PauAmma_V
Is there a way for me to see which is the active keyboard and (if kbdmux) which physical keyboards are attacher1000
-
V_PauAmma_V
Is there a way for me to see which is the active keyboard and (if kbdmux) which physical keyboards are attached to it? kbdcontrol is good for changing state but apparently not as good for displaying current state.