pstopxl not available??

2012-09-28 Thread Michael D. Setzer II
Just started getting this message today? Found that pstopxl has been rename to gstopxl, so have just made an ln -s gstopxl pstopxl to fix the issue for now, but assume something needs to be updated. This is with a Fedora 16 system. Just was trying to print something during my linux class, and

mpeg2enc problem

2012-09-28 Thread JD
I am trying to encode an mp4 video to mpeg-2 using mpeg2enc as follows mpeg2enc -v 0 -f 9 -l h -b 8000KB --video-buffer 65535KB -F 5 -X 1280 -y 800 -a 312 --no-constraints -o Video_12.dvd < Video_12.mp4 resulting in the fatal error: **ERROR: [mpeg2enc] -v option requires arg 20..4000 --verbo

Hibernate stopped working. Have no clue why.

2012-09-28 Thread Sergio
Hello list. Hibernate used to work fine (didn't use it much though) but stopped working these last days. Suspend still works but while it worked flawlessly, now I have had some times that when it's suspended for a longer time it won't come up or won't come up properly (no video). I have no clue

Re: F17-how configure system-wide mobile broadband internet connection

2012-09-28 Thread fred smith
On Fri, Sep 28, 2012 at 08:38:14PM +0200, Franta Hanzlik wrote: > > On Fri, Sep 28, 2012 at 03:29:10PM +0200, Franta Hanzlik wrote: > >> > On Fri, Sep 28, 2012 at 12:43:45PM +0200, Franta Hanzlik wrote: > >> >> NetworkManager is able connect to internet over USB Huawei modem, but > >> it > >> >> se

Re: Re: selinux blocking ganglia-web

2012-09-28 Thread Jack Craig
On Fri, Sep 28, 2012 at 11:55 AM, Kevin H. Hobbs wrote: > > From: Jack Craig > > doesnt the selinux troubleshooter offer suggestions? > > I'm a bit embarrassed to admit that other than the very general boolians > that "sudo sealert -l $UUID" suggests setting at the end of it's output, > it also

Re: Re: selinux blocking ganglia-web

2012-09-28 Thread Kevin H. Hobbs
> From: Jack Craig > doesnt the selinux troubleshooter offer suggestions? I'm a bit embarrassed to admit that other than the very general boolians that "sudo sealert -l $UUID" suggests setting at the end of it's output, it also suggested a very specific fix at the top of it's output way off my t

Re: F17-how configure system-wide mobile broadband internet connection

2012-09-28 Thread Franta Hanzlik
> On Fri, Sep 28, 2012 at 03:29:10PM +0200, Franta Hanzlik wrote: >> > On Fri, Sep 28, 2012 at 12:43:45PM +0200, Franta Hanzlik wrote: >> >> NetworkManager is able connect to internet over USB Huawei modem, but >> it >> >> seems only from user session. How configure this connection as >> >> system-

Re: selinux blocking ganglia-web

2012-09-28 Thread Jack Craig
doesnt the selinux troubleshooter offer suggestions? On Fri, Sep 28, 2012 at 11:25 AM, Kevin H. Hobbs wrote: > I just replaced the machine that runs ganglia. > > httpd is being prevented from connecting to gmond. > > All that is displayed is: > > There was an error collecting ganglia data (127.

selinux blocking ganglia-web

2012-09-28 Thread Kevin H. Hobbs
I just replaced the machine that runs ganglia. httpd is being prevented from connecting to gmond. All that is displayed is: There was an error collecting ganglia data (127.0.0.1:8652): fsockopen error: Permission denied There's a message in /var/log/messages that blames selinux every time I loa

Re: php and mysqli

2012-09-28 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 28 Sep 2012, Buday Gergely wrote: > PHP Fatal error: Call to undefined function mysqli_init() in > /home/gbuday/public_html/init.php on line 3 # grep mysqli_init /usr/lib64/php/modules/mysqli.so Binary file /usr/lib64/php/modules/mysqli.so

Re: NFS mounts on Fedora 17 hang when reading lots of data

2012-09-28 Thread Tom Horsley
On Fri, 28 Sep 2012 18:33:06 +0200 Guido Winkelmann wrote: > Does anybody have any idea what might be happening here or what I could do to > further debug the problem? Should I file a bug report? I have seen infinite numbers of problems with NFS over the years, and as far as I know most of them

Re: [389-users] Start TLS and 389 Directory

2012-09-28 Thread Grzegorz Dwornicki
There is definetly something wrong with your CA. Error is fatal and named unknown CA. I agree with you now: please try put FQDN in CN field. This still maybe not the issue but when you create CA cert again then maybe error will disapear. I usually use openssl to create certs instead of certutil soo

Re: F17-how configure system-wide mobile broadband internet connection

2012-09-28 Thread fred smith
On Fri, Sep 28, 2012 at 03:29:10PM +0200, Franta Hanzlik wrote: > > On Fri, Sep 28, 2012 at 12:43:45PM +0200, Franta Hanzlik wrote: > >> NetworkManager is able connect to internet over USB Huawei modem, but it > >> seems only from user session. How configure this connection as > >> system-wide, sta

NFS mounts on Fedora 17 hang when reading lots of data

2012-09-28 Thread Guido Winkelmann
Hi, I am experiencing problems with NFS mounts locking up after some use on a Fedora 17 machine. The symptoms are that all processes trying to access any file will hang indefinitely. In ps, these processes are listed as being in status D. There are no error messages, not even in dmesg. When I

Re: php and mysqli

2012-09-28 Thread Jon Ingason
2012-09-28 14:28, Buday Gergely skrev: Hi there, the following code fails on my fedora 17 box: I think you should read the manual (if you have not done that already). Look at the following page, specially the example given there: http://php.net/manual/en/mysqli.real-connect.php PHP Fatal

Re: New 3tb hdd thinks it's 801.6 GB

2012-09-28 Thread Rich Bishop
I came across this exact problem yesterday. The drive works fine when installed internally, but shows up as 801GB when plugged into my USB-SATA adapter. It appears that the SATA chipset also needs to support drives >2TB. Rich On Wed, Sep 26, 2012 at 10:08:50PM -0700, George R Goffe wrote: > > T

Re: F17-how configure system-wide mobile broadband internet connection

2012-09-28 Thread Franta Hanzlik
> On Fri, Sep 28, 2012 at 12:43:45PM +0200, Franta Hanzlik wrote: >> NetworkManager is able connect to internet over USB Huawei modem, but it >> seems only from user session. How configure this connection as >> system-wide, started when system comes up? >> It seems as in Fedora's system-config-netw

php and mysqli

2012-09-28 Thread Buday Gergely
Hi there, the following code fails on my fedora 17 box: PHP Fatal error: Call to undefined function mysqli_init() in /home/gbuday/public_html/init.php on line 3 doing a grep around php -i, /etc/php.ini and /etc/php.d/ I get a seemingly ok configuration, see below. My versions of php and my

Re: F17-how configure system-wide mobile broadband internet connection

2012-09-28 Thread fred smith
On Fri, Sep 28, 2012 at 12:43:45PM +0200, Franta Hanzlik wrote: > NetworkManager is able connect to internet over USB Huawei modem, but it > seems only from user session. How configure this connection as > system-wide, started when system comes up? > It seems as in Fedora's system-config-network is

F17-how configure system-wide mobile broadband internet connection

2012-09-28 Thread Franta Hanzlik
NetworkManager is able connect to internet over USB Huawei modem, but it seems only from user session. How configure this connection as system-wide, started when system comes up? It seems as in Fedora's system-config-network isn't possible configure this kind of connection (s-c-n not recognize mode

Re: Change default app. -

2012-09-28 Thread 精灵的冬天
Free Free Free . -- Original -- From: "Suvayu Ali";