Ubuntu Installation :: Seems To Be A Programming Error In Aptdaemon
May 23, 2011
today I wanted to install a new software through the ubuntu software center and when I click on install it gives me a box saying this :
Quote:
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.
In details I've got that :Quote:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 779, in simulate
return self._simulate_helper(trans, status_path)
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 958, in _simulate_helper
return depends, status, self._cache.required_download,
[Code]...
I tried installing random software and the problem still appears. According to what I see in details I know probably why this happens, saturday I wanted to listen to a .mp3 on my web browser and it asked me to install components such as the gstreamer ffmpeg package but it didn't install properly as the process hanged up while decompressing that latter so I just restarted the computer and now this error is affecting the ubuntu software center. I'm a complete noob in ubuntu and I have no idea on how to solve that problem.
View 1 Replies
ADVERTISEMENT
Mar 24, 2011
An unhandlable error occured There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.
I recently tried to install Oracle xpress edition 10g by downloading the ".deb" file of around 200 mb. When the installation was about to complete, the "Ubuntu Software Center" gave an error like shown in the picture.
View 1 Replies
View Related
Nov 28, 2010
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error atDetail
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768, in simulate
return self._simulate_helper(trans, status_path)
[code]....
View 9 Replies
View Related
Jun 6, 2010
had 10.04lts running on a thinkpad t42 for the last month or so, and in the most part have been quite impressed. however, i have been suffereing from random lockups, where the screen goes black, mouse and keyboard are (seem) unresponsive and the magic sysreq key doesnt seem to work either.
can post lshw if requested, but having googled this seems to be an issue with video chipsets, mainly intel. this t42 has a 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] and as with googled results the last entries in the syslog are
Jun 6 07:16:27 t42-laptop AptDaemon: INFO: Quiting due to inactivity
Jun 6 07:16:27 t42-laptop AptDaemon: INFO: Shutdown was requested
this seems to happen most often when using transmission (port 10009) and gotten much worse following a recent set of updates to kernel
View 9 Replies
View Related
Feb 4, 2010
I've installed openMPI-1.4.1 on my laptop and I'm trying to compile some fortran code I've written using MPI. I downloaded the openMPI-1.4.1 file from the openMPI website and used the shell script they provide to install it. This is the shell script:
shell$ cd openmpi-1.4.1
shell$ ./configure --prefix=/usr/local
shell$ make all install
There was an additional line extracting the tar file, but I did this by hand. The first time I ran this script there was an error on the final stage saying that a directory couldn't be created because of lack of permission. I decided to run the script again this time as a sudo.
Having run the script again everything appeared to install properly, however when I went to compile some fairly simple code I got a message saying that the compiler couldn't find MPI. I was using this command: gfortran messages.f90 -o messages I looked on the openMPI website where it recommends compiling with a compiler called mpif. However when I type mpif messages.f90 -o messages I get an error message saying mpif isn't a recognized command......
View 2 Replies
View Related
Nov 11, 2010
We make everyday a DB Mysql backup on Linux redhat Enterprise. We are using a bash shell script (and putting it in the crontab) to execute it automatically everyday. We added a line to this script telling, once the backup has completed, to find old backup files (stored on hard disk after each backup) older than x days to remove them. We use the find command (search for file type) with the mtime option and in combination with rm command. Everything runs ok but we also want to add some new code to the same line: If find command cannot find anything or fails, for example if it cannot delete file or fails, send the error message (standard error output) to an error file (like error000001 and increasing) and mail the errorxxxx file to an email address for example to admin@companyname.com. What would be the code for this issue to add it to our find command in the same bash shell script??
View 2 Replies
View Related
Apr 12, 2011
how to rectify these errors..
RCC: Error in 'appchooser.qrc': Cannot find file 'accessories-dictionary.png'
RCC: Error in 'appchooser.qrc': Cannot find file 'akregator.png'
RCC: Error in 'appchooser.qrc': Cannot find file 'digikam.png'
RCC: Error in 'appchooser.qrc': Cannot find file 'k3b.png'
RCC: Warning: No resources in 'appchooser.qrc'.
and my .qrc file is like this
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>accessories-dictionary.png</file>
<file>akregator.png</file>
<file>digikam.png</file>
code....
View 3 Replies
View Related
Jun 14, 2011
Parse error: syntax error, unexpected '@' in C:xampphtdocsminippromail.php on line 8 .......its not recognizing the '@' symbol. heres the code im working with
<?php $receiver = myfriend@ourmail.co.in; $subject = wish; $content = Hi! My dear friend how are you.; $sender = myself@ ourmail.co.in ; $headers = From: $sender; mail($receiver,$subject, $content,$headers); echo Mail has been sent successfully.; ?>
View 1 Replies
View Related
Apr 28, 2011
I tried to install last Ubuntu distribution (11.04) in a laptop that fits setup requirements. I downloaded de Iso, burnt on cd and restart the laptop with the cd inside it.The hard disk does not have any partition, it's empty, I suppose installation gives that opcion.At the begining of the installation, before any interactivity, I get this error:
View 2 Replies
View Related
Dec 29, 2010
i have Ubuntu10.10 (kernel-2.6.35-22-generic) installed. struct stat StatBuff;
[Code]...
I have mounted a windows share folder on /mnt. When i gave any directory within /mnt/ to stat function it fails with errorno 75. perror shows "Value too large for defined data type". Example 1 is fail but Example 2 works fine.
View 7 Replies
View Related
Jun 16, 2010
I have installed it++ on suse11.2 I have downloaded an example project and everytime i try to "make"..error "/bin/sh: line 1: .dependencies: Permission denied" comes up.I have tried to run as root but this hangs on "checking dependencies" and gives no action.
View 2 Replies
View Related
Dec 14, 2009
Make: Fujitsu-Siemens
Model: LifeBook P7120
For some reason (hardware - I am guessing) the LiveCD does not boot on some laptops. The LiveCD worked well on my Dell Inspiron 1525 without any problems but my Fujitsu-Siemens refused to boot up. If you are trying to install or use F12 with the LiveCD ISO image burnt onto a CD on a laptop and fails with the following error:[drm:drm_mode_rmfb] *ERROR* tried to remove a fb that we didn't own Boot has failed, sleeping foreverthis workaround may work for you. Sometimes it will come up with another error about 'Root Device Not Found'
The workaround only works on a bootable USB key for some other reason, created with 'live-usb creator' and not a CD nor a LiveCD image on a USB created on a windows machine. I have tried them all.
[Code]...
View 1 Replies
View Related
Jul 23, 2011
I am a newbie in unix shell script programming . After I have tried to execute this code , I found the problem said that "syntax error near unexpected token done" . I don't know that where is the mistake in my code . Could anyone help me out this problem ?, PS* : I executed it in Redhat Enterprise Linux 4 and this is my code :
#!/bin/ksh
# Purge Script
# Input:
# 1. path (absolute path)
# 2. filename (does not apply to empty folder name)
# 3. retention policy (in day)
[Code]...
View 6 Replies
View Related
Aug 17, 2010
i finally decided to updgrade from Hardy Heron to Lucid Lynx. for this i made a backup of my old install, then i couldnt find my Lucid CD so i used a Karmic one to partition my old ext3 to ext4. There were some errors but after trying a few times it worked. Installed Karmic, rebooted (worked fine), downloaded all updates - (did NOT reboot to let updates take effect) and upgraded to Lucid.
Everything went fine so far. Now when i try to boot into Lucid the system hangs, i've also got a windowsXP partition on there so i tried booting that, first grub tells me Error 29: Disk write error then trying again windows seems to boot but it takes much longer than it should and seems to hang.
Then i tried Karmic and Lucid LiveCD (which i found in the meantime) none of the LiveCDs make it to boot after about 20 minutes. (previously they worked fine)looking at the errors it seems to be something about the harddrive. Why the harddrive would stop the LiveCD booting is a mystery to me but the same messages appear when i select Recovery from the Grub menu so i guess the problem is related.
[Code]...
View 3 Replies
View Related
Dec 2, 2010
I changed my motherboard battery last night, and now get "Read Error" on booting to Ubuntu, on dual boot system. This is the most frustrating thing in an otherwise great operating system. It is the second time I have encountered this issue (last time was a change of power supply). I fixed it last time after three days of re-loading Grub2 and playing around Grub 2 updates, etc. Fixed it eventually, but as usual, no idea of what eventuality fixed it. I think I found a web page buried deep in the 'net, which talked about device.map. Do you think I can find it again - not yet - day 2 searching for the answer... This is what the grub script tells us:
[Code]....
View 7 Replies
View Related
Nov 24, 2010
I'm trying to install ubuntu 10.10 on xp,but, after waiting around 2 hours per instalation I received a error message that says:" unbuntu installer : and error occurred: coercing to unicode: need string or buffer, none Type found. for more information see log file C:1customerlocals-1 empwubi-10.10-rev197.109. I tried on one particion make just for it then I even tried on xp on C: I even put it on a pendrive but my bios is old and do not provide for usb booting. The other thing I have to try is making a boot cd but for one reason or the other , my recorder do not want to recornized my cds- rw and right now I do not have any regular blank cds . That will be my next step. Note: Ubuntu appears installed on the the control panel "add or removed programs" but not in "all programs" list. I'm a novice on this so maybe the answer was posted but I couldn't find it. Looking ahead to try it and be part of the linux team.
View 1 Replies
View Related
May 27, 2011
I installed Double Commander only to find that it was broken and couldn't launch. So searched and found it was a known problem and fixed already in unstable version. There is a build on Launchpad.So:
Code:
sudo add-apt-repository ppa:alexx2000/doublecmd It finished fine. When I reloaded my Synaptic window, it did some work and I saw the first errors: Error 404 in IIRC 3 different places. Then came another error, I didn't understand it and clicked a button. Synaptic closed. I think I know what was the 2nd error because no every time I start Synaptic, it shows a message and after I click the only available button (Close), it quits. The message is:
Quote:
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/
pl.archive.ubuntu.com_ubuntu_dists_natty_main_bina ry-i386_Packages
E: The packege lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
View 6 Replies
View Related
Mar 14, 2011
I dont know how to put this that somobody would understand my problem but here we go. I have problem like said in title.I am unable to upgrade my kernel. Sunaptics says that I have 2.6.35-28 installed. I tried to reinstall 2.6.35-28 via synaptics but it gives me error.
Thats what uname -a says:
pekka@pekka-laptop:~$ uname -a
Linux pekka-laptop 2.6.35-25-generic #44-Ubuntu SMP Fri Jan 21 17:40:48 UTC 2011 i686 GNU/Linux
Tried to install 2.6.35-27 via terminal thats what I get:
Code:
pekka@pekka-laptop:~$ sudo apt-get install linux-image-2.6.35-27
[sudo] password for pekka:
Reading package lists... Done
Building dependency tree
code....
dpkg: error processing linux-image-2.6.35-25-generic (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
linux-image-2.6.35-25-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
pekka@pekka-laptop:
View 9 Replies
View Related
Feb 5, 2011
Package Installation error
Recently I get an error while installing any packages offline.
"Action would require the installation of packages from not authenticated source".
The key icon at top tight corner shows.
View 3 Replies
View Related
May 10, 2010
I have just installed Ubuntu 10.04LTS however when I attempt to boot the HDD I get the following error message
Read Error
Thats it nothing else, I am able to boot a USB installed version of Ubuntu 10.04LTS no proble. I can boot a Live CD of the same version no problem but when I installed it to the hard drive it just seems to fall over. I've tried adjusting the boot order, putting the HDD first and removing everything else but no joy. Im a linux n00b so no idea what to do next apart from go back to windows.
View 9 Replies
View Related
Sep 1, 2010
After upgrading to Lucid I started getting this error during boot up:
[ 12.208847] CX24123: cx24123_i2c_readreg: reg=0x0 (error=-121)
[ 12.208893] CX24123: wrong demod revision: 87
Ubuntu continues to boot and seems to work fine (although I am having an intermittent (!) disk mounting problem on a SATA drive, but I assume that is unrelated to this error) I can't find anything meaningful about this when I search. What does this error mean? What info should I post to help make sense of it (moderate user).
View 3 Replies
View Related
Jan 20, 2010
I'm trying to install Kubuntu 9.10 on my machine (I had the same problem with Kubuntu 9.04). The machine is:
- Core 2 Quad 6600
- Nvidia 7600 GS
- Two disk seagate 500 in mirroring raid software
When I try to install Kubuntu, after disk partition, my system dosn't see the CD. He tell me to insert disk into drive but I doesn't touch it. I resolved this mounting an external hard disk into /cdrom. After this, the installation continues until the step "select and install software". At this step, the installation procedure tell me an error. During this error, in the other console, I've this:
Code:
Jan 19 21:58:09 in-target: Alcuni pacchetti non possono essere installati. Questo può voler dire
Jan 19 21:58:09 in-target: che è stata richiesta una situazione impossibile oppure, se si sta
Jan 19 21:58:09 in-target: usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
[Code]....
View 3 Replies
View Related
Dec 22, 2009
I have been trying to install MATLAB 2008b as a standalone version; however, every time when the process runs to 18% it shows an error as follows: "There was an error extracting the archives for MATLAB compiler. Chceck that you have enough disk space and rerun the installer."
I did have checked the disk space which is much more than enough. I have also changed few different disks that are way more than enough as well, about 5GB at least, but this error still popped out when it runs to 18%.
View 9 Replies
View Related
Mar 12, 2010
I tried to install Fedora 12 on my machine using the Fedora-12-i386-DVD and get the following error: /sbin/load_policy:error while loading shared libraries: lib/libsepol.so.1: cannot read the file data:input/output error exec of anaconda failed install exited abnormally [1/1]
View 2 Replies
View Related
Feb 11, 2010
i have ubuntu karmic 9.10 and when i try to update anything or install anything the a very similar error occurs."(Reading database . . . 55%dpkg: unrecoverable fatal error , aborting: files list file for package `com.palm.net.precoddr.fcoaster' contains empty filenameit repeats this message 3 times then gives up i believe.
View 9 Replies
View Related
Feb 22, 2009
I have the DVD installer of Fedora 10, i want to dual boot with windows vista. well i get up to the partitioning part of installation (in anconda) and it asks me how i want to partition it... i wanted to re size my partition and create the default format, so i keyd in 70GB and Okay. then it came up with an error, saying I had bad sector(s) The error told me to run chkdsk /f /r in windows, then i could run ntfsresize with -b, (in Linux) well i did all those steps, and shrunk /dev/sda1 to 70gb (/dev/sda2 is my recovery partition) i have a 140 gb hard drive, but can't find the unallocated space anywhere!
when i booted windows, it ran a chksdk, like it should, and in my computer it said that it had been shrunk (because the pie graph showed a capacity of around 70GB) When i go into windows disk management it says no unallocated space, just one big partition (and a 8gb recovery partition) this is the same with GParted on puppy linux, GParted on fedora 10 (live cd) says there is no drives I can mount or unmount and same error on partition logic... in EASUS partition manager i get told that there is no unallocated space, in the fedora installer there is only /dev/sda1 and /dev/sda2. Does anybody know.. how to install fedora on this partition, or get rid of the partition and repartition it another way. when i click on the option to remove all linux partitions and create default format, it errors and says it cannot make another primary partition, then says there is no room for /boot. and i can not proceed.
View 1 Replies
View Related
Sep 5, 2010
Geting the following error while compiling in gambas on ubuntu. What is a secret key ?
[code]...
View 2 Replies
View Related
Jul 28, 2011
After 2 months away from Fedora i am using it again, and used yum update to update stuff, everything was running fine, downloaded stuff, but 2 of the 666 stuff to install got error, here is:
[code]...
View 8 Replies
View Related
Oct 12, 2010
Greetings from Greece. I tried to install opensuse 11.3 in an empty disk . Unfortunately the installation progress stops in 88% and the message error says "error copy live image to the disk". I have burn two different cd but the result is always the same.Is it a hardware problem or the cd is not correct?I had the 11.2 version in the same pc without any problem for a long time.
View 9 Replies
View Related
Dec 22, 2009
I'm trying to install Fedora for the first time on my Desktop. Unfortunately, upon restart once the installation is complete I get the following error:
Code:
This is from Fedora 12 x86_64 DVD. I presume that this obviously has to do with my disk selection during partitioning, during which I deselcted the two drives that I didn't want to be part of the install and left the one that I did selected. I also selected "use entire disk". The drive had copies of both Ubuntu and Windows 7 on it, which I expect were wiped out during install.
I know that the details are sparse...but that's all I did. I'm happy to go back into the installer to retreive any necessary information that may be needed/to reinstall.
View 2 Replies
View Related