Debian :: Fresh Installed Lenny Would Not Boot

Jun 17, 2010

I downloaded and installed a fresh ISO and already installed it 3 times in my PC but after a seemingly good installation, my machine would shutdown when I try to boot my freshly installed lenny. It was a good CD. I encountered no error reports while installing but I can't understand why after I click on Debian lenny in the grub, it would act as if it were booting and then suddenly shutdown.

View 12 Replies


ADVERTISEMENT

Debian :: No Sound On A Fresh Install Of Lenny From CD?

Nov 18, 2010

After successfully installing Debian 5.0 stable from a CD, I noticed that there wasn't any sound. I unmuted the volume in Debian itself and there still wasn't any sound! I ran alsaconf and it came up as a VIA VT8233/A/8 sound card.

View 3 Replies View Related

Debian Configuration :: GCC Not Working In Fresh Lenny

Aug 13, 2010

I just did a regular install of debian lenny on a stand-alone machine. Now I want to add some new mp3-software. Debian doesn't like it if I install as root. A regular gets other negative results:

wlff@debian:~/My_Apps/mpg321-0.2.12-1$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for gawk... (cached) mawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
wlff@debian:~/My_Apps/mpg321-0.2.12-1$

I did find the GNU-compiler in /usr/lib/gcc. So what could be wrong with gcc, and what about gawk, cc and cl?

View 6 Replies View Related

Hardware :: Unable To Boot Installed Lenny And Any Other Live CD

Jun 25, 2009

I had mandriva 2009 installed in my system everything was fine till I installed a new graphics card xfx nvidia gts250. My motherboard in Intel 946giz. I was able to change it to lenny with got installed perfectly but when I boot in linux it goes into an infinite loop giving me call trace and all I tried sabayon 4 and suse11. 1 live cds but was not able to boot into their live cd environment.

View 5 Replies View Related

Debian :: Cannot Get PostgreSQL Installed On Lenny?

Jan 10, 2010

I have tried many variations of the following, but always get the same error.

Quote:
# aptitude install postgresql-8.3
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 1 Replies View Related

Debian Installation :: Netinst - Fresh Installation Of Lenny Or Squeeze (either Or) And Not Install Exim?

Feb 26, 2010

I haven't used Debian in 1 year or so and would like to know if there is any possible way to do a fresh installation of Debian Lenny or Squeeze (either or) and not install Exim? I get to the package selection section of the Debian Installer and I de-select "Desktop Environment" & "Standard System" so nothing is selected and it still be default installs Exim. Is there a way to omit this from the install?

View 9 Replies View Related

Debian :: Cant Get Lime Wire Installed On Lenny

Oct 17, 2010

I cant get lime wire installed on my debian lenny. the repositories was changed to contrib non-free, still no go. Cant seem to get any kind of documentation even after 2 days of googling.

View 13 Replies View Related

Debian :: Just Installed Lenny - Only Resolution 640x480

Jan 10, 2011

Just upgraded from Etch and now I'm stuck at 640x480 resolution. Xorg.conf doesn't show any display modes, and xrandr gives the only resolution as 640x480. The laptop is a Toshiba Tecra 730XCDT. I know its a doorstop, but 800x600 worked fine under Etch. Anyone know how to to change it back? It's really hard to look at right now.

View 3 Replies View Related

Debian Installation :: How Many Gig Should Put For Debian For Fresh Installed One

Apr 30, 2010

how many gig should i put for debian for fresh installed one?

View 6 Replies View Related

Debian Installation :: Lenny Cannot Be Installed With RTL8139 PCI Ethernetca

Feb 1, 2010

I'm trying to install debian lenny on a Asus A7V board, with PCI ethernet card containing RTL8139 chipset.I'm using the netinstall cd. Installation fails because the network card is not recognized during the install, thus no DHCP, thus no internet.Kernel is 2.26.x

View 8 Replies View Related

Debian Installation :: Just Installed Lenny And Now Clock Is All Screwed Up

Nov 1, 2010

During the installation the installer asked me if my clock was set to UTC. I didn't know what that meant so I said yes. Now whenever I boot into Lenny it messes up the time of day, and since I dual boot with puppy and knoppix on this machine, the time of day is messed up in those systems also. Any idea how to permanently undo the damage in Lenny?

View 14 Replies View Related

Hardware :: Get Intuos 3 Installed On Debian Lenny AMD64?

Aug 13, 2010

I at trying to get my Intuos 3 installed on Debian Lenny AMD64. I installed both the xserver-xorg-input-wacom and wacom-tools. The problem is that the tablet works like a mouse. I have to press down and move the pen for it to work. In Windows, I can just hover over the tablet without making contact and it will move the cursor. Also, it isn't calibrated to the screen.

I put "wacom" in /etc/modules. Here is my xorg.conf though

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 256.44 (buildmeister@builder103.nvidia.com) Thu Jul 29 01:52:55 PDT 2010
Section "ServerLayout"

[Code].....

View 2 Replies View Related

Debian Multimedia :: Just Installed Squeeze / Running Back To Lenny

Feb 6, 2011

I could not get the hardware to work with Lenny's ancient drivers, so I gave up and decided to upgrade to Squeeze.Well, the hardware works (except sound), but KDE4 is a such a disaster that I want to run not walk! all the way back to Lenny. I'm stunned that after four years of active development, this desktop still doesn't have something as basic as keyboard shortcuts or the ability to place icons where YOU want them.

The widgets frustrate me to no end. The new K menu is impossible to navigate. I'd rather hang myself than use Dolphin as a file manager. KDE4 gives me more notifications than MS Windows' crapware. And it's UGLY !!! The "Oxygen" theme makes me want to tear my eyeballs out.

View 14 Replies View Related

Server :: Installed PureFTPD With MySQL On Debian 5 Lenny 64bit?

Aug 23, 2010

Been working with this problem for over a week now and has come to a dead end, I have installed pureFTPD with MySQL on Debian 5 Lenny 64bit. My problem is I can't login with the users in the sql-database, but for some strange reason, I'm allowed to loggin as anonymous. Unix users can't login either.

I have followed the guide on: [URL]..

- Created a ftpgroup and ftpuser.
- Created a database ftpd
- Created a user vhosts and given access to ftpd db
My configurations files
/etc/pure-ftpd/auth/30mysql
Code:
/etc/pure-ftpd/db/mysql.conf
/etc/pure-ftpd/db/mysql.conf

[Code]...

View 1 Replies View Related

Debian Installation :: Lenny Won't Boot On G5 ?

Apr 22, 2010

Had an old Power Mac G5 (dual 1.6ghz 256MB ram) collecting dust, so I did some research and came upon Debian Lenny. Idea was to setup the mac as a home server to share with Win7 HTPC/OSX 10.6 macbook pro/Ubuntu9.10 dell laptop machines in my house. With so many different OS's running in my house, I thought it would be the ideal solution! Downloaded and installed the Debian on the G5. Now after the fresh install.

I hear the "mac chime." Then I get:

Stage 1 Boot:

This screen loops with a folder and the finder icon w/ a ? mark.... Also, the longer this loops the faster the fans go!

View 8 Replies View Related

Debian Configuration :: Lenny Will Not Boot With 2.6.30 Or .32

Mar 20, 2010

I have a lenny box:

Linux ulet 2.6.26-2-686-bigmem #1 SMP Tue Mar 9 18:01:52 UTC 2010 i686 GNU/Linux

In order to get a newer kernel that would recognize a linksys usb wifi adapter I got the advice to upgrade to a newer kernel - 2.6.30 or newer. Which I am able to get from backports.

But when I try with .30 or .32 my machine will not boot. I do have a raid, but it is only used for data files - I do not boot from it or have any system files on it.

First I get this error:

I have not resumed the machine so I have no idea what is going on. So I press ENTER:

View 14 Replies View Related

Debian Installation :: Dual Boot - Lenny Then Add Win 7 Okay ?

Apr 14, 2010

I have Lenny installed & it works fine, in a few days will add Windows 7 (want to dual boot - 1 250 GB hard disk) used gparted to free up lots of room for Win 7

- My question is this, Debian then Win or Win then Debian (I want GRUB to manage both so hope since Lenny is installed Win 7 will use the free space no problem) ?

View 3 Replies View Related

Debian :: Network Not Autoconnecting In Lenny On Boot?

Dec 26, 2010

I work at a public library, and am relatively new to Debian. Our OPACs (Online Public Access Catalogs) are running Debian Lenny. They are locked down to loading and visiting one specific webpage through a combination of Kiosktool and in the Opera browser.Initially, I had one machine set up with a static IP address, which worked just fine. Each machine has its own static IP which is translated at our Cisco ASA 5505 firewall to individual, physical IP addresses on the outside. However, I had many more machines that I wanted to clone from the working system.On the cloned machines, the physical network card in the machine shows up in ifconfig eth1, because it is "remembering" the eth0 network card from the master machine that it was cloned off ofNo problem, I thought, I will just change interfaces to the following:

auto lo
iface lo inet loopback
address 127.0.0.1

[code]...

View 3 Replies View Related

Debian Configuration :: Lenny Won't Boot All The Way Without Monitor

Apr 16, 2010

I've got Lenny installed with the desktop environment included. Remote desktop has been activated and I can see Lenny's desktop on a second computer using VNC. When I disconnect the monitor from the first PC which is running on Lenny and start that one up it won't boot all the way and I cannot connect through VNC (connection refused).

Etch has no problem with that. When I connect a monitor to the stalling Lenny I read: Failed to start the X server (your graphical interface). It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?

What can I do to establish a full boot on Lenny so I can use VNC the way Etch (and other distros) allows me to? This has something to do with the autodetect system, I suppose. Could I tell X Server to ignore the fact no monitor is connected or could I fool X Server into believing there is a monitor?

View 3 Replies View Related

Debian Installation :: Boot Hangs After Successful Fresh Install

Nov 24, 2015

System is hanging during boot after a successful fresh install via netinstall disk. Never makes it to any GUI or prompt. However, it does still respond to CTRL-ALT-DEL (not completely frozen).Default debian installation with one exception - KDE checkbox was checked for installation. Everything else was default, with "use full disk with GRUB" option chosen.The boot process appears to hang during the service starts. It appears that the start job for "Create Static De..." is not actually ever completing. I don't know how to troubleshoot that any further than I have.

This is running on hardware, it is not a virtual machine. 480GB SSD, i7, 16GB of RAM, AMD R9 390 (I dunno if this is the problem, but it seems a likely culprit).There are no other disks attached. I have verified successful memtest completions (0 failures) and hard disk is intact and working fine (I have swapped for another disk, and the same thing happens as well).

My skill level with Linux is relatively low. I have proficiency using it and programming for it, but not much in the way of troubleshooting/ installation/ drivers.

Here is an album of "screenshots" (phone photos) of the boot sequence in debug: URL....I tried booting straight to console by removing "quiet" from boot options and changing to "text", but it does not alter the outcome in any discernible way.

View 6 Replies View Related

Debian Installation :: Windows 7 Won't Boot After Lenny Install

Apr 9, 2010

I installed lenny and now my windows 7 won't boot. When I select it in Grub the machine just restarts the bios after a few seconds of black screen. The machine I'm using is a very vanilla intel p4.

I'll paste my /boot/grub/menu.lst below. All of the drive options look correct. I properly shutdown Windows 7 before installing lenny. I'm sure I can reinstall the mbr and get my windows back, but I would like to dual boot with grub.

View 9 Replies View Related

Debian Installation :: Lenny - Squeeze Grub2 - No More Boot

Feb 28, 2011

Whenever I reboot, I get GRUB and the _ pinking, and that's it. With rescue cd I can have chroot shell, to troubleshoot I did the upgrade-from-grub-legacy and installed it to both /dev/sda and /dev/sdb In recovery I redid the upgrade-grub and grub-install commands but still have the same "GRUB and _ blinking".

Because the text "GRUB" and then nothing I didn't enouncter while googling, I need to ask here for further troubleshooting.

View 10 Replies View Related

Debian :: Lenny Fails After First Boot (Screen Goes Blank)

Jul 20, 2010

I'm trying to make dual boot system with Lenny (64bit) along with WinXP. I'm using one HDD with 2 partitions and installed first XP then Lenny. Everything seems fine till the first boot after fresh install. Lenny starts to boot and after same point the screen goes blank and then is turned off and that's it...nothing happens. Happens so fast that I'm unable to see the exact messages on the screen. Maybe somewhere around staring anarcon?

PC is:
Athlon64 X2 5400+
Asus M2V-MX motherboard
3GB DDR2 800
500GB WD SATA2 HDD
Radeon x800 GTO video

I reinstalled 2 times and it's the same. WinXP is working fine though but I really don't want it to be my OS...
Another "hint" from today: The same happens when I use "Try without installing" of Ubuntu 10.04(i386) Live CD. It starts loading and at some point turns off the monitor.
Tried also with 8.04(64bit): Boots till it reach something like "Settings sensor limits" and then it's stuck. I have consoles though (Ctrl+Alt+F1/2/3...).

View 14 Replies View Related

Debian :: Dual Boot Lenny With XP - XP Stops Booting ?

Oct 5, 2010

Have a little experience with backtrack 4, which is a Ubuntu distro. I'm changing to Lenny due to hardware limitations on my laptop, an older Dell inspiron 7000.

Here's the specs :
400 MHZ,
120 G HDD parted as C: = 20G (has bad sectors, left blank) and D: = 20G Windows part
128 Mb low density RAM
ATI Rage Mobility ( not sure of video RAM, I think 8 Mb)

Now I liked running BT and liked the linux work, so when the BT install went south I started to look for another linux distro I can run, the BT tools I use are linux after all. Here's where I hit my stump. I decided to go with the Lenny distro, it already has some of the tools I need, but the first time I installed I had the HDD like this 20G, 20G, 20G,20G, 17.??G. I had windows installed on C: (of course, no problems, yet)

After I installed lenny to D: via an iso I downloaded, the Debian GNU/Linux 5.0.6 "Lenny" - Official i386 xfce+lxde-CD Binary-1, BTW first install was from booting from the disk. After reparting, format, etc. of the install, GRUB boot loader detects my D: Windows, great. Reboot to GRUB boot menu, select ddebian, and it loads...cool, until I realize I don't have synaptic, the tools, and apt isn't going to work unless I can load the linux driver from the cdrom...which I can't find.

Reboot...windows, internet for answers I'm thinkin. GRUB loads fine, select windows and get the following error message "Windows can't start because of hardware configuration problems. Could not read from selected boot disk, check boot path and hardware. Check configuration manual for disk configuration."

It took three days to get Windows reinstalled, and a LL format (zerowrite the drive) but during the process I discovered a possible hdw issue...bad sectors on the C: hdd. Solution: C: 20G = unused, D: = Windows xp. Worked great. No more windows issues, so try it again. This time I used the disks installer from windows. Everything started great, boot menuselected debian, install-graphic, but this time I let the part manager create a drive, 20G from the free space an it appropriately made it's swapfile...when lenny booted it was good, but still no synaptic, cd/rom, couldn't browse the computer.

Reboot to windows to get instructions from someone that really knows what's going on...no windows. exactly same message as before. I was able to boot into debian okay, but couldn't find any drives, utilities, wasn't very much, but I needed my windows and the internet to get lessons. I am familiar with the terminal console and KDE. Can use apt for updating, but prefer using the synaptic. Why does my windows keep disappearing? If I can solve the dual boot issue I can learn the system casually. Right now my config is: C: = 20G, nothing here, still haven't run a scandisk either...next on todo list. D: = 20G Windows install...what I'm using now. I'm not going to attempt to reinstall debian until I receive a efinate answer to the dissappearing config, or boot capacity. Oh, yeah, Did try a fdisk/mbr and fix. this didn't bring it back either.

View 11 Replies View Related

Debian Configuration :: Lenny Can't Boot After Updating The System

Feb 5, 2011

I have always used apt-get to update the system. Yesterday, I was doing some tests and one of them was to try to update the system using the aptitude command, instead. I ran aptitude update and then aptitude safe-ugrade. I thought that wouldn't be a problem, but I was wrong. This morning I found the computer just can't boot.

I get this message:

I have Squeeze in another partition on that computer. I can access the system through the terminal (the graphic is screwed). Is it possible to try my Lenny from this partition? If not, I also have a live cd for Squeeze. Right now I'm on another computer.

View 3 Replies View Related

Debian :: Failing To Boot After Lenny / Squeeze Upgrade

Jun 11, 2010

I've done the ordinary sources.list update (lenny to squeeze) and Code: sudo apt-get update sudo apt-get install dpkg apt aptitude.sudo aptitude full-upgrade However, udev failed to install, and I used..Code: touch /etc/udev/kernel-upgrade and did full-upgrade again. Everything was going fine, I went through several package configurations and suddenly, after 30-40 minutes of "Unpacking Setting up." I just heard two system beeps and got an error similar to a kernel panic. The SYSRQs did nothing. Did a hard reboot.I got two kernels in GRUB now. + the GRUB2 chainloading option. Used this one and got Code: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block It's all the same with the 2.6.32-5-686 kernel kernel panic. Using the older kernel didn't fail on the boot up, but showed many UDEV related errors and logging in was impossible - all I get were segmentation faults. Forgot to mention it - my FS is Reiserfs

View 7 Replies View Related

Debian :: Use Lenny On Desktop - Strange Message At Boot Up

Oct 18, 2010

I use Debian Lenny on desktop. On bootup I get this strange message

Code:

Question one: what is hub 2-0:1.0? A utility? A library? A module?

Queston two: what does "enumerate" mean in this context?

Question three: I can't figure out what "port" is meant: a networking port something on the motherboard one of several I/O port/connector/sockets on the back of the computer? (Hope you know what I mean--- you stick USB connectors into them to connect your computer to a USB device, such as a USB mouse.) the one and only networking port/connector/socket on the back of the computer.

Possibly relevant: I sometimes but not always have a USB cable connecting my printer to one of the USB ports/connectors on the back of the computer at boot time. But the message always refers to "port 1", never 2,3,4. due to lack of options for getting on the Net, I use an Actiontek router which demands to be given 192.168.0.1 which would otherwise be taken by my computer, which instead gets 192.168.0.2. (Grasping at straws...)

View 5 Replies View Related

General :: Debian Lenny Won't Startup Koha Daemons At Boot

Oct 11, 2009

I have installed Koha on Debian Lenny. It does work well, but I have to manually start the koha-zebra-ctl.sh by entering /usr/share/koha/bin/koha-zebra-ctl.sh start The is, however, that this starts at boot from /etc/init.d/koha-zebra-daemon. Like /etc/init.d/koha-zebra-daemon start (does not work now) In the koha-zebra-daemon file I have:

#!/bin/sh
# Quick start-stop-daemon example, derived from Debian /etc/init.d/ssh
set -e
# Must be a valid filename

[code]....

I have made a symbolic link;

ln -s /usr/share/koha/bin/koha-zebra-ctl.sh /etc/init.d/koha-zebra-daemon

I have tried checking whether the symbolic link exists with readlink, but this never seems to return anything anywhere.

View 6 Replies View Related

Debian :: Grub Error 22 - Multi Boot (Win XP Home And Lenny AMD64)

Sep 1, 2010

I have a dual boot computer. I seem to be having a bit of a problem with Grub lately. Every time I do any kind of update in Debian Lenny AMD 64 it borks my Grub. The first time I had to change a few lines in menu.lst (hd1,1 to hd0,1), no problem. The second time, things went downhill fast and G-Parted was giving me errors on my NTFS partitions. I had to do an XP repair, fixboot, and I had to reinstall Grub completely to the MBR.

Now, I having a "Grub Loading stage1.5. Grub loading, please wait.... Error 22". All I did was update Debian Linux and shut down. From my initial searches this is an error relating to not finding the correct partition. I have booted with a G-Part CD and it shows all my partitions. I do have a Windows XP Home boot cd if I need it. Here is my partition outline if you need it:

/dev/sda1 NTFS (Windows) flags--boot
/dev/sda2 Ext3 (Linux)
/dev/sda3 FAT32 (shared space between Windows and Linux)
/dev/sda4 extended
/dev/sda5 linux-swap

View 6 Replies View Related

General :: Debian Lenny : How To Install Xfce 4.6 Instead Of Lenny's 4.4

Dec 14, 2009

i was trying to use gnome and kde but i don't like them. I tried xfce and it seem to fit my needs but.My computer is used to be powered on for a weeks. While time passes, a process xfdesktop begin to use more and more memory and to free RAM i need to log out and log in again.

I tried squeeze yesterday on my virtual machine and it has 4.6 and seem not to have that bug, RAM usage is static(yes it still works when i write this and have memory usage 34492k, which is not changing for an hours of usage already), also 4.6 is MUCH better than 4.4.

i already tried adding squeeze to "sources.list" but i can see too many dependencies which should be upgraded if i install 4.6, i'm beginning to afraid it can crash entire GUI(or entire system, i can see there is libc6 required to be updated).

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved