-
concussious
i see either compressed or uncompressed manpage listings in ObsoleteFiles.inc, which should be used?
-
kainxkitsune
hey all, giving freebsd a try on a old Dell M90, I like it so far. got ly i3 and just about everything i could want installed. however I have a Quadro fx 1500M in this thing so I was trying to use the nvidia 304 driver. installed it , did the ABI workaround, did the setup as told but when i try to startx (or login to i3 via ly) it just says no
-
kainxkitsune
screens found.
-
jimmiejaz
I've been doing source upgrades since roughly 3.9/4.0 era, but on my craptop that I currently have that takes over 48H to complete. All the updates on this machine have been source based. I'm thinking it's time to stop stressing this 2010 craptop and do a binary update. Currently behind on 13.2-RELEASE, and looking for a doc/guide/examples of moving from source to binary upgrades and utterly failing.
-
jimmiejaz
Anyone have a resource for any "gotchas" when making the switch?
-
mason
jimmiejaz: You should be okay to go as long as you're on a -RELEASE.
-
jimmiejaz
good to know mason, thanks
-
jimmiejaz
now I just have to wait the day and half to back up. I hate this machine, it's so damn slow in everything it does
-
mason
It's been dependable. I used to call the DECstation 3100s I used to use "majestic".
-
mason
They were unhurried in their computations.
-
jimmiejaz
heh'
-
voy4g3r2
jimmiejaz: that is impressive, a laptop that is over 14 years old
-
jimmiejaz
bsd-hardware.info/?probe=d5d32f1334 this report is old, 12.1-stable old but it's the same craptop
-
VimDiesel
Title: HW probe of ASUSTek K52JK #d5d32f1334
-
voy4g3r2
single core i5? 2 gig of ram?
-
jimmiejaz
no battery, bottom case is off, temps currently hovering at 80C. No, 4 core, 8GB
-
jimmiejaz
sorry, 2 cores
-
voy4g3r2
oh duh.. the 4x on the side
-
kainxkitsune
this m90 i got here is just a T2300 cpu and a Quadro FX1500M with 4GB ram
-
jimmiejaz
figure it's my Friday night, got 22 minutes left at work, so I can do a /usr/bin/time -h make buildworld for one last time, gonna skip the weekly back up
-
padukajorat
question related to jail exec.stop="/bin/sh /etc/rc.shutdown" parameter, does it have any effect while mentioning on command line, i don't have /etc/jail.conf , only base.txz extracted on path
-
padukajorat
i am on 14.0-RELEASE-p6
-
haexwise
Hello. I have an installation question. I have a server where I only have Linux install options. However there is a FreeBSD (11.4/12.3/13.0) which I can boot into. Now I tried to use bsdinstall but it fails after disk formatting which kernel.txz etc. not found. After looking at the mirror it seems the wrong version is being fetched i.e. version
-
haexwise
13.3 instead of the ISO which is 13.0. Again I can't change the ISO. Now I tried to trick the installer in to fetching the 13.3 but that didn't work out. So again I can't use a different image. Can I do anything short of just dding a custom image to the server and hoping it accepts connections ?
-
voy4g3r2
haexwise: you can login and install the 13.0 and do an upgrade process to get you to 13.3
-
haexwise
How can I get to install the 13.0 ? I didn't find a mirror that has a 13.0 directory for the kernel files etc.
-
haexwise
-
VimDiesel
Title: Index of /pub/FreeBSD/releases/amd64/
-
haexwise
I just get this:
-
haexwise
freebsd-update: Directory is not on a persistent filesystem: /var/db/freebsd-update
-
voy4g3r2
the server you are trying to update, does the admin give you this option? there could be areas in this that do not allow you to use something OTHER than linux
-
haexwise
It's a VPS that is operated by Scaleway but I use it through a reseller. The installation options are only Linuxes but I can boot a FreeBSD rescue with version 11.4 12.3 and 13.0. I have full write access and can store cat pictures on the disk if I want to (:
-
haexwise
anyone ?
-
cybercrypto
haexwise: you may succeed in such challenge, but appears you will need manual intervention (which is not desirable) frequently. Not sure they have already implemented support for FreeBSD as deployable images.
-
cybercrypto
-
VimDiesel
Title: FreeBSD and OpenBSD images for instances · Scaleway Feature Requests
-
cybercrypto
haexwise: I dont know much about the provider you are using, so I cannot be much of assistance.
-
xFCFFDFFFFEFFFAF
o/
-
babz
-
VimDiesel
Title: Index of /pub/FreeBSD-Archive/old-releases/
-
haexwise
cybercrypto I don't use Scaleway directly but Oneprovider I can only see it's Scaleway underneath through IP. Given that Oneprovider really has very frequent mangement tool issues for reinstall I am actually quite happy that I can boot into FreeBSD ISO but I think asking them for an install is hopeless
-
rwp
haexwise, I am not quite following the details of the problem you are having but I have this reference saved that might provide peripheral assistance to you. Possibly. Maybe.
gist.github.com/ctsrc/9a72bc9a0229496aab5e4d3745af0bb9
-
VimDiesel
Title: Install FreeBSD 14.0 on Hetzner · GitHub
-
rwp
Hetzner has the same problems now in that they no longer directly support FreeBSD. But as described there they do provide a Debian rescue system. On which one can run qemu to run a FreeBSD installer. Using this allows installing FreeBSD through that chain.
-
rwp
I think it is a very clever way to do things.
-
rwp
Re-reading through... Since you can boot FreeBSD 13.0 I would think you could install manually and have a good result. These docs may be useful:
wiki.freebsd.org/MasonLoringBliss/ZFSandGELIbyHAND
-
VimDiesel
Title: MasonLoringBliss/ZFSandGELIbyHAND - FreeBSD Wiki
-
rwp
I would recommend walking through this on a local machine to gain the hands on experience and confidence for doing it where you have full access and then doing it on the remote datacenter machine should be straight forward. I have installed this way and it works well.
-
haexwise
rwp thank I'll try
-
jbo
lw, ping
-
polyex
how do i split /etc/installerconfig up into sub files and include them?
-
V_PauAmma_V
polyex, what's that file for? The name doesn't ring any bell.
-
polyex
man bsdinstall. it's where you can script your install
-
polyex
unattended install, non interactive
-
V_PauAmma_V
Well, part of the "script" command parameter is a #!/bin/sh script filename if I read the documentation correctly, so you can use the "." sh builtin to refer to additional files. Does that do what you want? Otherwise you'll have to explain in more detail what problem you're trying to solve.
-
polyex
lemme test
-
V_PauAmma_V
(Note that those additional files must contain shell commands and builtins only, if that wasn't clear.
-
V_PauAmma_V
=