Results 1 to 5 of 5
I keep getting a problem a bus error when trying to install a software package
sudo apt-get install wine
I get: Bus error (core dumped). 0%
Ive tried another programe ...
- 03-17-2011 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 14
Bus Error : Need Help
I keep getting a problem a bus error when trying to install a software package
sudo apt-get install wine
I get: Bus error (core dumped). 0%
Ive tried another programe called scilab
I got the same error.
Im told that these kinds of errors are normally hardware problems but ive not got any hardware
problems from what I know everything has been running normally. Im not sure if running on a
persistent stick might be the issue.
Anyone have any ideas?
- 03-18-2011 #2
Does package manager throw same for every package or for just those two packages only?
Post the output of this
Code:sudo apt-get clean all sudo apt-get update sudo apt-get install htop
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-18-2011 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 14
ubuntu@ubuntu:~$ sudo apt-get clean all
ubuntu@ubuntu:~$ sudo apt-get update
Hit
I cant post all the links because i havent made 15 posts yet but the same error
Ign cdrom://Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)/ maverick/main Translation-en
Ign cdrom://Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)/ maverick/main Translation-en_US
Ign cdrom://Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)/ maverick/restricted Translation-en
Ign cdrom://Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)/ maverick/restricted Translation-en_US
Bus error (core dumped). 0%
ubuntu@ubuntu:~$ sudo apt-get install htop
Bus error (core dumped). 0%
ubuntu@ubuntu:~$
- 03-18-2011 #4
Ubuntu had same problem a few years back and a bug was registered for that. Cleaning cache sorted out problem that time but it's not working this time.
Post the output of this
Code:ls /etc/var/apt/*.bin
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-19-2011 #5Just Joined!
- Join Date
- Sep 2005
- Posts
- 14
ubuntu@ubuntu:~$ ls /etc/var/apt/*.bin
ls: cannot access /etc/var/apt/*.bin: No such file or directory


Reply With Quote
