I doubt there's enough free space on /usr for reorder_kernel to work. But the disk overall is small and there's probably not a lot that you can clear out. If you were to reinstall, not create /usr/src, and add that space to /usr instead, that would buy you a bit of time, but ideally you'd want a larger disk.

--
 Sent from a phone, apologies for poor formatting.

On 20 November 2022 01:47:28 Aaron Miller <aa...@iforgotmy.name> wrote:

On 11/19/22 16:31, Stuart Henderson wrote:

On 2022-11-19, Aaron Miller <aa...@iforgotmy.name> wrote:
Hi misc,

I ran into an issue with reorder_kernel on 7.2. It directed me to its
log file, /usr/share/relink/kernel/GENERIC/relink.log, which contains this:

 (SHA256) /bsd: OK
 LD="ld" sh makegap.sh 0xcccccccc gapdummy.o
 ld -T ld.script -X --warn-common -nopie -o newbsd ${SYSTEM_HEAD}
vers.o ${OBJS}
 text    data    bss    dec    hex
 0    0    0    0    0
 mv newbsd newbsd.gdb
 ctfstrip -S -o newbsd newbsd.gdb
 strip: there are no sections to be copied!
 rm -f bsd.gdb
 mv -f newbsd bsd
 mv: newbsd: No such file or directory
 *** Error 1 in /usr/share/relink/kernel/GENERIC (Makefile:1940 'newbsd')

I think the relevant error is the "strip: there are no sections to be
copied".

Also I saw a blue text error from the kernel (typing it rather than
copy-pasting):

  uvn_flush: obj=0xfffffd801ee12890, offset=0x5760000.  error during
pageout.

 uvn_flush: WARNING: changes to page may be lost!

What does this mean? And how do I fix it?
Most likely your filesystem is full.
Thanks! Which filesystem should I free space on?

$ df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/sd1a      733M    323M    373M    46%    /
/dev/sd1k      6.2G    4.9G    1.0G    83%    /home
/dev/sd1d      1.1G    436K    1.1G     0%    /tmp
/dev/sd1f      1.5G    1.4G   73.3M    95%    /usr
/dev/sd1g      402M    339M   42.2M    89%    /usr/X11R6
/dev/sd1h      3.2G    2.1G    1.0G    67%    /usr/local
/dev/sd1j      1.8G   1000M    710M    58%    /usr/obj
/dev/sd1i      1.2G    2.0K    1.2G     0%    /usr/src
/dev/sd1e      1.7G    825M    865M    49%    /var

Reply via email to