Re: fail2ban vs. logrotate

2011-10-24 Thread Andre Speelmans
> It sounds like fail2ban still has the old log file open. You need to > have logrotate tell fail2ban that the log file has changed. Change the config file for logrotate so that it does not create a new file, but that it uses copy-and-truncate. The exact syntax is easily found in the man-page. >

Re: fail2ban vs. logrotate

2011-10-24 Thread Mikkel L. Ellertson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/2011 12:14 PM, Mike Wohlgemuth wrote: > I've installed fail2ban on Fedora 15 to block repeated failed ssh > connections. It works great up until logrotate kicks in. When it > rotates /var/log/secure then fail2ban stops noticing failed ssh

Re: remeber non broadcasted SSID

2011-10-24 Thread Mikkel L. Ellertson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/2011 02:36 PM, Jeronimo Calvo wrote: > Hi Folks, > > I have recently installed F-15, and I cant get the network > manager to remember my non broadcasted wireless SSID, I can actually > select it from the list, but It does not connect automati

Re: UEFI installation is non-functional in F16B - grub/grub2

2011-10-24 Thread Patrick O'Callaghan
On Sun, 2011-10-23 at 19:54 +0200, little.owl wrote: > The grub2 and all (U)EFI stuff are completely new for me, so any hints > or links are welcome. Try posting to the Test list. F16 is not a released system and not all testers read the Users list (this one). poc -- users mailing list users@li

Re: Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Jeronimo Calvo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeronimo Calvo jeronimocal...@hush.com On 24 Oct 2011, at 19:55, Maxime Alarie wrote: > Thanks for the quick reply, > > The file is empty.. > Create a new repo file. rhel6.repo and add the following: = # CentOS-Base.repo # #

Re: Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Lázaro Morales
En 24/10/2011 14:55:53, Maxime Alarie escribió: > # Managed by (rhsm) subscription-manager If you have a valid subscription refer to: * http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/index.html Part II. "Package Management", Chapter 4: "Product Subscript

Re: more attempts to resolve NSF issues

2011-10-24 Thread Mark Eackloff
On 10/23/2011 11:03 PM, Bill Davidsen wrote: > Mark Eackloff wrote: >> I am fishing a bit here, but I have no_root_squash as an option in my >> exports (server) file. When the client tries to mount the directory >> automatically at boot time through the entry in /etc/fstab I believe the >> request

remeber non broadcasted SSID

2011-10-24 Thread Jeronimo Calvo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks, I have recently installed F-15, and I cant get the network manager to remember my non broadcasted wireless SSID, I can actually select it from the list, but It does not connect automatically as with any other broadcasted networks. any ide

Re: Creating partitions

2011-10-24 Thread Miguel Cardenas
On Sun, Oct 23, 2011 at 1:36 PM, Reindl Harald wrote: > > I would like to keep simple my disk, and reading the Fedora installation > > guide found that there are only 3 partitions required, SWAP, BOOT (ext3) > > and ROOT / (ext3)... I still don't like the idea of an independent boot > this is simp

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 24.10.2011 18:12, schrieb Tim: > On Sun, 2011-10-23 at 12:12 +0200, Reindl Harald wrote: >> put sshd on port 10022 and all is well >> >> this has the additional benefit to get rid of the most >> idiots trying password-attacks all day long > > Though it won't stop the more determined ones.

RE: Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Maxime Alarie
Thanks for the quick reply, The file is empty.. [root@RHELV6 yum.repos.d]# cat redhat.repo # # Red Hat Repositories # Managed by (rhsm) subscription-manager #[root@RHELV6 yum.repos.d]# -Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproje

Re: Best FOSS alternative for skype?

2011-10-24 Thread Stuart McGraw
On 10/24/2011 09:33 AM, Zoltan Hoppar wrote: > Let it be the default added software. Also I suggest to check out > Chandler (www.chandlerproject.org) - maybe it improves our > communication through this. Chandler is barely written in python, so > please check it out. The Chandler project appears c

Re: fail2ban vs. logrotate

2011-10-24 Thread suvayu ali
On Mon, Oct 24, 2011 at 20:17, Marvin Kosmal wrote: > Hi > > This does not address your problem directly. > > I use a program called  denyhosts for blocking ssh attempts.  It creates a > list in  /etc/hosts.deny. > > Great program. > +1 to denyhosts. > Good luck > > Marvin > -- Suvayu Open

Re: Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Lázaro Morales
En 24/10/2011 13:19:28, Maxime Alarie escribió: > Im just wondering if someone know how to install packages on RHEL 6.1, I > have installed the demo version but the repositories are empty You should have in "/etc/yum.repos.d/" folder a file "rhel-base.repo", check inside in the property "en

Re: fail2ban vs. logrotate

2011-10-24 Thread Marvin Kosmal
On Mon, Oct 24, 2011 at 10:14 AM, Mike Wohlgemuth wrote: > I've installed fail2ban on Fedora 15 to block repeated failed ssh > connections. It works great up until logrotate kicks in. When it > rotates /var/log/secure then fail2ban stops noticing failed ssh > attempts. Using fail2ban-client to

bluetooth problems F15

2011-10-24 Thread Genes MailLists
F15 - I notice that on my laptop - sometimes - not always - bluetooth stops working after a wake from sleep. It works most of the time, and always works on a fresh reboot - but I usually sleep my laptop unless I'm rebooting a new kernel. Bluetooth works again by restarting: systemctl res

Just installed RHEL 6.1 and i have 0 repositories

2011-10-24 Thread Maxime Alarie
Hi, Im just wondering if someone know how to install packages on RHEL 6.1, I have installed the demo version but the repositories are empty. I want to install a GUI on that, along with DB2 and Websphere.. Anybody know how to do that? Thanks. -- users mailing list users@lists.fedoraproje

fail2ban vs. logrotate

2011-10-24 Thread Mike Wohlgemuth
I've installed fail2ban on Fedora 15 to block repeated failed ssh connections. It works great up until logrotate kicks in. When it rotates /var/log/secure then fail2ban stops noticing failed ssh attempts. Using fail2ban-client to reload the jail fixes the problem, but it also causes fail2ban

[389-users] NIS: doubled user entries with ypcat group

2011-10-24 Thread account
Hello, we run several 389 DirectoryServer with a master slave replication. To support our old solaris enviroment we use "https://fedorahosted.org/slapi-nis/"; for NIS: I use slapi-nis 0.26 from the Fedorarepository (src rpm) and compiled it for RH5. Solaris and other types of machines are run

usb serial console and systemd?

2011-10-24 Thread Kevin Martin
I can't seem to get systemd to spawn a getty on a USB tty. Here's what I've done: # ln -sf /lib/systemd/system/getty@.service /etc/systemd/system/getty.target.wants/getty@ttyUSB0.service # systemctl daemon-reload # systemctl start getty@ttyUSB0.service When I look at the gettys that are runnin

Re: Unable to ssh nodes with global IP

2011-10-24 Thread suvayu ali
On Mon, Oct 24, 2011 at 18:12, Tim wrote: > If you have a (potentially) vulnerable server exposed, using something > like fail2ban (if I remembered the name correctly) can be a good idea. > It allows a limited number of attempts from an IP, then temporarily > blacklists that IP.  A hacker would ha

Re: help me

2011-10-24 Thread Larry Brower
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 10/24/2011 11:10 AM, shailesh wrote: > > mmx 352 modem (micromax) not connecting > > > Follow *_Rediff Deal ho jaye! >

Re: help me

2011-10-24 Thread agraham
On 10/24/2011 05:10 PM, shailesh wrote: > > mmx 352 modem (micromax) not connecting > You could be waiting a long time while we all absorb this data -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Tim
On Sun, 2011-10-23 at 12:12 +0200, Reindl Harald wrote: > put sshd on port 10022 and all is well > > this has the additional benefit to get rid of the most > idiots trying password-attacks all day long Though it won't stop the more determined ones. Like those who scan for all open ports, and th

help me

2011-10-24 Thread shailesh
mmx 352 modem (micromax) not connecting -- 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

Re: Best FOSS alternative for skype?

2011-10-24 Thread Zoltan Hoppar
Let it be the default added software. Also I suggest to check out Chandler (www.chandlerproject.org) - maybe it improves our communication through this. Chandler is barely written in python, so please check it out. Thx, Zoltan 2011/10/24 Joe Wulf : > Seconding the move in this direction. > Anyth

Re: NFS issues

2011-10-24 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/22/2011 11:20 PM, Genes MailLists wrote: > On 10/22/2011 08:43 PM, Gerhard Magnus wrote: >> >> I didn't get anything running sealert -b. The widget "SELinux >> Alert Browser" showed no alerts. In /var/log/messages I get this >> message repeated

Re: They can't hear me gtalk, skype

2011-10-24 Thread Gilboa Davara
On Mon, Oct 24, 2011 at 4:02 PM, Joe Feely wrote: > I suspect this is an old cookie, and I fear I'm not seeing something > really simple or even obvious. > I can hear them, put they can't hear me. > Except once on a skype test call, I hear my voice, and on one gtalk > (Google) they could hear me a

Re: Best FOSS alternative for skype?

2011-10-24 Thread Joe Wulf
Seconding the move in this direction. Anything is better then a Micro$loth tainted product. - Original Message - > From: Richard Shaw > To: Community support for Fedora users > Cc: > Sent: Sunday, October 23, 2011 5:08 PM > Subject: Re: Best FOSS alternative for skype? > > Well, revi

They can't hear me gtalk, skype

2011-10-24 Thread Joe Feely
I suspect this is an old cookie, and I fear I'm not seeing something really simple or even obvious. I can hear them, put they can't hear me. Except once on a skype test call, I hear my voice, and on one gtalk (Google) they could hear me after I set the left hand slider to zero and the right hand sl

Re: Reading an OpenServer hard drive with Fedora

2011-10-24 Thread Kernel Guardian
SCO OpenServer version? If i remember well, i was read and successfully recovering data from OpenServer 3 and 5.0.4 disks with SuSe 8 or 9 ( have on some CD's in the basement).[my first Open Server 3 installation media was have 78 floppies.] Reading disk content would depend on file system in use o

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 24.10.2011 05:07, schrieb Marko Vojinovic: > On Monday 24 October 2011 03:35:12 Ed Greshko wrote: >> On 10/24/2011 10:18 AM, Marko Vojinovic wrote: >>> P.S. Sorry folks, just couldn't resist... :-D No hard feelings, Ed! :-) >> >> No hard feelings But. >> >> ISP ≠ Employer > > Oh, so i

Re: Creating partitions

2011-10-24 Thread Reindl Harald
Am 23.10.2011 20:22, schrieb Joe Zeff: On 10/23/2011 07:57 AM, Miguel Cardenas wrote: > I would like to keep simple my disk, and reading the Fedora installation > guide found that there are only 3 partitions required, SWAP, BOOT (ext3) > and ROOT / (ext3)... I still don't like the idea of an in

Re: Creating partitions

2011-10-24 Thread Reindl Harald
Am 23.10.2011 16:57, schrieb Miguel Cardenas: > For years I used to create 2 primary partitions, SWAP and EXT3, but now I > found that Fedora > requires a different layout with more partitions like other *nix operating > systems that distribute > the space in more areas for home, root, usr, e

Re: Apache2 problem - Ubuntu 11.10

2011-10-24 Thread Reindl Harald
Am 23.10.2011 14:19, schrieb Craig White: > considering that this is Fedora Users List, your question seems quite > out of place. that is true > You might actually want to attach an strace to the PID of your running > apache to see what is happening (ie, the error) but I would guess that > you

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 23.10.2011 14:10, schrieb suvayu ali: > I know about ~/.ssh/config and I use it. Logging in to the remote nodes > is not the issue in my case. I use kerberos to authenticate anyway. The > issue is when I want to access my machine from those remote nodes, I > have to copy the section relevant t

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Steven Stern
On 10/23/2011 06:04 AM, Reindl Harald wrote: > > > Am 23.10.2011 12:58, schrieb suvayu ali: > >> I am no expert, I just said what worked for me in the past. I ssh into >> many systems everyday so changing to non-standard ports is >> inconvenient > > where is there any single problem if you can

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 23.10.2011 13:09, schrieb suvayu ali: On Sun, Oct 23, 2011 at 13:04, Reindl Harald wrote: > Am 23.10.2011 12:58, schrieb suvayu ali: > >> I am no expert, I just said what worked for me in the past. I ssh into >> many systems everyday so changing to non-standard ports is >> inconvenient > wh

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 23.10.2011 12:58, schrieb suvayu ali: > I am no expert, I just said what worked for me in the past. I ssh into > many systems everyday so changing to non-standard ports is > inconvenient where is there any single problem if you can read manuals? you have to specify the port only once per cli

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 23.10.2011 12:20, schrieb suvayu ali: On Sun, Oct 23, 2011 at 12:12, Reindl Harald wrote: > mh and hwo do you start "nc" if you can not connect to the machine and > if you drive to the machine doing this manually what after internet > is shortly down - driving all the time around? > I didn'

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 23.10.2011 12:09, schrieb suvayu ali: > Hi Abu Attar, > > On Sun, Oct 23, 2011 at 11:09, Abu Attar Musharih > wrote: >> The customer service said that ssh is not allowed. So, what to do >> then? I badly need a server with global IP for experimenting grid >> computing. > > To be absolutely

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Reindl Harald
Am 23.10.2011 11:09, schrieb Abu Attar Musharih: > The customer service said that ssh is not allowed. So, what to do > then? I badly need a server with global IP for experimenting grid > computing [root@srv-rhsoft:~]$ cat /etc/ssh/sshd_config Port 22 Port 10022 Protocol 2 .. if we are spae

Re: NFS issues

2011-10-24 Thread Kernel Guardian
On 23 October 2011 23:11, Gerhard Magnus wrote: > I can ping (and ssh) the server from the client. > When I restart nfs and nfslock on the server I get this in the > server /var/log/messages: > PuteF kernel: [25572.902466] NFSD: Using /var/lib/nfs/v4recovery as the > NFSv4 state recovery directory

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Marko Vojinovic
On Monday 24 October 2011 12:15:03 Abu Attar Musharih wrote: > I tried INCOMING ssh several times and check file /var/log/secure > No entries related to login attempt found. > Now, it becomes even worse. Yesterday I could do OUTGOING ssh, but not > anymore. The following site is inaccessible > >

Re: Unable to ssh nodes with global IP

2011-10-24 Thread Abu Attar Musharih
On Mon, Oct 24, 2011 at 4:35 PM, suvayu ali wrote: > Can you see entries corresponding to each login attempt in /var/log/secure? I tried INCOMING ssh several times and check file /var/log/secure No entries related to login attempt found. Now, it becomes even worse. Yesterday I could do OUTGOING

Re: More printer strangeness

2011-10-24 Thread Tim Waugh
On Sun, 2011-10-23 at 18:47 -0700, Paolo Galtieri wrote: > Folks, > I'm seeing more printer strangeness. I ran s-c-p and 3 printers > show which I did not explicitly add. All three have a Device URI of > file:///dev/null. > > If I delete them they go away momentarily and then all re-appear > a

Re: Unable to ssh nodes with global IP

2011-10-24 Thread suvayu ali
On Mon, Oct 24, 2011 at 03:48, Abu Attar Musharih wrote: >> 4. if this last step shows you that connection is not happening, you >>   can try looking at your router settings. there should be a way to >>   port forward your ssh connections to port 22 of the machine you want >>   to use as a server.