Re: [CentOS] google chrome future / centos 7

2015-12-18 Thread zep
On 12/18/2015 08:34 AM, Jonathan Billings wrote: > On Thu, Dec 17, 2015 at 09:38:40PM +, Richard wrote: > "Ubuntu 12.04+, Debian 7+, OpenSuSE 13.1+, or Fedora Linux 21" No plus > (+) after the 21. I assume it must be a typo, since f21 left support > on the 1st of this month. The fact that their

Re: [CentOS] Urgent Help

2015-11-21 Thread zep
On 11/21/2015 12:57 PM, Marcelo Roccasalva wrote: > Boot from DVD/USB. Select rescue installed (on centos7 or vmlinuz > rescue on older), select configure network and mount installed, then > "chroot /mnt/sysimage" and yum install kernel... This should do... > > On Sat, Nov 21, 2015 at 2:05 PM, Si

Re: [CentOS] getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device

2015-11-04 Thread zep
On 11/04/2015 11:05 AM, Boris Epstein wrote: > On Wed, Nov 4, 2015 at 11:03 AM, Jonathan Billings > wrote: > >> On Wed, Nov 04, 2015 at 05:39:59PM +0200, Eero Volotinen wrote: >>> I think, this is possible with scsi disks >>> >>> >> http://www.cyberciti.biz/tips/vmware-add-a-new-hard-disk-withou

Re: [CentOS] getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device

2015-11-04 Thread zep
On 11/04/2015 10:27 AM, Mauricio Tavares wrote: > On Wed, Nov 4, 2015 at 10:22 AM, Boris Epstein wrote: >> Hello Julius, >> >> Thanks - but it doesn't seem to work. >> >> I installed sg3_utils and ran >> #scsi-rescan >> >> but that seemed to have done nothing for some reason. >> > Dumb que

Re: [CentOS] OT Strange IP address on home network

2015-11-01 Thread zep
On 11/01/2015 07:40 AM, Timothy Murphy wrote: > ken wrote: > >> On 10/30/2015 09:01 AM, Timothy Murphy wrote: > So I guess the strange IP address probably comes from some Lite-On > device somewhere in my house - maybe on the server itself, an HP > MicroServer. There are so many possib

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread zep
On 10/13/2015 09:54 AM, C. L. Martinez wrote: > I haven't entries in conrtab's users file at this moment, but I have > done a test: * * * * * ls -la, and it is not triggered. But like I say > before, installed system cronjobs like logwatch task are not triggered > ...

Re: [CentOS] problem on exceptional quit

2015-10-08 Thread zep
On 10/07/2015 11:45 PM, Hua Wang wrote: >>> I tried to ping the server, and it can accept all data. Is there a good way >>> to check it? >> ssh -v, ssh -vv and ssh -vvv might give you some interesting information. >> > Yes, I tried ssh -vvv. It gave a lot of information while login, but it quit >

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread zep
did you (or someone else with root access) possibly delete a very large file in /var that may still have been in use?it's very annoying but if you do a rm on a large file under /var that is still open by some process for writing, it won't actually clear the space. you can overcome that by jus

Re: [CentOS] why I use chrome on CentOS

2015-09-02 Thread zep
On 09/02/2015 03:12 PM, Wes James wrote: > I use chrome on CentOS because I wrote a web socket web app and I can only > get chrome to work properly with web sockets. > > I have a local web app created with erlang. It works like ms sccm to wake, > freeze/thaw deepfreeze PCs and can update windo

Re: [CentOS] please block user

2015-08-26 Thread zep
On 08/26/2015 08:22 PM, John R Pierce wrote: > On 8/26/2015 5:09 PM, Always Learning wrote: >> Whoops. Lovehearts just arrived. They don't look like 'hearts' to me. >> >> Have complained to lovehearts.com owner = Swizzels Matlow Ltd, an >> English company. > > its loverhearts.com, and they are al

Re: [CentOS] echo password into bash script

2015-08-25 Thread zep
On 08/25/2015 12:51 PM, Tim Dunphy wrote: > Hey guys, > > I'm trying to echo my password into some commands inside of a bash script. > But I think I'm going about it incorrectly. > > Here's the top part of my script: > > #!/bin/bash > pub="~/.ssh/id_rsa.pub" > dps_pass="my_pass" > ssh="/usr/bin/

Re: [CentOS] Compile for C6 / glibc

2015-08-25 Thread zep
On 08/25/2015 09:02 AM, Leon Fauster wrote: > In the hope that some skilled developers are here: > > We have a commercial product that do not run under CentOS6 > > /lib64/libc.so.6: version `GLIBC_2.14' not found > > Is it possible to compile software (compile switch?) on a system that > uses a

Re: [CentOS] ssh failed only with nfs home directory

2015-07-14 Thread zep
On 07/13/2015 11:14 PM, Tim Dunphy wrote: > > Here's the permissions and ownership on the directories and files: > > #ls -ld /home/bluethundr/ /home/bluethundr/.ssh > /home/bluethundr/.ssh/authorized_keys > > drwxr-x---. 37 bluethundr bluethundr 4096 Jul 13 20:57 /home/bluethundr/ > > drw---.

Re: [CentOS] Using gpg to encrypt a URL line on CentOS 6.

2015-07-10 Thread zep
On 07/10/2015 11:36 PM, Frank Cox wrote: > On Fri, 10 Jul 2015 22:53:28 -0400 > Jerry Geis wrote: > >> Is there a way to use GPG to encrypt a URL line with parameters ? > You can encrypt any text file with gpg, and the contents of text file can be > anything you want. > > I don't think you have s

Re: [CentOS] Using a CentOS 6 Machine as a gateway/router/home server

2015-06-28 Thread zep
On 06/28/2015 03:20 PM, Alexander Dalloz wrote: > Am 28.06.2015 um 20:50 schrieb Max Pyziur: > > > Part of the firewall setup (iptables) is to configure masquerading. > That's you issue, the missing masquerading of the traffic from the LAN > hosts through the gateway. > >> I'm obviously overlooki

Re: [CentOS] Real sh? Or other efficient shell for non-interactive scripts

2015-04-24 Thread zep
I believe if you re-read a little more closely, the whole point of the exercise was not to have the #! at the top of the script. On 04/24/2015 01:36 PM, Valeri Galtsev wrote: > On Fri, April 24, 2015 12:04 pm, John R Pierce wrote: >> On 4/24/2015 9:47 AM, Gordon Messmer wrote: >>> On 04/24/2015 03

Re: [CentOS] CentOS 7.1 user login screen can't scroll up/down

2015-04-09 Thread zep
On 04/09/2015 11:09 AM, Johnny Hughes wrote: > On 04/09/2015 09:51 AM, Ole Holm Nielsen wrote: >>> Isn't there a way to open a box for "other user"? >>> >>> >> >> Good point. I never liked the user list anyway. Wonder why the RHEL 7 >> designers chose to add it? > > Likely because it is in Fedo

Re: [CentOS] headless VirtualBox on Centos

2015-03-27 Thread zep
On 03/26/2015 10:40 PM, Bob Hepple wrote: > Boris Epstein writes: > a set of scripts/utilities for automatically >> starting and running headless (no X11) VM's using VirtualBox omn a CentOS 6 >> server. VNC/RDP access to the VM's would be fine. > vagrant? > >

Re: [CentOS] Centos 6 - disabling IPv6 addressing

2015-03-06 Thread zep
On 03/06/2015 10:40 AM, Robert Moskowitz wrote: > I have just moved a host from a network that supports static IPv4 and > IPv6. The IPv4 addr is set in ifcfg-eth0, and the IPv6 via RA (I set > the MAC so I get an IPv6 addr that I like). > > I just moved the host to a network that supports static

Re: [CentOS] no access to certain WEB sites using CentOS 6.5

2014-12-20 Thread zep
On 12/20/2014 04:03 PM, Igor Furlan wrote: > On Sat, Dec 20, 2014 at 6:28 AM, Jonathan Billings > wrote: >> I suggest keeping your system up to date before trying to track down >> whatever problems you're having. > > > [igor@localhost ~]$ traceroute www.iquaid.org > www.iquaid.org: No address a

Re: [CentOS] partedmagic connecting to a comcast address

2014-12-03 Thread zep
your network has the MAC address 00:0f:fe:8f:8f:23 >> which Wireshark is calling PartedMagic for unknown reasons. > see my new paste at; > > http://pastebin.com/8vBxnUSf > > since [zep@nemesis ~]$ nslookup secure.informaction.com Server:192.168.10.22 Address:192.

Re: [CentOS] partedmagic connecting to a comcast address

2014-12-03 Thread zep
>> oh. the ARP packet suggests that MAC address is 192.168.1.144 > that is how i see it. > is that 1.144 IP address in use by the machine you ran the lspci from? I think his original intent was that perhaps it was a separate device are you running VMs on this host by chance? -- public gpg key

Re: [CentOS] Fwd: Centos and logs

2014-11-18 Thread zep
On 11/18/2014 10:03 AM, Alan Holt wrote: > Hello, > > may be anyone familiar with some tool for viewing logs. > I mean web-interface based, simple solution. you say 'servers': plural, which leads me to think you're doing load balancing or otherwise have multiple servers which seems like another la

Re: [CentOS] Setting up NFS on Centos 6.6

2014-11-06 Thread zep
On 11/06/2014 08:09 AM, c...@qgenuity.com wrote: > From: "c...@qgenuity.com" > >> FATAL: Module nfsd not found. >> FATAL: Error running install command for nfsd >> Starting NFS services: exportfs: internal: no supported addresses in >> nfs_client > uname -r; locate nfsd.ko ; grep -v "^#" /etc/s

Re: [CentOS] automated smtp server check

2014-11-05 Thread zep
On 11/04/2014 02:44 PM, John R Pierce wrote: > On 11/4/2014 11:36 AM, Frank Cox wrote: >> Or if someone knows of an integrated tool that will monitor this in a >> better way (whatever that may be), I'm more than interested. > > Nagios I'd second nagios, but I think to -really- test smtp, you'd ne

Re: [CentOS] turn bootable USB into bootable iso image

2014-10-13 Thread zep
On 10/13/2014 07:19 AM, Steve Clark wrote: > On 10/11/2014 05:32 AM, aravind J wrote: >> On Oct 10, 2014 7:12 PM, "Steve Clark" wrote: >> >>> So, what I would like to do is to take the Bootable USB and make it >>> into >> an ISO. >>> Any ideas? >>> >> >> >> Create an .img file from the usb by doi

Re: [CentOS] nouveau crash on centos 6.5

2014-09-12 Thread zep
On 09/12/2014 09:20 AM, Jan Taylor wrote: > Hi, > > I am running 64 bit CentOS 6.5, and have an intermittent problem where the > desktop crashes with the following error > > nouveau E[Xorg 6062]] failed to idle channel 0xccc > > The only route I have out of it is to power down then restart. It

Re: [CentOS] installing Desktop faster

2014-09-06 Thread zep
On 09/06/2014 02:57 PM, John R Pierce wrote: > On 9/6/2014 11:06 AM, Valeri Galtsev wrote: >> > and my experience is, kickstart installs off a reasonably fast NFS > server over gigE are /way/ faster than CDROM/DVDROM installs. > which totally makes sense (stolen from wikipedia): CD, DVD and Blu-ra

Re: [CentOS] pidgin for CentOS 7

2014-08-30 Thread zep
- Original Message - >> From: "m roth" >> To: "CentOS mailing list" >> Sent: Friday, 29 August, 2014 6:22:19 PM >> Subject: [CentOS] pidgin for CentOS 7 >> >> Has any repo - epel, maybe, built the messaging client pidgin for CentOS >> 7? My manager's been trying empathy, and tells me it's

Re: [CentOS] Package hwloc-1.5-2.el6_5.x86_64.rpm is not signed

2014-08-13 Thread zep
yeah, I noticed that too but didn't get as far as emailing the list. if you do a yum update (or at least did one yesterday; it might have changed overnight), yum will throw this warning just before it exits. On 08/12/2014 07:37 PM, Leonard den Ottolander wrote: > Package hwloc-1.5-2.el6_5.x86_64.r

Re: [CentOS] [OT] Leveno HDD caddies

2014-07-29 Thread zep
you are an idiot.following up every single email will NEVER remove you from the mailing list. http://lists.centos.org/mailman/listinfo/centos and good riddance. On 07/29/2014 02:50 PM, Juan De Mola wrote: > need to cancel subscription > > 2014-07-21 12:27 GMT-04:00, James B. Byrne : >> This

Re: [CentOS] Cemtos 7 : Systemd alternatives ?

2014-07-08 Thread zep
And more to the point, /usr isn't supposed t be needed until you are past the point of mounting all filesystems so you can boot from something tiny. Doesn't modprobe need its files earlier than that? >> I think that a lot of these objections are addressed here: >> >> http://www.freedesktop.org/w

Re: [CentOS] Thunderbird bug exemplar

2014-06-25 Thread zep
On 06/25/2014 10:30 AM, Lamar Owen wrote: > [Top posting intentionally]. > > This e-mail triggers the Thunderbird bug, previously discussed,for me. > The error message is: > Bad key or directory name: "/desktop/gnome/url-handlers/GMT+03/command": > `+' is an invalid character in key/directory n

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread zep
>On another related question... the user is also complaining about ownership >of files and directories. Couldn't I just solve that problem with a sticky >bit, i.e. chmod -R u+s * and chmod -R g+s *? possibly; although you can also screw things up pretty well if the user has done something like..

Re: [CentOS] umask setting in /etc/profile not working

2014-06-11 Thread zep
On 06/11/2014 10:14 AM, Tim Dunphy wrote: > Hey all, > > We have the following set in /etc/profile : > > umask 0002 > > so that it will affect all users. That should create all files as 664 and > all directories as 775 if I'm not mistaken. > > Well I logged into the machine after this was set and

Re: [CentOS] clamav

2014-05-30 Thread zep
On 05/30/2014 09:38 AM, Emmett Culley wrote: > On 05/30/2014 01:56 AM, Ljubomir Ljubojevic wrote: >> On 05/30/2014 10:04 AM, Filip Bartmann wrote: >>> On Thu, 29 May 2014 21:53:53 -0700 >>> Emmett Culley wrote: >>> >>> from: https://bugzilla.redhat.com/show_bug.cgi?id=794945 Internet >>> search e

Re: [CentOS] Tracking Open Ports

2014-05-30 Thread zep
On 05/30/2014 11:14 AM, Eric Falbe wrote: > Hi All, > > I was wondering if anyone knew of a way to notify or log when a specific > remote port is openened? I have an old LDAP server that I am looking to get > rid of, but there is still a few queries reaching it. > > The sytem authentication is

[CentOS] my setup

2014-05-29 Thread zep
I'm not sure if this is helpful to anyone else and I can't decide if it's mildly clever or just a stupid pet trick, really. I recently decided to reinstall my work laptop with centos. as part of the install I used an 8g sandisk USB drive; it's roughly the size of a wireless mouse receiver. I put

Re: [CentOS] OEM suggestions

2014-05-29 Thread zep
On 05/29/2014 12:11 PM, Les Mikesell wrote: > On Thu, May 29, 2014 at 10:46 AM, wrote: >> I agree. But I do need a third quote, though I suppose I could get a >> reseller along with Dell and the HP. I was sort of looking for anther >> vendor that's got 64 cores in 1U (the Dell's 2U). > If you ar

Re: [CentOS] xhost: unable to open display

2014-05-20 Thread zep
On 05/20/2014 11:29 AM, Dan Hyatt wrote: > On 5/20/2014 9:46 AM, Charles Whitby wrote: >> You running doing the xhost + on the Win8 box and the export DISPLAY on the >> Linux side, right? >> > There is no xhost command on the windows side I have not done this in two > years, but as I remember

Re: [CentOS] Top posting threads.

2014-05-19 Thread zep
and in retaliation for spawning ANOTHER thread about less than 10 seconds after I made my filter to delete the old, I'll top post respond to it. thanks. On 05/19/2014 11:27 AM, Lamar Owen wrote: > There are only two things more annoying on a mailing list than top > posting: bottom posting with

Re: [CentOS] Re-mount a drive using its label name

2014-05-16 Thread zep
On 05/16/2014 01:29 PM, Raghuv Adhepalli wrote: > Hello everybody, > > I would like your opinion on the following question, why this happens in > centos and how to fix this (or a possible work around). > > I have a drive with no partitions and formatted with xfs filesystem. I give > the drive a cu

Re: [CentOS] Repo w/ chrome?

2014-05-13 Thread zep
>>> Was it Nux's repo that's got chrome? URL and repo info, please? >>> >> I think Chrome installs itself its repo settings. >> https://www.google.com/linuxrepositories/ >> > a) Please don't top post. > b) Google thinks CentOS 6.x is "too old", and it's an ongoing thing about > people managing or

Re: [CentOS] find with exclude directory

2014-05-11 Thread zep
On 05/11/2014 01:06 PM, Tim Dunphy wrote: > Hal & Jack > > Both are perfect! Thanks > > [root@uszmpwsls014lb ~]# find / -print | grep -v digitalplatform | grep > varnish > /var/lib/varnish > /var/lib/varnish/uszmpwsls014lb > /var/lib/varnish/uszmpwsls014lb/_.vsl > /var/lib/varnish/varnish_storage

Re: [CentOS] Starting the gotour server on CentOS 6

2014-04-18 Thread zep
On 04/18/2014 01:13 PM, Evan Rowley wrote: > Hey CentOS folks! > > I have an interesting issue with starting a server on a CentOS 6 KVM guest. > The server (service) in particular is gotour, which is a web application > created by Google and their Golang developers, intended to teach users the > b

Re: [CentOS] TRD like tool for linux?

2014-04-16 Thread zep
On 04/16/2014 03:36 PM, Keith Keller wrote: > On 2014-04-16, zep wrote: >> On 04/16/2014 11:12 AM, m.r...@5-cent.us wrote: >>> zep wrote: >>>> Ok, I *do* have to ask: Toyota Racing Development? That's #1 I find on >>>> googling TRD. >>>&

Re: [CentOS] TRD like tool for linux?

2014-04-16 Thread zep
On 04/16/2014 11:12 AM, m.r...@5-cent.us wrote: > zep wrote: >> to 127.0.0.1 in /etc/hosts. I tried TRD and it seems mildly useful, but >> has more of a windowsy feel for what it wants to be able to fix. does >> >> Ok, I *do* have to ask: Toyota Racing Devel

[CentOS] TRD like tool for linux?

2014-04-16 Thread zep
so I found that one of my VM hosts seems to have been compromised in some way; I've shut it down, isolated it, found a few odd things like gibberish comments and odd hostnames that I don't recognise pointed back to 127.0.0.1 in /etc/hosts. I tried TRD and it seems mildly useful, but has more of a