-
polyex
how do you make software that calls freebsd features? like if i made an interface manager would it just exec 'ifconfig' binary or is there a more direct API to the OS?
-
polyex
in my program if i use the FS api and create a dir, i doubt it just runs "mkdir ..." under the hood so that's an example of a more direct API to the OS no?
-
rennj
system()
-
rennj
-
mjp
is there any way to know when the next quarterly package release will be?
-
rtprio
polyex: what is the "FS api"
-
rtprio
and it does run mkdir under the hood
-
rtprio
if (mkdir(path, last ? omode : S_IRWXU | S_IRWXG | S_IRWXO) < 0) {
-
rtprio
man 2 mkdir
-
|cos|
Good morning! I filed
bugs.freebsd.org/280028 a week or so back, and am wondering what the next step I could do to help fixing it would be.
-
|cos|
As I understand it, it must be a userland issue with graphics drivers. But I'm unsure of how to debug further.
-
|cos|
If I understand correctly freebsd-update is only able to install all patches between 14.1 and 14.1p1?
-
|cos|
Thus my next step is to clone the freebsd git tree and start rebuilding on certain commits to attempt to find the regression point?
-
indigo
+1 if you know a point where it worked, and where it didn't, I'd run a `git bisect` to find out where the bad commit is
-
|cos|
When attempting to follow
docs.freebsd.org/en/books/handbook/…ng-edge/#updating-src-obtaining-src it seems mv fails, because /usr/src is a separate filesystem.
-
|cos|
I'm not great with zfs, but the general steps would be unmount, create new dataset, mount new dataset?
-
|cos|
Running `umount /usr/src`, `zfs create zroot/src-git` and `zfs set mountpoint=/usr/src zroot/src-git` appears to have worked.
-
|cos|
Will my new dataset conflict in mountpoint with the old one, or are there other gothas one should think of before attempting to add those three commands to the handbook?
-
indigo
-
indigo
I'm no zfs expert, but maybe `zfs clone` is the way here
-
indigo
Or wait, make a snapshot :-)
-
indigo
zfs snapshot zroot/usr/src@bak
-
indigo
Anyway I'm heading to sleep, good luck fixing the graphics issue!
-
|cos|
indigo: thanks, and sweet dreams!
-
|cos|
I went with `zfs set canmount=noauto zroot/usr/src`, which seemed most reasonable at first glance
-
|cos|
Documentation issue for my above problem created on
bugs.freebsd.org/280186
-
fengshaun
I'm trying to setup an sftp server, but neither internal-sftp nor sftp-server exist
-
fengshaun
which is what I'm assuming I should be putting in ForceCommand in sshd.conf
-
fengshaun
am I tripping?
-
|cos|
fengshaun: you mean you don't have a /usr/libexec/sftp-server file?
-
fengshaun
oh wait, it does exist
-
fengshaun
sshd still rejects connections though
-
fengshaun
I have
-
fengshaun
Match User myuser
-
fengshaun
ForceCommand sftp-server
-
fengshaun
ChrootDirectory /some/dir
-
fengshaun
and logging in kicks me out with auth fail
-
fengshaun
if I enter the password wrong, I get 3 tries, but if I enter it right, get kicked right away
-
fengshaun
alright, the problem was bad permissions on chroot directory. should've just checked the logs *facepalm*
-
vkarlsen
The website doesn't reflect that 13.2 is EOL
-
mzar
but we know
-
Alver
Hi. Anyone using Bastille for managing jails and uses it with ipv6? All the docs show examples of either ipv4 or ipv6, but if you have both I don't see a way to configure it.
-
scoobybejesus
My first thought would be to create it with ipv4, stop the jail, edit the jail.conf to add the relevant ipv6 lines as well, and then restart the jail
-
Alver
scoobybejesus: yes, did it this way. Bit silly though that the tool itself appears single stack
-
scoobybejesus
Perhaps. I imagine it might be a breaking change to the syntax/usage if one were required to disambiguate the optional interface from additional IPs, so that may be why they haven't added it yet
-
laidback_01
yeah, that's how I use BastilleBSD -just edit the jail.conf directly for stuff I need done.
-
laidback_01
I tried to use CBSD, but it's using a sqlite database to implement the jail.conf at start, and I can't sort out how they want the IPV6 addressing in there. CBSD looks like a better tool overall, and I'm sure the IPV6 is great, but no idea how to get that to work.
-
CrtxReavr
Is there way to do a "smart" file sort. . . say if the files are named with non-zero-padded numbers?
-
vkarlsen
CrtxReavr: sort -h will sort 1 2 3 before 10 11 12
-
CrtxReavr
Well, not by itself. ..
-
vkarlsen
Not by itself?
-
CrtxReavr
Basically I had foo_1, foo_2, ... , foo_10, foo_11_, foo_12
-
vkarlsen
Yeah, that complicates things
-
CrtxReavr
What I finally ended up with:
-
CrtxReavr
ls -1 c7* | sort -t _ -n -k 2,2
-
CrtxReavr
From a cow-orker
-
CrtxReavr
With gnu sort(1)
-
vkarlsen
Looks like it works with regular sort too
-
rwp
CrtxReavr, Are you aware of sort -V? Maybe that is the feature you need here.
-
rwp
for j in $(seq 1 20); do echo foo_$j; done | sort | sort -V
-
CrtxReavr
This version of gnu sort(1) supports no such switch.
-
vkarlsen
Do you need to use gnu sort?
-
CrtxReavr
Oh. . . actually, it does, just in a peculiar order.
-
rwp
What made you think that it did not work with both FreeBSD sort and with GNU sort both?
-
rwp
And also, me checks notes, I might see that this is #freebsd not #gnu here so one would expect to use a #freebsd solution, no? :-) :-)
-
lw
what is the status of the ZFS bug where trying to 'zfs send' an encrypted filesystem random causes it to be marked as corrupt? will we ever get a fix for this?
-
meator
Hello. I'm trying to run Sway in a FreeBSD VM. Host it Linux, I'm using libvirt with QEMU. I'm getting the following error: "Found 0 GPUs, cannot create backend".
0x0.st/XBn8.txt I assume that I'm missing some graphics drivers package. How can I fix this?
-
scoobybejesus
has that zfs bug been reported by freebsd users?
-
lw
scoobybejesus: yes, by me several months ago (on fs@) and my mason in this channel
-
lw
s/and my/and by/
-
scoobybejesus
ah okay. ISTR an episode or two of 2.5 Admins where AllanJude mentioned that the bug reports were generally coming outside the FreeBSD community, and that there didn't seem to be reproducibility or ability to inspect the data, but hopefully it's being figured out now
-
lw
i don't know what Allan said specifically but it seems like the issue is not being figured out since there's been no movement on the bug since January:
openzfs/zfs #12014 - unless perhaps Klara are working on this internally...
-
jbo
are you corrupting data, lw?
-
lw
jbo: you're talking to me again now?
-
jbo
wtf? did I accidentally ignore something?
-
lw
well you kinda told me to fuck off on Signal so i assumed i'd offended you somehow
-
jbo
I did what?!
-
jbo
since when is "alright then, take care" after a conversation equivalent to "fuck off"? :D
-
jbo
well... in any case apologies if it came across as such - that was certainly non-intentional. my doors are open (figuratively speaking) - A closed door is a happy door.
-
lw
this might be my crazy brain talking, i interpret "take care" to mean "i no longer wish to talk to you, but i an expressing this in a polite way"
-
lw
but in any case i am not corrupting data, it is syncoid doing so, via the aforementioned zfs bug
-
lw
status: One or more devices has experienced an error resulting in data
-
lw
corruption. Applications may be affected.
-
lw
but this is a lie, there is no data corruption on the device, it's in-memory data corruption and rebooting will fix it
-
jbo
aye. I use "take care" as a closing statement when a conversation between friends comes to an end. I might be misusing it tho - not a native english speaker.
-
lw
(i just can't reboot right now because people are using the filesystem... which is what makes this bug so annoying)
-
jbo
lw, regarding that bug. does the data corruption error happen on the source host or the backup destination host? I truly hope that this bug does NOT corrupt the source dataset.
-
jbo
I might be in trouble otherwise.
-
lw
it happens on the source and it does *not* actually the dataset
-
lw
it just causes the host to *think* the dataset is corrupted (= it will return I/O errors) until you reboot it
-
lw
s/actually the/actually corrupt the/
-
jbo
so I can have a ZFS native encrypted dataset, do a zfs send (for example via sanoid/syncoid) and then I can no longer use the dataset on the source host?!
-
lw
also, it only happens if the dataset is using ZFS native encryption
-
lw
(GELI is not affected)
-
lw
jbo: correct, but it only happens randomly and not very often - this host runs syncoid 4 times per day and has not reported the problem for 2-3 months until it happened yesterday. but it's guaranteed it will happen at some point.
-
jbo
do you really have to reboot the host or can you just export/import the pool or whatever?
-
lw
on that i'm not sure, but since the problem seems to be related to in-memory data corruption, i prefer to reboot
-
polarian
whats th ebest way to backup data...
-
polarian
or well, what would you guys recommend
-
lw
polarian: zfs + syncoid (part of sanoid)
-
jbo
+1 on that
-
lw
jbo: also, it mostly only affects snapshots in my experience, so the dataset itself still works fine, you just can't send any of its snapshots
-
lw
but since that means you can't back up the dataset anymore ...
-
jbo
lw, still makes me unrestful
-
lw
yeah, i really dislike that a) this bug exists, and b) no one seems to care to fix it
-
lw
i still think zfs is better than any other filesystem... but...
-
jbo
aren't ZFS bugs usually pretty high-priority items?
-
lw
you'd think so?
-
lw
i really don't understand why the bug hasn't been updated in 6 months
-
lw
if i were OpenZFS, this would be my #1 higest priority issue to fix
-
jbo
time to ask/bump?
-
lw
incidentally the bug was first reported in 2021
-
jbo
does allan know?
-
lw
idk, he did just email me about a job at klara so maybe this would be a good time to ask :-D
-
lw
maybe i'll reply to my fs@ post to mention this
-
jbo
nice - congratz!
-
lw
jbo: you like music right?
youtube.com/watch?v=tRI7LLkq7E4 (not related to zfs)
-
jbo
I do in fact also like music that is not related to ZFS, yes.
-
jbo
lw, I'll tell allan that you were mean to me
-
polarian
lw: GPLv3 :/
-
lw
polarian: so? are you going to modify it?
-
» polarian moans
-
polarian
what makes syncoid good?
-
lw
it does exactly what you want and it's set+forget
-
jbo
it just uses zfs features under the hood, no custom formats, files etc.
-
lw
i'm sure there are other zfs-based snapshot/backup scripts if you don't like sanoid though
-
polarian
hmmm
-
lw
sanoid is just what i use and find it works well
-
lw
you can even write your own, it's not all that difficult
-
jbo
-
jbo
that script is why I don't get job offerings from allan
-
lw
jbo: i interviewed for a job at Oxford University a few years ago and part of the application requirements was to provide a Perl script you'd written, which they decided to ask about during the interview. so most of it was like "yes, this is not the best way to do it but it works for what i was trying to do". i didn't get the job.
-
jbo
lw, perl == WOL
-
lw
Wake on LAN?
-
jbo
write-only-language
-
jbo
heck I haven't written a perl script since 2014
-
polarian
lw: well you must be knowledgable if they even bothered to interview you :)
-
lw
jbo: also i didn't get a job offer from Allan, he just followed up on the mail i sent them like 6 months ago asking if they had any jobs going
-
lw
so we'll see what happens there...
-
polarian
why did oxford want you to know perl though
-
polarian
couldn't it have been shell?
-
polarian
or python?
-
lw
polarian: this was a Unix admin job like 10-15 years ago, knowledge of Perl was basically expected back then
-
jbo
ah, that aligns with my "I haven't even written a perl script since 2014" quite well then
-
lw
tbh i'd still be a little dubious of a Unix admin who didn't know perl, even though i don't use it myself nowadays
-
scoobybejesus
sandoid+syncoid is great for my use case (auto snapshots and auto sending of snapshots, pull style in my case, for backup purposes)
-
scoobybejesus
+ retention policies for auto deleting
-
polarian
lw: right... so I would have been in primary school then when you applied :)
-
polarian
maybe secondary...
-
polarian
scoobybejesus: couldn't you just cron it?
-
polarian
also according to the handbook, snapshots != backups
-
polarian
you should also do full backups
-
lw
right, snapshots are not backups, syncoid turns snapshots into backups by sending them to a remote host
-
jbo
polarian, you make snapshots (which are not backups) and then copy them to another host (which is a backup)
-
scoobybejesus
yeah, sanoid and various syncoid jobs are scheduled in cron
-
polarian
jbo: so if you lost the zfs volume
-
polarian
say you reformatted it
-
polarian
can a snapshot be used to rebuild the entire pool?
-
lw
polarian: ... then you would just create a new zpool and send the remote snapshot to the new pool
-
jbo
polarian, then you pull the data back from the backup
-
polarian
why not just use zfs send/recv then
-
polarian
whats the point of syncoid
-
lw
syncoid *does* use zfs send/recv
-
jbo
syncoid does zfs send/recv
-
lw
the point is it does the sending for you automatically
-
polarian
oh so its basically just a useful script then?
-
jbo
it just gives you a nice config file to set "hey I want one snapshot every 24 hours"
-
polarian
to make it more simple
-
lw
it works out what snapshots don't exist on the remote host and sends them
-
polarian
I thought it was more fancy
-
polarian
why is it like... 2000 lines then
-
scoobybejesus
and does things like adds pv for a progress bar and adds mbuffer, and things like that
-
lw
yes, it's nothing you can't script yourself if you wanted to (like i said earlier) it's just a pre-existing thing that does this
-
jbo
when it comes to backup solutions, you don't want anything fancy - trust me.
-
polarian
it seems to follow gnu coding conventions of trying to have as many lines as possible
-
lw
jbo: +1 and also you want something which is well tested
-
lw
sanoid/syncoid is widely used and well tested, so you can depend on it
-
polarian
or I can try to use my peanut brain and make my own shell script :P
-
polarian
I have always wanted to write my own backup script
-
scoobybejesus
seems like, yes, a large benefit is that it responds well to a simple config file
-
» polarian is too lazy
-
jbo
lw suggested sanoid to me a few months ago (half a year by now if not more). I was doing zfs send/recv myself before with custom shell scripts but that was just a PITA to maintain especially for production machines that have 100 jails. switched to sanoid and have been happy since.
-
polarian
scoobybejesus: ohhh so a lot of it is parsing of data then?
-
polarian
(I haven't read the code only looked at the line count and was shocked by it)
-
lw
polarian: i think it's worth writing your own zfs backup script so you understand how all the pieces fit together, but tbh, i'd still prefer syncoid
-
» polarian still doesn't like the licence :P
-
polarian
I will stick it on my todo list then
-
jbo
you don't have to use it. use something else then.
-
polarian
thanks
-
polarian
I am still a little confused about the handbook
-
jbo
we're just answering the question of "what would your recommendation be". if you don't like the recommendation that is fine. we're not a rust community - you're welcome to use what you like for your job.
-
polarian
it says snapshots shouldn't be used as backups... yet send/recv'ing them is considered a backup?!!?!?
-
lw
no you're misunderstanding it
-
polarian
so does it mean, keeping it in the same pool is not a backup?
-
jbo
polarian, snapshots live on the same disk/hardware as the data itself. so it's not a backup. but once you send|recv it to different disks/hardware, it can become a backup.
-
lw
it means in the sense that RAID is not a backup, because you can accidentally delete files and RAID doesn't protect you from that
-
polarian
jbo: but I would assume you would copy it to a different pool anyways
-
lw
snapshots are not a backup because you could accidentally delete the pool or your server could be hit by a meteor
-
polarian
thats common sense no?
-
lw
a backup requires the data be stored on a remote, geographically distinct host
-
lw
you can *use* snapshots to copy data to such a remote host, which is a backup, but a snapshot *by itself* is not a backup
-
jbo
yeah like to a thumb drive that lw carries around when going to the disco
-
polarian
lol
-
polarian
I can't find any UK-based block storage
-
polarian
its all German or Finish datacentres
-
polarian
Finnish*
-
lw
"snapshots are not a backup" means a snapshot *by itself* is not a backup, it doesn't mean you can't *use snapshots* to create a backup solution
-
polarian
thanks for the clarification
-
lw
polarian: my backups are on Jump, who have by far the cheapest block storage of any UK VPS provider
-
lw
-
polarian
it is in UK datacentres correct?
-
jbo
lw, what's your account password? I'm asking for a friend.
-
lw
yes
-
polarian
ok cool
-
polarian
I don't like the concept of overseas storage of personal data...
-
polarian
even if its encrypted
-
lw
polarian: also it's run by cool people who know what they're doing, i highly recommend them
-
lw
polarian: irc.jump.org.uk #jump if you have questions prior to ordering
-
polarian
lw: any other alternatives to jump you recommend? just looking at my options
-
jbo
rsync.net for the win. you can just zfs send|recv directly to them.
-
polarian
jbo: where is it hosted
-
lw
but i have 1 VPS, 8GB RAM, 1.5TB block storage, and i pay £21/month
-
jbo
polarian, I know you said you're lazy but c'mon...
-
jbo
-
lw
polarian: the only others i can think of are Mythic Beasts (good, but expensive) and Bitfolk (also good, but they are hosted at Jump anyway)
-
polarian
lw: I can't reach jump...
-
polarian
Mythic Beasts I have already used in the past... they are outstanding... they are the definition of you get what you pay for...
-
lw
you can't "reach" them, what do you mean
-
polarian
jbo: non-UK storage no thanks...
-
polarian
lw: can't connect to their website
-
polarian
times out
-
lw
that's weird, is your ipv6 broken?
-
polarian
IPv4
-
polarian
my laptop doesn't have IPv6 (too lazy :P)
-
polarian
my servers have IPv6 though
-
polarian
mtr and traceroute seems to suggest jump edgerouters are dropping all packets
-
lw
oh yeah, their IPv4 site does seem to have some issues
-
polarian
oh...
-
polarian
wait nvm its making it through the edgerouters, its the internal network dropping it
-
lw
polarian: i nudged them on irc
-
polarian
Thanks
-
polarian
it is cool they have an IRC channe;l
-
polarian
lw: by any chance you used AAISP before?
-
polarian
you seem into the tech savvy companies, so if you haven't tried AAISP I will be shocked
-
lw
polarian: AAISP is our ISP and also my mobile phone provider (sip2sim)
-
polarian
yeah thought so :P
-
polarian
pricy, but well worth it
-
lw
it's not cheap, i pay about £80/month for internet + sim service, but yes it's worth it
-
polarian
they provide my server network, and have been extremely useful
-
polarian
plus they entertain my idea of running a BSD router (currently OpenBSD)
-
lw
i hope they'll add some better options for sip2sim data though, at the moment the only option is the £35 'unlimited' plan which is more than i want to pay
-
polarian
iirc they were phasing out the sims
-
polarian
their contract with O2 is coming to an end iirc
-
polarian
wait I am pretty sure I have seen you in #a&a how could I forget...
-
lw
that's old news, they phased out the old service, they have a new service with ONSIM/Mobile-X
-
lw
which is based on EE with O2 fallback
-
polarian
thats much better
-
polarian
EE network is fast... even if the coverage isn't great
-
lw
it certainly is for me as i get full 4 bars with EE, O2 only had 1-2 bars at best
-
polarian
I looked into getting a sim from a&a but for the amount of data I would use it would have costed me £50/month
-
jbo
gotta have all the bars
-
polarian
which is eye watering considering spusu gives me more than enough data for £9/month
-
polarian
and uses EE's network
-
polarian
and supports esims
-
lw
polarian: i believe the new "unlimited data" SIM is £35/month vs. £10/month for voice-only
-
polarian
thats not bad...
-
lw
it's still a trial service though and IME that's really the case... sometimes calls randomly don't connect
-
lw
aiui they're raising this with ONSIM and working on fixing it
-
lw
(at least that's what RevK and AA-Steve said when i complained the other day)
-
polarian
onsim uses the business backhaul too
-
polarian
which is a lot less congested
-
polarian
sounds cool though
-
lw
yeah i've been pretty happy with it so far, certainly the customer support is a lot better than O2
-
lw
not sure if you followed my O2 saga in #a&a but i had no service at all for 3 months and O2 literally did not care
-
polarian
-
polarian
I like how they limit hotspots
-
polarian
but its so easy to spoof it
-
polarian
you remove the inital hop to the phone...
-
polarian
so the packet looks like it has come directly from the phone
-
polarian
I assume this would be illegal though
-
lw
yeah, i'm 100% sure that's not AA's policy though, it's something ONSIM imposed on them
-
polarian
lw: my friend uses O2... we both are in London and he doesn't seem to have any issue
-
polarian
so maybe its a regional thing
-
polarian
people tell me three works really well and to use smarty, I did use smarty once... the three service was so horrific I had to cancel
-
polarian
I would average 100kbps
-
lw
polarian: i'm sure it is, or perhaps it was a me-specific thing because i'm sure a nationwide 3-month outage of O2 would have been reported in the press :-)
-
polarian
it didn't matter where I was in North London
-
polarian
I was lucky to get 100kbps
-
lw
but point is, they didn't care at all or do anything to fix it
-
polarian
even worse it was ~15% packet drop
-
polarian
I will never trust 3 again
-
lw
tbh i might order the £35/month data sim, it is a lot of money but... feh
-
polarian
someones got money to burn
-
polarian
I dual sim
-
lw
i really don't have much money (i earn £20k pa) i just care a lot about functional internet access
-
polarian
I have a lebara cheapo sim which I use for calling and as backup data... (5GB of vodafone data) and then I use a spusu esim as a data sim which uses the EE backhaul and is FAST
-
polarian
vodafone has the coverage almost everywhere but is pretty slow everywhere (~10mbps)
-
polarian
EE where it has coverage can easily get into 200-300mbps on LTE
-
polarian
I assume 5G would be faster too...
-
polarian
lw: how do you afford AAISP then?
-
lw
polarian: £20k pa is £1,600/month, AA costs £80/month?
-
lw
i pay far more in rent and groceries than i do to AA
-
lw
like if i moved to TT maybe i'd pay £20/month for Internet but i'd only be saving £60/month which is the cost of two takeaways
-
lw
so i just eat less pizza and get better Internet
-
desnudopenguino
so... i have a system, and the primary drive just went out on me. i didn't make any backups because it is a pretty basic setup. but i have a set of drives in a zfs pool. if i drop a new drive into the computer for the primary drive, enable zfs, then run `zpool import -a` will it reconnect my pool? or are there other things i'll have to do?
-
lw
desnudopenguino: you probably need to forcibly import the pool as the host will have changed - run 'zpool import' for a list of importable pools, then 'zpool import <name>' then it'll probably tell you that you need to run 'zpool import -f <name>' which will actually do the import
-
lw
s/host will/hostid will/
-
desnudopenguino1
lw: okay, cool! that seems easy enough
-
lw
the -f is to override the hostid mismatch, which is intended to prevent a pool being imported on two systems at the same time
-
desnudopenguino1
that makes sense.
-
desnudopenguino1
phew that's a load off of my mind. i wasn't sure if i'd have to jump through other hoops to get it working with a fresh install. i should probably make a backup of my OS disk somewhere available outside of the box so i can just dd it to a new disk. then i'll be prepared for this
-
lw
you could always zfs send your OS disk to the redundant zpool
-
lw
then you could restore the OS by just booting from the install media and sending it back to the new root disk
-
desnudopenguino
now that's an idea! do you mean set up a zpool for the OS disk, with redundancy (like a mirror?) then if one disk goes out, boot it and use the backup disk?
-
lw
desnudopenguino: well, ideally your boot disk would be mirrored, but i was thinking in the case that it's not, when the disk fails, you just replace it, then zfs send the backed up datasets back to the new disk
-
desnudopenguino
oh! that's a neat idea as well.
-
polarian
lw: if you are knowledgable, why aren't you in more skilled profession?
-
polarian
I doubt computer scientists are paid £20k
-
polarian
the entry wage is £30-40k iirc
-
polarian
also thanks for the help
-
lw
"more skilled profession"? what do you mean?
-
lw
i work in IT, my day job involves writing F# code for data transformation in local government finance
-
polarian
seriously
-
polarian
they only pay you £20k?
-
lw
for part time work, yes. there's not a huge amount of demand for this work
-
polarian
hmm
-
polarian
sounds sucky
-
lw
which is why i applied to Klara...
-
polarian
if you got so much knowledge how come nobody takes you on? competitive market?
-
lw
i have crazy brain and can't work for people?
-
polarian
work for yourself?
-
lw
sure, then i'd make no money at all
-
polarian
(I know its not that easy)
-
polarian
sure... you need a business stategy of course
-
lw
do you have any idea what it's like to have a personality disorder? i'm frankly amazed i'm not homeless and that's mostly because of luck
-
» polarian googles personality disorder
-
polarian
ohhh its a group of disorders
-
polarian
well I guess congrats on being self sufficient :)
-
lw
my particular PD has a 10% incidence of suicide so honestly i think i'm doing pretty well just to be talking here
-
lw
polarian: [#jump] <james> www.jump.net.uk ipv4 problem is fixed, was a faulty static route on the host machine
-
polarian
lw: thanks a ton
-
lw
polarian: this problem aside, i still recommend Jump... this was only about the www machine specifically
-
polarian
oo jump is in telephone house in the docklands
-
polarian
lw: iSCSI looks appealing but £25/TB is quite a lot... I get it is because of all the redundancy they provide... a vps looks ideal, £10 for 1.5TB of RAID 1 HDD for backups
-
polarian
I can then expose it as block storage to be mounted on my home server... or I can copy zfs directly over to it...
-
lw
polarian: ignore the iSCSI stuff, that's mostly aimed at people with colo servers
-
polarian
lw: they do supports freebsd right?
-
polarian
on request?
-
lw
polarian: i don't think they updated the website yet, but yes, they do support freebsd now (after i nagged Andrew about it)
-
polarian
lw: legend
-
polarian
this looks like a good solution as a cheaper alternative to mythic beasts
-
polarian
thanks a ton
-
polarian
lw: you ever been to *bsdcon?
-
lw
heh no
-
polarian
ah... I am going this year... was just curious
-
lw
is there one in the UK?
-
polarian
looking at company house filings jump network ltd is pretty small...
-
lw
i could probably expense that...
-
polarian
lw: no... the closest is EuroBSDCon which rotates around Europe... it will be in Dublin, Ireland this year, hence why I am going
-
polarian
it wont be held in UK for at least 20 years
-
lw
polarian: yeah it's a tiny company, it basically started as a couple of people with a server rack who wanted to offer colo to people
-
lw
which, to me, is a positive thing
-
lw
james is online on #jump now btw if you wanted to ask anything
-
polarian
small companies <3
-
polarian
I am going to go watch house of dragons, thanks a ton for all the advice
-
polarian
Is there any way to issue ATA secure erase on FreeBSD, or is hdparam used like on Linux?
-
polarian
hdparam is within freebsd man pages... but i cant seem to find it in the port tree or anything either
-
polarian
any ideas?