Re: gnome 3 desktop in 19

2013-10-03 Thread Jatin K
On Friday 04 October 2013 05:16 AM, William Biggs wrote: I would like to know how to make gnome 3 in fedora 19 look stranded do you need FC classic mode..? |sudo yum install gnome-classic-session (Reff. https://ask.fedoraproject.org/question/28958/how-do-i-enable-gnome-38-classic-mode-on-fe

Re: (SOLVED) Re: cron job question (for checking kernel updates)

2013-10-03 Thread poma
On 03.10.2013 23:38, Ranjan Maitra wrote: > > Following, this post pointed to me my Matthew Miller, I am able to get > things working. Here is what I did (same as in the post there). > > Created a file as follows (called ~/bin/export_x_info): > > #!/bin/bash > # Export the dbus session address

gnome 3 desktop in 19

2013-10-03 Thread William Biggs
I would like to know how to make gnome 3 in fedora 19 look stranded -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines:

Re: (SOLVED) Re: cron job question (for checking kernel updates)

2013-10-03 Thread Matthew Miller
On Thu, Oct 03, 2013 at 03:00:55PM -0700, Joe Zeff wrote: > >touch $HOME/.Xdbus > >chmod 600 $HOME/.Xdbus > >env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus > >echo 'export DBUS_SESSION_BUS_ADDRESS' >> $HOME/.Xdbus > ># Export XAUTHORITY value on startup so it can be used by cron > >env | grep X

Re: (SOLVED) Re: cron job question (for checking kernel updates)

2013-10-03 Thread Ranjan Maitra
On Thu, 3 Oct 2013 15:00:55 -0700 Joe Zeff wrote: > On 10/03/2013 02:38 PM, Ranjan Maitra wrote: > > #!/bin/bash > > # Export the dbus session address on startup so it can be used by cron > > touch $HOME/.Xdbus > > chmod 600 $HOME/.Xdbus > > env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus > >

Re: (SOLVED) Re: cron job question (for checking kernel updates)

2013-10-03 Thread Joe Zeff
On 10/03/2013 02:38 PM, Ranjan Maitra wrote: #!/bin/bash # Export the dbus session address on startup so it can be used by cron touch $HOME/.Xdbus chmod 600 $HOME/.Xdbus env | grep DBUS_SESSION_BUS_ADDRESS > $HOME/.Xdbus echo 'export DBUS_SESSION_BUS_ADDRESS' >> $HOME/.Xdbus # Export XAUTHORITY v

(SOLVED) Re: cron job question (for checking kernel updates)

2013-10-03 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: Location of LaTeX dtx sources?

2013-10-03 Thread Carlos "casep" Sepulveda
On 3 October 2013 18:20, Todd Hesla wrote: > Dear Fedora/LaTeX users: > > Can anyone point me to the package(s) containing the LaTeX ".dtx" source > files? > They don't seem to be present in my default TeXLive install (on Fedora 18), > and > I rather not have to manually look through all those T

Location of LaTeX dtx sources?

2013-10-03 Thread Todd Hesla
Dear Fedora/LaTeX users: Can anyone point me to the package(s) containing the LaTeX ".dtx" source files? They don't seem to be present in my default TeXLive install (on Fedora 18), and I rather not have to manually look through all those TeXLive packages on the Fedora repo. Thanks. -- Todd Hesl

Re: F19 boot hangs on sendmail

2013-10-03 Thread Beartooth
On Thu, 03 Oct 2013 13:03:52 -0400, Tom Horsley wrote: > Every time I've seen sendmail hang it was because localhost wasn't > properly defined in /etc/hosts (127.0.0.1). Hmmm Contrary to my post, that machine is not accepting ssh; I get a note saying "no route to host." Having upgra

Re: F19 boot hangs on sendmail

2013-10-03 Thread Tom Horsley
Every time I've seen sendmail hang it was because localhost wasn't properly defined in /etc/hosts (127.0.0.1). -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fe

F19 boot hangs on sendmail

2013-10-03 Thread Beartooth
I'm running F19 on a T30 thinkpad, upgraded iirc by means of fedup from F18 (which ran fine). Boot messages seem fairly normal (apart from being faint and red- shifted), until they reach sendmail. I get "Started Agent" followed (on the same line, not a new line) by "Starting

Re: configuring problem for OSG

2013-10-03 Thread Matthew Miller
On Wed, Oct 02, 2013 at 08:35:42PM -0700, Stephen Ryder wrote: > 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. Three days seems like you must have tried a lot of t

Re: configuring problem for OSG

2013-10-03 Thread Patrick O'Callaghan
On Wed, 2013-10-02 at 20:35 -0700, Stephen Ryder wrote: > 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. I don't have an answer, but as a general rule you're more

Re: cron job question (for checking kernel updates)

2013-10-03 Thread Bjørge Solli
Is the script executable? -b On 10/02/2013 05:10 PM, 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