Am 04.07.2013 11:34, schrieb Alexandre DERUMIER: > this bin/pvebanner which overwrite /etc/issue, since this commit > > https://git.proxmox.com/?p=pve-manager.git;a=commit;h=d44735b0b30909464afef791471978045c69f6d1 Oh and it contains hardcoded: 31 $banner .= "Debian GNU/Linux 7.0 \\n \\l\n\n";
Maybe $banner .= `cat /etc/issue.net`; is a way better. > ----- Mail original ----- > > De: "Michael Rasmussen" <[email protected]> > À: "Stefan Priebe - Profihost AG" <[email protected]>, "Alexandre > DERUMIER" <[email protected]> > Cc: [email protected] > Envoyé: Jeudi 4 Juillet 2013 10:35:33 > Objet: Re: [pve-devel] Magic auto upgrade? > > I think it is the proxmox meta package which changes the Debian string in the > issue file. > > > Stefan Priebe - Profihost AG <[email protected]> wrote: > > Am 04.07.2013 10:08, schrieb Alexandre DERUMIER: > > <blockquote> > > <blockquote> > > <blockquote> > But I've no idea where this comes from. > > Does PVE also write the Debian string? > > > > </blockquote> > Yes, don't remember which package. > > > <blockquote> > > <blockquote> > I'm backporting all wheezy packages from PVE to squeeze. > </blockquote> > > > </blockquote> > Oh, so maybe you are on squeeze, but simple the /etc/issue has been replaced > ? > > what do you see if you do a : > > dpkg -l > > > do you see squeeze packages or wheezy packages ? > </blockquote> > > all are squeeze but i don't know how that one get replaced by a wheezy > string. > > > > <blockquote> > ----- Mail original ----- > > De: "Stefan Priebe - Profihost AG" <[email protected]> > À: "Alexandre DERUMIER" <[email protected]> > Cc: "Michael Rasmussen" <[email protected]>, [email protected] > Envoyé: Jeudi 4 Juillet 2013 08:57:32 > Objet: Re: [pve-devel] Magic auto upgrade? > > Am 03.07.2013 18:37, schrieb Alexandre DERUMIER: > > <blockquote> > > <blockquote> > > <blockquote> > Proxmox is modifying /etc/issue > > </blockquote> > > </blockquote> > The proxmox wheezy package have an update for /etc/issue. > > But my squeeze proxmox don't update it. > > I have done tests, I really can't auto upgrade from squeeze to wheezy without > change sources.list. > </blockquote> > > The sources.list still only contains links to Squeeze but the etc/issue > looks like this: > # cat /etc/issue > > > > > Welcome to the Proxmox Virtual Environment. Please use your web browser to > configure this server - connect to: > > https://10.255.0.10:8006 / > > > > > Debian GNU/Linux 7.0 \n \l > > > But I've no idea where this comes from. > > Does PVE also write the Debian string? I'm backporting all wheezy > packages from PVE to squeeze. > > Stefan > > > <blockquote> > ----- Mail original ----- > > De: "Michael Rasmussen" <[email protected]> > À: [email protected] > Envoyé: Mercredi 3 Juillet 2013 18:10:20 > Objet: Re: [pve-devel] Magic auto upgrade? > > On Wed, 03 Jul 2013 15:12:19 +0200 > Stefan Priebe - Profihost AG <[email protected]> wrote: > > > <blockquote> > sources.list and stuff still points to squeeze. > > Also all packages are Squeeze based. Does proxmox write to /etc/issue? > </blockquote> > > Proxmox is modifying /etc/issue so perhaps it is only the issue file > that claims Debian Wheezy. > </blockquote> > > > > </blockquote> > !DSPAM:51d52e84159371954914065! > > > > </blockquote> > _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
