Debian Installation :: Lenny Online Docu Not Correct For Upgrade?
Aug 19, 2010
I was reading the upgrade documentation for an upgrade from etch to lenny on the following [URL].. And noticed that since today (or mayby yesterday not entirly shure) the documentation speaks about "squeeze" and not "lenny" I am not sure if any other info is changed as well but i find it confusing. Is this an error?
View 7 Replies
ADVERTISEMENT
Jun 1, 2010
I'm looking for correct backports repository for Lenny?
View 2 Replies
View Related
Jan 2, 2011
I am thinking of upgrading from my production Lenny to Squeeze.Is it better to upgrade from Lenny directly, or reformat my hard drive and install from fresh (I do have backup of my /home)?
View 14 Replies
View Related
Feb 7, 2011
I have a question about dist-upgrading. I'm using 5.0 lenny with KDE 3.5 and I want to upgrade, but I don't want to change my KDE to that new version of disaster. Will the apt-get dist-upgrade update my kde?
View 6 Replies
View Related
Feb 7, 2011
A week or so ago, I downloaded the current stable and burned it. (lenny)And on the 5th I started installing and finished on the 6th.I then see squeeze was released LOL.I have started using the system and would rather not start over from scratch.(but I will if it is the *best* way to go)I am coming from Ubuntu but I do know my way around the system...
All the threads I see start off by editing the sources list to change lenny to squeezeIs there an easier way?I've looked for a HOWTO but did not see one.I am not looking to stop any part of the system from upgrading.In ubuntu I have gone from distro to distro, but that option is not offered.I checked "Software Sources" -> Updates I do not see the Ubuntu option of allowing distro updates ot be offered.
View 14 Replies
View Related
Feb 3, 2010
I have tried several times--unscuccessfully-- to upgrade to the testing branch. I change my apt sources to "squeeze". I get either "err" or "ign" on a lot of the sources when updating. I have seen several methods as to how to upgrade from stable to testing and none have worked so far. I have tried "apt-get update && apt-get dist-upgrade" as well as using aptitude to do the same similar commands. What I find is the following:
* My kernel never gets upgraded at all.
* udev is broken and mice and keyboard do not work.
* Many packages are held back and not upgraded.
I do have a debian 5 image to re-install and try again but I am not finding it to be as easy as many debian people claim. Also, I did a fresh install of squeeze using the net-install image. When the install finished and I rebooted, the computer hung on boot up. It never seemed to read where the kernel was. It would boot up, the system would beep and then reboot never finding the kernel or boot block apparently. how to get squeeze on my box? It is a 1.2 Ghz computer with 512mb ram with the intel i810 southbridge chipset I believe.
View 14 Replies
View Related
Feb 11, 2010
I just upgraded to lenny (stable) from a working etch system. It went pretty nicely but I'm having a problem with the print system.
Ok, I have an HP Laserjet 4M+ connected to my system by USB. (I have another color printer too and a scanner but I don't use them often).
I use CUPS. I never bothered with the HPLIP packages because straight cups has always worked well.
What happens now is that I'll send a job to the printer and nothing will happen. The printer won't get it. Looking at CUPS on the localhost:631 page I can see that the printer is on, connected, ready; the job is there too but just stuck on "processing".
Now here's the thing. If I manually load the ehci_hcd module with "modprobe ehci_hcd" then the job will make it to the printer and it will print.
I can't just make that module load at boot time because if I do and the printer is off, it doesn't work. (I have to unload it and reload it). For whatever reason, I have to make sure that module gets loaded AFTER the printer is turned on, or nothing gets sent to the printer!
View 10 Replies
View Related
Mar 29, 2010
<Big Red Flashing Sign that reads, "NEWBIE with two Linux books and very little brain"> I just installed Sarge from a CD onto an old PC and ended up with Debian Linux 3.1, Kernel 2.4.
PC Specs:
Spacewalker Mainboard (AK31V3.1) SocketA AMD Athlon/Duron Processor based DDR Main Board
2x 256MG DDR DIM Q
350w power supply
NVIDIA GeForce AGP8X 6200 Graphics Card 256 MB RAM
Award Modular Bios v6.00PG 12/05/2003
LG Monitor
USB Mouse, Standard keyboard
I did not configure any servers or do any package selections but did manage to get the internet connection working (actually Debian managed that all by itself). I'd like to "upgrade" to Lenny.
Do I need to upgrade to Etch first or can I go straight to Lenny? At what point do I "upgrade" the kernel (before upgrading to Etch/Lenny? After?)
View 10 Replies
View Related
Apr 2, 2010
I'm trying to upgrade an etch system to lenny, I've updated my sources list to lenny and ran apt-get update. When I try apt-get install apt
apt-get install apt I get the following:
Reading package lists. Done Building dependency tree. Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation:
The following packages have unmet dependencies. apt: Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch10+b1 is to be installed Depends: libstdc++6 (>= 4.2.1) but it is not going to be installed E: Broken packages
if I try apt-get install apt libc6, it wants to upgrade a whole heap of packages - will this be a safe thing to do ?
View 3 Replies
View Related
Feb 17, 2011
my mouse wouldn't work in any fashion after going through most of the install process from Debian Lenny to Squeeze (couldn't click, move the mouse, etc. under both Compiz and Metacity). My system is a Lenovo ThinkPad T61 laptop; I keep the touchpad disabled, but the button mouse (TrackPoint) wouldn't work either. I was following the instructions here:
[URL]
So, the first thing I did was run the following commands, as it says to do:
# apt-get upgrade
# apt-get install linux-image-2.6-686
# apt-get install udev
Then, I rebooted my machine into the new kernel (2.6.32-5-686). I got a ton of udev warning messages at startup (all along the lines of "SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in something-or-other" - details can be provided if needed), but got a functioning prompt. I logged in, ran startx, and everything worked except the mouse, which couldn't do anything - as if it wasn't recognized at all. Switching window managers from Compiz to Metacity, as mentioned before, didn't help. "modprobe psmouse" revealed that that module was correctly loaded.
Rebooting into my old backported kernel (2.6.32-bpo.3-686) restored mouse function, although I still had the udev warning messages (so maybe those aren't relevant, I don't know). Apparently, something about the different kernels is causing the problem, but I'm not sure what - any thoughts? I haven't wanted to complete the upgrade with "apt-get dist-upgrade" without knowing that I'll have a working mouse, since I need a functional GUI at the moment and don't have a good way of fixing it if I trash it.
View 4 Replies
View Related
Jul 30, 2011
I have a server that was happily running Lenny. Last reboot was over 100 days ago. So I decided to fix it and install Squeeze.the upgrade went well, booted into grub. (with the grub2 test menus).When I login using the console, I get the nice GUI login, and something looks like the graphics world is being setup. The screen goes to a pretty light blue background. But there are no icons, no toolbars, no windows.I could believe something in the Xconfig is broken, say it thinks I have a much larger screen, and all the icons are off the edges. But that is only a guess.
View 5 Replies
View Related
Apr 17, 2010
I'm starting to bump into crusty software in Lenny and am looking to upgrade to Squeeze. However, there's no release notes yet and Googling for upgrade directions yields all kinds of variations, some of which talk about "interesting" issue. Thus, my questions:
1. How hard/messy is the Lenny to Squeeze upgrade at this time?
2. Where can I find straightforward, clear directions on how to upgrade?
For quite some time, I just stayed on testing and incrementally upgraded on a regular basis, but stopped after Lenny came out because security support was suspended. Now I'd like to climb back on that train.FWIW, I originally installed Slink in 1999 and haven't reinstalled from scratch since, despite several generations of hardware upgrades.
View 14 Replies
View Related
Feb 24, 2010
On my debian web server I curently have ImageMagick 6.3.7 08/07/09 Q16 since this is an old version of imagemagick i wanted to upgrade my system that still runs etch, and afterwards upgrade imagemagick. I can not see what version the current lenny imagemagick package has, but I assume it is newer then 6.3.7, no?
When i ugraded I found out that my apt-sources used stable rather than etch. So I already had a mix of lenny and etch I suppose. I then had > cat /etc/debian_version 4.0 Before I upgraded I changed my apt sources from stable to etch, updated the package-tools and did a dist-upgrade (for details, I followed these instructions). After restarting I have still 4.0 as debian version. Also uname -r is 2.6.17. How can I do a correct update?.
Also my services were not started (ftp,ssh, apache2), so I asked my hoster to start the ssh service. This morning everything was up again, but it seems like nobody there have had a look at this. How do I absolutely ensure that my ssh service is start at boot. It is a remote webserver, so I need at least this service to be running.
View 2 Replies
View Related
Jan 24, 2011
I have Lenny 5.0 and would like to upgrade to 5.0.8 or the latest upgrade for Lenny. I don't know if it would be easier to download the 5.0.8 version or just upgrade the 5.0. Frank
View 3 Replies
View Related
Sep 15, 2010
I run into a problem when trying to update from lenny to squeeze. Seems that util-linux fails to install due to some error and that this causes xorg as well as udev to fail. If this is the case then it might be a bug in the post-installation script for util-linux..Am I on the right track or is it completely wrong?
View 5 Replies
View Related
Sep 25, 2010
I am running a lenny server. So I don't have physical access.How can I upgrade to Squeeze without everything breaking? Also, I want to use "apt-get", not "aptitude".
View 8 Replies
View Related
Mar 28, 2011
I have a Debian Lenny LAN Gateway machine running shorewall, squid and a source install of ossec in the opt dir. The machine is an Intel Atom based asus hummingbird with no gui. It works well and has been very stable so far. However, i am considering upgrading to Squeeze. Is it feasible to attempt to upgrade this machine, or am i realistically looking at a reinstall and reconfigure with Debian Squeeze over a long weeked?
View 2 Replies
View Related
May 18, 2011
I try to upgrade Etch to Lenny and get the following problem:
Code:
# apt-get update
# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
[code]....
View 7 Replies
View Related
Mar 3, 2011
Now when new stable debian is squeeze I was wondering how do I apply updates to my lenny distro?I just want to apply all updates available for lenny, but DO NOT WANT to upgrade my lenny to squeeze.
View 1 Replies
View Related
Feb 11, 2011
I live in Swizterland and am using a Swiss mirror.I want to upgrade my Lenny installation to Squeeze
View 6 Replies
View Related
Apr 21, 2011
I've a very old server with Debian Etch, and now I need to upgrade to Squeeze. I think it's correct to upgrade first to Lenny, so I followed this link:
[URL]
[code]....
Score is -2280
Accept this solution? [Y/n/q/?]
View 2 Replies
View Related
May 1, 2011
I was a little worried about doing an upgrade, via Update Manager, from 10.10 to 11.04.
I was right to be worried.
Boot hangs and booting in verbose mode, grub does come up, but going into the main latest kernel version shows;
VFS: Cannot open root device "sda1" or unknown block.
Please append a correct "root=" boot option; here are the available partitions
0b00 1648575 sr0 driver sr
May have missed some of the text as wrote it down.
sda1 was my original and only partition.
Have used my 10.10 live cd and file structure and files are all there,
Took the opportunity to shrink the single main partion and create primary partitions for /home and another for all the junk I accumulate. sda1 will still be my boot partition.
In the process of making a 11.04 boot CD.
View 4 Replies
View Related
May 28, 2010
when I tried to upgrade my computer from Lenny to Squeeze and it downloaded everything but it's stuck at installing udev which it said it couldn't do on the 2.6.26 kernel. I then did update-grub and Squeeze's 2.6.32 kernel was seen (on grub). I have grub-legacy chainloading (if I'm not mistaken) but I don't have grub2 installed. When I try to boot through the 2.6.32 kernel so that I can complete the upgrade (that is to install udev and have everything working fine), instead of reaching the OS, it says something along the lines of "kernel panick not syncing vfs" and something about "root(hd1,0)".
View 10 Replies
View Related
Jan 8, 2011
I'm currently using Debian Lenny 5.0.7 and I tryed to upgrade to Squeeze. I followed the instructions from Debian's Guide:
1. I changed my repositories to squeeze in sources.list
2. # aptitude update
3. # aptitude install apt aptitude dpkg
4. # aptitude safe-upgrade
After this last command, the computer kept working for about 7 hours, it consumed 2 gb RAM and 1 gb swap, and in the end aborted with the following message:
I searched around and I found out that this error is somehow related to C/C++ package compilation, but I found nothing specific related to Debian's upgrade.
View 8 Replies
View Related
Jun 18, 2010
I was upgrading manually my ALSA to the latest version -1.0.23-, so after reboot I got several errors related to ALSA telling me that NO SOUND CARDS Found. so the system is freezed when tries to connect to the network but after that, the system is stopped, nothing else happens, I tried to Ctrl+C and reboot as "single user mode" and still nothing, when I rebooted I can see a message that says: "busy trying to mount /" .So my questions are:
1. is there a way to log into the system?
2. is there a way to deactivate this driver on startup?
3. when I can login, how can I remove the failed alsa driver?
if this helps, I have another linux distro running in the same HDD, so maybe I can do something for debian for that distro
View 3 Replies
View Related
Apr 30, 2011
I'm running Lenny and the nvidia driver is 173.* I need to upgrade to the current nvidia driver but when go to install it I get the message that it was copiled with a different version of gcc and might screw up my kernel. any suggestions to upgrading to the current nvidia driver?
View 6 Replies
View Related
Dec 8, 2010
I'm trying to upgrade a Debian Etch box to Lenny. I've opened /etc/apt/sources.list, did a global replace etch->lenny. Then I did "apt-get update" as root. After some activity, I got the following message:
W; GPG error: http://security.debian.org lenny/updates Release: the following signatures couldn't be verified because the public key is not available: NO_PUBKEY xxx And then another error of the same nature for the different, FTP site. Then it said I might to run apt-get update to correct that.
View 1 Replies
View Related
Mar 29, 2010
before i had a wifi work.I have do apt-get upgrade and now i don't have wifi.I try to install one more time driver sound = no difference.
View 3 Replies
View Related
Apr 30, 2010
I'm trying to do an online upgrade from 8.04 to 10.04 using the update manager. Since update manager did not indicate that there was and upgrade, I used the update-manager --devel-release command to initiate the process. The upgrade stops during while looking for channels with the following error message:
A problem occurred during the update. This is usually some sort of network problem, please check your network connection and retry.
W:Failed to fetch
http://archive.ubuntu.com/ubuntu/dis...kports/Release Unable
to find expected entry main/debian-installer/binary-i386/Packages in
Meta-index file (malformed Release file?)
E:Some index files failed to download, they have been ignored, or old ones used instead. I don't believe this to be a network problem because it fails in the same place every time. I don't see the entry for debian-installer in the Release file which I believe is why the error is occuring, however, I'm not sure what to do about it. It seems like something is pointed to the wrong place. I've maintained this system with update-manager for several years and never had a problem.
View 1 Replies
View Related
May 15, 2010
I was really enjoying the speediness of 9.10 on my HP Pavilion ze4900. Once I got the wireless driver loaded correctly, anyway. Tried to do an on-line upgrade to 10.04, but figured I should have had a hard-wired internet connection when I got installation messages that "Could not set up..." the network. But, installation continued without any other apparent issues. As soon as it rebooted at the end, the problem started. It hangs right after the ubuntu logo, with a completely blank screen.
My questions:
1) Can I get this to start booting properly?
2) If not, what would be the best way to retrieve my evolution mail files, so I can do a clean install? If I boot from a CD, will I be able to retrieve those files and maybe put them on a memory stick?
View 3 Replies
View Related