01:55:03 any ZFS pros around? 01:56:11 It's always better just to ask the question and then if someone knows they will jump in. 01:56:20 usually, yes. 01:56:39 Besides I get paid for a lot of things that I really know little about. Being a professional does not make one an expert. :-) 01:57:23 I'm looking for experience, not knowledge right now so that question was crafted carefully ;) 01:58:17 in most of my servers, I have an SSD pool and an HDD pool. I am wondering whether that is really worth it. assuming that memory is not a problem, would I notice lower performance if I have only one HDD pool backed by an L2 ARC SSD and a ZIL SSD? 01:58:30 for "light SME loads" 01:59:01 jbo: have you considered using the SSDs as special vdevs? iirc you can configure specific filesystems to be stored only on the special vdevs 01:59:20 lw, by filesystems you mean datasets? 02:01:03 i don't know if it works with volumes, the manual page says "small files blocks" 02:03:09 lw, also: screw you for making me having working factorio under freebsd :p 02:33:06 hello 02:33:35 im trying to connect in hexchat but it says something about ssl 02:33:42 how can i disable ssl? 02:34:50 it says connection failed ssl handshake timed out 02:36:31 disabling it will pertain to your hexchat application, not freebsd 02:38:04 i dont see nothing in hexchat settings that says ssl 02:38:20 not only hexchat i cant connecto in any irc client 03:02:02 can i disable ipv6? 03:17:01 warsoul: according to the manual page of ifconfig, it should be ''ifconfig ifdisabled mydev0''? strange name fpr the option. But: "ifdisabled: Set a flag to disable all of IPv6 network communications on the specified interface.  Note that if there are already configured IPv6 addresses on that interface, all of them are marked as “tentative” 03:17:01 and DAD will be performed when this flag is cleared." 03:18:17 Kalten how can i disable it? 03:19:00 you mean permanently i.e. in a configuration file, I do fear—well… 03:19:25 the normal way to "disable ipv6" is to just not configure any ipv6 addresses, in which case ipv6 won't be used 03:20:09 lw i think my connection is ssl and thats why i cant connect any irc client 03:20:22 thats why im thinking in disable it 03:21:01 ok, well ipv6 and ssl are not related... do you mean you want to disable SSL in an application? 03:21:11 yes 03:21:16 warsoul: what does IPv6 have to do with using ssl? I am confused 03:22:19 because when i try to connect in hexchat to my znc it says connection failed ssl handshake timed out 03:22:38 i have not touch nothing in znc or hexchat is like i always do 03:23:00 but i remember when i was installing freebsd 14.0 it asked for ssl connection i selected by mistake 03:23:05 i think thats the issue 03:24:49 SSL is not a property of your network connection, it's something an application does when you configure it to use SSL. if the installer asked anything ssl-related, it was probably about which mirror to use for downloads, which has no effect on anything after the install is done 03:25:07 SSL or no SSL (SecureSocketLayer) can be used on top of the PIv4 as well as on top of IPv6 Layer. 03:25:40 e.g. https ist using ssl together with http. 03:26:01 you might find someone in #hexchat knows how to disable SSL in that application 03:26:07 what can be the issue then? 03:26:29 Your firewall might be to blame 03:26:32 * _xor is reading about zombie processes 03:27:00 Kalten this only happens when i run under freebsd 03:27:07 <_xor> Can zombies exist without a parent process/group? 03:27:18 with mac, debian, windows doesnt happend 03:28:02 _xor: every process has a parent, including zombies, except for init (pid 1). if a zombie's parent exits, it will be reparented to init, and init will reap it 03:28:24 <_xor> warsoul: You might have compile hexchat so that it's linked against ssl in base. 03:28:40 <_xor> Depends on how it was compiled/installed. Also, could potentially be missing certificates (ca_root_nss) 03:28:59 _xor how can i check that 03:29:01 <_xor> lw: Ah, that's what I was wondering about. If it's re-parented first or killed outright. 03:29:13 that only happens when connecting to znc 03:29:13 Are you using ipfw? If so, you might enter "ipfw add 1 allow all from any to any" 03:29:23 if i connect directly to a irc server will work normal 03:29:57 <_xor> lw: So it goes up the process tree until it's re-parented to a process that can read its value and clean it up or until it hits init which will ultimately reap it? 03:33:41 _xor: as far as i know, the reparenting is directly to init, it will not be reparented to its parent's parent. (however, wait(2) mentions a feature called PROC_REAP_ACQUIRE which could be used to do this - i assume that's freebsd-specific) 03:34:19 <_xor> "...see procctl(2) PROC_REAP_ACQUIRE..." 03:34:37 _xor can you help me out please. 03:34:38 <_xor> Yup, was just dealing with that a couple of days ago. procctl (FreeBSD) vs prctl (Linux). 03:35:36 <_xor> warsoul: Oh, well in that case I'm not sure if it's connecting to other IRC servers normally (assuming they're also using TLS). 03:36:55 when i try to connect to another irc server directly will say ssl routines: wrong version number 03:37:27 i will have to open server tab and enable use ssl for all the servers on this network 03:37:33 that way will connect 03:37:46 but is not letting me connect to my znc 03:37:54 and in my znc i have ssl disable 03:38:20 after the ssl routines message it says 03:38:34 are you sure this is a ssl capable server and port> 03:45:29 i am about to dd the /boot folder on this machine, i should NOT expect this to really change much? 03:49:27 well that does not matter.. did a reboot because of a freebsd-update and now no bueno 03:57:43 well an inconsistent /dev/gpt/efiboot0 03:57:45 is never good 04:04:10 okay, how can a boot drive just go missing on partitions 04:08:55 is it possible that if 2 drives have an EFI on them.. that freebsd would "get confused" 04:09:20 i have 2 drives.. ada3 and nda0.. ada3 is my main drive, which has a partitions.. but when i do /dev/ada3* 04:09:23 nothing shows up 04:10:14 i try to "destroy" the non main drive.. the nda0 one with gpart destroy -F nda0 and the dang system says device or resource is busy 04:15:04 Attempted recovery for standard suplerblock: failed 04:15:07 i do not think those are good 04:19:00 what does nda mean? an nvme drive? 04:19:50 yes 04:20:17 the ada0 drive _use_ to have partitions in /dev now it does not 04:20:24 but when i do a gpart list.. i see the partitions on both drives 04:21:11 can you try unplugging the nonboot drive? 04:21:28 also in uefi i think it lets you select the drive to boot off of anyway 04:21:47 UEFI does not even see the other drive 04:21:51 so i wouldn't guess that multiple efi partitions would be inherently bad 04:22:10 what does camcontrol devlist show you? 04:23:00 looks good 04:23:05 shows all the drives in the machine 04:23:19 i do see on boot.. geom does nda0 ada0 ada1 ada2 ada3, in that order 04:23:50 i am grabbing straws.. would not think that really matters 04:24:07 i thought you only had ada3 and nda0 and ada3 was the main drive 04:24:14 what are ada0 1 and 2 04:24:28 the other ada is the zfs stuff 04:24:49 ada3 = old main boot drive 04:24:53 nda0 = new nvm.e drive 04:25:05 i was rebooting to see if things would be okay.. to proceed 04:25:11 if you become root and do sysctl kern.disks does it say 4 disks total? 04:25:35 4 ada ones and a nda0 04:25:43 which is "right" 04:26:00 right 04:26:17 and gpart show.. displays partitions for ada3 04:26:26 can you pastebin it 04:26:29 or like diskinfo -v 04:26:51 unfortunately i am in single user mode 04:27:07 ah ok 04:27:17 but i am getting results wit diskinfo -v 04:28:17 i take it, if i can get into single user mode the /boot stuff is "working" just some how partition table is corrupt.. 04:28:31 i even thought of gpart destroy -f nda0 but i get a device is busy error 04:28:36 so when the freebsd logo comes up you tried booting the s ystem and then it doe ssomething? 04:28:36 which is odd.. since it is NOT mounted 04:28:58 yup.. i get all the way to trying to mount the swap partition ada3p3 04:29:08 then it kicks me into single user mode.. as it can not find that partition 04:29:25 i forgot why you wanted to do gpart destroy on your main drive 04:29:36 ada3 is still my main drive 04:29:38 er i guess that's the nda one 04:29:58 and if you type mount it shows that nothing from nda is mounted? 04:30:23 that i can tell, yes 04:30:28 zroot/ROOT/default on / 04:30:30 that's weird 04:30:31 devfs on /de 04:30:49 because the device busy error would only make sense if something like another partition was mounted 04:30:49 well lets try your idea of removing the nvm.e drive 04:31:09 not sure WHY that would be the case.. but may at least isolate issue 04:34:14 FreeBSD keeps crashing like a motherfucker today. 04:35:32 nope 04:35:39 oh wait 04:35:48 i am not in a multie user mode 04:35:53 voy4g3r2: i'm not clear on the problem of having the nda drive to start with 04:36:01 me either 04:36:05 you made it sound like it was confused on what to boot from 04:36:10 what was the actual error you get 04:36:11 but i got to a login in multi-user mode when i got rid of the drive 04:37:06 is the original problem you installed the nvme drive, then couldn't boot at all? 04:40:19 pretty much 04:40:54 1. I cloned the partition from ada3 to nda0 2.) resized nda0 to take up whole drive 3.) started to move over the zfs structure 4.) rebooted 04:41:10 both drives are in the system.. the system SHOULD boot off ada3 04:41:37 but for some reason, not 100% sure why, the system gets "confused" and does not think ada3 has any partitions 04:41:50 if i remove the nda0 drive, the system boots fine 04:43:05 freebsd would "error out" and say there is a superblock issue with ada3 04:44:18 johnjaye: did i make it worse or more clear ? :) 04:44:29 i am now looking through logs, to see if somethign wrote somewhere.. but i doubt it 04:44:46 well you certainly added a lot of context lol. 04:45:39 it is usually that little context, that causes something to go arye 04:45:51 but i think since the drive couldn't mount.. it was not writing logs anywhere 04:45:56 the dmesg output looks "okay" now 04:46:00 well there's generally 2 kinds of requests people make. 04:46:30 the first is when they have a lot of context in their head, and also don't exactly know the answer. the second is more they just want to know something specific quickly. 04:46:45 i am in the former 04:46:52 in the first case you spend a bit trying to figure out the context that is not being mentioned. 04:47:00 like if you said by the way i was using linux the whole time! 04:47:05 haha 04:47:28 so maybe the correct follow-up is there anything in that context that would shine some light? 04:47:54 idk. not if connecting a different drive causes errors to show with the other drive. that's wonky 04:48:24 maybe skip the transfer and just format the nda drive from 0? 04:48:50 i thought i was "trying" that with destroying the partitions 04:48:56 figure wipe out partitions.. then format 04:49:38 damn you youtube videos.. cloning a main drive is easy and straight forward they say 04:50:20 and teh bios has the ada3 drive to be teh boot one, not the nvm.e so it is like.. what are you doing stupid computer 04:51:16 something is telling the OS to .. do nda0 before ada3 04:51:37 and it is probably me doing a half a** move of something 04:52:01 hrm.. might as well see if there is some bios updates thingie for this board 04:52:20 johnjaye: thanks for the tips, if i can not figure this out.. format looks to be the best option (nda0 format NOT ada3) 04:54:03 np, gl and let us know how it turns out 04:56:34 yeah.. looks like there are some UEFI bugs in bios 04:56:38 by the way you can use efibootmgr -v in both linux and freebsd to view the uefi default order of booto 04:57:02 haha 04:57:10 ╰─$ efibootmgr -v 04:57:10 efibootmgr: efi variables not supported on this system. root? kldload efirt? 04:59:01 eh 04:59:52 i am just throwing curve balls like its no ones business 05:00:55 what does sysctl machdep.bootmethod show 05:01:20 machdep.bootmethod: UEFI 05:01:46 o_o 05:01:51 you have one messed up machine my friend 05:04:33 voy4g3r2: has your machine ever gotten a short or physical damage/ 05:04:41 that can lead to strange behavior and random problems sometimes 05:04:49 on the motherboard i mean 05:05:01 not that i am aware of 05:05:07 the machine is like 3 months old 05:05:31 my machine is like a decade old. i'm considering if i should make a new one or hold onto this one for a few more years. 05:06:03 so basically the OS says UEFI 05:06:03 The thing is I think AMD is generally better now than intel. so if i ride that wave i should get the best ryzen 9000 or something if i wait awhile 05:06:22 but the system does not think UEFI 05:06:25 that makes no sense 05:06:32 well you can only boot uefi or bios. 05:06:51 if you have a uefi partition the firmware should use it 05:07:07 which it must or it would not boot.. 05:07:28 like my uefi firmware menu lets me boot cdrom in bios mode. it says achi vs uefi to distinguish them. at least that is how the OS sees it 05:07:53 https://dpaste.org/Aq7E6 05:07:54 Title: dpaste/Aq7E6 (Plain Text) 05:07:57 this is gpart 05:08:02 yeah.. it says UEFI (KingFast) 05:08:05 which is the drive.. 05:08:21 ada3 05:08:37 so some how introducing the nvm and cloning it from ada3.. the system goes.. wtf dude 05:08:45 the wtf is the unknown 05:09:55 it might just auto prioritize the nvd over the ada 05:10:12 like it just assumes the boot drive is the nvd and you have to go into the firmeware to tell it otherwise? 05:10:12 yeah.. dumb motherboard 05:10:13 https://www.gigabyte.com/Motherboard/B760M-DS3H-rev-10#kf 05:10:14 Title: B760M DS3H (rev. 1.0) Key Features | Motherboard - GIGABYTE Global 05:10:34 it is not a fancy board but works 05:12:56 well tomorrow it is bios hunting 05:13:03 and upgrading this bios.. 05:13:20 and see why it defaults to nvm over ada3 05:13:34 which makes a little more sense, since geom is doing nda0 ada0 ada1 ada2 ada3 10:15:17 so if i run my virtual_oss device with "-s 20ms", it works fine, if i use "-s 80ms" then i get massive stuttering on playback 11:03:53 If I have an AMD Radeon RX5500, what GPU driver do I need to install? 11:07:06 remiliascarlet: that's Navi, so install drm-kmod and load amdgpu.ko 11:10:33 lw: Seems like I have it already installed and loaded in. The reason why I ask is because Steam gives me these messages: https://paste.opensuse.org/pastes/de956638b039 11:10:34 Title: openSUSE Paste 11:11:07 共有オブジェクトファイルを開けません: そのようなファイルやディレクトリはありません means "Cannot open shared object file: such a file or directory doesn't exist". 11:12:59 yeah, i never got DRI working under Linux emulation with amdgpu. there's an environment variable you can set to force it to use amdgpu instead of radeonsi, but then the card fails to initialise 11:27:08 So I guess I'll just need to keep my Linux SSD for gaming, and have my FreeBSD SSD for everything else? 11:27:34 Because Steam is the reason why I chose FreeBSD over OpenBSD for my desktop. 11:27:57 some people do claim to have it working (i think tm512 of this channel said it works for them), i'm just not sure how 12:06:05 Hi all. Is it possible use something like debmirror to make a repo but only put like 20 files in it instead of doing a full sync? 12:06:23 Is debmirror maybe not the right tool? 12:11:43 johnjaye: so looks like the bios was doing UEFI but it was saying.. let the OS decide 12:12:37 after this bios update session, i am going to see if i put the drive back in that problem goes away 12:21:28 errr the dang system keeps going to the nvme drive FIRST 12:21:31 son of a gun 12:27:26 lw: wasn't me. that's a can of worms I haven't opened yet (though this T495's fairly decent iGPU is going to tempt me) 12:48:00 anyone ever experience where freebsd would "override" what the bios would say in a boot order.. bios says one drive to boot from and then freebsd picks a different drive? 13:55:48 well look at th at.. i found an issue with a manual page.. sweet 15:51:29 hello, Fresh installed bsd,installed from freebsd packages mysql81-server, then try to start it, result: /usr/local/etc/rc.d/mysql-server: WARNING: failed precmd routine for mysql 15:51:40 does anyone else experience the same? 15:58:30 mysql_secure / mysql_tmpdir had root:wheel ownership ... weird... 16:07:04 nerozero: Would you get the same error with MariaDB? 16:07:36 Asking this because some people tend to think that MySQL and MariaDB is the same thing, but sometimes there are legit usecases of installing MySQL. 16:25:36 remiliascarlet: is this one of those situations where one program is a clone of another one? 16:26:35 like octave is essentially matlab, but gnu 17:30:43 voy4g3r2: BIOS boot order only affects where the BIOS loaders loader(8) from, it has nothing to do with what device FreeBSD itself will boot from 17:33:33 voy4g3r2: to control where loader(8) boots from, either set 'currdev' ot something like 'zfs:zroot/ROOT/default:' to control where loader loads the kernel from, or set vfs.root.mountfrom to control where the kernel itself mounts root from 17:49:55 ohhh so not gptboot but loader(8) 17:50:06 i was goign down the gptboot rabbit hole as it was talking about uefi 17:50:23 ah... if you're using gptboot(8) for non-UEFI booting i don't know how that works exactly 17:51:30 i haven't done that for ages, UEFI booting tends to be much easier to understand since it's just a single two stage boot 18:04:23 I have a laptop with 13th gen intel integrated graphics. It seems that freebsd 14.0 supports only drm-5.15, and I'd need 5.19+. Is there any way to get graphics to work there? 18:04:56 v0idpwn: you could upgrade to current, which has a newer version of drm-kmod (currently 6.1, i believe). or you could check if 14-stable has a newer version, i don't know off hand 18:05:25 lw: i am just going down paths, not 100% sure what exactly is the way 18:08:34 lw: current has drm-kmod 6.1, but the installer didn't even boot here :) 18:09:09 v0idpwn: the 15.0 installer snapshots can be a bit... non-functional. try creating a new boot environment and doing an in-place upgrade from 14 18:22:05 Does anyone have sssd running on a FreeBSD box? I see it in the pkg, but figured I see if anyone is using it before I give it a go... 18:22:46 last time i time sssd it would not read its config file properly then crashed, but that was a few months ago, perhaps that was fixed 19:59:03 johnjaye: No, MariaDB is a fork of MySQL that arrived after Oracle bought Sun. A lot of stuff got forked during that time, like OpenOffice.org into LibreOffice, or OpenSolaris into OpenIndianna. So MariaDB used to be the same as MySQL, but have evolved in different directions over time. 20:07:42 The forks were rather forced due to Oracle changing licenses to non-free licenses which meant that it was required to fork from the last free license versions. 20:08:37 And then later after four years or so I think Oracle changed several of them back and so splitting the free software development community. Which is why we have LibreOffice the community effort and OpenOffice came back from the dead as an Oracle revamp. 20:11:28 remiliascarlet, Your warning about mariadb v. mysql is a good one. Just recently an intern did not know about the fork and did not know that he should be installing and using MariaDB these days, was falling older docs with MySQL, installed MySQL, and ran into many compatibility issues trying to load new databases dumped from MariaDB now. 20:12:29 For example in mysql groups became a keyword or a reserved word and now needs to be quoted making it incompatible unless the data is quoted. Getting him switched over to MariaDB solved the issues because "everyone is using mariadb" these days. (True or not that "everyone" is using it MariaDB is the free software path forward.) 20:22:32 rwp: Not everyone is using MariaDB, many use PostgreSQL or SQLite. 20:24:45 remiliascarlet, Good point. Though here I was specifically regarding MariaDB v. MySQL and of those two let me pontificate that no one should use MySQL and everyone /should/ upgrade to MariaDB. Let's keep everyone moving together on that one. Without any negativity at all toward PostgreSQL or SQLite. 20:26:09 hello from SQL Server land 20:28:51 * rwp crosses myself, reaches for the garlic and holy water 20:29:32 * remiliascarlet prefers her plain text files for data 20:30:22 Plain text is a core tenant of the Unix Philosophy. 20:32:42 * CrtxReavr uses military grade, double rot13 encryption for everything. 20:35:42 CrtxReavr: Please don't encryption in public IRC. Could you type that again in plaintext please? 20:36:28 /ex -o echo bite me | rot13 | rot13 20:37:11 Please don't encryption. I can't type or think any more. 20:37:26 s/encryption/use &/ 20:39:10 Hello i am having a hell of a time trying to get X working on my laptop 10870h. its an optimus system and i tried using intel, nvidia and the optimus driver none work 20:39:33 Did you get the nvidia.ko to load? 20:39:48 with optimus driver x did run but immediately freeze 20:40:26 ive removed that and the xorg.conf i had and no it just crashes complaining about either no devices no screens or it can't run in framebuffer mode 20:40:41 CrtxReavr: do you mean nvidia-modeset? 20:40:55 or is there a seperate driver i need to load? 20:41:07 No, I mean the nvidia-proved kernel module. 20:41:43 the issue seems to be a missing intel driver on my system if i have intel as the driver x complains about not being able to find it 20:41:53 CrtxReavr: i wasn't aware of it 20:42:20 modesetting works but again i either get a frozen x or a crash 20:43:12 vesa also works as well but same issue i haven't tried using scrfi?(not sure of the name) but i thought that was a really old driver so didn't try it 20:43:49 i can look into the driver from nvidia. im coming from linux so i just assumed to avoid it 20:45:22 I guess it's not currently in ports, but: https://www.nvidia.com/download/driverResults.aspx/199660/en-us/ 20:45:23 Title: FreeBSD Display Driver – x64 | 525.89.02 | FreeBSD x64 | NVIDIA 20:47:35 rwp: thanks i wasn't aware it was connected to the breakup of Sun. it seems like it was a nuclear level event in the world of free software 20:51:08 markboston, it's been a while since I've had a FreeBSD workstation. 20:51:42 There was a big stink because nVidia chose to release their FreeBSD & Linux drivers as pre-compiled blobs. 20:51:49 Though. .. they were easy to get working. 20:52:14 I see how they're distributing a source tarball. .. there's a docs/README in there. 20:53:08 Looks like it isntalls nvidia.ko to /boot/modules/ 20:53:23 So you kldload that, then run kldstat to verify it loaded. 20:54:00 got it downloaded 20:55:46 yeah, this is way better documented than it used to be. 20:56:20 Any more knoweledge I might share is likely dated. 21:01:22 now i just need to figure out how to have tar showing me its output 21:01:52 -v doesn't seem to do anything 21:02:11 guess i have to be patient 21:02:14 tar xvf filename.tar 21:02:32 isn't f format? or file? 21:02:59 i tried -xv 21:03:05 f is the filename, so that's equivalent to 'tar -x -v -ffilename.tar', but in tar's odd non-standard option syntax which doesn't use '-' there 21:04:04 yup that worked 21:04:05 CrtxReavr, AFAIK that nVidia source tarball is only source for a shim wrapper around the binary driver core. 21:04:48 rwp, it builds the kernel module. 21:04:53 so it gave me a makefile and src so i need to make it? and then put the driver into boot/modules? 21:05:22 CrtxReavr, Right. It builds the kernel driver. 21:05:30 markboston, my knowledge is dated. . . look at the docs/README in your extracted directory. 21:05:39 okie dokie 21:05:53 it gives way better instructions than I ever had. 21:06:06 well thats nice 21:06:21 sometimes a README is just run make install goodbye 21:06:40 im looking at you suckless :P 21:09:26 ak ok so make install builds it and moves it and loads it for you 21:09:29 how lovely 22:16:16 jbo: around? 23:09:25 when was last message? 23:16:41 lw, y 23:19:18 jbo: how would you like to check 'update wine-devel to 9.3' off your bucket list? 23:20:49 lw, test on 13.0-RELEASE, 14.0-RELEASE, create PR - the normal process? 23:21:09 jbo: yes, i'm testporting now - i realised i should have done an i386 testport as well because the plist is different so i'll test on 14.0/i386 23:21:22 great, that is good 23:22:02 lw, is the patch similar to 9.2? or something more happening? 23:22:39 jbo: pretty much the same but i moved manpages to share/man https://www.le-fay.org/tmp/30d/iNrOBt.txt 23:22:46 (not final patch, don't commit that!) 23:23:07 that's good @ man move 23:24:59 i wonder how hard it would be to add aarch64 to ONLY_FOR_ARCHS 23:25:20 probably depends on how much the linux and freebsd arm64 ABIs differ 23:44:02 lw: if you would do a man -f share/man/man1/wineg++.1.gz 23:44:07 does it throw an error for you? 23:44:28 i ask, as i am playing with the what_is / man -f and when i pass ++ and other special characters i hve to escape it 23:53:53 voy4g3r2: yes 23:54:11 probably a rhetorical question: since ixsystems has basically abandoned truenas core/freebsd, any point to installing it on a new storage machine? 23:56:04 I'd argue that you could just install freebsd itself and be happy with that. 23:56:20 I abandoned appliances like pfsense, free/truenas and so on many years ago. 23:56:33 everything is just stock freebsd now and it's a lot less hassle to maintain in my experience 23:56:42 that's my plan, truenas core does make somethings easier 23:57:32 i think there is value in having appliances for people who just want a storage server and don't (for example) want to learn how to do a 3-way conflict merge just to install updates 23:58:19 i wonder if Oracle still makes that Solaris-based ZFS appliance 23:59:16 lw, oracle still makes anything if you give them money :) 23:59:31 jbo: untrue, they abandoned Rdb! 23:59:48 although i think the last version might still be in super-extra-extended-support