Ubuntu :: "Can Not Mount" (Installation Incomplete)?

May 20, 2010

Today I downloaded and installed the ubuntu system from this page below:The installation completed properly as far as I know, however upon the first restart of my computerafter the installation I received a error message (black screen. white text) as follows:Can Not Mount/dev / loop1 / (/cdrom/casper/filesystem,Squashfs ) On //Filessystem,squashfs This all presented itself just after the little "Ubuntu" splash screen appeared.** I did attempt to start Ubunbtu several times but received the same error messageeach time...I also tried the "Safe start" option and also received the same error essage More Info:I use the Windows 2000 operating system
I have more than enough storage space (139gb)I use the Norton "Go-back" recovery system which loads prior to my O/S options screenAny help would be appreciated and If you advise me to remove it from my computer to trythe cd disk or reinstall please advise me how to remove it.

View 9 Replies


ADVERTISEMENT

Debian Installation :: Incomplete Squeeze - Many Packages Missing?

Mar 25, 2011

I tried to install Squeeze on a new laptop. The installation finished and I was able to log in, but a significant number of packages were missing, including network-manager and network-manager-gnome, OpenOffice, and gdebi. Everything under the System | Administration menu except Login Screen was missing. There's probably more missing, too, but I am not sure how to tell.

It happened a few times but with slightly different results (e.g. I think on one of the earlier install attempts, Iceweasel didn't get installed, but it was included in the most recent attempt). I tried installing using 6.0.1's CD 1, and 6.0.0's hybrid Live image on a USB stick (in both cases, the GNOME version). I had used the same USB stick to install Squeeze successfully on another laptop last week (i.e. I successfully got a complete, working install; I made no changes to the USB stick; then tried to install using it on this new laptop, and saw this behavior).

I tried using both the graphical and text installers. At the step asking what packages you want installed (which allows you to auto-install sshd or mail server, for example), each time I made no changes, so the 3 selected default settings (the first option, Desktop Environment, and the last 2 options, laptop and... whatever the other one is, I don't remember) should all have been installed.

I didn't use the net installer, and I ran the installer offline because both laptops require non-free firmware and I couldn't figure out last week how to get the installer to find that firmware (on another USB stick). So once I got to the GNOME desktop the most recent time, I copied the WiFi chip's firmware .deb onto the laptop and did a 'dpkg -i', then did the same thing to get network-manager-gnome and its dependencies installed; and once I connected to our network I started an 'apt-get install gnome' to try to get the entire desktop environment installed (that also installed the programs that show up under System | Administration).

Is there anything important I might still be missing? Is there a list of installed-by-default packages that I could compare against say a 'dpkg -l'? Does this sound like some sort of known issue?

View 3 Replies View Related

Fedora Installation :: F12 Install: Ramdisk: Incomplete Write?

Nov 18, 2009

So after deciding to upgrade the existing fedora install on my laptop from 11 to 12, I decided to use the preupgrade method. After grappling with the boot space issue by clearing out an old kernel that was deemed safe to remove by the python script on the preconfig wiki page and then using tune2fs, I left the computer to do it's thing, periodically checking back on it. I come back to my computer, and after an apparent restart I see this message spat out at me:

Code:
ramdisk: incomplete write (3537 ! 5123)
write error

kernel panic - not syncing : VFS : unable to mount root fs on unknown block (0,0)
I need this laptop up and running for tomorrow and I would appreciate any help given. I have a Fedora 11 live CD running on the laptop and there seems to be an extra 210 filesystem present with the folders efi, grub, lost+found in there, as well as some config files, elf-memtest86+-400, what seems to be .img file amongst other things. If necessary, I can provide a screenshot.

View 11 Replies View Related

Fedora Installation :: RAMDISK: Incomplete Write / Kernel Panic?

May 26, 2010

i'm currently using puppy linux 431. and i want to replace it with fedora LXDE but i encounter this error upon booting using livecd.

Quote:
RAMDISK: incomplete write (XXXXX!= XXXXXX)
write error
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

View 11 Replies View Related

Ubuntu :: Oxygen Cursor Themes Incomplete?

Jul 3, 2010

I downloaded the oxygen cursors and oxygen cursors extras form the official ubuntu repos using synaptic. I am running gnome in ubuntu lucid with compiz and emerald. I installed them system wide by running

Code: sudo update-alternatives --config x-cursor-theme This means that they are displayed eveywhere. However, there appear to some bits missing from the cursor set. Specifically, the window resize icons and the drag and drop (move) icon. All other icons are displayed correctly. For the missing icons, it seems to fall back to the default ugly black x cursors. Has anybody else seen this, or have I installed these cursors incorrectly? Note I want to do this system wide so I have the same cursor even in my sudoed apps.

View 1 Replies View Related

Ubuntu :: Field 'struct' Has Incomplete Type

May 13, 2011

I'm building a symbol table and syntax tree using lex and yacc for a compiler.

I am stuck with an error for too long. I have defined two structures (one for Symbol Table and another for Syntax Tree).

Code:
typedef struct symbolTable{
char name[30];
.....
struct symbolTable *next;

[Code]......

here's the error:

bottomup.y:76: error: field 'info' has incomplete type.

I tried to define the structure definitions in a separate header file and included in .y file but it didn't work out.

I'm trying to get this done ASAP.

View 1 Replies View Related

Ubuntu Networking :: FTP - Incomplete File When Not Binary Mode

Oct 16, 2010

I have setup FTP Server on my Windows machine with Filezilla server. Now, if I try to copy files from it using Ubuntu 10.04, Lucid, it downloads incomplete files if I don't switch to binary mode.

Is there some config issue from Ubuntu client or something needs to be changed from Windows Client.

View 4 Replies View Related

Ubuntu :: Rsync Copy Results In Incomplete File

May 26, 2011

Using Ubuntu Server 10.04 LTS. I'm new to Ubuntu and testing Rsync. I successfully copied 3TB of data from a Win7 machine to an MDADM Raid5 array. All appears to be fine. Used a Win app for the copy. I then deleted a 250GB folder on the Raid5 array and recopied the data using Rsync. Rsync was executed via a Putty session on a WinXP machine. The source was an eSata attached drive (same drive used for the big 3TB copy) and the destination was the same Raid5 array. That copied just fine. I bit verified it with a Win7 app. Perfect.

I then used the following Rsync script to copy a single 26GB file from that same eSata drive back to (what I intended to be) the Raid5 array:
Code:
neil@ANTECUBSV:/mnt$ rsync -r -a -v -e ssh --delete /mnt/disk1/Test/ /mnt/Test
sending incremental file list
created directory /mnt/Test
./ C_VOL-S300-b001.spf
sent 3020267622 bytes received 34 bytes 50760800.94 bytes/sec
total size is 3019898880 speedup is 1.00
neil@ANTECUBSV:/mnt$ cd raid

Note that only about 3GB copied. No error messages were posted to the putty session. I made a mistake in the Rsync command, creating the Test folder directly in the mount folder rather than the Raid array, as I intended. That is a little strange, yes, but I would not think it would cause a partial copy? The /mnt folder is on my system drive, which had about 34GB available space before the copy, so comfortably would have had 6GB or so after.
The eSata disk is mounted as /mnt/disk1
The Raid5 array is mounted as /mnt/raid

I then recopied the file to the correct intended destination on the Raid5 array, which has about 400GB free space (plenty).
Code:
neil@ANTECUBSV:/mnt/raid$ rsync -r -a -v -e ssh --delete /mnt/disk1/Test/ /mnt/raid/Test
sending incremental file list
./
deleting 2010-07-05 Backyard Birds/Thumbs.db
deleting 2010-07-05 Backyard Birds/
C_VOL-S300-b001.spf
sent 11105775462 bytes received 34 bytes 50366328.78 bytes/sec
total size is 11104419840 speedup is 1.00
neil@ANTECUBSV:/mnt/raid$ df -h

Note that only about 11GB was copied, and this was confirmed with an ls -l command. Now I am correctly copying the file to the Raid array but it is still incomplete. I then copied the file back to the /mnt folder to see if the problem reproduces:
Code:
neil@ANTECUBSV:/mnt/raid$ rsync -r -a -v -e ssh --delete /mnt/disk1/Test/ /mnt/Test
sending incremental file list
created directory /mnt/Test
./
C_VOL-S300-b001.spf
sent 26327927554 bytes received 34 bytes 56558383.65 bytes/sec
total size is 26324713984 speedup is 1.00
neil@ANTECUBSV:/mnt/raid$ cd /mnt/test

This time I got my full 26GB file. Why I might be getting inconsistent results? This is quite troubling of course. I'd also be interested in basic a command line Linux diff app (that does file directory as well as bit level checking) if one is available.

View 9 Replies View Related

Security :: Htpasswd Allows Incomplete Password?

Mar 9, 2011

I've setup .htpasswd and a .htaccess file.

The password is a0bc0def0g3

If i enter that password, it let's me in.

if i enter a0bc0def0g it also works. I've never seen this before and is totally weird.

View 3 Replies View Related

Debian Multimedia :: Incomplete Or Distorted Typography

Apr 27, 2011

I'm using Debian Testing and I have a little problem with the fonts, fonts behave somewhat strange. Usually happens with Iceweasel, but I've noticed sometimes in the window list panel or terminal. To give you an idea of what I speak, I leave the image:

Look at the letter b, and not always the case with that letter, sometimes the S or L. I've tried several fonts. Even deleted the folder. fontconfig, but still happening. Has anyone had a similar problem? It can be a server problem with graphics? Using xserver-xorg-video-intel

View 4 Replies View Related

OpenSUSE Network :: Text Incomplete On Websites?

Sep 28, 2010

A good deal of text on web pages are missing; also, the links are usually coming up not as text but, rather, as lines. I've 11.3 installed.EDIT: Ignore the below -- it seems that the server was just slow, is all.(I would have queried this via the listserve, but <opensuse+subscribe@opensuse.org> is not recognized by the mail server.)

View 1 Replies View Related

Networking :: Incomplete Route Table: Centos5.5 / 64 On ESX

Feb 10, 2010

Going haywire on a new Centos 5.4 64bit install on vmware esx 4. I should know, but my mind is obviously fucked up today. I get the "distination unreachable", indicating something ICMP related, checked network setup, all looks like usual. Except my routing table lacks the 127.0.0.0 and 0.0.0.0 def. gw entries, as in this working box example:

192.168.9.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.9.1 0.0.0.0 UG 0 0 0 eth0

FWIW, during install, did the usual basic firewall steps, not'n extra added but SSH. Tried with/without iptables, no change; no wonder given the lacky routing table. Sure, I can add what's missing, but I'd like to know why it's missing; i.e. what I missed on basic setup, as I'm going to repeat this with a nof Centos/RHEL installations (replacing SLES).

View 1 Replies View Related

Ubuntu Multimedia :: Streamripper Makes 2 Copies Of Each Song: 1 Incomplete And One Completed

Mar 1, 2011

the title says it all. im using CLI streamripper with this command:

Code: streamripper http://<stream IP address> -d ~/Music -z -o larger -T it keeps a copy of every song it rips in /incomplete then copies it to another folder once it's finished ripping (but keeps the copy in /incomplete). how do i get it to stop this and delete the copy in /incomplete once its finished moving it to the new folder?

View 4 Replies View Related

Fedora :: Col: Invalid Or Incomplete Multibyte Or Wide Character

Dec 10, 2010

I make it a habit to review the logwatch reports regularly. I have been seeing this one from Anacron lately. I'm not sure exactly when it started, but it has been going on for a while now and started after the F13 to F14 upgrade. I have searched and tried to find out what it means, but have come up empty. This is the report:

[Code]....

Is this something that is just spurious and can be safely ignored? If this isn't, how do I go about fixing it?

View 6 Replies View Related

Red Hat / Fedora :: Pseudo-ttys - Both BSD And SVR5 Versions Seem To Be Incomplete

May 21, 2010

I'm trying to complete the porting to RHEL 5 of a commercial application that we've had running on AIX and SCO for decades. It originally ran on dumb-terminals, and even now runs on dumb-terminal emulators that run on Windows. We have thousands of customers, many of whom we'd like to migrate to Linux. We're pretty much done with the port, with the exception of this little glitch we're having with pseudo-ttys...

Our app utilizes pseudo-ttys, such that sub-portions of the application run under a screen manager that provides for screen-switching of multiple instances of the sub-apps on non-GUI terminals, some of which are still running serial. In this regard, it is not unlike the GNU "screen" program. However, it also supports file transfers over serial links using zmodem, and requires the ability to switch in and out of a fully 8-bit transparent mode where the screen switching keyboard commands must be ignored.

On AIX, we're using the BSD TIOCUCNTL (UIOCCMD) capability to send commands from the sub-app to the screen manager. TIOCUCNTL provides custom user ioctls and is an ideal way to solve the problem. It is not implemented on Linux, and the "alternative" of TIOCPKT does not provide arbitrary ioctls so at best we'd have to commandeer some of the existing TIOCPKT ioctls for our own use if that's even possible. TIOCPKT seems like a hack, it apparently was implemented not as a general mechanism but to solve problems specific to rlogin/rlogind.

SCO didn't support TIOCUCNTL either, so years ago we used the SVR5 alternative of putmsg/getmsg. This is a streams-based mechanism of sending control information over streams separate from the data. While RHEL 5 seems to have man pages indicating these commands exist, and in fact you can link programs using them to libc without errors, they are apparently stubbed out and return "function not implemented." This seems to be, according to this Wiki, due to certain Linux factions deeming that streams are "technically inadequate":

Certainly, I would agree that a streams implementation that is incomplete is undoubtedly "technically inadequate."

At the same time, it would appear that the SVR5 method of pseudo-tty is now the recommended implementation, the BSD one being "deprecated" (not to mention, also incomplete on Linux, given TIOCUCNTL is missing):

So here I am trying to figure out how to solve the problem. I have found a library that apparently implements the getmsg/putmsg commands for Linux, called libLiS. However, according to IBM, it has a problem with SELinux:

We've had to disable SELinux for other reasons anyway, so this is not a show stopper for us, and I am actively exploring using it as our solution. However, I've never been exactly crazy about the idea of depending on disabling security features to make something work. But, there's something to be said for the compatibility it would offer for our apps.

However, it occured ot me that we are probably not the first to have this problem, and was wondering if perhaps there is another solution that we should consider.

It has occured to me to use named pipes, but this would be rather ugly--we'd have to maintain a directory full of hundreds of named pipes, probably named after the associated ptys that the sub-apps could use to issue control commands to their screen manager, and the manager would have to monitor these pipes for commands, etc.-- certainly possible, but it seems like it might be re-inventing the wheel a bit, or at the very least, is a somewhat kludgy work-around to the apparent lack of any user-customizable control mechanisms in the pseudo-ttys. And we'd have to support it in addition to the code for the other methods since those platforms aren't going away anytime soon (SCO death-throes notwithstanding).

View 1 Replies View Related

General :: Invalid Or Incomplete Multibyte Or Wide Character?

May 13, 2011

I'm trying to backup an ext3-formatted disk to an external USB disk, also formatted in ext3.rsync repeatedly reports those kind of errors : rsync: recv_generator: failed to stat "<filename>" : Invalid or incomplete multibyte or wide character.Following Google, this is usually related to NTFS-formatted drives but it is not the case here.A lead to the solution could be that the folders and files being backuped are mapped through smbd. My smbd.conf file contains the following lines regarding charsets : #Dos charset = 850#Unix charset = ISO8859-1Since those lines are commented out, I believe this defaults to UTF-8.

View 6 Replies View Related

Programming :: Variable `GPIO_LED_ctl_ops' Has Initializer But Incomplete Type?

Sep 16, 2010

when i compile the device driver of led ,i get the erro like this:

[root@localhost led]# arm-linux-gcc -D__KERNEL__ -DMODULE -I /home/liumeng/lmldd
/linux-2.6.34.1/ -c -O -Wall led.c -o led.o
led.c:34: error: variable `GPIO_LED_ctl_ops' has initializer but incomplete type

[code]....

View 1 Replies View Related

CentOS 5 Networking :: Incomplete Route Table: 5.4 On ESX4

Feb 11, 2010

New Centos 5.4 64bit install on vmware esx 4, NAT net setup. I can ping/trace other servers on IP, do nslookup's on name..Ping(traceroute on name gets me "distination unreachable", indicating an ICMP issue, so I checked the network setup, all looks like usual.Well, except that my routing table lacks the 127.0.0.0 and 0.0.0.0 def. gw entries, as in this working box example:

192.168.9.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.9.1 0.0.0.0 UG 0 0 0 eth0

FWIW, during install, I did the usual basic firewall steps,including SSH.Tried with/without iptables, no change; no wonder given the lacky routing table. Sure, I can add what's missing to the routing table, but I'd like to know why it's missing; i.e. what I missed on basic setup, as I'm going to repeat this with a nof new installations (replacing SLES).

View 5 Replies View Related

Ubuntu Installation :: Mount Or Not To Mount - Can't Create A Partition

Jan 2, 2010

I've just bought a HP mini compaq laptop. The laptop doesn't have any CD/DVD "reader". So i was forced to download the .iso file to install ubuntu in addition to Windows XP that was present when i bought it. To do so i used UNetbootin, and i used my only hard disk as a live CD. But when i wanted to install ubuntu, they told me to create a partition. The problem is that i can't. I have only one partition sda1(nfst) which covers the whole stockage memory, and an empty space(8Mo). I can't acceed to any of the resizing or modifying options to edit the nfst partition. The only options are manage flags and umount. When i click on this one, they tell me : # umount /cdrom : cdrom is busy.

View 3 Replies View Related

Fedora Networking :: Download From End Of Incomplete Downloaded After Halt Of Restart?

Feb 24, 2009

Is it possible, a torrent download from end of incomplete downloaded after halt of restart ?

View 3 Replies View Related

Programming :: Parse.c:1638: Error: Dereferencing Pointer To Incomplete Type

May 15, 2011

I am playing around with a new chat program and I have errors that I can not figure out. Here is what I am getting.

parse.c:1638: error: dereferencing pointer to incomplete type
parse.c:1638: error: dereferencing pointer to incomplete type
parse.c:1638: error: dereferencing pointer to incomplete type

here is the code:

if (scan->jail_timeout == 0 && scan->location == prison)
{
command_type |= HIGHLIGHT;
tell_player(scan, " After serving your sentence you are flung out"

[code]....

View 6 Replies View Related

Fedora :: Incomplete XFCE Install - Windows Don't Have Minimize - Resize And Close Icons On Top Bar

Jul 8, 2011

I installed XFCE on a machine built with the FC 15 LXDE based live CD using yum groupinstall XFCE. I got a usable XFCE session, but after a period of use, some things have gone missing. The windows don't have minimize,resize and close icons on the top bar. The settings selection for "Window Manager Tweaks" doesn't start any program. The programs that are open in the users session are not saved, even though that option is checked. Can this be explained by corruption of a single file somewhere? Or should I re-install XFCE again.

View 4 Replies View Related

Programming :: Error - Array Type Has Incomplete Element Type

Jan 26, 2010

I'm trying to compile a program and it gives me the following:

I checked cmath-util.h:46 and cmath-util.h:48:

I'm not a C person, and the author is unavailable so far.

View 5 Replies View Related

Slackware :: Slapt-get - Failed To Download: Incomplete Download

May 1, 2009

I've been getting this error when trying to upgrade packages with slapt-get:

Failed to download: Incomplete download

Not sure what's going on. I tried to use --clean and tried to use a different mirror, but still getting the error.

View 7 Replies View Related

Ubuntu Multimedia :: Find "hidden" Mp3 Files (incomplete Files Or Just Rubbish)

Jan 26, 2010

I've got a collection of MP3 files, but sometimes I stumble across a double file in Rhythmbox. At first, I thought they were the real files, but after trying to fix the tags (artist names were incorrect or missing) in tag editor, I didn't see any change in the files in Rhythmbox.

This made me search for the album in which the files were (in Rhythmbox). I found out that these incorrectly named files were doubles, but they didn't show in the actual folder.

So, I deduced, They had to be fakes. I threw the doubles in the trash bin, and there it was. They were hidden files (with a dot in front).

How can I find all these hidden files, so I can remove them?

View 3 Replies View Related

Ubuntu Installation :: 10.04 Installation Fails - Swap Does Not Mount

Sep 19, 2010

I had a problem with the install of Ubuntu 10.04 and 10.04.1 on a Dell Precision T3500. I used the 32bit live CD. I let the installer create the file systems and use the whole disc. The disc is was created as shown below. After the install button was pressed, the root file system was created and then the swap. When the installer went to mount the swap it complained there was not enough memory and failed the installation. I installed Ubuntu by manually making the swap file system smaller using gparted and assigning the / and swap to the file systems created by gparted.

Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]...

View 4 Replies View Related

Fedora Installation :: Could Not Mount Disks After 15 Installation?

Jul 7, 2011

I`d like to know what happens when with the disks the we include in the installation process of Fedora 15.Obviously, the HD we choose to be the system is entirely formated and reconfigured. But what about the others? What does happen to them? I`m asking this because I have included two brand new disks of 2 TB, one of them with 900.000 files and the other empty, both of them formated with ext4, and completely functional on Fedora 14. However, after the upgrade, in the very first Fedora 15 boot, these disks disapeared from "places", and could not be mounted even via terminal. Opening the Gnome Disk Utility, I found out they had been changed to VLM (instead of ext4) and that they also lost their original lable. I am starting to be concerned because all the data there was important to me.

View 14 Replies View Related

Ubuntu Installation :: How To Mount HD In 8.04

Feb 18, 2010

I moved 4 HHD on an ATA-card to a new Ubuntu 8.04 machine. The are in a NFS network. I have called them 280GB_C, 280GB_D, 280GB_E and 100GB_F from before Dapper and to Hardy. Now when I tried to mount them from Desktop on the disks mounted on the desktop, by right-click -->Properties -->Volume. And fill out a new mountpoint in my homedirectory. (/home/Azyx/280GB_C corrensponding to the disk. Also make folder on that place.

After reboot i get the message "Cannot mount the volume"

-details:
"mounting_point cannot contain the following charter: newline, G_DIR_SEPARATOR (usually /)"

How fix it now? I can't get 'Property' on the disk cos they are not mounted anymore.

I have booth ext3 and reiserfs on the disks.

Edit: I think the problem is the name on the disks. 280GB_X, the underline. But where can i change it? There are nothing in fstab or mtab about the mounting point.

View 3 Replies View Related

Ubuntu Installation :: How To Automatically Mount Second HD

Jan 7, 2010

I have installed the second drive, I have partition it and now it is OK. How could I make it to mount automatically at boot so it could be accessed easily, please?I understand that I have to use some commands (forgot where I read that) but have no idea how to do it.Is there an application with GUI to do that, so I will not make mistakes in terminal?

View 2 Replies View Related

Ubuntu Installation :: Cannot Mount /dev/loop1 On /cow

Mar 24, 2010

I am trying to install ubuntu netbook remix from a usb stick on an MSI Wind U100. The installer boot menu comes up, but both the Try... and Install... menu options do not work. If I boot without "quiet splash --" it stops with a screen full of the following information.

[Code]...

View 9 Replies View Related







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