Re: [CentOS] Dovecot GUI

2012-03-05 Thread Michael Gliwinski
on KDE 3. -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email is confidential and may be legally

Re: [CentOS] Migrating CentOS 5 - 6: where to put /etc/inittab respawn scripts?

2011-10-06 Thread Michael Gliwinski
so I'll post more when I find something. BTW, just noticed you're using su -c to run the program. I think this spawns a shell which may be the cause. Could you add 'expect fork' to pref.conf and see if it changes anything? -- Michael Gliwinski Henderson Group Information Services 9-11

Re: [CentOS] Migrating CentOS 5 - 6: where to put /etc/inittab respawn scripts?

2011-10-05 Thread Michael Gliwinski
that need to be respawned if they exit. See also man init(5). Upstart provides a compatibility interface for SysV so /etc/init.d is still there and used but this is not what you want. -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034

Re: [CentOS] Migrating CentOS 5 - 6: where to put /etc/inittab respawn scripts?

2011-10-05 Thread Michael Gliwinski
restart pref initctl: Unknown instance: # sudo initctl stop pref initctl: Unknown instance: Does your pref.pl fork or daemonize itself? You may need to add 'expect fork' or 'expect daemon' to your pref.conf. Is the PID you get from `status pref' the same as you see in ps output? -- Michael

Re: [CentOS] Slow DNS lookups on CentOS6

2011-09-28 Thread Michael Gliwinski
on each machine and pointing resolv.conf to localhost? He's running nscd which caches DNS (group 'hosts' in /etc/nscd.conf). -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319

Re: [CentOS] selinux prohibiting sssd usage

2011-08-11 Thread Michael Gliwinski
). -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email is confidential and may be legally privileged

Re: [CentOS] Variable assigned to grep output - missing letter n!

2011-07-21 Thread Michael Gliwinski
, otherwise it causes word splitting on either '\' or 'n'. -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information

Re: [CentOS] Changing Host Name

2011-07-07 Thread Michael Gliwinski
this host's address to DNS for abilitiessoft.com -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email

Re: [CentOS] shared cups printers disappeared

2011-07-04 Thread Michael Gliwinski
cupsctl(8) which has handy options like --share-printers and --remote- printers. Also, if you're still having problems see what's in the remote cache file: /var/cache/cups/remote.cache; if it seems stale remove it and restart cups. -- Michael Gliwinski Henderson Group Information Services 9-11

Re: [CentOS] Chicken and egg question: passwd and cronjob

2011-06-24 Thread Michael Gliwinski
valid; new one required What does your /etc/pam.d/crond and /etc/pam.d/system-auth look like? Also, what version of CentOS is it? Must admit, I'm not sure about the password expiring, but I just tested it on disabled accounts (both local and Kerberos/LDAP) and it works. -- Michael

Re: [CentOS] Chicken and egg question: passwd and cronjob

2011-06-23 Thread Michael Gliwinski
avoid expiring it at all. -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email is confidential and may

Re: [CentOS] Feed a list of filenames to vim

2011-05-18 Thread Michael Gliwinski
) -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email is confidential and may be legally privileged

Re: [CentOS] Feed a list of filenames to vim

2011-05-18 Thread Michael Gliwinski
already answered it. Note that there's also a shortcut for cat (without launching a subprocess): $ vim $( listfile) -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319

Re: [CentOS] allowing users to write to a web content area

2011-05-17 Thread Michael Gliwinski
it to their .bashrc. -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email is confidential and may

Re: [CentOS] How to disable screen locking system-wide?

2011-01-21 Thread Michael Gliwinski
about GNOME or if that's available in version currently shipped in CentOS but in KDE the screensaver allows you to switch user, i.e. leave the currently logged on user's session running and start a new one for another user. That seems like a better solution if possible, no? -- Michael Gliwinski

Re: [CentOS] Terminal with variable sized font

2011-01-10 Thread Michael Gliwinski
if it's exposed (via options that is). -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319 ** The information in this email

Re: [CentOS] noob question about mock

2011-01-05 Thread Michael Gliwinski
On Wednesday 05 Jan 2011 00:18:36 Nico Kadel-Garcia wrote: On Tue, Jan 4, 2011 at 4:00 PM, n...@li.nux.ro wrote: Michael Gliwinski writes: Actually, mock can build an SRPM from spec file and dir with sources: $ mock --buildsrpm --spec=/path/to/spec --source=/path/to/src/dir I've

Re: [CentOS] noob question about mock

2011-01-04 Thread Michael Gliwinski
some scripting around it to automate it but it has the advantage of verifying build depends, etc. so it's worth it IMO. -- Michael Gliwinski Henderson Group Information Services 9-11 Hightown Avenue, Newtownabby, BT36 4RT Phone: 028 9034 3319

Re: [CentOS] good shell script examples?

2010-11-26 Thread Michael Gliwinski
. and multiple hosts so it would be a matter of: @hosts('192.168.1.1', '192.168.1.2', '192.168.1.3', '192.168.1.4') def some_task(): put('rootidfile', '~/.ssh/authorized_keys') and run it as: $ fab -U root some_task [1] http://fabfile.org/ -- Michael Gliwinski Henderson Group Information