F16_64: startx not working

2011-11-11 Thread Michael D. Berger
e, if I then set the bootlevel to 5 and reboot, the system is very slow, and itself does another reboot before bringing up level 5. Thanks for your suggestions. Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users mailing list users@lists.fedoraproject.org To u

RE: Konsole icon missing on Xfce panel

2011-11-10 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Michael D. Berger > Sent: Thursday, November 10, 2011 21:07 > To: Fedora Users > Subject: Konsole icon missing on Xfce panel > >

Konsole icon missing on Xfce panel

2011-11-10 Thread Michael D. Berger
. If I check "Show label instead of icon", I get the label, but otherwise nothing. In contrast, the Menu and Wireshark icons are fine. Any suggestions? BTW, I hope all my problems are as serious as this. ;) Thanks, Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.ro

RE: F15_64: K3b fails, wants HAL

2011-11-10 Thread Michael D. Berger
HAL > > On Thu, Nov 10, 2011 at 10:38 AM, Michael D. Berger > wrote: > > F15_64: K3b fails with a popup that says the to be sure the > HAL daemon > > is running.  "systemctl list-units" > > does not show HAL, and goog says HAL is depricated. > >

F15_64: K3b fails, wants HAL

2011-11-10 Thread Michael D. Berger
F15_64: K3b fails with a popup that says the to be sure the HAL daemon is running. "systemctl list-units" does not show HAL, and goog says HAL is depricated. What to do? BTW, my cdrom has a SATA interface. Thanks, Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.ro

RE: p4p1 changed to p2p1; works oddly

2011-11-09 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Michael D. Berger > Sent: Wednesday, November 09, 2011 20:15 > To: Fedora Users > Subject: p4p1 changed to p2p1; works oddly >

p4p1 changed to p2p1; works oddly

2011-11-09 Thread Michael D. Berger
1: link up [root@mbrc40 ~]# !ping ping 192.168.9.1 PING 192.168.9.1 (192.168.9.1) 56(84) bytes of data. 64 bytes from 192.168.9.1: icmp_req=1 ttl=255 time=1.29 ms 64 bytes from 192.168.9.1: icmp_req=2 ttl=255 -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users

RE: F15_64: network stopped working

2011-11-09 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Michael D. Berger > Sent: Wednesday, November 09, 2011 16:58 > To: Fedora Users > Subject: F15_64: network stopped working > > In

F15_64: network stopped working

2011-11-09 Thread Michael D. Berger
caused by the network failure. Thanks for your suggestions on what to do next. Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/list

F15_64: missing iptable_filter

2011-11-08 Thread Michael D. Berger
On my new F15_64, modprobe cannot find "iptable_filter". Also, find /lib -iname "*iptables*filter*" finds nothing. Thanks for your help. Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users mailing list users@lists.fedoraproject.org To u

RE: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Michael D. Berger > Sent: Wednesday, November 02, 2011 21:21 > To: 'Community support for Fedora users' > Subject: RE:

RE: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
latter, or else something very strange is going on. > > -T.C. > -- I tried to join the systemd-devel list but it didn't let me. I forwardrd the problem to the list anyway, but I don't know if they got it. Maybe you could forward it for me? Thanks, Mike. -- Michael D. Berger m.d.b

RE: pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
rent users. > > You might try using "ps uax -L" and looking at the various > threads involved to see who's running what. [...] Its all done as root. "ps uax -L" shows six rows for myDaemon, which is about right for the number of threads. Mike. -- Michael D. B

pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
suggestions. Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki

pthread_create() fails SysV in myDaemon on boot

2011-11-02 Thread Michael D. Berger
In F15_64, on starting SysV myDaemon in level 3, with S99myDaemon rtn = pthread_create() fails with: rtn=1=Operation not permitted man pthread_create says this means: No permission to set the scheduling policy and parameters specified in attr. This happens for: policy = SCHED_FIFO

RE: my SysV daemons not starting on boot

2011-11-02 Thread Michael D. Berger
not starting on boot > > On Tue, Nov 1, 2011 at 5:01 PM, Michael D. Berger > wrote: > > Always, started or not, I get the same thing: > > > > #systemctl status myDaemon.service > > myDaemon.service > >          Loaded: error > >          Active: inactive

RE: my SysV daemons not starting on boot

2011-11-01 Thread Michael D. Berger
ive: inactive (dead) Note that "start normally" is done by: #/etc/init.d/myDaemon start I do not use systemctl, and I have no "myDaemon.service" file. Since I have: SYSTEMCTL_SKIP_REDIRECT=1 near the top of /etc/init.d/myDaemon, I assumed that a myDaemon.service file w

my SysV daemons not starting on boot

2011-11-01 Thread Michael D. Berger
the daemon function is being called. Also, the boot log says the daemon started. But the myDaemon log shows nothing, and ps -ef does not find it. I tried putting a sleep(1) at the start of myDaemon, but it didn't help. Thanks for your help. Mike. -- Michael D. Berger m.d.ber...@ieee.org

RE: localhost udp bind: address in use -- Solved

2011-11-01 Thread Michael D. Berger
This tuened out to be a coding problem uncovered by migrating to a much faster box. Briefly, the initial call to the getInstance() of a singleton was not complete before a second, higher proirity call was issued. Sorry for the distraction. Mike. -- Michael D. Berger m.d.ber...@ieee.org http

RE: localhost udp bind: address in use

2011-11-01 Thread Michael D. Berger
6 but the problem is not fixed. Thanks, Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

localhost udp bind: address in use

2011-10-31 Thread Michael D. Berger
code (but, of course, compiled for 32) works with no problem. I can start and stop it rapidly with no problem. Thanks for your suggestions. Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.rosemike.net/ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change