10:10:46 hey 10:10:55 hi 10:10:58 ho 10:11:06 after disk corruption my pkg local.sqlite file has been corrupted 10:11:20 how can i recreate this file? 10:12:18 your pkg or your database got corrupted? 10:12:57 only /var/db/pkg/local.sqlite 10:13:09 I removed that file (which becames unreadable 10:13:32 and now pkg tells me that there is no installed pkg 10:14:18 pkg rebuild 10:14:42 unknown command :/ 10:15:22 $PATH properly set? 10:15:48 from man page of pkg 10:15:48 Restore a backup database: 10:15:48 % rm /var/db/pkg/local.sqlite 10:15:48 % xzcat /var/backups/pkg.sql.xz | pkg shell 10:16:14 that would not work if pkg is not found 10:16:24 there isn't pkg rebuild for me either 10:17:14 titou: unknown command was for `pkg rebuild` and not for plain `pkg`, correct? 10:18:00 ah yes 10:20:37 its register, but thats a one by one pkg thing 10:20:52 you got all in stalled pkg data still in /var/db/pkg ? 10:27:14 i have a raspberry pi running 13.2-RELEASE, is it safe to upgrade straight to 14.3, skipping 14.1 and 14.2 ? 10:28:54 jozan: probably yes, but you must have https://www.freebsd.org/security/advisories/FreeBSD-EN-23:12.freebsd-update.asc to update from 13 to 14 with freebsd-update 10:42:46 oh thanks ivy 11:07:03 sorry i had to leave quickly 11:07:23 ridcully: yes it was for pkg rebuild 11:07:27 iRobbery: thanks a lot i will try 11:08:36 it worked! Thanks a lot !!! 11:09:11 you rocks 11:09:21 \:D/ 13:27:48 upgrade to 14.3 from 13.1 was smooth, i did have the include/c++ error tho 13:27:55 it seems to be running fine for now 13:45:50 titou: good news :) i had to nap 13:46:19 <[tj]> anyone know why a thinkcenter m710q might be fussy about an nvme as boot? 13:46:28 <[tj]> I transplanted one just now, but the bios doesn't want to play 13:54:44 friends 13:55:39 friend 13:56:46 Internet stranger. 13:57:17 how cold 13:57:31 i mean not feet 13:58:11 i turned to MAKE_JOBS_NUMBER_LIMIT=1 in my rust build 13:58:15 :p 13:58:37 Well, I *am* a cold-blooded critter. :-) 13:59:22 i'm truly puzzled what it might be doing if it wants nearly 2g 14:03:04 and i dunno if the synth developer is reading here but i have question about his software. I need it to compile some packages with custom compilation parameters and share produced package between machines 14:03:37 synth grabs 2/3 of the needed packages from the FreeBSD repository but not all of them (except those who have custom compilation options). 14:03:47 In particular: gcc, rust, llvm... 14:03:56 I don't know why 14:04:29 I don't care about them, they are just used to compile other packages and official FreeBSD version would be enough.. 14:05:08 it's really boring to recompile them each time i upgrade ports 14:12:10 moreover the LLVM version correponds to the one rebuilding... i don't understand 14:12:16 +in my ports 17:45:44 Hey there! I'm on FreeBSD 14.3-RELEASE, and it seems that freebsd-update says that my Xeon E3-1220L is not a tier 1 arch? 17:46:28 claims I'm on amd64, which should be tier 1 18:01:24 wipt: can you pastebin.com what you are seeing? 18:03:08 titou: haven't used synth, but poudriere too is broken now and doesn't fetch any prebuilt packages 18:05:05 zi: seems that it's a default error message for freebsd-update if it can't connect to to a server. 18:05:50 Seems there isn't a "true" issue, just was internet connectivity. Bit of a jump for an error message, though. 18:06:12 wipt: yea--it's kinda dumb with error handling 18:26:49 Hence the reason freebsd-update is going away. :) 19:19:52 re 21:18:53 has anyone tried the misc/ollama port? 21:47:18 BHYVE framebuffer device detected 21:47:18 BHYVE Get Graphics Mode: w 7320, h 32494 21:47:27 something doesn't seem quite right here 22:23:23 ek: if you don't mind, what is replacing freebsd-update? 22:37:46 aic: pkg ugprade 22:55:13 hmm so setting a different default gateway and setting a /32 IPv4 does not work 22:55:18 arp no dice 22:55:23 arp cant see the router hmmm 22:55:37 probably because the router interface has no IP 22:56:14 what if I add a RFC1918 address to it and then set this as a gateway for the connected device with a public IP address (/32) 22:56:28 then see if arp works 22:57:25 polarian: what are you trying to do? 22:57:56 zi: someone ages ago spoke about individually assigning a bigger block of IPv4 as /32 to save the network and broadcast address 22:58:17 trying to figure out how they did it 22:58:34 my router holds a /32 address for NAT within a different block 22:58:56 so I set that as the gateway, but arp cant see the gateway 22:59:09 I assume because the port the device is connected to on the router has no address... 22:59:32 you will need a 'point to point' interface between the two devices--likely a /30 for simplicity. then, you can route another netblock over that 22:59:48 right 22:59:50 why not a /31? 22:59:53 id obviously need more information about the setup and what you're trying to do 22:59:55 it doesnt really matter 23:00:05 but the above is the basic jist 23:00:09 but can you do the ptp with a rfc1918? 23:00:45 you can, but traceroutes and some other things from the outside wont work quite right 23:00:51 also question, if you need ptp then how come ISPs work then, they allocate /32 addresses within a bigger subnet and *that* works 23:01:15 but then again they probably have a public IP on the interface all the connections go into 23:01:19 i think youll find that most of the time, you might be getting a single ip, but it's part of a larger block (/24 or whatever) 23:01:27 indeed 23:01:47 but my point is the gateway is still out of the subnet 23:01:47 so check the netmask on whatever you get from your isp 23:01:52 it probably isnt a /32 23:02:09 i doubt that 23:02:09 nope 23:02:14 0xffffffff 23:02:34 and the gateway is completely different 23:02:51 and it works for them 23:02:53 :P 23:03:10 you're gonna have to try to type up some information about the setup/devices/etc and what you're seeing 23:03:12 but like I said, in order for arp to work I assume the interface your device is connected to must also have an IP 23:03:58 okay how my ISP works is that for PPPoE you are given a /32 netmask 0xffffffff and then a gateway 23:04:13 that works, obviously otherwise I wouldn't be connected right now 23:04:29 my question was simply if you must use point to point for this to work, then how come this works for my ISP 23:04:40 pppoe is a little different than just ethernet 23:04:44 so my question was in order for arp to work on Linux, the iface I assume always needs an IP address 23:05:06 zi: sure... 23:05:46 ok going back to the original question then 23:06:10 take a /28, you want to preserve the network and gateway address, to allocate them as /32 without needing to allocate the subnet to the router, I you need to ptp it? 23:06:39 take 192.168.0.1/30 and 192.168.0.2/30 23:06:44 .1 router, .2 device 23:07:06 set .1 as the default route, then the public IPv4 passes via the default route 23:07:13 is that what you were suggesting zi? 23:07:26 it depends how it is setup and who is in control of the devices 23:07:53 im in control of both the router and the device 23:08:02 one option is to have your isp route the /28 to .2. you could use every ip in the /28 in that scenario 23:09:33 nah ignore that the separate IPv4 block just goes via the PPPoE route 23:09:38 I am not asking that ignore the ISP 23:09:52 I have additional addresses, I dont want to waste them on a network address and a broadcast 23:10:17 I can keep them router side, allocate a ptp address and NAT to each address router side 23:11:07 but a friend which is sharing this asked why I cant simply give a public /32 address to the device and set the default gateway to the router address, but that doesn't work because arp cant see it 23:15:56 polarian: you're gonna need to make a diagram if you need more info 23:16:54 ugh 23:18:10 it sounds like you want me to argue with your friend, through you 23:18:15 unless im misunderstanding 23:18:20 no 23:18:33 my friend simply asked why I dont do that, so I thought "hmm I will try" 23:21:00 ok 23:32:44 lol 23:35:07 wait I didnt actually realise I was asking this in freebsd 23:35:11 its between freebsd and openbsd :P 23:49:28 window 3 23:51:02 denied