CentOS 5 :: Puplet Not Working In 5.2 - Error: Unable To Initialize Pynotify

Mar 12, 2009

When I upgraded to CentOS5.2 from 5.1, puplet quit working:

$ sudo /usr/bin/puplet
libnotify-Message: Unable to get session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Error: unable to initialize pynotify

[code]....

View 6 Replies


ADVERTISEMENT

Hardware :: Unable To Get NIC To Initialize In CentOS 5

Jun 26, 2011

I have been beating my head against a wall with this for more than an hour.... I purchased a new Ethernet Card to bump up the other side of my network from 10/100 to Gigabit. I previously had a 3c905c 3com card in there before. the chipset I purchased was a realtek 8169 Gigabit..... I removed the old card and put the new one in. Then I ran netconfig but realized that it was holding onto eth0 with 3com's MAC address, so I went and removed the /etc/sysconfig/network-scripts/ifcfg-eth0 file. did a service network restart no eth0 trying to start - perfect... I reran netconfig and configured eth0 with all it settings "Netconfig Did recognise the Realtek 8169"

I saw device not initalized when doing an ifup eth0 So I lsmod and saw the 3com module still running - removed the module rmmod 3com - and checked for 8169 - not running... modprobe 8169 and then checked.. bingo its running... service network restart - same error r8169 device eth0 does not seem to be present... delaying initialization. ok - eff it - ill reboot It came up same thing - did not expect it to change... checked /etc/modprobe.conf - i see its aliased... Verified all things are running... I really don't know where to turn... Im sure I could just call it eth2 but then im going to be rewriting all my iptables "firewall rules" and im trying to avoid that.... ** yes I know I could just use sed to replace all eth0 with eth2 ** but then im not learning why and what i am missing...

heres my output

Code:

[root@router etc]# cat /etc/modprobe.conf |grep 8169 && lspci |grep 8169 && lsmod |grep 8169 && cat /etc/sysconfig/network-scripts/ifcfg-eth0
alias eth0 r8169

[code]...

View 4 Replies View Related

CentOS 5 :: Every Time When /usr/bin/puplet Try To Talk To Yum-updatesd Via D-Bus - Yum-updates Will Crash

Jun 11, 2009

every time when /usr/bin/puplet try to talk to yum-updatesd via D-Bus, yum-updatesd will crash. After restart of yum-updatesd and call /usr/bin/puplet from the console I get this message;

Error getting update info: Message did not receive a reply (timeout by message bus) Introspect error: The name edu.duke.linux.yum was not provided by any .service files Traceback (most recent call last): File "/usr/bin/puplet", line 191, in _refreshInfo if self.updatesObject is not None and AttributeError: DBusException instance has no attribute '_dbus_error_name'

View 6 Replies View Related

CentOS 5 :: An Error Occured Trying To Initialize Swap On Device?

Dec 25, 2010

I have HP ML350 G6 Server with RAID10 enabled on bios While trying to install Centos 5.5 64 bit OS I am getting the error mentioned below. "An Error Occured trying to initialize swap on device cciss/codop3. This problem is serious and the install cannot continue."

View 2 Replies View Related

CentOS 5 Server :: MiniServ Error? Failed To Initialize SSL

Apr 7, 2011

I am recently getting a very weird error on my Webmin. The result of this problem I suspect is I am no longer able to log into my Maia Mailguard which is my Spam Viewer.

Quote:[BEGIN failed--compilation aborted at (eval 17) line 1.
restarting miniserv
[06/Apr/2011:23:34:09 -0400] Restarting
[06/Apr/2011:23:34:10 -0400] miniserv.pl started
[06/Apr/2011:23:34:10 -0400] Perl module Authen::PAM needed for PAM is not installed : Can't locate Authen/PAM.pm in @INC (@INC contains: /usr/libexec/webmin /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at (eval 17) line 1.
BEGIN failed--compilation aborted at (eval 17) line 1.
Failed to initialize SSL connection
Failed to initialize SSL connection

View 3 Replies View Related

Ubuntu Multimedia :: Video Drivers After Upgrading To 10.04 - Error "Unable To Initialize PCS Database"

Apr 2, 2010

Having all kinds of trouble with my video drivers after upgrading to 10.04 The error message I get is

Unable to initialize PCS database Missing PCS default file .etc/ati/amdpcsdb.default No devices I keep reinstalling my video drivers from the ati-driver.run file for my radeon 2400 card - seemingly successfully - but it doesn't seem to help and when I reboot i just get the limited video function

View 2 Replies View Related

Fedora :: GNOME3 - Unable To Initialize Clutter: Unable To Find Suitable Fbconfig For The GLX Context

Jun 27, 2011

The machine boots, graphics come up, login window shows up, but after login there is only the background window (and mouse). My .xsession looks like this:

[Code]....

View 3 Replies View Related

Ubuntu Installation :: Package Initialize Error "Could Not Initialize The Package Information"

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

CentOS 5 Networking :: Proxy - Error "can't Initialize Iptables Table `nat': Table Does Not Exist"

Aug 19, 2011

We purchased a virtual server from GoDaddy (1 month trial) to set up as a proxy for our networks (24 of them). I am having 2 separate issues. The first is I can't configure/install NAT and support is telling me the only way I can is to purchase a dedicated server. Here's the error:

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3128 iptables v1.3.5: can't initialize iptables table `nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Here's the fix: [URL] So, what I am hoping to do is configure this by just opening port 3128 directly, and only allowing access from our networks. As a test I did this and allowed only from our office and it did not work. However I can't connect, so I am wondering what I am doing wrong? Here's my squid configuration:

[Code]....

View 4 Replies View Related

Ubuntu :: Debconf: Unable To Initialize Frontend: Kde?

Jul 11, 2010

I've been having this pop up lately, trying to figure out if this would be possibly related to my amarok not working as well...

Code:
debconf: unable to initialize frontend: Kde
debconf: (Can't locate Debconf/FrontEnd/Kde.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1

[code]....

View 1 Replies View Related

CentOS 5 :: Can't Initialize Entity In LVM?

Jan 5, 2010

I installed a second hard drive to my CentOS box. In the LVM GUI tool i see the hard drive but the "Initialize Entity" button is grayed out. I am not very familiar with using the LVM tool so i am not sure what to do from here.

View 1 Replies View Related

CentOS 5 :: VNC Failed To Initialize HAL?

May 19, 2010

Today, I use the vnc tool to connect the server , but it has the following message:

test@xxx: ~ vi ~/.vnc/xxx:1.log libhal.c 644 : Error connecting to system bus: Message did not receive a reply **(gnome-volume-manger:30626):WARING**: manager.c/912:failed to initialize HAL!

The server's os is CentOS 4.7 x86_64, I tried to google for the answer, but had no anything useful information.

View 1 Replies View Related

Hardware :: Unable To Label USB Flash Drives (Cannot Initialize)

Apr 10, 2010

Using Debian Lenny. I'm trying to label my usb flash drives. I checked on the Internet and found a page, but I can't get it to work: [URL]. I umounted the usb drive. I checked it with
Debian:~# blkid
/dev/sda1: UUID="B1CC-3C4F" TYPE="vfat"

But when I try to make a label I get this message:
Debian:~# mlabel -i /dev/sda1 ::VFAT_DOC
Can't open /dev/sda1: No such file or directory
Cannot initialize '::'
mlabel: Cannot initialize drive

If I try mlabel -i /dev/sda1 ::VFAT_DOC when the drive is mounted
I get this output:
Debian:~# mlabel -i /dev/sda1 ::VFAT_DOC
Total number of sectors (7855032) not a multiple of sectors per track (62)!
Add mtools_skip_check=1 to your .mtoolsrc file to skip this test but no label is attached to the drive.

I added this to /etc/mtools.conf:
drive p: file=/dev/sdb1
and ran this command:
mlabel p:VFAT_DOC
and still can't get it to work
Can't open /dev/sda1: No such file or directory
Cannot initialize 'P:'
mlabel: Cannot initialize drive

View 3 Replies View Related

Software :: Unable To Initialize Audio Mixer : No Available Device / What To Do?

Jul 31, 2011

When I run QTads, I get this message:

"Unable to initialize audio mixer: No available audio device"

I've installed libqt4-gui, libsdl-mixer1.2, libsdl-sound1.2, libqt4-network to meet the dependency requirements. I've tried the pre-made binary from the Web site (http://qtads.sourceforge.net/downloads.shtml) as well as my own compiled from source (a binary which has proven to work on other machines also with Debian).

Sound works fine on the system. What can I do?

View 1 Replies View Related

General :: How To Dismiss Puplet Messages With Keyboard Shortcut

Jul 1, 2010

puplet is forever reminding me when it's time to run "yum update", which is fine, but I'm forced to click the little x to dismiss the dialog.Is there a keyboard shortcut or command that can dismiss it for me? I'm running GNOME 2.16.0 on RHEL5.

View 1 Replies View Related

Security :: Warning: PHP Startup: Suhosin: Unable To Initialize Module

Oct 6, 2009

Trying to install the Suhosin module with the php 5.2.9 c5-testing repo...it won't run with the php 5.2.9 testing build (there isn't an updated suhosin package against the 5.2.9 build)

PHP Warning: PHP Startup: suhosin: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0

What's the best way to handle this from an admin best practices standpoint? I want to do everything possible to keep the suhosin module tracked by yum for future updating etc. Is it best to try to find a suhosin rpm that is built for 5.2.9 and install it with yum localinstall? If not, if I build the module myself, what's the best path to keeping yum/rpm in the loop on this install for future updating via yum?

View 3 Replies View Related

CentOS 5 :: Booting An Application To Initialize The System?

Jul 24, 2009

how do I create a rule which makes the startup of an application to start CentOS?

View 1 Replies View Related

CentOS 5 :: Can't Initialize Iptables Table `tproxy'

Mar 26, 2010

# iptables -t tproxy -n -L iptables v1.3.5: can't initialize iptables table `tproxy': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Does exist a tproxy module for CentOS's kernel (2.6.18) ?

View 1 Replies View Related

Fedora :: No Sound Card Listed In LSPCI - Unable To Initialize Codec

Feb 25, 2011

There is no sound card listed in "lspci" and also I receive this error when I use dmesg command:
[15.012010] AC'97 0 does not respond - RESET
[15.012017] AC'97 0 access is not valid [0xffffffff], removing mixer.
[15.012024] Unable to initialize codec #0

View 2 Replies View Related

Ubuntu :: Error: Could Not Initialize The Package Information

Feb 20, 2010

I readded all my sources and ppa's on the upgrade but now they are disabled? Also I have a malformed line..Why would they be disabled if I changed them all one by one through software sources?

Error: Could not initialize the package information An unresolvable problem occurred while initializing the package information. report this bug against the 'update-manager' package and include the following error message: 'E:Malformed line 56 in source list /etc/apt/sources.list (dist parse), E:The list of sources could not be read.'

View 7 Replies View Related

CentOS 5 Networking :: Cannot Initialize Ethernet Card / Enable This?

Jun 7, 2010

I recently installed CentOS on a really old computer and while most things are running well, I am unable to connect to the internet. Using a Damn Small Linux live CD I am able to connect just fine and was able to see that that 'hp100' was being used as the netcard driver. When I tried to set up the network card using that adapter (HP10/100VG ....) it gives me the following error code...

View 1 Replies View Related

Ubuntu :: Firefox Error - Could Not Initialize Security Component

Aug 6, 2011

Ubuntu shows the following error message when I try to launch Firefox "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features." No other program including Google Chrome has this problem.

View 2 Replies View Related

CentOS 5 :: UGS NX 6.0 In 5.5 - ERROR: Unable To Start NX

Sep 22, 2010

I have upgraded from Centos version 4.x to 5.5 and my installation of UGS NX 6.0 was installed under Centos 4. NX was working fine in Centos 4, but when I try starting it under Centos 5, I get the following:

ERROR: unable to start NX Check: X windows is running, :0.0 is valid, and X display has been authorized on :0.0.

View 4 Replies View Related

Fedora :: Software Update Error - Failed To Initialize The Packaging Backend

Mar 15, 2010

From the GUI, software update gives the error "Failed to Initialize - Failed to initialize the packaging backend. This may occur if other packaging tools are being used simultaneously." In the more details, "There are unfinished transactions remaining.

I run a terminal, switch to root and do as it tells me. It returns saying that there are no unfinished transactions. I've run it several times with the same result. Then I run "yum clean all" and "yum upgrade." The upgrade processes runs and reports "there are unfinished transactions..." However, the upgrade process still completes. Basically it is now a severe annoyance, but the system does seem to upgrade. I just cannot figure out why there are somehow unfinished transactions that I cannot get rid of. I tried reinitializing the rpm database - no luck. How can I somehow reset yum?

View 2 Replies View Related

OpenSUSE Hardware :: Error - VLC Failed To Re-initialize Your Sound Output Device

Jul 8, 2010

my sound works when i boot up but as soon as i play a couple of files with VLC video or audio it doesn't matter the sound stops and comes up with an error saying: ALSA version problem:VLC failed to re-initialize your sound output device. Please update alsa-lib to version 1.0.22 or higher to fix this issue.Potential ALSA version problem:VLC failed to initialize your sound output device (if any).Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher to try to fix this issue. I found latest version on net and installed and yast said install fail version already installed my sound device is HDA Intel (ALC C880 Analog)

View 1 Replies View Related

Ubuntu / Apple :: Error - Failed To Initialize The NVIDIA Kernel Module

May 1, 2010

I keep getting a warning messaged almost every time I reboot about Ubuntu running in low-graphics mode on a Macbook 5,1. This has been happening since Lucid Beta 1.

Quote:

Failed to initialize the NVIDIA kernel module. Please see the
system's kernel log for additional error messages and
consult the NVIDIA README for details.

[code]....

After I finish loading in low graphics mode I have to run "sudo nvidia-xconfig". Then, the next reboot the graphics card driver is loaded properly. Is anyone else experiencing this problem or have an idea how to correct it? I know it is a long shot, but do you think doing a fresh install of the stable release would work?

View 3 Replies View Related

Ubuntu Installation :: Update Manager Error - Could Not Initialize Package Info

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

Ubuntu Multimedia :: PS Eye 10.10 / Unable To Get Microphone Working And Error Invalid Argument?

Jun 18, 2011

I want to get my PS3 Eyetoy working as a webcam on my Ubuntu box for use with Skype etc. When plugged in, the camera portion works fine and is recognised immediately. However, I am unable to get the microphone working. It appears to be recognised, but there isn't anything captured from it.

I have removed PulseAudio as it was interfering with my quest to get 5.1 working over HDMI passthrough in XBMC.

I did have it working briefly, but I must have changed something, and now I cannot get it to work for love, nor money!

This is what my system finds:

Code:
$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: CameraB409241 [USB Camera-B4.09.24.1], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
I have tried alsamixer -c 1, but that gives me the following error:

Code:
cannot load mixer controls: Invalid argumen

View 3 Replies View Related

Software :: Unable To Make Ptpcam Working - ERROR: Could Not Open Session

Jun 25, 2010

After finally getting libptp2 to compile I find that ptpcam does not work. This has worked perfectly fine before with the same camera using Slackware 12.0, I am now using Slackware 13.1 and ptpcam will simply not work. The error is as follows:

Code:

x86_1# ptpcam -l
Listing devices...
bus/dev vendorID/prodID device model
ERROR: Could not open session!
Try to reset the camera.

I have tried to reset with "ptpcam -r", I have also tried to disconnect and reconnect the camera to the USB system, I have tried to reboot the computer, I have tried to use different versions of libptp2 -- all to no avail. The strace shows the issue is apparently a failed ioctl(), although I have no idea why it fails:

Code:

open("/dev/bus/usb/002/004", O_RDWR) = 6
write(4, "1"..., 1) = 1
read(3, "1"..., 1) = 1

[code]....

I have verified that the camera is working in Windows 7 on the same physical computer and I can see the camera from lsusb and dmesg output when I connect it to the USB system. This system is Slackware 13.1, Linux x86_1 2.6.33.4-smp #2 SMP Wed May 12 22:47:36 CDT 2010 i686 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GenuineIntel GNU/Linux.

View 1 Replies View Related

General :: Centos 5.3 - Unable To Start Sshd Service - Shows Error

Oct 5, 2010

In centos 5.3 i am unable to start sshd service shows error starting sshd :/etc/init.d/sshd:line102"7182 illegal instruction $sshd$ option

Same error while starting the httpd service.

View 17 Replies View Related







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