Re: F18 - systemd question

2013-03-05 Thread Ed Greshko
On 03/06/13 15:25, Cristian Sava wrote: > Why /var/log/tmp looks like this and systemd-private dirs are never > automatically deleted, even at reboot? > > [root@localhost tmp]# ls -l > total 796 > drwx--. 2 fx fx 4096 Feb 28 13:43 kdecache-fx > drwx--. 2 fx fx 4096 F

Re: Strange messages of yum in F18 since some days

2013-03-05 Thread Rejy M Cyriac
On 03/05/2013 08:28 PM, g wrote: > > On 03/05/2013 11:02 AM, Joachim Backes wrote: >> Hi all, >> > > i quit using yuckahoo search. from day 1 using ixquick, i have had good > results. plus, no "tracking". > Have you tried https://duckduckgo.com/html/ ? https://duckduckgo.com/about > > --

F18 - systemd question

2013-03-05 Thread Cristian Sava
Why /var/log/tmp looks like this and systemd-private dirs are never automatically deleted, even at reboot? [root@localhost tmp]# ls -l total 796 drwx--. 2 fx fx 4096 Feb 28 13:43 kdecache-fx drwx--. 2 fx fx 4096 Feb 15 14:37 plugtmp-1 -rw---. 1 akmods akmods 1

Re: sendmail & Verizon

2013-03-05 Thread Joe Zeff
On 03/05/2013 09:47 PM, Michael E. Maher wrote: Sounds like your best bet is to use stunnel. I don't have a reference for sendmail but you could probably adapt the one for postfix[0] pretty trivially. Debian also has a pretty nice write up[1] on this. There is one other possibility, but it's n

Re: sendmail & Verizon

2013-03-05 Thread Michael E. Maher
Hi, On Tue, 2013-03-05 at 22:36 -0500, Kevin J. Cummings wrote: > I'm not sure what this proves as so many hosts these days are configure > to not respond to pings, so they can't be DDOSed via ping. Yeah does seem more common now. > > > Then see if you can open a session using telnet on all the

Issue creating systemd service files

2013-03-05 Thread David Highley
We are attempting to create systemd files for an ssh port monitoring process. When we enable and attempt to start the service we get multiple executions of the daemon and systemctl does not return until we do a control-c. The init script and our attempt at replacement: #!/bin/bash # # chkconfig: -

Re: sendmail & Verizon

2013-03-05 Thread Kevin J. Cummings
On 03/05/2013 05:45 PM, Robert Nichols wrote: > > The simple answer is that sendmail can't do that by itself as it has no > support for client-side SSL. You need to use a program such as _stunnel_ > to provide the encryption wrapper. Here is a fedoraproject wiki posting > that describes the basics

Re: sendmail & Verizon

2013-03-05 Thread Kevin J. Cummings
On 03/04/2013 11:29 PM, Michael E. Maher wrote: > On Mon, 2013-03-04 at 23:11 -0500, Kevin J. Cummings wrote: >> Sorry, just re-subscripbed after a long absence. Not sure if my >> original went through, so I'm resending. Sorry if it is a duplicate, I >> wouldn't have seen any of the early respons

cups-1.5.4-18.fc17 & /etc/cups/cups-files.conf

2013-03-05 Thread Gregory P. Ennis
Everyone, The f17 update of cups to cups-1.5.4-18.fc17 on Feb 25th caused cups to fail to start. This update had some security updates with a creation of a new file /etc/cups/cups-files.conf that apparently can not be written to by cupsd. Log errors demonstrated that the lack ssl certificates on

Re: sendmail & Verizon

2013-03-05 Thread Robert Nichols
On 03/04/2013 10:11 PM, Kevin J. Cummings wrote: NOW: Verizon wants to: 1) change the outgoing server name to smtp.verizon.net 2) change the port from 587 (MSA) to 465 (SMTPS), and 3) require SSL for communication. Sure, I can change my iPhone settings, and each Thunder

Re: Fedora 18 network freeze after a while...

2013-03-05 Thread Georgios Petasis
Στις 5/3/2013 9:34 μμ, ο/η Georgios Petasis έγραψε: Στις 5/3/2013 8:55 μμ, ο/η Rick Stevens έγραψε: On 03/05/2013 10:31 AM, Georgios Petasis issued this missive: Hi all, I am facing a very strange problem after upgrading to fedora 18: while the system works ok (I use the machine through vnc),

Re: How to enable automatic login in Fedora 18 (gnome) ?

2013-03-05 Thread Klearchos-Angelos Gkountras
I am not so sure .. go to settings > users and groups unlock to get root privileges and the last option is automatic log-in . Never tried , on fedora . On Debian with gnome 3.4 didn't worked me , but on opensuse with gnome 3.4 worked fine :) On Tue, 2013-03-05 at 13:53 +0200, David Shwatrz wr

Re: applypatch

2013-03-05 Thread Mark Eggers
On Tue, 05 Mar 2013 18:55:50 +0100, Patrick Dupre wrote: > Hello, > > cpan asks me for the program: applypatch I cannot find it. > Should I just ignore it? > > Thank. It's a part of makepatch: http://search.cpan.org/dist/makepatch/script/applypatch http://search.cpan.org/~jv/makepatch/ A quic

Re: Fedora 18 network freeze after a while...

2013-03-05 Thread Georgios Petasis
Στις 5/3/2013 8:55 μμ, ο/η Rick Stevens έγραψε: On 03/05/2013 10:31 AM, Georgios Petasis issued this missive: Hi all, I am facing a very strange problem after upgrading to fedora 18: while the system works ok (I use the machine through vnc), after some time (which can range from 30 minutes to a

Re: java installation issues

2013-03-05 Thread Reindl Harald
Am 05.03.2013 20:10, schrieb Dave Stevens: > trying to follow the installation directions at: > > http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-6-on-fedora-centos-red-hat-rhel/ > > and getting this, which isn't productive. Anyone have a better cheat sheet? > > Dave

Re: java installation issues

2013-03-05 Thread JOYCE POLZIN
I have never had any luck with the rpm. I have uses the tarball for a while now. 1. Download the tarball. 2. move / copy the tarball to where you wish java to reside 3. untar/gzip the tarball 4. apply alternatives 1. alternatives --install /usr/bin/java java /us

java installation issues

2013-03-05 Thread Dave Stevens
trying to follow the installation directions at: http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-6-on-fedora-centos-red-hat-rhel/ and getting this, which isn't productive. Anyone have a better cheat sheet? Dave ]# rpm -Uvh jdk-7u17-linux-x64.rpm Preparing...

Re: Fedora 18 network freeze after a while...

2013-03-05 Thread Rick Stevens
On 03/05/2013 10:31 AM, Georgios Petasis issued this missive: Hi all, I am facing a very strange problem after upgrading to fedora 18: while the system works ok (I use the machine through vnc), after some time (which can range from 30 minutes to a few hours) all network interaction rapidly deter

Fedora 18 network freeze after a while...

2013-03-05 Thread Georgios Petasis
Hi all, I am facing a very strange problem after upgrading to fedora 18: while the system works ok (I use the machine through vnc), after some time (which can range from 30 minutes to a few hours) all network interaction rapidly deteriorates, until network is no more useful (i.e. I cannot even

applypatch

2013-03-05 Thread Patrick Dupre
Hello, cpan asks me for the program: applypatch I cannot find it. Should I just ignore it? Thank. -- == Patrick DUPRÉ | | email: pdu...@kegtux.org Laboratoire de Physico-Chimie de l'Atmosphère Unive

Re: [389-users] Replication fails: id2entry.db4 too large?

2013-03-05 Thread Rich Megginson
On 03/05/2013 07:58 AM, Luigi Santangelo wrote: What is the platform for A and B? What are the 389-ds-base versions on A and B? A and B are Red Hat Enterprise Linux Server release 5.5 (Tikanga); 389-ds-base are 389 Directory Server version 1.2.5 Note that it is going to be very difficult to s

Re: [389-users] Replication fails: id2entry.db4 too large?

2013-03-05 Thread Luigi Santangelo
> What is the platform for A and B? What are the 389-ds-base versions on A > and B? A and B are Red Hat Enterprise Linux Server release 5.5 (Tikanga); 389-ds-base are 389 Directory Server version 1.2.5 > What about A? Any clues in the A errors log? The service is online, we have disabled the s

Re: Strange messages of yum in F18 since some days

2013-03-05 Thread g
On 03/05/2013 11:02 AM, Joachim Backes wrote: > Hi all, > > since some days, getting strange messages like these if calling yum: > > BDB2053 Freeing read locks for locker 0x1bf4: 4981/140246004406208 --- on a curious note, i logged; https://ixquick.com/eng/advanced-search.html entered;

Re: startx -- :x

2013-03-05 Thread Frantisek Hanzlik
Patrick Dupre wrote: > Quoting mar, 05 mar 2013 Frantisek Hanzlik : > >> Patrick Dupre wrote: >>> Hello, >>> >>> It looks like that the command: >>> startx -- :1 >>> does not works any more. >>> >>> It was very convenient to open 2 X sessions. >>> >>> Thank for your help. >> >> >> Tried You before

Re: F18 - restart the X server

2013-03-05 Thread Anthony Messina
On Tuesday, March 05, 2013 01:32:34 PM Kevin Wilson wrote: > What is the shortcut for restarting the X server? > In old fedora distros it was "alt + ctrl + left arrow". > Now it does not work and there is no such shortcut in "System > setting->keyboard->shortcuts". Perhaps not the shortcut you wer

How to enable automatic login in Fedora 18 (gnome) ?

2013-03-05 Thread David Shwatrz
DS -- 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 Have a question? Ask away: http://ask.fedoraproject.org

Re: startx -- :x

2013-03-05 Thread Patrick Dupre
Quoting mar, 05 mar 2013 Frantisek Hanzlik : Patrick Dupre wrote: Hello, It looks like that the command: startx -- :1 does not works any more. It was very convenient to open 2 X sessions. Thank for your help. Tried You before this command set appropriate DE? (e.g. switchdesk xfce) Good

Re: F18 - restart the X server

2013-03-05 Thread Reindl Harald
you do not need a complete xorg.conf on modern systems that is what /etc/X11/xorg.conf.d exists for to specify only what you really need different from autoconfig [root@rh:/etc/X11/xorg.conf.d]$ ls insgesamt 16K -rw-r--r-- 1 root root 319 2012-06-13 19:32 00-keyboard.conf -rw-r--r-- 1 root root 9

Re: F18 - restart the X server

2013-03-05 Thread Kevin Wilson
Hi Thnks! 1) the AltGR + SysRQ + K suggested in that link does not restart the X server; it does make some screen refresh for less then 1/10 of a second. 2) No xorg.conf under F18 : not /etc/X11/xorg.conf and not according to what locate shows. Any ideas? I miss that shortcut. rgs Kevin On Tue

Re: F18 - restart the X server

2013-03-05 Thread Reindl Harald
Am 05.03.2013 12:32, schrieb Kevin Wilson: > Hi, > What is the shortcut for restarting the X server? > In old fedora distros it was "alt + ctrl + left arrow". > Now it does not work and there is no such shortcut in "System > setting->keyboard->shortcuts" http://www.webupd8.org/2009/04/ctrl-alt-b

F18 - restart the X server

2013-03-05 Thread Kevin Wilson
Hi, What is the shortcut for restarting the X server? In old fedora distros it was "alt + ctrl + left arrow". Now it does not work and there is no such shortcut in "System setting->keyboard->shortcuts". rgs, Kevin -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscr

Re: sendmail & Verizon

2013-03-05 Thread Frantisek Hanzlik
Kevin J. Cummings wrote: > Sorry, just re-subscripbed after a long absence. Not sure if my > original went through, so I'm resending. Sorry if it is a duplicate, I > wouldn't have seen any of the early responses > > Once upon a time, I was using a standard, out of the box, sendmail > configu

Strange messages of yum in F18 since some days

2013-03-05 Thread Joachim Backes
Hi all, since some days, getting strange messages like these if calling yum: BDB2053 Freeing read locks for locker 0x1bf4: 4981/140246004406208 BDB2053 Freeing read locks for locker 0x1bf5: 4981/140246004406208 BDB2053 Freeing read locks for locker 0x1bf6: 4981/140246004406208 BDB2053 Freeing rea

Re: startx -- :x

2013-03-05 Thread Frantisek Hanzlik
Patrick Dupre wrote: > Hello, > > It looks like that the command: > startx -- :1 > does not works any more. > > It was very convenient to open 2 X sessions. > > Thank for your help. Tried You before this command set appropriate DE? (e.g. switchdesk xfce) -- users mailing list users@lists.fed

startx -- :x

2013-03-05 Thread Patrick Dupre
Hello, It looks like that the command: startx -- :1 does not works any more. It was very convenient to open 2 X sessions. Thank for your help. -- == Patrick DUPRÉ | | email: pdu...@kegtux.org Labor

startlxde does not start in text mode

2013-03-05 Thread Patrick Dupre
Hello, I am trying to start lxde from a text session. startlxde does not do anything if there is not other X session running. If there is a X seesion running, then I get: Openbox-Message: A window manager is already running on screen 0 g_dbus_connection_real_closed: Remote peer vanished with err