Re: [CentOS] migrating from Centos 5.8 -> 6.3 LDAP Client Config

2012-10-12 Thread Götz Reinicke - IT Koordinator
Dear Benjamin, Am 08.10.12 11:13, schrieb Benjamin Hackl: > Dear Goetz, > > On Mon, 08 Oct 2012 10:22:16 +0200 > Götz Reinicke - IT Koordinator wrote: > >> May be someone can point me to a good how to or has some >> hints/suggetions? > > nslcd provides this service for you. (pkg: nss-pam-ldapd

[CentOS] thin provisioning in a centos host?

2012-10-12 Thread C. L. Martinez
Hi all, Is it possible to do this? I need to create some sparse volumes/block virtual devices to be served via iscsi target. Thanks ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

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

2012-10-12 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..

Re: [CentOS] thin provisioning in a centos host?

2012-10-12 Thread Nux!
On 12.10.2012 14:43, C. L. Martinez wrote: > Hi all, > > Is it possible to do this? I need to create some sparse volumes/block > virtual devices to be served via iscsi target. Yes, it is, if you use qcow2 files for example. It would also be possible to use LVM but the feature is still in "experim

Re: [CentOS] thin provisioning in a centos host?

2012-10-12 Thread C. L. Martinez
On Fri, Oct 12, 2012 at 4:48 PM, Nux! wrote: > On 12.10.2012 14:43, C. L. Martinez wrote: >> Hi all, >> >> Is it possible to do this? I need to create some sparse volumes/block >> virtual devices to be served via iscsi target. > > Yes, it is, if you use qcow2 files for example. It would also be >

[CentOS] pdf viewer with bookmarking facility?

2012-10-12 Thread Twanny Azzopardi
pdf viewer with bookmarking facility? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] thin provisioning in a centos host?

2012-10-12 Thread Les Mikesell
On Fri, Oct 12, 2012 at 11:59 AM, C. L. Martinez wrote: > >> >> Yes, it is, if you use qcow2 files for example. It would also be >> possible to use LVM but the feature is still in "experimental" state. >> > > Uhmm .. yes, qcow2 is an option, but it is a very poor option. > Performance is horrible

Re: [CentOS] thin provisioning in a centos host?

2012-10-12 Thread C. L. Martinez
On Fri, Oct 12, 2012 at 5:24 PM, Les Mikesell wrote: > On Fri, Oct 12, 2012 at 11:59 AM, C. L. Martinez wrote: >> >>> >>> Yes, it is, if you use qcow2 files for example. It would also be >>> possible to use LVM but the feature is still in "experimental" state. >>> >> >> Uhmm .. yes, qcow2 is an o

[CentOS] scp scripting question

2012-10-12 Thread m . roth
So, my manager, in zsh, can do the following: scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile server:/whereitgoes Does anyone have any ideas what the syntax in bash is? I've been playing with this for hours. My manager says that zsh treats the cat'd key as a file, while if you try it with bash, r

Re: [CentOS] pdf viewer with bookmarking facility?

2012-10-12 Thread Keith Roberts
On Fri, 12 Oct 2012, Twanny Azzopardi wrote: > To: CentOS mailing list > From: Twanny Azzopardi > Subject: [CentOS] pdf viewer with bookmarking facility? > > pdf viewer with bookmarking facility? KPDF might only support one bookmark at a time. I usually keep my own bookmarks in a plain text f

[CentOS] About email

2012-10-12 Thread Andrei Rolando León Salas
Well, i just unistall sendmail and install postfix. works sending mails, but now only receibe mails locally. i can receive from another ip Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other em

[CentOS] Soundless!

2012-10-12 Thread Michael Goddard
My ASUS P8H6-M LE mb with Realtek ALC887 HD audio setup offers no sound. A fix offered on a Ubuntu website via /etc/modprobe.d by adding a line to alsa-base.conf was unsuccessful for me with v6.3. ___ CentOS mailing list CentOS@centos.org http://lists.ce

Re: [CentOS] scp scripting question

2012-10-12 Thread Les Mikesell
On Fri, Oct 12, 2012 at 12:44 PM, wrote: > So, my manager, in zsh, can do the following: > scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile server:/whereitgoes > > Does anyone have any ideas what the syntax in bash is? I've been playing > with this for hours. My manager says that zsh treats the c

Re: [CentOS] About email

2012-10-12 Thread Mike Burger
> Well, i just unistall sendmail and install postfix. works sending mails, > but now only receibe mails locally. i can receive from another ip > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the recipient > domain. We recommend contacting t

Re: [CentOS] scp scripting question

2012-10-12 Thread Tony Schreiner
On Oct 12, 2012, at 1:44 PM, mailto:m.r...@5-cent.us>> mailto:m.r...@5-cent.us>> wrote: So, my manager, in zsh, can do the following: scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile server:/whereitgoes Does anyone have any ideas what the syntax in bash is? I've been playing with this for hours

Re: [CentOS] scp scripting question

2012-10-12 Thread m . roth
Tony Schreiner wrote: > > On Oct 12, 2012, at 1:44 PM, mailto:m.r...@5-cent.us>> > mailto:m.r...@5-cent.us>> wrote: > > So, my manager, in zsh, can do the following: > scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile server:/whereitgoes > > Does anyone have any ideas what the syntax in bash is? I'

Re: [CentOS] scp scripting question

2012-10-12 Thread m . roth
Les Mikesell wrote: > On Fri, Oct 12, 2012 at 12:44 PM, wrote: >> So, my manager, in zsh, can do the following: >> scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile >> server:/whereitgoes >> >> Does anyone have any ideas what the syntax in bash is? I've been playing >> with this for hours. My mana

Re: [CentOS] scp scripting question

2012-10-12 Thread Les Mikesell
On Fri, Oct 12, 2012 at 2:48 PM, wrote: >>> >> So, my manager, in zsh, can do the following: >> scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile server:/whereitgoes >> > > I think you missed what I was asking, altogether. I want to do the same > thing in bash > I think you'll have to drop th

Re: [CentOS] escd daemon

2012-10-12 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
esc can let you look at your card in ways that are similar to what firefox->edit->prefrences->advanced->encryption can, except it is more limited, not as reliable (for instance right now FF is seeing my card details, but esc is not), and is more annoying (i.e. pops up in your way *every* time

Re: [CentOS] scp scripting question

2012-10-12 Thread m . roth
Les Mikesell wrote: > On Fri, Oct 12, 2012 at 2:48 PM, wrote: >>> So, my manager, in zsh, can do the following: >>> scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile >>> server:/whereitgoes > I think you'll have to drop the key in a tmp file yourself. Poking > around with strace a bit it lo

Re: [CentOS] scp scripting question

2012-10-12 Thread Nux!
On 12.10.2012 21:30, m.r...@5-cent.us wrote: > Les Mikesell wrote: >> On Fri, Oct 12, 2012 at 2:48 PM, wrote: > So, my manager, in zsh, can do the following: scp -i =(ssh -qnx cat /etc/ks/ks_dsa) localfile server:/whereitgoes > >> I think you'll have to drop the key in a tmp

Re: [CentOS] scp scripting question

2012-10-12 Thread Les Mikesell
On Fri, Oct 12, 2012 at 3:44 PM, Nux! wrote: > > Yep, exactly right. People in #openssh confirmed -i HAS to be a real > path to a file. > Not very unix-like behavior... -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing list CentOS@cento

[CentOS] http://bugs.centos.org/print_bug_page.php?bug_id=5897

2012-10-12 Thread James A. Peltier
Can anyone update me on the status of http://bugs.centos.org/print_bug_page.php?bug_id=5897 I'd really like to know if there is a fix for this as we're trying to get AD/NFSv4 working on 6.3 and having one hell of a time. -- James A. Peltier Manager, IT Services - Research Computing Group Simo

[CentOS] virt-manager packagekit dependency introduce?

2012-10-12 Thread James B. Byrne
I recently have begun to see this error when starting virt-manager: Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory yum whatprovides */libpk-gtk-module.so . . . PackageKit-gtk-module-0.5.8-20.el6.i686 : Install f

Re: [CentOS] virt-manager packagekit dependency introduce?

2012-10-12 Thread Akemi Yagi
On Fri, Oct 12, 2012 at 2:20 PM, James B. Byrne wrote: > I recently have begun to see this error when starting virt-manager: > > Gtk-Message: Failed to load module "pk-gtk-module": > libpk-gtk-module.so: cannot open shared object file: No such file or > directory > > yum whatprovides */libpk-gtk-m

Re: [CentOS] migrating from Centos 5.8 -> 6.3 LDAP Client Config

2012-10-12 Thread Gordon Messmer
On 10/12/2012 05:28 AM, Götz Reinicke - IT Koordinator wrote: > Thanks. Can you tell me why not to use the SSSD? Im not yet familiar > with it, but found some postings in the web and will try to understand it. > > Or is 'nlscd' just the old school way and SSSD the new one? The old school way was p

Re: [CentOS] scp scripting question

2012-10-12 Thread Gordon Messmer
On 10/12/2012 01:56 PM, Les Mikesell wrote: > On Fri, Oct 12, 2012 at 3:44 PM, Nux! wrote: >> >> Yep, exactly right. People in #openssh confirmed -i HAS to be a real >> path to a file. > > Not very unix-like behavior... Yes, it is. The alternative is for -i to take a file or a key as an argumen

Re: [CentOS] scp scripting question

2012-10-12 Thread Les Mikesell
On Fri, Oct 12, 2012 at 9:02 PM, Gordon Messmer wrote: > On 10/12/2012 01:56 PM, Les Mikesell wrote: >> On Fri, Oct 12, 2012 at 3:44 PM, Nux! wrote: >>> >>> Yep, exactly right. People in #openssh confirmed -i HAS to be a real >>> path to a file. >> >> Not very unix-like behavior... > > Yes, it is

Re: [CentOS] pdf viewer with bookmarking facility?

2012-10-12 Thread Kahlil Hodgson
On 13/10/12 04:23, Twanny Azzopardi wrote: > pdf viewer with bookmarking facility? evince, which comes standard with fedora gnome, and probably centos has bookmarking for pdfs. K -- Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4