Brian Mathis ha scritto:
> On Mon, Feb 1, 2010 at 10:24 AM, Niki Kovacs wrote:
>
> You don't need to delete and re-add the user every time. That would
> be silly and as you see requires root privs.
>
> Since you already have the login script ability, change that script to
> delete the sensitive
Hello,
I'm currently travelling (in south-eastern Europe) with a netbook
(Samsung NC 10) running CentOS 5.4 i386.
I frequently try to access internet from bars or hotels (mostly via wireless).
Although it works pretty often, it happens quite regularly that in
some hotels I cannot access internet
From: Georghy
> I'm trying to set up a custom installation of CentOS using kickstart
> i tried many thing from how to's and tutorial web pages but nothing
> worked ;(
> ...
> I tried to install CentOS from my USB key but it says :
> Title : "Missing ISO 9660"
> Content : "The installer has tried
From: Mathieu Baudier
> I'm currently travelling (in south-eastern Europe) with a netbook
> (Samsung NC 10) running CentOS 5.4 i386.
> I frequently try to access internet from bars or hotels (mostly via wireless).
> Although it works pretty often, it happens quite regularly that in
> some hotels I
John Doe a écrit :
From: Georghy
I'm trying to set up a custom installation of CentOS using kickstart
i tried many thing from how to's and tutorial web pages but nothing
worked ;(
...
I tried to install CentOS from my USB key but it says :
Title : "Missing ISO 9660"
Content : "The installe
"Gregory P. Ennis" schrieb am 02.02.2010 04:27:52:
> #1. If you change anything in sshd_config you must restart sshd before
> your changes will become active. You can do this in the root account
> easily by entering :
>
> service sshd restart
Wrong. While this is working on CentOS and probabl
John Doe a écrit :
> From: Georghy
>
>> I'm trying to set up a custom installation of CentOS using kickstart
>> i tried many thing from how to's and tutorial web pages but nothing
>> worked ;(
>> ...
>> I tried to install CentOS from my USB key but it says :
>> Title : "Missing ISO 9660"
>> Co
Hi All.
I plan to use virtualization in my production environment. I plan to use one
of the following options:
- KVM;
- VMWare Esxi;
- VMWare Workstation.
I plan to install Windows 2008 as a guest. I want to use something like LVM
snapshots for backups. Stability is also very important, the guest
2010/2/2 Rafał Radecki :
> Hi All.
>
> I plan to use virtualization in my production environment. I plan to use one
> of the following options:
> - KVM;
> - VMWare Esxi;
> - VMWare Workstation.
>
> I plan to install Windows 2008 as a guest. I want to use something like LVM
> snapshots for backups.
On Tue, 2 Feb 2010, Victor Padro wrote:
> You can only install KVM or VMWare Workstation/Server in CentOS, I
> think you should try KVM, because it's opensource and it supports
> Windows but you need special hardware like the latest CPUs from AMD
> or Intel...
just to clarify, you're saying tha
Rafał Radecki ha scritto:
> Hi All.
>
> I plan to use virtualization in my production environment. I plan to use
> one of the following options:
> - KVM;
> - VMWare Esxi;
> - VMWare Workstation.
>
> I plan to install Windows 2008 as a guest. I want to use something like
> LVM snapshots for backup
On Tue, Feb 02, 2010 at 07:05:59AM -0500, Robert P. J. Day wrote:
> On Tue, 2 Feb 2010, Victor Padro wrote:
>
> > You can only install KVM or VMWare Workstation/Server in CentOS, I
> > think you should try KVM, because it's opensource and it supports
> > Windows but you need special hardware like
On Tue, Feb 2, 2010 at 6:05 AM, Robert P. J. Day wrote:
> On Tue, 2 Feb 2010, Victor Padro wrote:
>
>> You can only install KVM or VMWare Workstation/Server in CentOS, I
>> think you should try KVM, because it's opensource and it supports
>> Windows but you need special hardware like the latest CP
Am 01.02.2010 20:59, schrieb Warren Michelsen:
> Yes. In fact, I just tried again (after su'ing to root). I tried to
> create a new user using the 'useradd' command and was told the
> command was not found. I was logged in via ssh at the time, does that
> make a difference? It'd be strange if it di
Rafa? Radecki wrote:
> Hi All.
>
> I plan to use virtualization in my production environment. I plan to use
> one of the following options:
> - KVM;
> - VMWare Esxi;
> - VMWare Workstation.
>
> I plan to install Windows 2008 as a guest. I want to use something like
> LVM snapshots for backups.
From: Georghy
> what i have done :
> creating a fat 32 partition on my USB key (4 GB)
> tagging it with boot flag
> copy MBR on the key :
> dd if=/dev/sdb of=/tmp/mbr_sdb.bin bs=512 count=1
> Using syslinux :
> syslinux /dev/sdb1
Your dd command seems to be reversed...
You are taking the MBR from
Mathieu Baudier wrote:
> Hello,
>
> I'm currently travelling (in south-eastern Europe) with a netbook
> (Samsung NC 10) running CentOS 5.4 i386.
> I frequently try to access internet from bars or hotels (mostly via wireless).
>
> Although it works pretty often, it happens quite regularly that in
Is there a recommended knockd package for CentOS-5.4 or do I just
pull from the project's web site?
Regards,
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Dr
> Check your dns settings after the network comes up.
>
Agreed. Many hotels have a proxy that requires agreement to their TOS as a
default first HTTP page. You won't even be able to resolve names on the
outside until this happens. If you have a static DNS entry, you might not
get the TOS page.
Hi
I have to use find to change the perms of a directory and files within
that directory recursively but i need to exclude a directory within the
top level directory, as its a netapp and so contains a read only
.snapshot dir.
I have tried...
# find /var/data/foo -path '\.\/\.snapshot' -prune
James B. Byrne wrote:
> Is there a recommended knockd package for CentOS-5.4 or do I just
> pull from the project's web site?
I think RPMForge has this packaged if you're into installing a
third-party repo.
Regards,
Max
___
CentOS mailing list
CentOS@
John Doe a écrit :
> From: Georghy
>
>> what i have done :
>> creating a fat 32 partition on my USB key (4 GB)
>> tagging it with boot flag
>> copy MBR on the key :
>> dd if=/dev/sdb of=/tmp/mbr_sdb.bin bs=512 count=1
>> Using syslinux :
>> syslinux /dev/sdb1
>>
>
> Your dd command seems t
--
Brent L. Bates (UNIX Sys. Admin.)
M.S. 912 Phone:(757) 865-1400, x204
NASA Langley Research CenterFAX:(757) 865-8177
Hampton, Virginia 23681-0001
Email: b.l.ba...@larc.nasa.govhttp://www.vigyan.com/~blbates/
John Doe a écrit :
> From: Georghy
>
>> what i have done :
>> creating a fat 32 partition on my USB key (4 GB)
>> tagging it with boot flag
>> copy MBR on the key :
>> dd if=/dev/sdb of=/tmp/mbr_sdb.bin bs=512 count=1
>> Using syslinux :
>> syslinux /dev/sdb1
>>
>
> Your dd command seems t
Sorry about empty message. I accidentally hit the wrong buttons.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Tom Brown wrote:
> Hi
>
> I have to use find to change the perms of a directory and files within
> that directory recursively but i need to exclude a directory within the
> top level directory, as its a netapp and so contains a read only
> .snapshot dir.
>
> I have tried...
>
> # find /var/da
Thank you everybody !
I have been damned stupid, or tired - or both !
Actually, the file was hidden behind a mount point which failed briefly, but
long enough so that a backup took place - and was
dumped onto the filesystem - then the mount resumed, and hid the 10 GB backup
!!!
Thanks again !
On 02/02/10 11:20, Rafał Radecki wrote:
> Hi All.
>
> I plan to use virtualization in my production environment. I plan to use one
> of the following options:
> - KVM;
> - VMWare Esxi;
> - VMWare Workstation.
>
> I plan to install Windows 2008 as a guest. I want to use something like LVM
> snapsh
From: Georghy
> I had to ks.cfg :
> ignoredisk --drives=sdb
> because we don't want anaconda to write mbr on the key
>
> harddrive --partition=sdb1 --dir=iso
> sdb1 as one FAT32 partition so it's sdb1 in the directory iso
>
> bootloader --location=mbr --driveorder=sda,sdb
>
> on syslinux.cfg :
John Doe a écrit :
> From: Georghy
>
>> I had to ks.cfg :
>> ignoredisk --drives=sdb
>> because we don't want anaconda to write mbr on the key
>>
>> harddrive --partition=sdb1 --dir=iso
>> sdb1 as one FAT32 partition so it's sdb1 in the directory iso
>>
>> bootloader --location=mbr --driveorder
Jake Shipton wrote:
> Hi, Personally, I'd recommend VMware Workstation. Always been good for
> me, however lately I have been trying out Virtualbox (PUEL) :-). They
> have an Open Source Edition also (Virtualbox), only it lacks USB
> Support. If you go on there website, you can see the 3 missing f
Is anyone working with cfengine v3? It looks like it has some
interesting design changes and a commercially supported windows version
now. Can anyone share real-world experiences?
--
Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
Rafa? Radecki wrote:
> Hi All.
>
> I plan to use virtualization in my production environment. I plan to
> use one of the following options:
> - KVM;
> - VMWare Esxi;
> - VMWare Workstation.
>
> I plan to install Windows 2008 as a guest. I want to use something
> like LVM snapshots for backups. St
On Tuesday 02 February 2010 11:08:21 Max Hetrick wrote:
> There is a work around for USB support on Linux for VirtualBox, where
> VMware works a bit better with USB.
Odd, for some time I have had USB support with Sun's Virtualbox. It was a
problem at some point but works fine here (Using Fedora
On Tue, 2 Feb 2010, Les Mikesell wrote:
> Is anyone working with cfengine v3? It looks like it has some
> interesting design changes and a commercially supported windows
> version now. Can anyone share real-world experiences?
I'd also be interested in such a report. I only use cfengine for fi
Bobby wrote:
> Odd, for some time I have had USB support with Sun's Virtualbox. It was a
> problem at some point but works fine here (Using Fedora 11). I'm pretty sure
> I
> watched a USB CAM on XP (as a VM client) a while ago.
Well, it's supported and works, however, you have to remount usbfs
On Tuesday 02 February 2010 11:51:43 Max Hetrick wrote:
> Bobby wrote:
> > Odd, for some time I have had USB support with Sun's Virtualbox. It was a
> > problem at some point but works fine here (Using Fedora 11). I'm pretty
> > sure I watched a USB CAM on XP (as a VM client) a while ago.
>
> Well
it's been a while since i've played with filesystem encryption so,
on centos 5.4 (and other linux distros), is dm-crypt/LUKS considered
to be the state of the art WRT encryption? i remember other solutions
like loop-aes and others, but what's considered the gold standard
these days?
rday
--
=
On 2/2/2010 10:43 AM, John R Pierce wrote:
>
>> I plan to use virtualization in my production environment. I plan to
>> use one of the following options:
>> - KVM;
>> - VMWare Esxi;
>> - VMWare Workstation.
>>
>> I plan to install Windows 2008 as a guest. I want to use something
>> like LVM snapsho
Bobby wrote:
> Interesting. Would you mind sharing what files that is as I've never
> encountered it but would like to know more if/when I do? What version (of VB)
> are you using?
I'm running the latest version: 3.1.2 build 56127.
I had to perform these steps to get USB to work on a Linux or
Les Mikesell wrote:
> I have to agree that ESXi is better, but I've had VMware server running
> for years (mostly 1.x versions on CentOS 3.x, but also some CentOS 5.x
> and VMware 2.x) with no surprises other than jumpy clocks. The servers
> have sometimes been shut down for power work but I've
On Tue, 2 Feb 2010 at 12:00pm, Robert P. J. Day wrote
> it's been a while since i've played with filesystem encryption so,
> on centos 5.4 (and other linux distros), is dm-crypt/LUKS considered
> to be the state of the art WRT encryption? i remember other solutions
> like loop-aes and others, bu
On Tue, 2 Feb 2010, Joshua Baker-LePain wrote:
> On Tue, 2 Feb 2010 at 12:00pm, Robert P. J. Day wrote
>
> > it's been a while since i've played with filesystem encryption
> > so, on centos 5.4 (and other linux distros), is dm-crypt/LUKS
> > considered to be the state of the art WRT encryption?
On Tuesday 02 February 2010, Robert P. J. Day wrote:
> it's been a while since i've played with filesystem encryption so,
> on centos 5.4 (and other linux distros), is dm-crypt/LUKS considered
> to be the state of the art WRT encryption? i remember other solutions
> like loop-aes and others, but
Lorenzo Quatrini a écrit :
>
> Also, if you use gdm, you can put your script on /etc/gdm/PreSession.
>
That's what I did finally. Cleanest solution was to delete the user
along with his home directory, and then create him anew using a custom
profile in /etc/skel.
Cheers,
Niki
On 2/2/2010 11:09 AM, Greg Bailey wrote:
> Les Mikesell wrote:
>> I have to agree that ESXi is better, but I've had VMware server running
>> for years (mostly 1.x versions on CentOS 3.x, but also some CentOS 5.x
>> and VMware 2.x) with no surprises other than jumpy clocks. The servers
>> have some
The problem I was having was due to permissions, as some of you pointed out.
Thanks to all who responded.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
>
> On Fri, 2010-01-29 at 16:53 -0500, m.r...@5-cent.us wrote:
>> But the idiot light's still on.
Well, I followed the link to the NUT info, and tried a "manual"
calibration, and still no joy. Swapping in a cartridge that's still good,
the light goes out, so it's not the unit.
However, googling
On Tue, Feb 2, 2010 at 5:00 PM, Robert P. J. Day wrote:
>
> it's been a while since i've played with filesystem encryption so,
> on centos 5.4 (and other linux distros), is dm-crypt/LUKS considered
> to be the state of the art WRT encryption? i remember other solutions
> like loop-aes and others
Hi,
I'm currently installing a CentOS 5 desktop as a public internet access
point. The machine shuts down every day automatically at 22:30. Is there
a way I can display a message in GNOME at 22:15 warning the user that
the machine will shutdown in 15 minutes ?
Any suggestions ?
Niki Kovacs
__
On Tue, 2010-02-02 at 21:47 +0100, Niki Kovacs wrote:
> Is there
> a way I can display a message in GNOME at 22:15 warning the user that
> the machine will shutdown in 15 minutes ?
kalarm
--
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
> Hi,
>
> I'm currently installing a CentOS 5 desktop as a public internet access
> point. The machine shuts down every day automatically at 22:30. Is there
> a way I can display a message in GNOME at 22:15 warning the user that
> the machine will shutdown in 15 minutes ?
>
> Any suggestions ?
>
cr
On Tue, 2010-02-02 at 14:57 -0600, Frank Cox wrote:
> On Tue, 2010-02-02 at 21:47 +0100, Niki Kovacs wrote:
> > Is there
> > a way I can display a message in GNOME at 22:15 warning the user that
> > the machine will shutdown in 15 minutes ?
>
> kalarm
On second thought, a bash file calling zen
Hi
Not sure but I seem to remember the old write command it could to the
trick.
Regards
Per
On Tue, 2010-02-02 at 21:47 +0100, Niki Kovacs wrote:
> Hi,
>
> I'm currently installing a CentOS 5 desktop as a public internet access
> point. The machine shuts down every day automatically at 22:30. I
> Your "-path" argument is wrong. Try this:
>
> find /var/data/foo -path '/var/data/foo/.snapshot' -prune -o -exec chown
> usera:groupb {} +
>
> You need the whole path, and there is no need to escape the '.' character.
> I've also used "+" as the terminator. That's just an efficiency issu
On 2/2/2010 3:03 PM, Per Qvindesland wrote:
> Hi
>
> Not sure but I seem to remember the old write command it could to the
> trick.
>
write or wall will work with open terminal windows - but shutdown offers
the option to send such a message itself with a grace period before the
actual shutdown.
xmessage is another option. I use it from time to time. It would need
minimal dependencies if that is a consideration.
-geoff
-
Geoff Galitz
Blankenheim NRW, Germany
http://www.galitz.org/
http://german-way.com/blog/
> >
> > I'm currently installing a CentOS 5
On Fri, Jan 29, 2010 at 7:27 AM, wrote:
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
> Of ML
> Sent: Wednesday, January 27, 2010 1:38 AM
> To: CentOS mailing list
> Subject: [CentOS] Installing an SSL Cert
>
> I am considering buying
cron and xmessage.
Jobst
On Tue, Feb 02, 2010 at 09:47:20PM +0100, Niki Kovacs (cont...@kikinovak.net)
wrote:
> Hi,
>
> I'm currently installing a CentOS 5 desktop as a public internet access
> point. The machine shuts down every day automatically at 22:30. Is there
> a way I can display
Many thanks for all the quick and helpful answers!
Indeed it seems to be related to the DNS.
On CentOS, after connecting to the wireless network, I hacked the
/etc/resolv.conf generated by the NetworkManager and added Google
Public DNS to it.
I could then access all websites via their domain name
So I have tried and used most, I am anxious to see redhats next version of
KVM stuff that will make it into rhel 6, whenever that is, once the
management tools on LINUX catch up I will be moving towards that. I am
currently using vmware server 2 on centos 5.4 and while there were some
issues there
2010/2/2 Rafał Radecki :
> Hi All.
>
> I plan to use virtualization in my production environment. I plan to use one
> of the following options:
> - KVM;
> - VMWare Esxi;
> - VMWare Workstation.
>
> I plan to install Windows 2008 as a guest. I want to use something like LVM
> snapshots for backups.
At Tue, 02 Feb 2010 21:47:20 +0100 CentOS mailing list
wrote:
>
> Hi,
>
> I'm currently installing a CentOS 5 desktop as a public internet access
> point. The machine shuts down every day automatically at 22:30. Is there
> a way I can display a message in GNOME at 22:15 warning the user that
On Tue, 2010-02-02 at 18:30 -0500, Robert Heller wrote:
> I believe the shutdown command automagically generates warning. I
> would
> *guess* that GNOME would have some applet that monitors these sorts of
> warnings and creates popups.
I haven't seen one, unless the user happens to have a gnome-
I'm in the process of setting up subversion and since the version
packages with C5 is, shall we say, showing its age, I've built an
updated version. In order to do that I had to upgrade sqlite from the
default 3.3.6 (which the current subversion will not build with) and I
went with 3.6.22. Has
On 2/2/2010 6:20 AM, Rafa? Radecki wrote:
Hi All.
I plan to use virtualization in my production environment. I plan to
use one of the following options:
- KVM;
- VMWare Esxi;
- VMWare Workstation.
I plan to install Windows 2008 as a guest. I want to use something
like LVM snapshots for backu
I just built Subversion 1.6.5 - and needed a newer version of SqlLite...
All I did was copy sqlite3.c to [subversion src dir]/sqlite-amalgamation
and confgure/make/make install magic ;) Meaning I didn't upgrade SqlLite
system wide ;)
BTW, I am using sqlite-amalgamation-3.6.19.tar.gz...
On Tu
Hi People
Using Open iSCSI I have been able to create and mount multiple iSCSI
partitions and have them mount at boot. Now I wanted to setup a
situation where one of the visible iSCSI partitions mounts at boot and
the other is only available if I manually connect to it.
This led me to the fol
On Wednesday, February 03, 2010 12:43 AM, John R Pierce wrote:
> Rafa? Radecki wrote:
>> Hi All.
>>
>> I plan to use virtualization in my production environment. I plan to
>> use one of the following options:
>> - KVM;
>> - VMWare Esxi;
>> - VMWare Workstation.
>>
>> I plan to install Windows 2008
Greetings,
I am able to get a english word list in by using the following command
cat | tr -sc A-Za-z '\012'
My question is how to specify unicode character and ASCII.
Specifically text text file containing 3 byte sequence starting with
\x0e in the tr command.
I am able to see the character u
>I am able to get a english word list in by using the following command
>
>cat | tr -sc A-Za-z '\012'
>
>My question is how to specify unicode character and ASCII.
>Specifically text text file containing 3 byte sequence starting with
>\x0e in the tr command.
>
>I am able to see the character usin
Greetings,
On Wed, Feb 3, 2010 at 11:03 AM, Joseph L. Casale
wrote:
>
> You don't say much as to what bounds the words, spaces? Give more info, but
> http://www.regular-expressions.info/unicode.html leads to some Perl solutions.
Thanks for the quick reply.
I have started perusing it.
Perl is c
> I'm in the process of setting up subversion and since the version
> packages with C5 is, shall we say, showing its age, I've built an
The RPMForge repo provides Subversion 1.6.x.
You could either use it directly or see in their SRPMs how they
managed to deal with the sqlite dependency.
That's only on terminals (tty's, xterm, console) OR if you have xconsole open.
jobst
On Tue, Feb 02, 2010 at 06:30:15PM -0500, Robert Heller (hel...@deepsoft.com)
wrote:
> At Tue, 02 Feb 2010 21:47:20 +0100 CentOS mailing list
> wrote:
>
> >
> > Hi,
> >
> > I'm currently installing a Cent
Hi,
I have customized my centos Installation and removed the vitalization,
Cluster and storage cluster support along
with GUI support.I have enabled only server related packages.
Regarding serial console redirection,I have checked my serial cable,Ports
and inittab and grub.conf configuration.E
> Xen
> From the CentOS side it's very similar to KVM if you use the virt
> tools. Performance is extremely good with paravirtualized machines.
> It's a workhorse and quite stable, but the GUI is not so great.
> Networking is a bear to configure. Requires separate kernel. I've
> never quite go
76 matches
Mail list logo