On Fri, Oct 03, 2014 at 08:38:51AM -0700, Ray Andrews wrote: > Gentlemen,
Are you sure that is always true? Sure I may be, but not everyone on the list is likely to be. > I just upgraded to the 'amd64' kernel. I've always been a 32 bit > lad up till now. The kernel runs fine, but I'm wondering if there is > anything else to do, specifically if my software needs to be > somehow changed from 32 bit to 64 bit. There seems to be no special > repository for 64 bit. Or am I all good? Well you can run a 64 bit kernel with 32 bit user space. You can even create chroots with debootstrap that are amd64 architecture inside and that works too. Of course with multiarch in wheezy and above you can even install packages from both i386 and amd64 at the same time (using apt-get install packagename:architecture), after telling dpkg once to add the other architecture. dpkg has a concept of the default architecture of an installation which was whatever it was installed as initially, although you can change it. The sources.list doesn't change in general, it simply starts downloading all the enabled architectures that you told dpkg to use (using dpkg --add-architecture). -- Len Sorensen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

