On Tue, Sep 18, 2018 at 04:28:17PM +0200, Klemens Nanni wrote:
> Just created a new upgrade ramdisk as usual:
> 
>       $ cat /auto_upgrade-http.conf
>       Which disk is the root disk = sd1
>       Location of sets = http
>       HTTP Server = cdn.openbsd.org
>       Server directory = pub/OpenBSD/snapshots/amd64
>       $ doas upobsd -o /bsd.auto-http -u /auto_upgrade-http.conf

please first reproduce with unmodified bsd.rd.

>       $ what /bsd.auto-http
>       /bsd.auto-http
>               OpenBSD 6.4-beta (RAMDISK_CD) #285: Tue Sep 18 02:33:12 MDT 2018
>               PD KSH v5.2.14 99/07/13.2
>               $OpenBSD: cert.pem,v 1.17 2018/09/12 22:17:08 sthen Exp $
> 
> After the five second timeout, autoupgrade starts but immediately fails:
> 
>       uid 0 on /: file system full
> 

the upgrade script copies several files from host to bsd.rd image:
- /etc/fstab (with modifications)
- /etc/myname
- /etc/resolv.conf
- /etc/resolv.conf.tail
- /etc/ttys
- (maybe others, I didn't review the whole install.sub file)

and it also needs some temporary space to work.


as your added /auto_upgrade.conf is small, I think you should be
able to reproduce without it.

inside the bsd.rd image, after "file system full" report, search for
recently created files, specially in /etc and in /tmp (with subdirs).

thanks
-- 
Sebastien Marie

Reply via email to