Re: localhost udp bind: address in use

2011-10-31 Thread Christopher K. Johnson
Is ipv6 enabled? Any chance it is binding to loopback using an ipv6 loopback address, and then finding it is already bound using the ipv4 equivalent? On 10/31/2011 09:20 PM, Michael D. Berger wrote: > I have some complex multi-thread C++ code in which I do > some internal signaling with udp soc

localhost udp bind: address in use

2011-10-31 Thread Michael D. Berger
I have some complex multi-thread C++ code in which I do some internal signaling with udp sockets: snd: 127.0.0.1:6501 rcv: 127.0.0.1:6502 On my new F15_64 box, I usually get: errno=98=Address already in use in response to the bind command when I bring up the snd socket (which is first up) even whe

Re: SL6 to F16??

2011-10-31 Thread Pete Travis
On Oct 31, 2011 2:58 PM, "Joe Zeff" wrote: > > On 10/31/2011 01:06 PM, Beartooth wrote: > > But something is still wrong. It gets part way through booting, > > then gives me an error box saying it failed to load session "gdm-shell" > > and a Log Out button. Clicking the button just takes you

Re: [389-users] Adding custom attribute

2011-10-31 Thread Richard Megginson
- Original Message - > > > > > I am creating a self service page that will allow users to rest their > ldap passwords with the use of a “secret” . In the 389 console I am > creating a custom attribute called secret in the configuration tab > -> schema->attributes with syntax directory s

Re: [389-users] Data inconsitency during replication

2011-10-31 Thread Richard Megginson
- Original Message - > > > > Hi Rich, > > > > One correction in step-4 “recreation of “cn=replica” entry for the > suffix. As per the example given below, suffix is “o=USA” > > > > - Recreate the “cn=replica” entry for the suffix as below . > > dn: cn=replica,cn=o=USA,cn=mapping t

Re: MORE Re: SL6 to F16??

2011-10-31 Thread Bob Goodwin
On 31/10/11 17:01, Beartooth wrote: > On Mon, 31 Oct 2011 20:06:32 +, Beartooth wrote: > > [] >> But something is still wrong. It gets part way through booting, >> then gives me an error box saying it failed to load session "gdm-shell" >> and a Log Out button. Clicking the button

F15, konqueror sometimes hangs

2011-10-31 Thread D Wyatt
After the most recent updates to kde, I'm seeing konqueror hang every few hours, with no identifiable cause. What I see is that all currently running konqueror windows stop responding or refreshing. If konqueror is obscured by another window, when that window is minimized the konqueror window wi

Re: MORE Re: SL6 to F16??

2011-10-31 Thread Joe Zeff
On 10/31/2011 02:01 PM, Beartooth wrote: > How do I remind it to boot to xfce instead of gnome?? If installing gdm (or some other dm) doesn't work, try asking the XFCE forum at http://forum.xfce.org/ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription option

MORE Re: SL6 to F16??

2011-10-31 Thread Beartooth
On Mon, 31 Oct 2011 20:06:32 +, Beartooth wrote: [] > But something is still wrong. It gets part way through booting, > then gives me an error box saying it failed to load session "gdm-shell" > and a Log Out button. Clicking the button just takes you back to the > same error

Re: SL6 to F16??

2011-10-31 Thread Joe Zeff
On 10/31/2011 01:06 PM, Beartooth wrote: > But something is still wrong. It gets part way through booting, > then gives me an error box saying it failed to load session "gdm-shell" > and a Log Out button. Clicking the button just takes you back to the same > error box. It sounds as though yo

Re: SL6 to F16??

2011-10-31 Thread Beartooth
On Sun, 30 Oct 2011 15:21:41 -0700, Joe Zeff wrote: > On 10/30/2011 09:49 AM, Beartooth wrote: >> I've been playing with Scientific Linux on an oldish machine, and >> now I want to try F16 with xfce --*not* live, but installed, with the >> .iso on a DVD. I realize that requires me to install

Re: Verbose output from Daemons on startup

2011-10-31 Thread Pete Travis
On Oct 31, 2011 2:54 AM, "suvayu ali" wrote: > > On Mon, Oct 31, 2011 at 05:22, T.C. Hollingsworth > wrote: > > Usually its easier to debug daemon problems by just running them on > > the command line. Look for the ExecStart line in > > /lib/systemd/system/.service or if it uses classic initscri

Re: [FSF] Stand up for your freedom to install free software

2011-10-31 Thread Errol Mangwiro
Hmmm, is it a concidence that I tried to sign the petition (twice) and didn't get the confirmation email in hotmail account but when I tried on my gmail it worked?? (>_<) ___ Behold, they are one people, and this is only the beginning of what they will do. And nothing that they propose to

Re: Verbose output from Daemons on startup

2011-10-31 Thread suvayu ali
On Mon, Oct 31, 2011 at 05:22, T.C. Hollingsworth wrote: > Usually its easier to debug daemon problems by just running them on > the command line.  Look for the ExecStart line in > /lib/systemd/system/.service or if it uses classic initscripts > check the corresponding file in /etc/init.d for the