01:15:01 evenin' all 01:24:26 evenin' 01:28:41 Hello. If you have a question about FreeBSD, please ask directly and wait until someone with time and knowledge to answer it looks in. 02:08:50 we are here to help you 03:38:28 how do I use a serial line printer? 03:38:34 with freebsd 03:38:47 i can send raw ASCII text to it and it will printer... very slowly 03:39:17 but the text is wrapped wrong without anyregards to words fitting. it's just wrapped at a character limit. 03:39:34 does freebsd provide a solution for this? 03:41:55 i've tried setting up cups and while it does kind of work, there's significant phasing effects which make it difficult to read vs just sending ascii to it and it takes 12 hours to print a single page even at the highest vaud rate 03:45:39 hello? 03:50:04 is polling(4) deprecated? the list of supported devices only seems to include FE and GE cards, i would have thought it was most useful on 10GE cards 05:38:32 if i see i have package X installed, is there an easy way to query how X got on installed, e.g., directly installed, required by packages A, B, and C, etc? 05:40:04 markmcb: pkg query '%a' pkgname; 1 means auto-installed, 0 means manually installed. beyond that, i don't think so other than just looking at its reverse dependencies (%rn) 05:40:54 lw: thanks 05:45:52 anyone playing pokemon on freebsd? 05:49:46 i'm playing poudriere: gotta build 'em all 06:11:14 lol 06:11:25 markmcb, great reply! 11:48:33 How do I set gtk4 theme on FreeBSD, all the traditional methods (settings.ini or gsettings) both do not work... the only thing which works is GTK_THEME env variable, but setting this will not help when it comes to launchers such as rofi 11:59:28 settings.ini works for font but not theme... 11:59:36 application I am trying to get working is dino 12:48:21 Hello , during my last upgrade , i have some truble with mate desktop, I haven't hour or the four virtual desktop, how to fix it ? 14:50:35 Hi, experiencing very low read speeds on a ZFS pool for reasons I don't really understand -- where should I start looking for the cuase? 14:50:38 cause* 14:52:25 discs are a mix of WD82PURZ and WD221KFGX 14:52:34 everything is configured as mirror vdevs 14:54:10 I see something abysmal, like 2mbps. encryption is on, i set ashift to 13. beyond this I did not change much 14:58:36 over LAN, about 10mbps write speed -- the 2 is read 15:41:11 lw ping 16:16:22 How do I get all the notices and messages that were shown when I did a 'pkg upgrade' ? I just want to see the notices and go over them. 16:21:06 never mind, RTFM 16:21:12 pkg info -D 16:22:13 thanks V_PauAmma_V, I was looing in the pkg-upgrade man page and didn't find it in there. 16:27:02 which dir do ppl put postgres data in? 16:30:01 man hier doesn't really say where to put data files that servers write to 16:30:26 alepzi: what postgres data are you talking about? That actual database files that postgres creates? 16:30:37 ya 16:33:10 mns 16:36:51 i think /var/ is the elegant place for that 16:37:03 but man hier implies that's for temporary files no? 16:37:19 no, there's lots of permenant stuff in /var 16:37:29 why doesn't man hier reflect that? 16:37:55 you can move it to wherever the fuck you please 16:38:07 ya obviously but i'm asking what others do and why 16:38:09 i think it does, but i'm open to improving it "log, temporary, transient, and spool files" 16:38:35 maybe "generated daemon/server data"? 16:38:58 i put it on its own partition, but leave it i /var/db/postgres 16:39:44 hier: /var/db "autogenerated system specific database files 16:40:09 but mhorne asked me to leave hier alone for a while, I worked on it all winter. 16:40:10 imo generated is different than autogenerated but ya that's fine 16:40:18 nice ty!! 16:40:39 rtprio: you put it in /postgres? 16:40:54 that's not what i wrote 16:41:14 rtprio: that seems like a very sane place to put it 16:41:50 hier isn't perfect; some things don't perfectly fit 16:42:08 ah so /var/db/postgres is a zfs filesystem 16:42:11 some software authors just reject it all and go for something like /opt or whateverthefuck djb does 16:42:21 alepzi: or ufs, but yes 16:42:41 do you make /var/db/postgres its own thing so you can put specific quotas on it? 16:44:44 so i know exactly how much space is being used. so it won't run /var or / out of space. in case the system ever grows such that it needs its own disks, many reasons 16:45:18 nice 16:47:14 he has a point. the entry for /var/ in man hier could also include the word database without going over and folding onto another line. 16:47:40 *sigh* 16:48:19 /var/ database, log, temporary, transient, and spool files 16:48:32 i also put service generated data in there too 16:48:42 daemons 16:48:56 but stuff running system wide, through rc. not user applications 16:51:06 i am open to adding the keyword database to the var entry if others 16:51:16 I know weigh in positively. 16:56:27 but, tweaking hier can be pointless and just offend everyone. we don't want to move fast and break things here. we don't like churn. new users read hier and see what they want to see, so many different backgrounds and languages. i mean it has a db subdirectory. 16:57:28 people use freebsd because they want stability and consistency. 16:57:34 i would just keep in mind there's nowhere else in all of man hier that's explicit that system applications (service/daemon like postgres) can write data there 16:57:43 and that's a regular purpose of a server 16:57:47 or even desktop 16:58:40 seems vague. data gets written everywhere? 16:58:59 but does it? 16:59:02 like applications get written to /usr/local/bin 16:59:37 ya well that's documented. application DATA isn't 16:59:42 yes absolutely. how the "there" even get there in the first place? it was written 16:59:54 missing the point but ok 17:00:11 well, application data is absolutely written where it goes, i know because i wrote it myself. 17:00:36 that said, applications are sometimes hardcoded with specific assumptions as rtprio was saying earlier 17:00:57 "k" 17:02:23 "k" seems maybe we had a misunderstanding, sorry. 17:03:16 np 17:04:47 many elements like this are just convention. something like man hier is designed to distill those conventions for the user but there are too many conventions and intuitions to all be codified there 17:05:15 if they were all codified there, there would be no need for a user, all configuration would be automatically specified everywhere already. 17:05:35 ya and i'm just saying i've run into this for years man hier doesn't explain ONE place where daemon application generated data should go 17:05:35 so just go by the conventions you are familiar with such as /var/db 17:06:50 i think it really depends on the user to make a judgement about it 17:06:59 given that it is indeed an application 17:33:10 what do you do when a daemon pkg doesn't come with an rc.d script? 17:34:20 what kind of speeds shoudl I expect with the zpool I describe there? 17:34:34 machine has 32GB RAM, coffee lake, CPU usage is pretty consistently low 17:41:54 mewt: i guess i would expect close to 100MB/s, but i don't know. are you accessing it over NFS? 17:42:13 100MB/s for read 17:52:08 jbo: hi 17:54:44 :o 17:54:49 * jbo runs away 17:56:44 lw, I have shell questions 18:03:42 can a rc.d script set an environment var for the command? 18:04:35 shouldn't you be able to just pass the ENV variable as you invoke the command? 18:05:07 jbo: what's the question 18:05:47 lw, how/where does one set environment variables that will be accessible to a GUI application launched through a launcher rather than by "manually" opening a shell and launching it from there? 18:06:27 i would put them in either ~/.login.conf or in your .xsession / .xinitrc, or since i use Wayland i just put them in my normal shell profile 18:08:08 lw, so env FOO=BAR in either .login.conf or .xinitrc? 18:08:38 in .login.conf it would be "me:setenv=FOO=BAR:", in .xinitrc it would be "FOO=BAR; export FOO" 18:09:08 yeah, I'm still (always) confused by that 18:09:13 I wish I'd understand that more better 18:09:20 isn't this shell specific? 18:09:48 sort of, but all shells (sh, ksh, zsh, ...) use this syntax except for csh which has its own 18:09:53 im trying the quickwit pkg but it doesn't have a rc.d script so i'm trying to hack my own shitty 1 in. https://termbin.com/b6c1 when i try sudo service quickwit start it says quickwit does not exist or is not executable 18:10:37 i have /etc/rc.conf quickwit_enable="YES" fwiw 18:12:25 thansk lw 18:12:30 thanks* 18:17:19 alepzi, what does "ls -l /usr/local/etc/rc.d/quickwit" show? 18:18:17 -rw-r--r-- 18:18:21 root wheel 18:18:32 heh 18:18:37 sorry 18:20:06 That's your problem. As the message says, "or is not executable". 18:23:40 i checked the bin to be +x hehe 18:23:47 oops 18:57:56 there any reason a rc.d script should be +w? 19:04:10 why would a service fail to start (messages log says root: /etc/rc warning failed to start quickwit) but after i ssh in i can run sudo service quickwit start and it works fine? 19:06:05 then if i reboot the jail it says the same but root is replaced with alepzi 19:06:06 so weird 19:13:09 figured out the username issue. so real issue is just that this service quickwit start works manually, but not on system boot 19:13:21 but i have other services that do autostart right, like unbound 19:17:57 my /usr/local/etc/rc.d/quickwit file is https://termbin.com/1dvy and /etc/rc.conf has quickwit_enable="YES". sudo service quickwit start works, but on bootup it fails to start with "root: /etc/rc warning failed to start quickwit" 19:21:08 jmnbtslsQE: sshfs 19:21:46 rsync was 11 or so, still not 100 19:27:12 ok this is weird. looking at the jail's console log in the jail host between restarting the jail. when the jail is started up, it "cant assign requested address os error 49" 19:27:23 but after jail is started, sudo service quickwit start doesn't cause that error 19:27:30 same config file and everything is used obviously 19:27:50 so is there a bug in jail or vnet that when it's starting up it fails to let networking work? 19:30:45 ffs wifi 19:50:31 I've got an ipv4 address of 192.168.70.4, how do I setup a ipv6 address on that same system? I have a Comcast gateway, but my freebsd system has a static address. 19:51:59 mns: try 'ifconfig inet6 accept_rtadv' and see if it auto-configures an address 19:52:26 if it does, you can either put that in /etc/rc.conf, or configure a static address in the same network 19:55:28 lw: that didn't do anything. 19:57:44 Can anyone recommend an IDE within the ports to program in C and Java? 19:58:04 hmm. I like eclipse 19:58:44 thank you 20:01:07 RoyalYork: there's also netbeans, intellij, intellij-ultimate. I don't use any of those. I use Emacs. There's also Vim. 20:01:31 Im currently using VI (should look into Vim), but I want something more gui based for now 20:13:11 is VSCode in the packages? Or will i have to compile via ports? 20:13:22 Cant find it int he package repo 20:14:27 vscode wont be available in ports. Vim is Vi IMproved. 20:16:45 is that true? it looks like its been in ports since 2019 20:16:57 RoyalYork: There's GVim 20:18:37 I'll have a look, thanks 20:19:33 https://www.freshports.org/editors/vscode/ 20:19:35 Title: FreshPorts -- editors/vscode: Visual Studio Code - Open Source ("Code - OSS") 20:21:11 ackthet: you're correct. I was looking in ports/devel/ not in ports/editors/. 'pkg search' doesn't show anything for vscode either. 20:23:47 freshports says we have vscode in ports and not in pkgs. 20:52:34 is there a way to automatically have ipv6 configured? In macOS you have configure ipv4 manually and ipv6 automatically (which I presume is like DHCP) 21:22:00 my jail's /usr/local/etc/rc.d/quickwit file is https://termbin.com/1dvy and /etc/rc.conf has quickwit_enable="YES". sudo service quickwit start works, but on jail startup it fails with "root: /etc/rc warning failed to start quickwit". in the logs it says "cant assign requested address os error 49" but after jail is started, sudo service quickwit start doesn't cause that error. so is there a bug in jail or vnet that when it's starting 21:22:02 up it fails to let networking work? 22:04:02 is there any audio to text software available? 22:14:14 no 22:16:34 xFCFFDFFFFEFFFAF: are you sure? 22:16:45 no 22:17:29 "no u" then... 22:36:04 my jail's /usr/local/etc/rc.d/quickwit file is https://termbin.com/1dvy and /etc/rc.conf has quickwit_enable="YES". sudo service quickwit start works, but on jail startup it fails with "root: /etc/rc warning failed to start quickwit". in the logs it says "cant assign requested address os error 49" but after jail is started, sudo service quickwit start doesn't cause that error. so is there a bug in jail or vnet that when it's starting 22:36:06 up it fails to let networking work?