Re: Ask detail operate process about edit sudoers file by terminal

2013-06-14 Thread Michael E. Maher
On Fri, 2013-06-14 at 12:37 +0800, LingxianGuo wrote: > As a beginner,I am using Fedora18 64bit.The Firefox needs the plugin of > the Adobe flash Player,I have downloaded the file of > install_flash_player_11_linux.x86_64.tar.gz.By terminal, when I copied > the file of libflashplayer.so to /usr/lib

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

Re: installation issue 1

2013-03-04 Thread Michael E. Maher
On Mon, 2013-03-04 at 23:42 +0100, Patrick Dupre wrote: > Quoting lun, 04 mar 2013 "Michael E. Maher" : > > > Hi Patrick, > > > > On Mon, 2013-03-04 at 10:40 +0100, Patrick Dupre wrote: > >> Hello, > >> > >> Unfortunately, after I rema

Re: sendmail & Verizon

2013-03-04 Thread Michael E. Maher
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 responses > > Once upon a time, I was using a standard,

Re: installation issue 1

2013-03-04 Thread Michael E. Maher
Hi Patrick, On Mon, 2013-03-04 at 10:40 +0100, Patrick Dupre wrote: > Hello, > > Unfortunately, after I remade a new DVD, the issue is still here: > Fatal error after installing 4 or 5 packages over 1318(hwdata or setup) > Is there something wrong with this partitionning: > / Obviously needed.

Re: Slighty OT Git Hub/Heroku

2013-02-28 Thread Michael E. Maher
Hi Roger, On Thu, 2013-02-28 at 16:50 +1100, Roger wrote: > I have a git hub repository where I have put the Ruby on Rails > development system on Heroku for work by myself and 2 other volunteer devs. > How and/or where would I post the file tree so that we all can work on > the various files,

Re: NFS Client: Backup preparation problem

2013-02-28 Thread Michael E. Maher
Hi Amit, On Thu, 2013-02-28 at 17:39 +0800, Amit Karpe wrote: > > If I used no_root_squash in /etc/exports on server I can access > directory without problem. > /disk12 172.21.123.219(rw,sync,no_root_squash) > > What can be the problem ? > You have kind of answered your own question here. If

Re: F17 cursor crazy

2013-02-27 Thread Michael E. Maher
On Wed, 2013-02-27 at 20:56 +, Beartooth wrote: > I didn't find that, exactly; Universal Access offered only > KMouseTool and KMouth. But I had had the former up, so I launched it > again, and found a Defaults button. That seems to have eliminated the > bedbuggery, which may well have

Re: F17 cursor crazy

2013-02-27 Thread Michael E. Maher
On Wed, 2013-02-27 at 19:07 +, Beartooth wrote: > This morning, poking around in various menus to try to find a way > to enlarge my mouse cursor, I seem to have clicked on something I > shouldn't have. Now, every time I leave the mouse cursor on anything > clickable, it clicks itself a

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
On Wed, 2013-02-27 at 14:52 -0430, Patrick O'Callaghan wrote: > On Wed, 2013-02-27 at 18:35 +, Michael E. Maher wrote: > > Hello, > > > > On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > > > Thanks again, Michael! > > > > No probl

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
Hello, On Wed, 2013-02-27 at 11:57 -0600, Ranjan Maitra wrote: > Thanks again, Michael! No problems :-) > I think this may well be the problem. The server is a RHEL and has the > following for ID: > > uid=34533(maitra) gid=101(Domain Users) groups=101(Domain Users),100287 > (dirusers) > > That

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
Hello, > > $ ls -l /mnt/directory > total 4K > drwxrwx--x. 3 nobody nobody 4.0K Feb 14 19:30 alamo/ > > $ls -ld /mnt/directory > > drwxrwxr-x. 16 nobody nobody 4.0K Feb 22 08:47 /mnt/directory > This will be the problem, the directory 'alamo/' is owned by a UID that the NFS client doesn't kno

Re: mounting NFS directory with read write access

2013-02-27 Thread Michael E. Maher
Hello, On Wed, 2013-02-27 at 09:57 -0600, Ranjan Maitra wrote: > Hello, > > I have tried mounting the following remote directory: > > sudo mount machine.name:/home/directory -w /mnt/directory > The `-w' switch should be unnecessary as it is the default. Can you share the output of `mount' run