Re: cron job question (for checking kernel updates)

2013-10-02 Thread poma
On 03.10.2013 02:55, Ranjan Maitra wrote: > > Thanks! But this does not "work" either. Here is what I tried in my > crontab -e: > > 0 * * * * maitra DISPLAY=:0.0 $HOME/scripts/yum/check-kernel.sh > > (maitra is my username). > > Here is how I changed my check-kernel.sh, though I am not sure if

Gimp text tool crashes

2013-10-02 Thread Martin S
I was trying to do a simple banner for a site using Gimp on Fedora 19. Selecting a font other than the default crashes Gimp. I can reproduce this 100% by either trying to scroll for a font or selecting something else than the default a couple of times. Extremely annoying, anyone else seen this a

Re: cron job question (for checking kernel updates)

2013-10-02 Thread inode0
On Wed, Oct 2, 2013 at 10:42 PM, Ranjan Maitra wrote: > On Wed, 2 Oct 2013 20:53:52 -0500 inode0 wrote: > >> On Wed, Oct 2, 2013 at 10:10 AM, Ranjan Maitra >> wrote: >> > Hi, >> > >> > I have a cron job running which yum updates all my machines once a day. >> > All of these work fine. >> > >> >

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
On Wed, 2 Oct 2013 20:53:52 -0500 inode0 wrote: > On Wed, Oct 2, 2013 at 10:10 AM, Ranjan Maitra > wrote: > > Hi, > > > > I have a cron job running which yum updates all my machines once a day. > > All of these work fine. > > > > I also have a cron job which checks for kernel updates every hour

configuring problem for OSG

2013-10-02 Thread Stephen Ryder
I just loaded Fedora 19 and I need MySQL and Mono-Runtime to run my OpenSim Grid. Please give me step by step instructions as I have spent three days trying to get this set-up.-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedorap

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
On Wed, 2 Oct 2013 21:38:26 -0400 Matthew Miller wrote: > On Wed, Oct 02, 2013 at 07:55:51PM -0500, Ranjan Maitra wrote: > > 0 * * * * maitra DISPLAY=:0.0 $HOME/scripts/yum/check-kernel.sh > > Did you try the things in the blog post I'd linked to? As I said in my > previous method, notify-send n

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
On Wed, 2 Oct 2013 20:53:52 -0500 inode0 wrote: > On Wed, Oct 2, 2013 at 10:10 AM, Ranjan Maitra > wrote: > > Hi, > > > > I have a cron job running which yum updates all my machines once a day. > > All of these work fine. > > > > I also have a cron job which checks for kernel updates every hour

Re: Kernel 3.11.2-201 rebooting issue

2013-10-02 Thread Frank
On 02/10/13 07:28 PM, John Schmitt wrote: On Wed, Oct 02, 2013 at 08:55:50AM -0400, linuxnuts...@videotron.ca wrote: I just installed the latest kernel, and subsequently the latest akmod-nvidia drivers from testing. Whenever I boot into XFCE and then choose to reboot, it goes to a black screen w

Re: cron job question (for checking kernel updates)

2013-10-02 Thread inode0
On Wed, Oct 2, 2013 at 10:10 AM, Ranjan Maitra wrote: > Hi, > > I have a cron job running which yum updates all my machines once a day. > All of these work fine. > > I also have a cron job which checks for kernel updates every hour and > sends me a message if an updated kernel has been installed.

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Joe Zeff
On 10/02/2013 05:55 PM, Ranjan Maitra wrote: Thanks! But this does not "work" either. There may be a much easier way: before your cron job starts the update, have it do this: yum check-update > /tmp/updates.txt Then, after the update, grep /tmp/updates.txt looking for kernel, redirecting t

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Matthew Miller
On Wed, Oct 02, 2013 at 07:55:51PM -0500, Ranjan Maitra wrote: > 0 * * * * maitra DISPLAY=:0.0 $HOME/scripts/yum/check-kernel.sh Did you try the things in the blog post I'd linked to? As I said in my previous method, notify-send needs to talk to your dbus session, and it can't get that from inside

Re: Ghasp -Ugerly fonts

2013-10-02 Thread Roger
On 10/02/2013 11:06 PM, Tom Horsley wrote: On Wed, 02 Oct 2013 20:22:34 +1000 Roger wrote: I just updated Fedora 19 and now terminal fonts are ghastly, ergggh, ugggly, awfulll, nothing like the clean crisp font when installed. This bugzilla and in particular the comment 22 pointed at makes th

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
On Thu, 3 Oct 2013 02:17:09 +0200 poma wrote: > On 02.10.2013 22:06, Ranjan Maitra wrote: > … > > However, what I do not understand is why this does not "work" though. I > > do not understand because notify-send is in /usr/bin as well as in /bin: > > > > $ which notify-send > > notify-send is

Re: cron job question (for checking kernel updates)

2013-10-02 Thread poma
On 02.10.2013 22:06, Ranjan Maitra wrote: … > However, what I do not understand is why this does not "work" though. I > do not understand because notify-send is in /usr/bin as well as in /bin: > > $ which notify-send > notify-send is /bin/notify-send > notify-send is /usr/bin/notify-send > > Bot

Re: Kernel 3.11.2-201 rebooting issue

2013-10-02 Thread John Schmitt
On Wed, Oct 02, 2013 at 08:55:50AM -0400, linuxnuts...@videotron.ca wrote: > I just installed the latest kernel, and subsequently the latest > akmod-nvidia drivers from testing. Whenever I boot into XFCE and > then choose to reboot, it goes to a black screen which says > "rebooting," but it hangs t

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Rick Stevens
On 10/02/2013 02:27 PM, Ranjan Maitra issued this missive: On Wed, 2 Oct 2013 13:34:36 -0700 Rick Stevens wrote: On 10/02/2013 01:06 PM, Ranjan Maitra issued this missive: On Wed, 2 Oct 2013 09:26:32 -0700 Rick Stevens wrote: On 10/02/2013 08:10 AM, Ranjan Maitra issued this missive: Hi,

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
On Wed, 2 Oct 2013 13:34:36 -0700 Rick Stevens wrote: > On 10/02/2013 01:06 PM, Ranjan Maitra issued this missive: > > On Wed, 2 Oct 2013 09:26:32 -0700 Rick Stevens > > wrote: > > > >> On 10/02/2013 08:10 AM, Ranjan Maitra issued this missive: > >>> Hi, > >>> > >>> I have a cron job running whi

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Rick Stevens
On 10/02/2013 01:06 PM, Ranjan Maitra issued this missive: On Wed, 2 Oct 2013 09:26:32 -0700 Rick Stevens wrote: On 10/02/2013 08:10 AM, Ranjan Maitra issued this missive: Hi, I have a cron job running which yum updates all my machines once a day. All of these work fine. I also have a cron

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
On Wed, 2 Oct 2013 09:26:32 -0700 Rick Stevens wrote: > On 10/02/2013 08:10 AM, Ranjan Maitra issued this missive: > > Hi, > > > > I have a cron job running which yum updates all my machines once a day. > > All of these work fine. > > > > I also have a cron job which checks for kernel updates eve

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Joe Zeff
On 10/02/2013 08:10 AM, Ranjan Maitra wrote: I also have a cron job which checks for kernel updates every hour and sends me a message if an updated kernel has been installed. Why? If you only update the machine once a day, checking for a new kernel 24 times per day is redundant. Either add i

Re: Accessing usb in text

2013-10-02 Thread Rick Stevens
On 10/02/2013 07:16 AM, Ian Malone issued this missive: On 2 October 2013 14:02, Tim wrote: Something someone in Development ought to create is the ability to multitask in the text environment. There are things that allow it. I'm not sure about how convenient they are to use, though. Scr

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Rick Stevens
On 10/02/2013 08:10 AM, Ranjan Maitra issued this missive: Hi, I have a cron job running which yum updates all my machines once a day. All of these work fine. I also have a cron job which checks for kernel updates every hour and sends me a message if an updated kernel has been installed. Here i

Re: cron job question (for checking kernel updates)

2013-10-02 Thread Matthew Miller
On Wed, Oct 02, 2013 at 10:10:45AM -0500, Ranjan Maitra wrote: > I also have a cron job which checks for kernel updates every hour and > sends me a message if an updated kernel has been installed. Here is the > relevant script: Back when I did the BU Linux distribution, we had a similar script, wh

Re: [389-users] 389 and snmp

2013-10-02 Thread Nathan Kinder
On 09/30/2013 04:56 PM, Michael R. Gettes wrote: I have the ldap-agent working. All I see is snmpwalk -v 1 -c public localhost .1.3.6.1.4.1.2312 SNMPv2-SMI::enterprises.2312.6.5.1.1.389 = STRING: "389 Replica" SNMPv2-SMI::enterprises.2312.6.5.1.2.389 = STRING: "389-Directory/1.2.11.15" SNMPv2-S

cron job question (for checking kernel updates)

2013-10-02 Thread Ranjan Maitra
Hi, I have a cron job running which yum updates all my machines once a day. All of these work fine. I also have a cron job which checks for kernel updates every hour and sends me a message if an updated kernel has been installed. Here is the relevant script: --- begin file called check-kernel.sh

Re: Accessing usb in text

2013-10-02 Thread Ian Malone
On 2 October 2013 14:02, Tim wrote: >> Something someone in Development ought to create is the ability to >> multitask in the text environment. > > There are things that allow it. I'm not sure about how convenient they > are to use, though. > Screen, bash job control, x windows virtual consoles

Kernel 3.11.2-201 rebooting issue

2013-10-02 Thread linuxnutster
I just installed the latest kernel, and subsequently the latest akmod-nvidia drivers from testing. Whenever I boot into XFCE and then choose to reboot, it goes to a black screen which says "rebooting," but it hangs there. If anybody can point me to a fix...thanks ahead of time... -- users mail

Re: Ghasp -Ugerly fonts

2013-10-02 Thread Tom Horsley
On Wed, 02 Oct 2013 20:22:34 +1000 Roger wrote: > I just updated Fedora 19 and now terminal fonts are ghastly, ergggh, > ugggly, awfulll, nothing like the clean crisp font when installed. This bugzilla and in particular the comment 22 pointed at makes the fonts look much better for me: https:

Re: Accessing usb in text

2013-10-02 Thread Tim
Tim: >> But that wasn't what Joe was talking about. Rather than edit the >> configuration files, he suggested temporarily changing the options >> that grub will use as it boots. Start booting, pick a kernel to boot >> from, but choose the edit rather than boot option. Richard Vickery: > I'm not

Ghasp -Ugerly fonts

2013-10-02 Thread Roger
I just updated Fedora 19 and now terminal fonts are ghastly, ergggh, ugggly, awfulll, nothing like the clean crisp font when installed. For that matter Thunderbird fonts changed to uggerly at the same time, I have completely forgotten how to change terminal fonts. Still haven't found how to

Re: Weird network problem

2013-10-02 Thread Phil Dobbin
On 26/05/13 02:00, Phil Dobbin wrote: Hi, all. I've got several machines on a LAN behind a NAT with DHCP assigning always the same addresses from a dynamic IP. A couple of days ago the IP changed & since then, one of the machines running Fedora 17 always fails first time to connect to the netwo