07:14:48 PF-related question (again, due to no response....) from what I can see, match rules don't create states - If multiple match rules exist - they are all evaluated. The question is - why do these rules allow, for example: match in on ix0 inet proto tcp from any to 11.22.33.44 port = 60000 flags S/SA keep state (source-track rule, max-src-conn 1, 07:14:48 overload , src.track 10) match in on ix0 inet proto tcp from any to 11.22.33.44 port = 60000 flags S/SA keep state (source-track rule, max-src-conn-rate 1/1, overload , src.track 10)   but nothing gets overloaded in any of these tables? 07:46:53 quiet as a tomb ... 07:50:24 does samba exists on bsd? 07:50:36 bzimage: yes 07:53:00 thank you 07:55:55 ridcully: can i set up domain contollers and everything like in linux?:) 07:58:46 https://cromwell-intl.com/open-source/samba-active-directory/ 07:58:51 never tried it bzimage 07:59:21 thank you 08:17:49 did something change in sudo or something else lately? i used to be able to type 'sudo myscript' and it would find and start ~/.local/bin/myscript. but now it says command not found. i didn't make any changes to PATH in my ~/.login_conf or anything like that. just did a pkg upgrade, rebooted, bam doesn't work. 14.1-p1 fwiw 08:19:02 i'm wondering to which home is `~` expanded to? 08:20:52 ~ refers to the user 08:21:08 like /home/l00py/.local/bin/myscript 08:23:00 aaah, i remember now. it's expanded by the shell, before providing it to sudo. i was wondering if it would try the home of root 08:23:37 maybe something to do with secure path? seems new in sudo 08:23:47 nothing with ~ was passed to sudo 08:24:02 all i type is `sudo myscript` and it used to work (until an hour ago) 08:37:43 ya it looks like secure_path is now enabled by default. the sudo docs suck, looking for how to disable it 08:41:23 https://www.sudo.ws/posts/2024/09/why-sudo-1.9.16-enables-secure_path-by-default/ 09:10:31 so what's the syntax to disable secure_path and return to old behavior? Set secure_path false in /usr/local/etc/sudo.conf didn't work 09:25:22 l00py: in the link you pasted: You can disable using secure_path by deleting or commenting it out from the sudoers file. In this case, sudo falls back to the old behavior. 09:26:02 i had to add Defaults !secure_path to /usr/local/etc/sudoers/DEFAULTS 09:27:38 if i run su in a dougrabson/freebsd14.1-small podman container, i'm getting Shared object "libbsm.so.3" not found, required by "su". how do i install this library? 09:33:36 bjorn3: on the off chance podman uses pkgbase, you need FreeBSD-libbsm package - if not, no idea (i don't use podman) 09:37:11 ivy: that worked. thanks! 09:37:22 nice 09:52:41 Hi, I have noticed that the terminal does not work well in vim when I am remote logged (rlogin) to a colocated server (I have a workstation + a couple of rack servers colocated). If I do LANG=C then it works well, LANG=C.UTF-8 by default. 1) where do I define how LANG is configured in FreeBSD? 2) does this resonate to anyone? C.UTF-8 causing issues with remote terminals? 10:12:04 uskerine: I didn't know anyone still used rlogin. But check your .login_conf 10:12:25 or /etc/login.conf 10:15:47 i have a vague memory that freebsd rlogin/rsh only supports obsolete cyphers (DES?) even though Kerberos supports newer cyphers, which would make me wary of using it 10:19:24 rlogin etc aren't in base any more and the man page from 13.2 says "The rlogin utility will be replaced by telnet(1)in the near future." :-D 10:24:40 it's not in base but i believe cy@ still maintains it in ports 11:43:34 Is there any way to *embed* the GELI passphrase on FreeBSD so that it won't ask for it anymore each time the system boots? 12:00:52 tercal: that, if possible, would sidestep the whole point of having GELI 12:02:11 I think you can, once booted, remove the GELI requirement, but I don't know how to do that 12:35:35 i got a bsdinstall script that started failing. there's a line in it that runs 'route add default 10.1.1.1' but errors with invalid argument. i found a freebsd forum post talking about the syntax changing wrt fibs or something? 12:36:25 14.1 btw 13:59:52 Yo. Where would one look for packages made via "make package" for a given port? I remember that there were some .tbz or .tgz files created somewhere in /var in the past. Can't find any such package files anywhere after `make package` issued in port directory - https://dpaste.org/dMAfU/raw 14:02:44 nie to okienko 14:02:51 Yo. Where would one look for packages made via "make package" for a given port? I remember that there were some .tbz or .tgz files created somewhere in /var in the past. Can't find any such package files anywhere after `make package` issued in port directory - https://dpaste.org/dMAfU/raw 14:03:00 It may be possibly related to the fact that I've used freebsd-update and buggy etcupdate. My ports are telling me "Ports Collection support for your FreeBSD version has ended, and no ports are guaranteed to build on this system. Please upgrade to a supported release." while I'm up to date with /usr/ports (I can see fresh commits from today), and uname tells me that I'm on 14.1-RELEASE-p5 14:03:01 regis: it's in /work/pkg/ 14:04:02 ivy: I can only see work-dirs needed for compilation there. Not the resulting package file. 14:04:24 are you sure the build suceeded? i just tested it and it worked here 14:04:38 [61!] hemlock ~/src/ports/lf/security/dehydrated [lf/main]% ls -l work/pkg 14:04:38 total 41 14:04:38 -rw-r--r-- 1 lexi users 38770 Oct 28 14:02 dehydrated-0.7.1.6.pkg 14:10:49 evilham: the build succeeds. `make package` succeeds as weel (can't find resulting package archive though). BUT, I'm on 14.1-p5 done fia freebsd-update and on `main` ports branch, yet I'm getting silly "Ports Collection support for your FreeBSD version has ended" 14:11:28 I'm trying to build Dovecot from ports because the package dis compiled w/o MySQL support and my setup depends on both Postfix and Dovecot talking to MySQL. 14:12:44 It's quite silly. I've never had these issues with source building and mergemaster. freebsd-update and etcupdate seem to be half-baked every time I try to do the stuff that worked before. 14:13:57 And I'm talking about release versions, while sporting CURRENTs on my ThinkPad. 14:29:56 stl ivy in a LAN environment where you have several servers they are still useful. They cna be installed separately, unfortunatelly there is a bug so rcp does not work. A header in base points to /usr/bin/rsh instead of /usr/local/bin/rsh 14:30:53 https://forums.freebsd.org/threads/rcp-issue-using-legacy-bsdrcmds-r-commands-package.95211/#post-674568 14:32:11 i assume you find them useful because hosts.equiv is easier to set up and shosts.equiv for ssh? 14:32:18 s/up and/up than/ 14:33:43 i/29 14:33:44 sorry 14:34:38 yes it is pretty straightforward, also forwarding X11 in rlogin is straightforward 14:35:17 if you are developing something in a controlled LAN segment, there are no security concerns and there is little to gain with ssh 14:35:51 I would like to be able to use rcp, when I have a free slot I will try to learn how to submit a bug or a patch for that header 15:06:38 Hey folks! How hard is it to get sound to work, on Lenovo P50 (Skylake, snd_hda probably)? mpv plays stuff without errors, but I don't hear any output. I had a look at the docs, but it looks scary. 15:07:22 cizra: you mean the internal speakers? 15:07:45 (have P51 and it doesn't seem to have any issues like that) 15:13:38 yuripv: Internal speakers, cable output, or Bluetooth headset. I haven't gotten around to thinking of the Bluetooth yet, so far I'd like at least something to work. Thanks for the info. 15:15:20 OK, I'm having a major WTF moment. Here, a reboot later, with no changes, sound works. Maybe the difference is between being docked or not docked? 15:18:38 it's been over a decade since I had a thinkpad dock, but don't they also route analog audio through them, once connected? (has its own headphone socket or whatever) 15:18:51 could be, yes 15:19:52 Yes, the dock has a headphone socket. Very comfy for leaving the headphones at work desk. 15:20:10 Is there a mechanism for choosing/switching the output? 15:20:27 cizra: i don't do anything fancy with sound but there's a couple of sysctl that are interesting. first cat /dev/sndstat to see what devices there are 15:21:08 pcm0: (play/rec) default, and pcm0=microphone <- and that's regardless whether I'm docked. 15:21:08 then you have hw.snd.default_auto (which defaults to 1), which will try to choose it automatically (plug detection i guess?) 15:21:38 and you can set hw.snd.default_unit to the one you want to use 15:22:10 hw.snd.default_auto was 1. hw.snd.default_unit was 0 (that's a pointer to my pcm0, I suppose?) 15:24:17 yeah. sounds like you only have 1 device? which might make sense for a laptop. but mine gives me 8 pcm devices (3 hdmi, 2 analog, 3 USB devices...) 15:25:31 I don't know how it chose the correct unit (default_auto=1) for me, but it did and I'm glad, I don't need to touch it ;-) 17:04:45 I occasionally see some playback issues. Often it is caused by a desktop application hat is connfig'd to use Pulse Audio rather than OSS 17:07:05 mate "sound preferernces" shows several devices available, though. You can pick default on the input and output tabs. YMMV with gnome/kde/other-box 17:09:36 for me hw.snd.default_unit i 0, may be affected by the mate sound settings thingy 17:10:05 let's say in loader.conf i have kernel=kernel.FOO; foo_bar=YES; bar_load=YES; now i'm at the "OK" prompt and i want to boot kernel.BAR instead, but i still want to load my modules. what do i type? 17:10:14 s/foo_bar/foo_load/ 17:15:54 I've never actually tried specifying a non-GENERIC kernel from loader.conf like that... 'man nextboot' maybe? 17:17:43 i don't see anything immediately relevant there sadly 17:54:20 I'm trying to get about 50 png files that are 28.5MB into an email (gmail) that only can hold 25MB how can i do this and how can i make them alphabtical order or is this even possible ? 18:03:09 oxbar, The usual thing is to upload them to an image site and then send the URLs to the images. 18:03:31 You might have heard someone say that email is not a file transfer protocol. Though we do abuse it for one often. It's okay for small things. 18:04:12 If you must email photos as attachments then only send one at a time, or three at a time, until you have transmitted all of them. 18:05:15 When I need to do something like this I upload them to my own web site and then send the URL in the email. 18:05:50 Hi 18:05:53 If they must be a bundle then I tar them up for Unix folks or zip them up for MS folks and post a URL to download the file bundle from my web site. 18:20:43 rwp: my wife is not techincal at all. she wants them in an email so she can see them download them put them in order/rename them etc .. 18:22:38 Of course! Most people can handle links okay. But for what you described I would send them attached either one at a time or attached three at a time. 19:01:54 hello 19:03:13 i use freebsd as a nat/router service among other stuff, it has 2 nics, one external one internal. I run a game server on port 27500 which listens on all interfaces, the problem is that i cant connect to the internetip, just the internal one. for others outside my lan the external works. can i fix this with some route or pf trickery? 19:09:58 sopparus: freebsd got a discord also.. they got channels like #networking and #helpdesk.. you might get a answer there faster 19:10:02 just fyi 19:11:29 if you can't get *OS* support without using discord that doesn't seem great 19:11:45 sopparus, I am somewhat surprised that does not Just Work already. It Just Works for me. I just checked. Therefore it must be something you are doing in your pf.conf file that other people are not doing. You would need to post it. 19:11:49 mewt: you can get OS support here or on the mailing list, no one is saying you *have* to use Discord 19:12:18 it was just an option.. this place dosen't answer right away like hours or so depends on who is here i guess 19:12:18 i'd love to answer the question but i do everything i can to avoid hairpin NAT because it's so gnarley, but i'm sure other people know the answer if OP hangs around long enough 19:12:27 i don't think it's something an open-source project should really...endorse by use at all but i've apparently been able to forget it existed til now, so shrug 19:12:36 my bad then 19:12:44 i do agree that in general freebsd inc. should not endorse discord 19:12:56 but... it does... and there are people there who could maybe help 19:13:03 rwp: https://dumpinen.com/ZGHxrge3et- 19:13:04 i do prefer to point people at the mailing lists before discord though 19:13:18 I personally don't like web forums. They just don't work well for my work flow. Mailing lists are good. IRC is good. For other people it is other things. 19:14:54 well, unless i'm compelled to use it for some reason i'll continue pretending i don't know about it 19:17:14 sopparus, Maybe. This is at the edge of my comfort. But if you want to allow your LAN try adding "set skip on $intif" on the line after "set skip on lo0" and see if that allows it. 19:19:00 That will of course allow anything on your LAN side interface. But I think that is what you are wanting to do. I allow it here too. Some people like things otherwise though. 19:29:24 different strokes for different folks 19:31:32 kevans: i love you but this is a terrible opinion 19:31:47 discord is literally trying to privatise all real-time discussion on the internet 19:32:04 you can't just "well you do you" that, what they are doing is literally killing open discourse 19:39:17 i mean, i'm not a fan 19:40:17 you can't really deny that irc, discord and matrix all have likely relatively disjoint userbases, and it'd be silly to put all your eggs into one basket when you're seeking help (from the perspective of someone seeking help) 19:41:21 kevans: indeed... matrix is at the polar opposite end of the spectrum of "conversation privacy" 19:42:31 I miss the "happy medium" days.... 19:44:26 it's sad that all we can offer in opposition to Discord is Matrix which is fucking terrible 19:44:43 and IRC which only sad old millennials like me use 19:44:58 yeah. i get pissed every time I look at my matrix tab in thunderbird 19:45:14 it could have sucked less with better clients 19:45:56 "it'd be silly to put all your eggs into one basket when you're seeking help" - i agree that if FreeBSD Discord exists, freebsd users should go there to seek help, my objection is that FreeBSD Inc. should not officially endorse Discord as a platform 19:47:25 ivy: hey... I use irc.....and I'm before the millennials.... 19:47:40 I like irc... 19:48:48 I am one odd one though who prefers using a Mac as his input machine... 19:49:38 ivy: as far as I'm aware there's no such project endorsement 19:50:04 and I wouldn't say "should go there" without qualification 19:51:11 kevans: here is a website owned by FreeBSD Inc. that explicitly endorses Discord https://wiki.freebsd.org/Discord/DiscordServer 19:51:36 wiki is community maintained, much like the discord server 19:51:46 ok, you are going to reply that they didn't put out a press release saying "all FreeBSD users should join discord", but this is the first ddg link for "freebsd discord" and the first link is the discord itself 19:52:20 as far as I'm concerned the project only endorses mailing lists and matrix, both of which are services it hosts 19:52:29 brb 19:53:10 kevans: did you see my latest panic 19:54:43 sopparus, Meanwhile... Try that change I suggested. Let us know if it solves the problem or not. Also let me know if leaving it out was intentional or accidental. 20:01:30 ok will try 20:02:06 no, it didnt help 20:02:31 i cant remember, i made the cfg several years ago :) 20:05:28 kevans: Eh? The project endorses IRC I thought. 20:05:44 https://www.freebsd.org/community/irc/ 20:06:21 I see a Discord link here: https://www.freebsd.org/community/ 20:08:06 ivy: There are other proprietary platforms listed there too. And ironically I don't see Matrix listed. 20:09:48 yeah it's weird FreeBSD Inc. links to a website run by a Nazi, but maybe they just didn't get around to removing those 20:10:45 sopparus, Hmm... Sorry that was my best shot. It's really just outside my comfort range of knowledge about it. Here is my current config: https://paste.debian.net/plain/1333744 20:12:05 sopparus, Strike that. I realize now that it is probably working for me due to my local routing actually hitting the $ext_if side of that interface not the $int_if side. My confusion. It's an odd setup here. Meaning it might not be working for me using that configuration. 20:18:59 ivy: no sorry, very busy concreteing lately 20:23:27 kevans: is that a git thing? git apply-concrete-ref? 20:25:50 I suspect it involves work gloves, shovels, and back breaking labor. 20:26:17 isn't the whole point of knowing C that you don't have to do that? 20:26:50 ivy: no... its called part of home renovation (at least for me) 20:27:44 wait, you mean you do it on purpose? 20:27:49 Yep 20:27:58 ... are you American? 20:28:12 Yes but why does that matter? 20:28:24 i think only Americans do this :-) 20:28:31 for fun, that is 20:29:13 Who said it was for fun? Its called being responsible for my place of living.. 20:30:10 * ober hunts for a dev he can send a m1 macbook air to for keeps to help freebsd on apple silicon 20:30:46 ivy: no it's a giant hole in my backyard and 16,000 pounds of concrete in my shop 20:30:49 =) 20:31:01 ober: If I could "safely" multiboot this one.. I'd put it on here lol 20:31:19 This MBP is a behemoth 20:31:40 you have a shop? i am so confused 20:32:55 * ober bets kevans already has apple silicon 20:33:24 owning property must be a novel concept to ivy 20:33:25 ober: he claims to but he won't make freebsd work on my mac mini, so obviously lies 20:33:54 * ober learned the hardware on netbsd giving hardware away does not result in much. 20:33:59 the_oz: i'm a millennial, we literally invented the renting generation 20:34:10 one of the discord folks finally unblocked the interrupt work that we needed to make progress with apple silicon 20:34:59 unfortunately the only other person working on it passed away after the last bsdcan, but I think I have all of his latest patches for upstreaming 20:35:16 now it's just a matter of finding time 20:35:21 gotcha 20:42:49 the contributor on discord has done some additional work, but it'll be a little more challenging because he's rust'y 20:57:08 i  got a bsdinstall script that started failing. there's a line in it that runs 'route add default 10.1.1.1' but errors with invalid argument. i found a freebsd forum post talking about the syntax changing wrt fibs or something? 14.1 btw 21:03:48 FreeBSD has a discord? 21:08:08 That was news to me too 21:12:41 Administration got political and violated platform promise. 21:12:53 Discord admins, namely. 21:13:59 "add net default: gateway 10.1.1.1 fib 0: invalid argument" 21:16:21 the_oz: you mean they banned people for being homophobic or something, i guess? 21:17:17 What's the difference between discord and well...here (other than all the problems associated with discord like bots, spam and ease of account loss)? 21:18:44 ivy, why do you feel the need to defend what you had no part in? 21:18:45 100py: you mean route with option '-fib 1'? 21:19:44 the_oz: so, yes. good to know 21:20:08 TommyC: we got rid of these problems 20 years ago 21:20:50 Without any reasoniung at all you will besmirch complete strangers. Is it that hard to believe that power gets abused? 21:20:53 100py: I am sorry. I did not quite catch up. are you trying to have one more routing table? 21:21:14 luke_jobless_sb no my bsdinstall script has exactly 'route add default 10.1.1.1' and it normally works but on this new machine i'm setting up it errors while running saying "add net default: gateway 10.1.1.1 fib 0: invalid argument" 21:22:09 i got disconnected 21:24:19 hello bsdi baddies! Help me 21:24:34 geom disk list shows me that two hard drives have same ident 21:24:45 100py: I don't know. try: route add default 10.1.1.1 -fib 0 21:24:47 how can I add them to zpool by diskid then? 21:25:06 100py: I am just answering mundane according to the error message since I do not know any detail 21:25:31 luke_jobless_sb i can try that but the man page for route says my syntax should work :( 21:25:34 i'll try tho 21:25:41 l00py59: Can you show us that bsdinstall script? 21:26:30 dh it's pretty long. lemme reduce it to the smallest 21:28:41 noooo not again panic: got NULL turnstile on rwlock 0xfffff80010b1b890 passedv 1 v 1 21:29:02 i heard I can gpart label disks with GPT and such. But my freebsd install has flacky gptid 21:29:16 Sometimes /dev/gptid wont show causing troubles importing zpools 21:32:40 please help. freebsd forum is under maintenance 21:41:17 hi 21:44:02 ScrewDriver1337: I don't know. I have never needed gptid for importing zpools 21:44:39 what happends if I do zpool create ... /dev/da0 /dev/da1 21:44:49 and then I reconnect drives in different order? will ZFS recognize who is who? 21:45:22 ScrewDriver1337: You mean after creating table and partition? 21:45:38 yes ig zpool creates gpt table and such 21:45:44 because drives are clean completely 21:46:09 ScrewDriver1337: So you wanted to ask how to partition and formatting disk? 21:46:16 NO 21:46:37 ScrewDriver1337: you may? 21:46:41 no 21:46:54 I always use GPT labels for my ZFS pools. So that when a drive fails I can identify the drive. But ZFS drives may be imported in any mix of devices. 21:47:01 even if I format disk with gpt table and partition, and reference it by unique gpt id 21:47:10 the issue is that /dev/gpitid does not work :( 21:47:28 I have kern.geom.label.gptid.enable="1" in /boot/loader.conf and still see no /dev/gptid 21:48:01 What is /dev/gptid? I have not heard of it. 21:48:14 is it linux? 21:48:21 no... freebsd 21:48:31 how do you create zpool then? 21:48:50 format to zfs and create? 21:49:07 I have a pool that was created like this: zpool create -o altroot=/mnt -O compress=lz4 -O atime=off -m none -f zroot raidz2 gpt/z0K1G42J7B gpt/z1K1G4UZ7B gpt/z2K1G496BB gpt/z3K1G3T97B gpt/z4K1G4UZXB gpt/z5K1G4G4RB 21:49:38 gpt is /dev/gpt thingy 21:49:43 That was after partitioning the drives and setting them with GPT labels. 21:49:44 and I dont have /dev/gpt for some reason 21:50:21 The FreeBSD kernel allows access to a disk device by only one path exclusively. If you access a disk by /dev/ada0 then all other paths are immediately removed. 21:51:03 so I cannot have both /dev/diskid and /dev/gpt ? 21:51:13 What is /dev/diskid? 21:51:20 kern.geom.label.disk_ident.enable="1" 21:52:20 The BSD installer set up my systems with kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" in /boot/loader.conf and I never knew enough to change those settings. 21:52:54 And so that explains why I never knew about /dev/diskid or /dev/gptid and never needed them I guess. I am using GPT labels instead. 21:53:44 thats interesting 21:54:34 can you point me to the man page? because forum is down and I cant find any information 21:56:02 I would start here: https://wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND 21:57:49 It appears what you are using is from glabel(8) but those are from before my time with FreeBSD. gpart(8) is the way that has been recommended to me since I started using it. 21:59:16 do a `zpool status` and see what's going on. If you rebooted and something failed or it got accessed via a different means than normally that could explain the missing expected previous method 22:00:14 thing is 22:00:25 Unfortunately I only know of a book to get a good overview of this, namely Advanced ZFS by Alan Jude, Michael Lucas 22:00:27 my primary hard drive is reference by diskid 22:00:29 diskid/DISK-WW63PMYJ ONLINE 0 0 0 22:00:35 so I cannot turn off disk_ident 22:00:53 but to /dev/gpt work disk_ident needs to be turned off 22:00:55 under the "ZFS Best Practices" chapter 22:05:24 I have never used glabels as I explained but I have used device names /dev/da0 or /dev/ada0 and so on and have converted from those to /dev/gpt/* names. One must boot other media, such as the installer disk, and then import the pool telling it to use the desired names, whichever names those happen to be. Then export the array. Then reboot normally and the new names will be used. 22:06:31 In the "man zpool-import" page it says: -d dir|device Uses device or searches for devices or files in dir. The -d option can be specified multiple times. 22:08:02 Which means that an import of "zpool import -R /mnt -d /dev/gpt" booted from the installer would import using the new device paths. Then one can reboot and it should use the new device path. 22:08:19 Going the reverse direction to glabels should work too. 22:10:11 ok 22:10:15 gpart populated /dev/gpt 22:10:23 now lets see if it persist by reboot 22:10:47 yeah 22:11:38 https://files.catbox.moe/72wrwv.png 22:11:55 ScrewDrtabtabtab 22:12:00 welp 22:13:07 ScrewDriver1337, https://files.catbox.moe/72wrwv.png 22:13:37 starts at "The Importance of Labels" 22:13:48 +1 for good documentation! 22:14:05 ScrewDriver1337, Please see and read the_oz's reference above. 22:20:23 the_oz: thanks! 22:41:48 dh still here? finally got script pared down 22:46:11 it's https://termbin.com/2op7 22:55:10 Thanks rwp 22:55:47 oxbar, Good luck! 23:03:12 =) 23:09:50 anyone know why my simple 14.1 bsdinstall script https://termbin.com/2op7 makes the error "add net default: gateway 10.1.1.1 fib 0: Invalid argument"? 23:14:46 fwiw in the ifconfig outputs, the ip i assign the bge0 if never shows up 23:17:58 https://termbin.com/8o5c includes my etc/rc.conf 23:20:05 l00py: I don't see any bge0 configuration attempts in that script 23:20:39 ya it's in the file 23:21:02 What are the best time/activty for this channel ? cause it can go for a while without a response 23:21:21 I have to remember timezones also 23:21:48 l00py: Not in the excerpt you pasted 23:22:16 dh no i mean it's in the system.tgz. have you used bsdinstall? you combine an installerconfig file and a system.tgz fs overlay 23:25:51 I have used it and have developed install scripts. However I have no idea what system.tgz is or what it contains. 23:26:17 all it is is files that are expanded into place over the base OS install 23:26:18 I assume what ever network configuration it contains, is not actually functional. 23:26:42 well i've used this exact setup on other machines recently and it worked fine. and the man page for route supports what i'm saying 23:26:55 not sure what "Invalid argument" refers to in route add default 23:27:14 You said that bge0 isn't actually configured 23:27:22 ya 23:27:59 So .. networking configuration doesn't actually happen as you expect for whatever reason. 23:28:05 think it would need to be configured with an inet for route add default to work? 23:29:44 Yes 23:29:53 ok guess i'll start there 23:38:25 if i put ifconfig_bge0="inet 10.1.1.14 netmask 255.255.255.0 group langrp group pubgrp" \n ifconfig_bge0="up" in /etc/rc.conf.d/netif and run service netif restart, shouldn't that add the inet config to bge0? it doesn't show up in ifconfig 23:41:20 maybe that 2nd up line is the prob 23:43:20 the second line is overwriting the first 23:45:25 Howdy, folks! 23:47:42 ya 23:47:43 o/