Re: [CentOS] new "large" fileserver config questions

2012-10-04 Thread Rafa Griman
Hi :) On Wed, Oct 3, 2012 at 8:01 PM, Keith Keller wrote: > On 2012-10-03, Rafa Griman wrote: >> >> If it works with you ... I mean, there's no perfect partition scheme >> (IMHO), depends greatly on what you do, your budget, workflow, file >> size, ... So if you're happy with this, go ahead. Jus

Re: [CentOS] centos6 - failsafe terminal on login screen

2012-10-04 Thread James Pearson
Miranda Hawarden-Ogata wrote: > > If I just have "Exec=/usr/bin/xterm" in failsafe.desktop I can get the xterm > to appear with just a normal prompt, with no automatic script execution. > > If I put "Exec=/usr/bin/xterm -e ssh guest@server" it pops up a second > password entry but then kicks ou

[CentOS] lost udp packets

2012-10-04 Thread James Pifer
I have a CentOS release 5.8 that has snmp traps being sent to it. I've been trying to forward the snmp traps to another system. I've tried forwarding with snmpd/snmptrapd, iptables, and some forwarding programs. I can see snmp traps getting delivered to the system with tcpdump and wireshark, bu

[CentOS] gnome-desktop on Centos-6.3

2012-10-04 Thread James B. Byrne
I have installed a minimal kvm host system. I wish to provide a graphical login on the host. To this end I performed the following group installs: yum groupinstall "general purpose desktop" "x windows system" I can login on the host system as root and then run 'startx' which gives me a desktop,

Re: [CentOS] gnome-desktop on Centos-6.3

2012-10-04 Thread m . roth
James B. Byrne wrote: > I have installed a minimal kvm host system. I wish to provide a > graphical login on the host. To this end I performed the following > group installs: > > yum groupinstall "general purpose desktop" "x windows system" > > I can login on the host system as root and then run '

[CentOS] CentOS-announce Digest, Vol 92, Issue 2

2012-10-04 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

[CentOS] About dropbox

2012-10-04 Thread Andrei Rolando León Salas
Hello, i use dropbox to have a back up in my computer. Theres a way to have dropbox in server? and have www folder in dropbox? to use dropbox instead ftp. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] About dropbox

2012-10-04 Thread m . roth
Andrei Rolando León Salas wrote: > Hello, i use dropbox to have a back up in my computer. Theres a way to > have dropbox in server? and have www folder in dropbox? to use dropbox instead > ftp. So, you don't mind if someone gets to look at your data? ftp has been strongly deprecated for years. An

Re: [CentOS] gnome-desktop on Centos-6.3

2012-10-04 Thread James B. Byrne
On Thu, October 4, 2012 10:55, m.r...@5-cent.us wrote: e change in behaviour. > > Sounds almost like you've got twm running. You might need to switch > window managers. > There is however, not even the minimal title bar that twm is supposed to provide, or has that been configured out ib the defau

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
On 10/4/2012 9:40 AM, James Pifer wrote: > I have a CentOS release 5.8 that has snmp traps being sent to it. I've > been trying to forward the snmp traps to another system. I've tried > forwarding with snmpd/snmptrapd, iptables, and some forwarding programs. > I can see snmp traps getting delivered

Re: [CentOS] lost udp packets

2012-10-04 Thread Les Mikesell
On Thu, Oct 4, 2012 at 12:17 PM, James Pifer wrote: > On 10/4/2012 9:40 AM, James Pifer wrote: >> I have a CentOS release 5.8 that has snmp traps being sent to it. I've >> been trying to forward the snmp traps to another system. I've tried >> forwarding with snmpd/snmptrapd, iptables, and some for

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
> I'd try strace'ing the app that is supposed to be receiving them to > see if the socket opens are working and what happens with a packet > arrives on the port. > No idea what this means. snmptrapd keeps running (strace snmptrapd -f -Le -c /etc/snmp/snmptrapd.conf), but I see this over and over

Re: [CentOS] lost udp packets

2012-10-04 Thread m . roth
James Pifer wrote: >> I'd try strace'ing the app that is supposed to be receiving them to >> see if the socket opens are working and what happens with a packet >> arrives on the port. >> > > > No idea what this means. snmptrapd keeps running (strace snmptrapd -f > -Le -c /etc/snmp/snmptrapd.conf),

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
On 10/4/2012 1:56 PM, m.r...@5-cent.us wrote: > James Pifer wrote: >>> I'd try strace'ing the app that is supposed to be receiving them to >>> see if the socket opens are working and what happens with a packet >>> arrives on the port. >>> >> >> No idea what this means. snmptrapd keeps running (stra

Re: [CentOS] lost udp packets

2012-10-04 Thread Les Mikesell
On Thu, Oct 4, 2012 at 12:45 PM, James Pifer wrote: > > No idea what this means. snmptrapd keeps running (strace snmptrapd -f > -Le -c /etc/snmp/snmptrapd.conf), but I see this over and over after the > initial start: > > recv(7, "\1\22\0\0\r\0\0\0\0\0\0\0\307\203\225!\10\0\0\0K9\0\0\0\0\0\0", > 6

Re: [CentOS] centos6 - failsafe terminal on login screen

2012-10-04 Thread Miranda Hawarden-Ogata
On Thu, Oct 4, 2012 at 2:54 AM, James Pearson wrote: > Miranda Hawarden-Ogata wrote: >> >> If I just have "Exec=/usr/bin/xterm" in failsafe.desktop I can get the xterm >> to appear with just a normal prompt, with no automatic script execution. >> >> If I put "Exec=/usr/bin/xterm -e ssh guest@serve

Re: [CentOS] lost udp packets

2012-10-04 Thread James Pifer
On 10/4/2012 2:52 PM, Les Mikesell wrote: > On Thu, Oct 4, 2012 at 12:45 PM, James Pifer wrote: >> No idea what this means. snmptrapd keeps running (strace snmptrapd -f >> -Le -c /etc/snmp/snmptrapd.conf), but I see this over and over after the >> initial start: >> >> recv(7, "\1\22\0\0\r\0\0\0\0\

Re: [CentOS] centos6 - failsafe terminal on login screen

2012-10-04 Thread Nathan Duehr
> Thanks, James, that did the trick. So now I have set up two desktops, > one a vanilla xterm and the other specifically for this purpose, runs > my script in a gnome-terminal and it appears to be working properly, > no funky pop-ups or anything. Thanks again for your help! Glad you got it working

Re: [CentOS] centos6 - failsafe terminal on login screen

2012-10-04 Thread Miranda Hawarden-Ogata
On Thu, Oct 4, 2012 at 10:35 AM, Nathan Duehr wrote: >> Thanks, James, that did the trick. So now I have set up two desktops, >> one a vanilla xterm and the other specifically for this purpose, runs >> my script in a gnome-terminal and it appears to be working properly, >> no funky pop-ups or anyt

Re: [CentOS] centos6 - failsafe terminal on login screen

2012-10-04 Thread Nathan Duehr
On Oct 4, 2012, at 2:50 PM, Miranda Hawarden-Ogata wrote: > Not sure if I answered your question or not :) Yep, you did. I thought you were helping folks who were always sitting at a physical machine console. Disregard all after "Good afternoon"! GRIN... the comment didn't apply to remote

Re: [CentOS] About dropbox

2012-10-04 Thread Nux!
On 04.10.2012 17:51, Andrei Rolando León Salas wrote: > Hello, i use dropbox to have a back up in my computer. Theres a way > to have > dropbox in server? and have www folder in dropbox? to use dropbox > instead > ftp. > ___ > CentOS mailing list > Cent