Debian Installation :: Copying To FTP Failed

Sep 28, 2014

I am trying to copy a CDR file from cisco CDR to my vsftpd on Debian but I am getting this error on the Cisco PBX: [URL] ....

View 3 Replies


ADVERTISEMENT

Debian Configuration :: Grub2 And Copying Old Lenny Installation

Jul 21, 2010

I just got a new hard drive and figured I might as well do an installation of Squeeze (and was previously using Lenny). That went fine, and then I decided that I should copy over my old Lenny installation to the new disk -- mostly to have a working backup without bothering to do a new installation on a partition of the new drive. My partition scheme was a smaller /boot partition and then a much larger / partition with everything else standard (and a much larger /data partition rather than storing everything under /home). So I copied /boot over to a new partition on the new disk, and the same with /. That was done from the Squeeze installation, so the Lenny install wasn't active at the time. I modified all the appropriate entries in /etc/fstab to use UUIDs rather than partition numbers and ran an update-grub.

It detected everything on the old and new disks without a problem. When I went to try and boot up the transferred Lenny installation, it hung on trying to activate the root file system (I've forgotten the exact messaging). Not entirely unexpected, mind you. I went and took a look at the grub.cfg file. It does list that the transferred Lenny is on partition sda8 (correct), it has the correct uuid for the boot partition... but it seems to be setting the root incorrectly. Specifically, the root is still set for the old disk (though in its new position of hd1 instead of hd0), and the "linux" line sets a root for the old device. Or more specifically, this is the menu entry I get, with a few // comments.

menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/sda8)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos2)' // <------ This position is the *current* location of my old Lenny disk/partition
search --no-floppy --fs-uuid --set [the correct /boot UUID]
linux /vmlinuz-2.6.26-2-amd64 root=/dev/sda5 ro vga=795 // <----- that root=/dev/sda5 line is what it was on the old device.
initrd /initrd.img-2.6.26-2-amd64 }

The odd thing there is that it sets the root according to the *current* position of the old install disk (maybe some trickery with detecting the correct UUID before setting the root), but the "linux" line refers to the *old* partition. The two lines will never match up no matter what. Now if I edit grub.cfg manually, I can make it boot (and run) normally, as I've verified. For example, I made a couple manual changes to do this:

menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/sda8)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)' // <----------- First hard drive, partition sda3 is where I put /boot
search --no-floppy --fs-uuid --set [the correct /boot UUID]
linux /vmlinuz-2.6.26-2-amd64 root=UUID=[the correct / UUID] ro vga=795 // <--- Changed it to the UUID here; could be /dev/sda8 instead
initrd /initrd.img-2.6.26-2-amd64 }

And that works perfectly, the installation works just fine. Of course, the problem is that those changes will/would be lost every time I run an update-grub. So my question, in a nutshell, is how can I configure things so that update-grub sets things properly to the new devices? Or in other words, where in the copied installation are the variables I need to change? I did note one thing odd -- the existence of a vga=795 line. For the new Squeeze installation, I'm using gfxpayload and there's no vga=anything line anywhere. My old installation, of course, had its own grub installation where I did use vga=795 to set the console resolution properly.

So my first guess was that update-grub (for Grub2) was pulling config information out of the Lenny /boot/grub folder (grub legacy). Unfortunately I tried several changes there and it made no difference. Then I deleted the entire /boot/grub folder entirely from the copied Lenny installation and ran update-grub again (the Squeeze grub version). It changed absolutely nothing. That's very confusing for me, since I have no clue where it could be getting vga=795 from, *except* the now-deleted Lenny /boot/grub folder. Where in the copied Lenny installation, I can change something to make it so that update-grub picks up the correct information?

View 4 Replies View Related

Ubuntu :: Copying Contents Of /home Failed

Feb 7, 2011

I tried to use cp -r from root to copy the contents of /home to a different partition, but nothing got moved.

Here is my situation: I am maintaining a "public" (family) computer. On this computer I have a separate partition called "Family" that is a samba share for everyone on the network. Also on this computer I have the default /home directory.

Ideally, all files should be saved on the "family" share. The problem is that the home directory is called "family" (because the user is "family") and the share is also "family." That's a little too confusing for everyone.

So I'd like to copy everything to the share, and set that as the new home directory, so that all files by default are saved on the share, and can be accessed by everyone on our network.

What happened is that I first tried to set up the share as the home directory by following an ibm tutorial [URL]. Just after pressing enter on "cp -ax", I realized that the -ax might mean I was going to lose all the files in the current destination. The file transfer process took forever (keeping me biting my nails to see if I had really lost everything in the drive), but in the end the screen went blank, and the HD light stopped blinking, so I restarted, and everything was there. Completely unchanged, and not copied, either.

So I went back and copied it with cp -r. Same thing. Took a few minutes, but when all was said and done, nothing was changed.

View 4 Replies View Related

Debian Installation :: Installation Failed On Mobo Gigabyte G41M-ES2H?

Aug 1, 2010

explain the following issue I have with Debian IA 64:I tried on a PC (Mobo Gigabyte G41M-ES2H, core 2 duo, 4 GB RAM DDR2) the live CD of Debian Lenny IA64 and everything worked just fine, which was a very good thing because none of all other major ia64/i386 distros of Linux (Mandrake, ubuntu, fedora) did so. In a nutshell it seems that the IGP G41 chipset is the cause of these setup failure (Everything is OK when using a PCI-e graphic card that I need in another computer)rd as someone (viewtopic.php?=17&t=49186&p=282839&hilit=G41M+ES2H#p282839) successfully installed Lenny on a very similar mobo. To go to the point what I do not understand is when I launch the iso Cd to now install the same version of Debian, everything freezes at the very beginning of the boot and the screen goes blank.

View 4 Replies View Related

Debian Installation :: HD Failed To Partition

Sep 27, 2015

I have now tried twice, with the same results, to install Debian 8.2.0 onto my hard drive. Each time it went through the installation as if everything was working. But, when it rebooted, it came up in grub rescue mode. When I do an "ls" command, it only shows the hard drive and no partition information. When I do an "ls (ho0,1)" it reports no such partition.

When is my installation failing? Why is it not partitioning the hard drive and loading the OS? Obviously it can write to the disk or else grub wouldn't come up at boot.

View 1 Replies View Related

Debian Installation :: Jessie Update Failed

Aug 16, 2014

I installed debian jessie with kde on my laptop a month ago and everything went fine. I tried today to update the packages (805!) via apper but i get the following error message:

Error : Removing a protected system package is not allowed
WARNING: You are trying to remove the following essential packages: sysvinit-core (due to sysvinit)

View 5 Replies View Related

Debian Installation :: NTFS Mounting Failed

Nov 23, 2014

I am trying to install Debian in an old laptop. Of course, in this laptop there is windows installed and I want to respect it. My plan is to install Debian in a spare drive.Before installing Debian, I want to check what is inside each drive. In order to do that, I am trying to use the Debian installer CD. Then start an admin shell, mount the drives in read-only mode, and check their contents.

But when I run the command:
# mount -r -t ntfs /dev/sda3 /mnt/windows

I get the following response:
mount: mounting /dev/sda3 on /mnt/windows/ failed: No such device

View 2 Replies View Related

Debian Installation :: Failed In Network Initialization

Jan 20, 2010

I'm trying to install Debian 5.03 from the netinstall on a usb flash disk. When it gets to the network initialization step, it fails and cannot get an IP from DHCP. Manual configuration does not work either. Out of desperation I installed windows to see if the network device was broken (this is a new motherboard), however it works fine without drivers even. Invoking lspci shows that it is a Realtek RTL8111/8168B PCI Express Gigabit Etherent Controller (revision ff)

View 4 Replies View Related

Debian Installation :: Where To Look For When Install Process Failed

Mar 15, 2010

When I was trying to install debian stable in my laptop the process was freeze, I would like to know what was the problem, this is very important for me because the failed would be in a working server or on a project, so my questions are:

1. What are the places/files to look for errors? log files? dmesg? something else?
2. Are there some special commands or routines that can help in the analysis?

View 3 Replies View Related

Debian Installation :: 6 Installer Failed In Scan Hd For An ISO

Feb 6, 2011

I'm trying to install stable Squeeze from HD "!! Scan hard drives for an installer ISO image. The quick scan for installer ISO images, which look only in common places, did not find an installer ISO image, but it may take a long time. Do full search for installer iSO image? [YEs} No kernel modules were found. This probably is due to a mismatch between the kernel Version available in the archive If you're installing from a mirror, you can work around this problem by choosing to install a different version of Debian. The install will probably fail to work if you continue without kernel modules"

[Code]....

View 1 Replies View Related

Debian Installation :: Wheezy - Installer Failed On Grub

Nov 23, 2014

I am installing Whezzy and the installer failed to install grub on the MBR of /dev/sda

My disks are
- /dev/sda : the flash drive with the debian ISO
- /dev/sbd : a small SSD for the / partition (sdb1)
- /dev/sdc + /dev/sdd : a software RAID-1 array with LVM for /home, ...

Grub fails to install on /dev/sda which makes sense since this is the flash drive containing the Debian ISO so no MBR.

I already tried to run grub-update manually on /dev/sdb (with chroot /target grub-install --no-floppy --force "/dev/sdb" ).

It works but the system is not directly bootable. I had access to a second PC to read the grub documentation so was able to boot and to fix my system but this is annoying.

Is it normal to see my flash drive as /dev/sda? Could it be that my flash drive is incorrectly detected as a HD?

Is there a way to force the installer to install grub on /dev/sdb?

View 2 Replies View Related

Debian Installation :: Failed Install On HP / Blinking Cursor

Apr 20, 2015

I've been tooling around in linux on and off since I discovered KNOPPIX 3.2. No linux distro has ever been a daily driver for me, though I wish sometimes it were.I've tried many distros over the past couple weeks via virtualBox on my mac and decided to install Debian on my laptop. I've tried multiple times and it has always failed; quite disappointing.

Laptop Specs;
HP Pavilion dv7 3169wm
64 bit AMD Turion II Ultra M620 2.50 GHz Dual-core

I started the install via the live ISO as the netinst & the DVD versions both failed, either by no suitable kernel or just flat out "installing base system failed". I've now found my computer to boot past the POST splash screen , and then to a black screen with a line cursor blinking with no input/output ability.To be clear, I did use uNetBootin to create the USB, and have successfully installed, and used multiple other distros (ubuntuMate, mint, peppermint, Arch, elementary) without issue, or at least nothing I couldn't fix.

How can I get past this and attempt to install Debian? I'd put my linux knowledge at a "beginner" stat, but I'm by no means daft about electronics and computers.

View 9 Replies View Related

Debian Installation :: Failed USB Install - Can't Find CD Drive?

Nov 18, 2015

I just recently downloaded debian 8.2 live cd 64bit amd and wrote it to a usb stick with the universal usb installer from [URL] ..... The installer stops at the point of grabbing information from CD (right after choosing location) and since I have no dvd drive installed it spits an error out at me.

Now it seems to load the files right with the install icon from within the live mode but it gets cut off so I can't see about 1/3 the screens info. 4k monitor problems?

A bit of info, Installing on a Asus Maximus VIII Hero motherboard with ddr4, i7 6700k, win10 installed.

I'm rather new to UEFI bios options coming from a 2009/2010 x58 board, so I have a bit more reading to do.

Where to get working debian file that allows installation from the main initial boot menu.

View 1 Replies View Related

Debian Installation :: Failed To Access Perfctr Msr (MSR C0010004 Is 0)

Dec 18, 2015

I installed Debian (8.2.0) on Virtualbox and I always get the error message :

Is the system affected by the error messages? What does the messages mean? And how do I get rid of it?

View 1 Replies View Related

Debian Installation :: Failed To Upgrade From Lenny To Squeeze

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

Debian Installation :: Clean Failed Dpkg-buildpackage?

May 20, 2010

I have tried to create a deb package, but It failed because I was missing some dependencies Now I have installed the dependenci and want to recreate the package (or try to), but get the following error.

rm -f sites-enabled/inner-tunnel sites-enabled/default
rmdir: failed to remove `sites-enabled': No such file or directory
make[3]: *** [clean] Error 1
make[3]: Leaving directory `/root/src_freeradius/freeradius-2.0.4+dfsg/raddb'
make[2]: *** [common] Error 2
make[2]: Leaving directory `/root/src_freeradius/freeradius-2.0.4+dfsg'
make[1]: *** [clean] Error 2
make[1]: Leaving directory `/root/src_freeradius/freeradius-2.0.4+dfsg'
make: *** [clean] Error 2

How do I fix this, without starting from scratch ?

View 1 Replies View Related

Debian Installation :: FAILED To Install BOOT LOADER?

Jul 15, 2010

Here is the message I get every time I try to install Debian Squeeze on my computer: Image at: [URL] I have tried multiple cd's and multiple iso's (and the iso's where all different) and the installation always fails at the same place. Here are my specs: Hardware Overview:

Model Name:Power Mac G5
Model Identifier:PowerMac7,3
Processor Name:PowerPC G5 (3.0)
Processor Speed:2 GHz
Number Of CPUs:2
L2 Cache (per CPU):512 KB
Memory:1.5 GB
Bus Speed:1 GHz
Boot ROM Version:5.2.4f1

View 11 Replies View Related

Debian Installation :: Update To Squeeze Failed - Error 126

Dec 21, 2010

I have done a update from Lenny to Squeeze with the update manager within Gnome. And there was a error 126 and the update broke off leaving me with a non working system. The system does start into Debian Squeeze to the command line. Users are in place and a login is possible. X does not work and there a lot of broken and defect packages. I want to repair my system. Is a restore without losing the configuration possible?

View 14 Replies View Related

Debian Installation :: Squeeze Failed To Start X Windows

Feb 11, 2011

I just upgraded to Debian 6.0 squeeze 32 bit XFCE from Ubuntu on my old Dell PC. Installation went well, however, i can't get into X windows after reboot, the screen just displays garbage
Specs:
Dell dimension 600Mhz/384M RAM/10G HDD
ATI RAGE pro 128
Any pointers on what should I do?

View 10 Replies View Related

Debian :: Installation Saying Failed To Find An Installer ISO Image

Aug 28, 2010

I try to install linux on hpc mini. Let's crack some keyboards. I have just bought a new pc: hpc mini compaq! I find windows Xp rather fine; but let's try linux. The PC has no cdrom, so, I cannot boot from any ISO of debian. I choosed testing netinstall, and followed the how to given on the debian website from another PC using knoppix iso cdrom. I did placed five files as shown here onto my pendrive as followed in one howto: I found 5 files for testing:

Code:
debian-testing-i386-businesscard.iso initrd.gz vmlinuz
and
Code:
26644480 Aug 28 17:44 ../squeeze-debian-testing-i386-businesscard.iso
with :
[Code]....

View 2 Replies View Related

Debian Installation :: Failed Wheezy To Jessie Upgrade (cannot Boot)

Aug 13, 2014

I upgraded from deb7 to deb8, but am no longer able to boot. After passing the grub boot menu, the following messages are displayed:

Code:
Select allLoading, please wait...
[    6.065713] systemd-fsck[148]: /dev/sda1: clean, 428644/1310720 files, 410616
9/52442880 blocks
[    7.480551] Error: Driver 'pcspkr' is already registered, aborting...
[    8.692700] systemd-fsck[341]: /dev/sda5: clean, 145485/6176768 files, 17407409/24695552 blocks
[   18.066215] Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev- instead
_

The screen then clears and an underscore is displayed as the sole character at the top left position of the screen. The system hangs at this point. During installation, I rejected two changed files: /etc/init.d/bootlogd and /etc/libreoffice/sofficerc. For both, I opted to keep the installed version (the default choice of the installer) rather than replacing with the new version. The first might be related to the problem, although it seems to be responsible only for logging the boot process, and I would not expect this to compromise booting.

In case this information is useful, sda1 is mounted at /, sda2 is swap space, sda3 is extended, and sda5 is a logical partition mounted at /home.

I am able to boot into rescue mode, but other than that the system is not usable. Unfortunately, no useful error messages are given to aid in diagnosing the problem.

View 12 Replies View Related

Debian Installation :: Network Autoconfig Failed Even With Ethernet Cable

Jan 1, 2015

Router works fine, debian refuses to work with it. I continued the install anyway but only have the first DVD so now I've got a useless base install that can't connect to the internet.

The fact that this installer has utterly failed where the others succeeded had drastically reduced my confidence in the debian team.

View 8 Replies View Related

Debian Installation :: Failed To Load Kernel Modules On Startup

Sep 15, 2015

I have this kind of error:

Code: Select allr@prime:~$ systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
   Active: failed (Result: exit-code) since Чтв 2015-08-20 08:07:38 EEST; 13min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 150 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)

[Code] .....

View 0 Replies View Related

General :: Debian 6.0.1a Installation Failed / Grub Tried To Read The CD But Than Started Ubuntu OS?

Mar 27, 2011

I'am using Ubuntu 10.10, and wish to install a Debian OS.I downloaded the file "debian-6.0.1a-amd64-netinst.iso.(My motherboard is a 945CG-F7 with INTEL PENTIUM DUAL CPU E2160)I recorded the file on CD as "iso" (following instructions from Internet).Grub tried to read the CD but than started Ubuntu OS.

View 2 Replies View Related

Debian :: Boot Failed - Code 126 - Fsck Failed ?

Jul 22, 2010

Booting up fails with code 126. I am greeted with the following error everyime I start up.

Checking root file system.../etc/rcS.d/S10checkroot.sh: line 174: /sbin/logsave: Permission denied
failed (code 126).

It then says an automatic fsck failed and a manual fsck must be performed, then the system restarted. I have done a manual fsck and it did nothing. I booted up the system with knoppix and did it, nothing.

View 1 Replies View Related

Debian Installation :: Mount Root Filesystem Failed: Device Or Resource Busy

Jun 16, 2010

I've upgraded my squeeze box to linux kernel 2.6.32-5. But it shows mounting "here is the uuid of / " on /root failed: Device or resource busy while booting.Here is the menuentry of linux kernel 2.6.32-5.

[code]....

View 9 Replies View Related

Ubuntu Installation :: Dh_auto_clean: Failed To Write To Debian/debhelper.log: No Such File Or Directory

Nov 3, 2010

fakeroot debian/rules clean dh clean dh_testdir i met error after "debuild -S", did anybody meet the same issue?

[Code]...

View 1 Replies View Related

Debian :: Squeeze Crash When Copying Files?

Sep 9, 2010

I'm running squeeze on i686, my last update was this morning (9/9/2010). Running the stock kernel 2.6.32-5-686

My PC keeps crashing when copying files. The monitor displays the desktop, but the mouse doesn't move, nothing responds and I can't even ssh in to debug it.

This happens when copying files using nautilus and the command line. I'm trying to copy files from my local hard disk to an nfs drive which is mounted in my system and has been working fine for years.

how to debug this after a hard reboot?

This has only just started happening, last night was the first time.

View 4 Replies View Related

Debian :: Copying Files To USB Stick Changes Case

Nov 30, 2010

I've observed that if I copy a directory containing some files to an USB stick, files whose names are all upper-case are copied with all lowercase names. Is this expected behavior? The USB stick is shared with a Windows box.

View 13 Replies View Related

Debian Installation :: Netinst Failed To Install Grub - Error: Ntoskrnl.exe Missing Or Corrupt

May 28, 2010

I installed lilo and it boots. How do I installed grub again. Do I just use synaptic manager to uninstall lilo and install grub?

[code]....

I know grub2 does not work, giving me error: ntoskrnl.exe missing or corrupt. I did install grub-legacy and it worked, but I had to re-install squeeze due to other problems. So, now I want to replace lilo with grub legacy.

View 4 Replies View Related







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