Ubuntu Installation :: Package Error - Can't Identify Packet Id
Aug 9, 2011
I have been having a hard time with my Ubuntu OS it's been giving me an error in the system but as it tries to make an error report it fails the reason being it can't identify the packet id. Here the example of the error i've been getting while trying to update or install packages, when using the terminal sudo apt-get install f- or sudo apt-get install 3kb <this is what it gives>
E: Encountered a section with no Package: header
E: Problem with MergList/var/lib/apt/lib/apt/list/extras.ubuntu.com_ubuntu_dists_natty_main_i18_Tran slation-en
E: The package lists or status file could not be parsed or opened.'
Tried the Update manager within the Ubuntu OS but as it loads it gave me the same error report but this time stating I should report this to the 'update-manager'
View 1 Replies
ADVERTISEMENT
Dec 1, 2010
how to identify the icmp packets & marking. this below icmp packets marking is not working.
iptables -t mangle -A PREROUTING -p icmp -j MARK --set-mark 0x5
iptables -t mangle -A PREROUTING -p icmp -j RETURN
with the help of port no or any other how can i identify the icmp packet ?... This below two is working fine
iptables -t mangle -A PREROUTING -p tcp -j MARK --set-mark 0x2
iptables -t mangle -A PREROUTING -p tcp -j RETURN
iptables -t mangle -A PREROUTING -p udp -j MARK --set-mark 0x3
iptables -t mangle -A PREROUTING -p udp -j RETURN
View 1 Replies
View Related
Sep 17, 2009
I got a problem with my CentOS server. Somebody told me OpenVPN Requires different changes inside my firewall settings. That could be the problem why openvpn wont load..I receive this error on my CentOS panel when im trying to connect into the centos openvpn (with my winxp pc):
Thu Sep 17 20:31:36 2009 TLS Error: incoming packet authentication failed from 84.xx.62.122:2622
Thu Sep 17 20:31:38 2009 Authenticate/Decrypt packet error: packet HMAC authentication failed
Thu Sep 17 20:31:38 2009 TLS Error: incoming packet authentication failed from 84.xx.62.122:2622
[code]....
View 5 Replies
View Related
Feb 3, 2011
I am following this guide to installing eclipse via terminal command-line on Linux. However, this seems to be happening lately with all the packages I try to install..I checked the Synaptic Package Manager and reloaded and rebooted the computer, but to no avail.
View 5 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 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
Mar 11, 2010
I have installed UBUNTU 9.10(2.6.30)
I'm trying to execute the following command: apt-get install linux-headers-`uname -r` mercurial build-essential cvs subversion libncurses5-dev
I get the following error:Package libncurses5-dev is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package libncurses5-dev has no installation candidate
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
Oct 4, 2010
Just installed slackware 13.0 32bits using the usb-based netinstall. Did a minimal cli install and unchecked bash (since I wanted to use tcsh on this particular OS). But now on first boot it tells me that it shows an error message indicating "unable to identify tty name" and won't let me login (I'm using the root account since I haven't yet set up additional users). My question is, is the error happening because I unselected bash during installation? If so, is there any config file that I can modify to get it to recognize tcsh and let me log in? or if that isn't the problem, where do I set then the tty name?
View 4 Replies
View Related
Jul 12, 2010
I am the new user to ns-2. I would like to know is it possible to send the keys or some value as the packet data (content of the packet) in ns-2 (for wireless environment).
View 1 Replies
View Related
Dec 2, 2010
I i cannot install updates (181). I'm using 10.10, Heres is the error i get: The installation or removal of a software package failed.
[code]...
View 2 Replies
View Related
Feb 12, 2010
When i run Synaptic Package Manager.I have an errorE: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
View 1 Replies
View Related
May 16, 2010
Code:
W: GPG error: http://archive.canonical.com karmic Release: Unknown error executing gpgv
W: GPG error: http://us.archive.ubuntu.com karmic Release: Unknown error executing gpgv
W: GPG error: http://us.archive.ubuntu.com karmic-updates Release: Unknown error executing gpgv
W: GPG error: http://us.archive.ubuntu.com karmic-security Release: Unknown error executing gpgv
W: GPG error: http://us.archive.ubuntu.com karmic-proposed Release: Unknown error executing gpgv
Along with the standard messages, apt-get displayed
Code:
gpg: symbol lookup error: /usr/local/lib/libreadline.so.6: undefined symbol: PC This occurs on using the update manager, package manager, apt-get update, etc. Any ideas? I've tried deleting the cached files, changing my server, checking that my date & time are correct (signing can be time sensitive), updating gpg (it was already at the latest), and maybe some other things I've forgotten.
View 8 Replies
View Related
Jun 14, 2010
Following are the error details..
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C174A7B143CBFCC0
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CE90D8983E731F79
View 3 Replies
View Related
Feb 26, 2011
I installed a command line version of Ubuntu 10.10 using the alternate install disk. To suit my needs, I have to install the gcc C compiler in this environment. When connected under root, I enter the command: 'apt-get install gcc'. The error 'E: unable to locate package gcc' is then displayed on screen. how to install gcc? Is this package available from the alternate install disk or do we have to download it. If I dowbload a tar file, where should I copy it to to be able to have the install application see it?
View 2 Replies
View Related
Mar 23, 2011
i was installing sm packages my package installer or smthing seems to be broken. I was warned with a Msgbox, to install this thede items must be removed. i clicked 'install anyway''. Anyway, now i cant use any of my package installers. Synaptic says' U hv one broken package' and refuses to work until it is fixed. But fixing also doesn't work. Here are screenshots of terminal commands (apt-get install -f) and other msgs.
View 1 Replies
View Related
Mar 19, 2011
This is the error: Could not initialize the package information An unresolvable problem occurred while initializing the package information. Please report this bug against the 'update-manager' package and include the following error message:
'E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf), E:Error occurred while processing libwpeditor-dev (NewFileVer1), E: Problem with MergeList /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_karmic_universe _binary-amd64_Packages, E:The package lists or status file could not be parsed or opened.'
View 1 Replies
View Related
Jan 31, 2010
I am running Ubuntu 9.1 and am trying to download the apt file from the adobe web site and use apturl to open it. I enable the partner channel packages finish downloading and an error pops up. Could not find package 'adobe-flashplugin'.
View 4 Replies
View Related
Mar 17, 2010
tl;dr - sudo make -> operation not permitted, sudo chown -R 777
* -> operation not permitted on some of the files
I am trying to install a library. Sudo make is getting permission denied on file 1, while using regular make I am getting permission denied on file 2. I have noticed some of the directories in the library are under nobody:nogroup. I tried chown and sudo chown, both didn't work. Sudo chown got permission errors, while chown didn't change ALL the files. (operation not permitted once again) Tried sudo su, and working from there, that also did not work. (permission once again). Using lsattr returned "lsattr: Inappropriate ioctl for device While reading flags on".
Code:
sudo chmod -R 777 *
chmod: changing permissions of `Makefile': Operation not permitted
chmod: changing permissions of `Makefile.am': Operation not permitted
chmod: changing permissions of `Makefile.in': Operation not permitted
chmod: changing permissions of `queue.c': Operation not permitted
chmod: changing permissions of `queue.h': Operation not permitted
chmod: changing permissions of `ucutil.h': Operation not permitted
Note the .libs folder not having write permission....
Code:
chmod -R 777 *
constantin@Nadfadfo:~/network_home/constantin/libraries/unicap/libunicap-0.9.8/common$ ls -la
total 68
drwxrwxrwx 4 constantin constantin 4096 2010-03-17 11:31 .
drwxrwxrwx 8 constantin constantin 4096 2010-03-17 11:31 ..
drwxrwxrwx 2 constantin constantin 4096 2010-03-17 11:31 .deps
drwxr-xr-x 2 nobody nogroup 4096 2010-03-17 11:31 .libs
-rwxrwxrwx 1 constantin constantin 15295 2010-03-17 11:31 Makefile
-rwxrwxrwx 1 constantin constantin 130 2010-01-17 08:17 Makefile.am
-rwxrwxrwx 1 constantin constantin 15262 2010-01-17 08:17 Makefile.in
-rwxrwxrwx 1 constantin constantin 6101 2010-01-17 02:49 queue.c
-rwxrwxrwx 1 constantin constantin 1667 2010-01-17 02:49 queue.h
-rwxrwxrwx 1 constantin constantin 125 2010-01-17 02:49 ucutil.h
System: Karmic Koala 64-bit
View 1 Replies
View Related
Jun 9, 2010
I was installing wine but my computer suddenly shut off and now the installation is corrupted and when I try to install it again through ubuntu software center it tells me
"The installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way. You have to repair this before you can install or remove any further software." How could I fix this??
View 3 Replies
View Related
Dec 22, 2010
My Ubuntu is 10.04 64bit.
Code:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
I have an error message when I try to install a software with apt-get.
[Code]...
View 9 Replies
View Related
May 7, 2011
Ubuntu 11.04 was working fine and then when I went to open Synaptic, I got the following error:
An error occurred
The following details are provided:
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/viewizard.com_linux_debian_en
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
I get this error when I try to load Synaptic. In addition to that, the Ubuntu Software Center does not work when I try to search for and/or look at applications.
View 9 Replies
View Related
Aug 3, 2010
I'm trying to run Processing with this instructions but when I try to install Jikes I get a dependencies error: HTML Code: Error: Dependency is not satisfiable: j2re1.3|j2sdk1.3|j2re1.4|sun-j2re1.4|sun-j2re1.5|sun-j2sdk1.5 I have Java6 jdk and Java6 jdr installed, what should I do????
View 2 Replies
View Related
Aug 27, 2010
This is the error I got when I tried to update it today. On the top the icon for the update manager is a red circle with a white line like a stop sign. When I click on it this is the error message I get. Could not initialize the package information. An unresolved problem occurred while initializing the package information.
please report this bug against "update-manager" package and include the following error message :
'E:Malformed line 54 in source list /etc/apt/sources.list (dist parse),
E:The list of sources could not be read.'
View 1 Replies
View Related
Oct 24, 2010
I tried to upgrade my Fedora 12 machine using preupgrade to Fedora 13.I went through the initials steps of preupgrade and rebooted when requested.A number of packages were installed until I encountered the following error and the installation quit.
Error Installing Package..A fatal error occurred when installing the tzdata package.This could indicate errors when reading the installation media. Installation cannot continue. Exit installer.Note that before I started the preupgrade processes I updated all packages I had installed in Fedora 12 including yum.
View 2 Replies
View Related
Aug 30, 2011
I tried doing a fresh install of F15 today on my computer, and I have a problem. When I try to install to hard drive, I get as far as choosing storage, then it examines storage devices and closes. I get an error that says a package has crashed. (I would post it up, but its not notifying me anymore)
View 2 Replies
View Related
Oct 2, 2010
I was trying to install ubuntu 9.10 as a dual boot system with windows and I recieved this error message: The Grub package failed to install into /target/. Without the Grub boot loader, the installed system will not boot
This Error comes up after 94% of the install. I also cannot seem to get the side by side install option to work (sometimes this option appears sometimes it does not) I am not sure but I beleive seome of the install files have been placed on the hard drive because I only get the option now to install on the hard drive and totally wipe clean or the emptiest hard drive. So how would I get the possible Ubuntu install off the Hard drive. I have used this CD to Install before it has no scratches therefore should work. Also If I have Win Xp on a Raid 0 will the Ubuntu 9.10 install ?
View 4 Replies
View Related
Mar 6, 2009
I made mpg123 rpm for x86_64 architecture but i'm not able to install it!I used the rpmbuild from RPM v. 4.6.0.i tried this
Code:
sudo yum localinstall mpg123-1.6.4-10.fc10.x86_64.rpm
and i got
[code]....
View 3 Replies
View Related
Jul 31, 2011
I just installed Ubuntu 11.04 but "whenever i try to download or install any software from 'Ubuntu software Center'it gives error: "Failed to download Package Files Check your internet Connection" Internet is working fine!I've also tried the command: "sudo apt-get update"
View 2 Replies
View Related
Mar 12, 2009
I'm logged in as root and want to run Add/Remove Software (Package Installer) but get the message telling me
Code:
Running graphical applications as a privileged user should be avoided for security reasons. Package management applications are security sensitive and therefore this application will now close.
How must I install applications? Surely the world is getting paranoid with all this hackers and viruses, because with every new version O/S, the security features gets more and more; up to the point that you can't fricken do and play around with your pc as you would.
View 2 Replies
View Related