Ubuntu Installation :: E: _cache->open() Failed?
Jan 6, 2010
I installed Ubuntu some days ago. It is really great, so much better then Vista But, I�ve got a small problem.When I try to install/update software, I get the following error:Quote:E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report.It is very annoying, since I can�t install software now
View 3 Replies
ADVERTISEMENT
Mar 2, 2010
I switched to Ubuntu a few months back and now have a problem I can't figure out and would like a little guidance. When trying to run Terminal or Synaptic I get the following error... E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. E: _cache->open() failed, please report.
View 2 Replies
View Related
May 24, 2009
I'm getting these messages Over SSH with the -D switch
Code:
At uni I did this for a couple of reasons, primarily to connect to trackers for bittorrent. I would get these messages fairly often but I never thought much of it because I figured I was just loosing packets over the network or something (understandable in my situation). At home I decided to continue to use this method because that computer is set up in DMZ and is very useful. I havn't received many of these messages but recently all my torrents stalled and I had a whole bunch of these messages. Is it possible my computer just cant handle all the network connections (it's a 2ghz AMD running debian)? What exactly do these messages mean? Is there any way to optimize my connection in any way?
View 1 Replies
View Related
Apr 30, 2010
I installed 9.10 on a Vista 64-bit PC with AMD64 dual core. I have 3 hard drives. 1 x partitioned in to 2 for Vista and its appluications on the other partition. I have another hard drive partitioned with one for documents and the other for Ubuntu OS. The 3rd hard drive was for future backup....
I started to install Ubuntu 10.4 with the Update Manager. It got to the stage where it had just finished downloading the new files.when suddenly, I assume as it started the install, all hell broke loose and it crashed. At first I could restart the machine and could see I had lost system info: there were no "SHUT DOWN", "Network" and other buttons and notifcation tablets on the ribbon. The Update Manage was missing bits too.
It did suggest "re try" but that would not work. I then tried Symnaptics and did a "fix broken items". It found over 90, but could not install them. Then it stopped working all together. I can not gain access. It did break Vista too but I managed to get that up and running again, but I have files on the desktop, the Evolution eMail has vast amounts of stuff and I would like to keep the settings in Firefox.. I have tried using the 9.10 CD to fix but if I go in as "trial" and use the update manager or Synaptics it can not complete the install, it says out of memory.
I am happy to reload the OS, either one, but how do I do it without destroying my valuable data..I have two machines I have been working on and neither have worked! See other thread.
View 9 Replies
View Related
Apr 29, 2011
Yesterday I tried upgrading from 10.04 to 10.10 using the upgrade manager. About half way through, my computer froze up and the only thing I could do was reboot my computer. It had already finished downloading all the upgrades and the computer froze while it was trying to install the upgrades. When I boot my computer and the Grub screen appears, I chose the Ubuntu OS (I have a dual boot system of Ubuntu and Windows XP). When it goes to boot Ubuntu, it gives me a blank screen and then a box in the right hand corner that says this:
"Install problem! The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."
Then the screen remains blank. No cursor, no mouse pointer, nothing. I have researched this error message and it is either caused by not having any free space on my hard drive or that the upgrade packages weren't installed properly. In my case, it could be both. It is definitely the packages not be installed properly but I don't know how to find out if there is no free space on the hard drive partition for Ubuntu. Some of the solutions are to use the following commands in the terminal:
sudo apt-get clean
sudo dpkg --configure -a
sudo apt-get --reinstall install ubuntu-desktop
The last command might cause me to lose previous settings, so that would be a last resort if the first two commands don't work. So my main issue is that I cannot open a terminal. My computer is set up to automatically log in. When my computer boots, I have the Grub screen which allows me to choose the Ubuntu OS, Ubuntu in recovery mode or Windows Xp. However, when I choose Ubuntu in recovery mode and select "c" for the command line, it does not recognize the "sudo" command. Same when I choose the command line in the regular Ubuntu OS. When I type "sudo apt-get clean" (without quotes), it says "Sudo command not found." I cannot find the command lines that would be the equivalent of a "sudo" command to use in recovery mode.
If you hit the TAB key while in the command line of recovery mode, if gives a list of commands but I don't see a way to open up a terminal window. For example, when I type terminal_input, it just says, Active: Console, Available: usb_keyboard." I have also tried selecting the Ubuntu OS, waiting for it to boot and then hitting Ctrl+Alt+F1 but it does not give me a log in screen. I have tried Ctrl+Alt+F2 and Ctrl+Alt+F7 and neither of those give me a log in screen either. It is just a blank screen. No cursor or mouse pointer is visible. All I want is the ability to open up the terminal so I can run "sudo apt-get clean" and "sudo dpkg --configure -a".
View 8 Replies
View Related
Dec 12, 2010
Full error dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: Input/output error
Runing 10.10 on USB.All was fine until a week ago then when trying to update I get that error.
Ive followed instructions in many threads to no avail. Heres what ive done and the result.
sudo apt-get update No error,all download fine sudo apt-get upgrade
Preconfiguring packages ...
dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
sudo apt-get install -f
dpkg: failed to open package info file `/var/lib/dpkg/available' for reading: Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
[Code]...
View 9 Replies
View Related
Sep 7, 2011
I am trying to configure and compile the pam_ldap and nss_ldap for MIPS architecture. for this they need ldap library. so I am trying to compile openldap code for MIPS first, but the configuration is failing.The command and options used for configuration is as follows.
./configure --host=mips CC=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-gcc LD=/opt/montavista/pro/devkit/mips/fp_be/bin/mips_fp_be-ld CFLAGS="-g -O2 -I/usr/include -I/usr/include/openssl" LDFLAGS="-L/usr/lib" --prefix=/mips/ldap --with-yielding_select=no
[code]...
View 1 Replies
View Related
Jan 15, 2010
I was attempting the pear installation as per the instructions given here:url
I think i got the installation correct.
Then i tried this program
<?php
require_once 'System/Folders.php';
$sf = new System_Folders();
$home = $sf->getHome();
echo "$home
";
?>
and compiled it as follows:-
php spear.php
to get the results as
Warning: require_once(System/Folders.php): failed to open stream: No such file or directory in /var/www/spear.php on line 3
Fatal error: require_once(): Failed opening required 'System/Folders.php' (include_path='.:/opt/ZendFramework/current/library:/usr/share/php5:/usr/share/pear') in /var/www/spear.php on line 3
how should i correctly set the path in /etc/php5/apache2/php.ini
or how correct is my path statement
include_path = ".:/opt/ZendFramework/current/library:/usr/share/php5:/usr/share/pear"
in /etc/php5/apache2/php.ini
View 1 Replies
View Related
Jun 20, 2009
I am running lmgrd on CentOS5, but it returns Failed to open the TCP port number in the license. The port is 27000, how can I open that port?
View 5 Replies
View Related
Jan 11, 2010
ive installed ubuntu 9.01 on a external HDD. I have windows on my internal HDD and whenever I unplugged the USB HDD and turn on the computer I get Failed To Load Grub. I fixed this by restoring windows boot.ini file but now when I try boot from the external HDD (USB) it says Failed To Open Operating System and nothing else.
View 2 Replies
View Related
Mar 28, 2010
I have two computers at home both on Ubuntu 9.10.
Iam trying to get samba to work without password authentication. The smb.conf is the same on both machines beside netbios name and shares.
testparm gives
Code:
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section "[printers]"
Processing section "[print$]"
Processing section "[Home]"
[Code]....
View 2 Replies
View Related
Jan 21, 2011
I'm trying for the first time to work with sounds and edit them. I'm trying to use Gnome Wave Cleaner and don't know what to do about the error.
View 1 Replies
View Related
Jan 18, 2010
I run Ubuntu 9.10 locally connecting to CentOS5 on a remote server.When I run the following command in the Terminal;ssh -v -L 10005:localhost:10000 root@remote_ip_address -F ~/.ssh_config -i ~/.ssh/private_key_file_nameafter 'Authentication succeeded (publickey)' I get the following for channel 1;sys_tun_open: failed to open tunnel control interface:Permission deniedhowever, it does open an interactive client-session on channel 2 and my browser will then connect (via URL localhost:10005) to Webmin on the remote server which is the object of the exercise.However, because sys_tun_open failed, I am concerned that the transactions may not be encrypted as I understand they would be in proper tunnelling
View 4 Replies
View Related
Jun 27, 2010
I have configured the remote installation of Fedora 13 with kickstart with nfs installation method. All work ok until I boot the Fedora 13 client system.
Fed13 client system receives the IP address from dhcp, receives the loader, loads vmlinuz and initrd.img from tftp, load anaconda, configures the network and dev eth0, mounts nfs server to load kickstart file, loads kickstart file (language...) but when it tries to mount nfs server to install from Fedora 13 installation tree it fails.
First, I thought that I had an error on my NFS configuration but I was wrong. I opened tty with ALT+F4 on the Fedora 13 client and I sew this error:
Code:
Is this a bug or can I modify anything to correct this error? How?
View 3 Replies
View Related
Sep 24, 2010
Having an odd boot message with Ubuntu 10.04. I've had it since I first installed Ubuntu a few months back and I am getting tired of it slowing down my boot up time.No luck on the Ubuntu forums or bug reports; no one seems to know what to do.uote:udevd-work [332] open /dev/null failed no such file or directory
View 6 Replies
View Related
Dec 12, 2010
There appears to be lots of advice some of it is working and some of it is not. I purged and reinstalled wine but still am getting the following error.
ALSA lib seq_hw.c:457snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Audio in general on my machine is not working.I have an ASUS a7n8v deluxe motherboard.have some directed advice of how to get audio working properly on this machine?
View 2 Replies
View Related
Jun 10, 2011
when I am booting my system it me Open sound system failed no kernel modules detected. I already have installed all of the packages which are on this page/ALSA Does anyone know where is the problem?
View 11 Replies
View Related
Jan 8, 2010
My scanner is Benq 5000 ,the default scanning software (xsane) give me the following message whenever I plug the scanner to the pc :
Failed to Open Device 'Snapscan:libusb:005:002' Invalid Argument.
I tried the gnome image scanning software too but it didn't recognize the scanner at all. The only software that worked is vuescan but unfortunately it is non-free software !!!!
View 4 Replies
View Related
Mar 17, 2011
Vista refused to boot past login and eventually froze up in safe mode, preventing me from even safely copying files to a storage device. My friend suggested trying Ubuntu temporarily, and I'm currently running it as a trial from a key thob.I'm very much a newbie to the OS but after some getting used to and playing around over a few days Im happy to make the switch permanently. I managed to take off the needed files, and then went on to do some cleaning up of my harddrive to make some room for a partition for Ubuntu. I was removing things like old music, videos and games, nothing vital, but after I reset I tried to enter the C drive Im given this message:
Error mounting: mount exited with exit code 18: Failed to open hiberfil.sys data attribute: No such file or directory Failed to mount '/dev/sda2': No such file or directoryMy HD is currently partitioned for two 150gb drives, and I can still use my D drive fine for all purposes.
View 1 Replies
View Related
Jun 24, 2010
My problem has to do with playing a mov video. It's very strange.
- In mplayer I have audio but not video appears.
- In Movie Player I have video but not audio
- In VLC I have not video and the audio is wrong (a lot of noise).
This is the output when I try to open with mplayer:
MPlayer SVN-r31061-4.4.3 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing 0101.mov.
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xac37bd0]max_analyze_duration reached
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO: [smc ] 640x480 8bpp 1.000 fps 4.2 kbps ( 0.5 kbyte/s) .....
View 14 Replies
View Related
May 16, 2011
Failed to open system log, no event information will be available.I am using Firestarter 1.0.3 With Ubuntu 11.04
View 2 Replies
View Related
Mar 10, 2010
I just isntalled LAMP using tasksel and have a problem. Whenever I try to access a page (aside from phpmyadmin, that works well), I get this error... Code: Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/var/www/index.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
I have restarted the computer, restarted apache, etc and still nothing. When I first installed, phpmyadmin was inaccessible, so I ran some command in terminal which apparently created a symlink between phpmyadmin in the user/share dir to the /var/www dir, and curious if this is the problem. I have no clue how to remove this symlink if this is the case, and have phpmyadmin working now due to install using sudo apt-get install phpmyadmin.
View 1 Replies
View Related
Sep 14, 2010
I have installed virtualbox on opensuse 11.2 64bit.
When I go to open a machine it says
"Failed to open a session for the virtual machine Windows XP. The virtual machine 'Windows XP' has terminated unexpectedly during startup with exit code 1."
"
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Machine
Interface:
[Code].....
as root. Users of Ubuntu, Fedora or Mandriva should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary."
View 9 Replies
View Related
Jul 25, 2009
I need to use usbip to work with the webcam from another computer. But when I installed (using YaST) usbip and launch this, I see errors:
# usbipd
usbip err: stub_server.c: 433 (do_standalone_mode) open usb.ids
usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded
** ERROR **:
driver open failed
aborting...
Emergency shutdown
# usbip
usbip err: vhci_attach.c: 586 (main) open usb.ids
Usage: usbip [options]
...
View 5 Replies
View Related
Apr 8, 2010
I'am using gentoo linux. After some system's updates VirtualBox stoped loading any virtual machine with error:
Code: Failed to open a session for the virtual machine. Virtual machine has terminated unexpectedly during startup.
Details:
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: Machine
Interface: IMachine {99404f50-dd10-40d3-889b-dd2f79f1e95e} Kernel log
Code:
So, i've rebuilded all VirtualBox dependencies with safe flags, then i've recompiled most of the sys-* packages also with safe flags. However VirtualBox still doesn't work.
UPD: virtualbox-bin-3.1.4
UPD2: 3.1.6 and ose-versions crashes with same errors
View 2 Replies
View Related
Mar 31, 2011
I also had ever tried all methods they mentioned, but my problem is still there. I am using a MAC OS X 10.6 ssh a remote redhat server. I hope to see X of redhat on my own MAC. Below is what I've done: 'MAC_ip' stands for my mac; 'redhat_ip' stands for redhat server.
1) ssh to redhat server
2) change to root
3) type command: DISPLAY=MAC_ip:0.0
4) type command: export
5) Back to MAC
6) change to root
7) type command: xhost +Redhat_ip
8) vim /etc/ssh_config, add X11Forwarding yes
9) Back to redhat, type: xclock
I got below message: Error: Can't open display: MAC_ip:0.0 I also tried some methods to login as others suggested:
[Code]....
View 10 Replies
View Related
May 19, 2010
I cannot get access to my external hard disk. It says as in the "SUBJECT" above. What should I do? I installed Debian XFCE testing.
View 5 Replies
View Related
Feb 1, 2011
On compiling open-vm-tools-8.4.2-261024 on Fedora 13 x86_64. When I run make, it failed on stage 2 with these error messages:
I think I have to compile these modules into the kernel.
View 1 Replies
View Related
Jan 20, 2011
I am not able to play certain movie files with MPlayer since a few days:
Code:
MPlayer dev-SVN-r32749-4.4-openSUSE Linux 11.2 (i686)-Packman (C) 2000-2010 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing somefile.wmv.
ASF file format detected.
[asfheader] Audio stream found, -aid 1
[asfheader] Video stream found, -vid 2
VIDEO: [WMV3] 640x480 24bpp 1000.000 fps 1500.0 kbps (183.1 kbyte/s)
Opening video decoder: [dmo] DMO video codecs
DMO dll supports VO Optimizations 0 1
DMO dll might use previous sample when requested
MPlayer interrupted by signal 11 in module: init_video_codec
I am not sure which filetypes are affected by this bug, but I can play *some* files. The specific file here used to work a few days ago.
Code:
kalle@hoppers:~> file somefile.wmv
somefile.wmv: Microsoft ASF
The only major thing referring to multimedia in the past few days I remember is installing 'h264enc' from Packman, however, meanwhile I uninstalled this package, yet the problem persists.
Code:
kalle@hoppers:~> grep h264enc /var/log/zypp/history
2011-01-15 20:11:53|install|h264enc|9.2.4-0.pm.1.1|noarch|root@hoppers|Packman|c5bd1d534726472929134e5acc8f66492c52c51b
2011-01-20 22:06:20|remove |h264enc|9.2.4-0.pm.1.1|noarch|root@hoppers
The only way of solving this was moving MPlayers config, but that did not help either.
Xine also is not able to play this video:
Code:
kalle@hoppers:~> xine somefile.wmv
Dies ist xine (X11 gui) - Ein freier Video-Player v0.99.6.
(c) 2000-2007 Das xine Team.
[wmv3 @ 0x8f78060] Extra data: 8 bits left, value: 0
xiTK received SIGSEGV signal, RIP.
View 9 Replies
View Related
Jan 10, 2011
OpenSuse 11.2 Downloaded ISO Master 1.3.8 from here: [URL] Opened the Slackware 13.1 ISO within it, tried to modify the Tagfile which resulted in the error:
Quote:
Edit failed, check Options/Editor and running ISO Master from the terminal showed the error in the title of the thread!
View 1 Replies
View Related