Re: newbie question: Gnome 2.6 upgrade

2004-04-23 Thread Joshua Lokken
* Lucas Holt [EMAIL PROTECTED] [2004-04-22 11:32]:
  
 
 The problem only seems to be with X11.  I tried running several commands in
 console mode that I can normally run from any location and they all worked
 fine.  so far startx seems to be the only thing that won't run like it used

This could be for naught, but what does 'xinit' do for you?

 to.  I read something about shells having to be rehashed to update the PATH
 lines?  I run in bash if that makes a difference.
 
 
 
 If I'm not mistaken, you only need to run rehash with a csh not sh/bash.
 Besides, you said the machine rebooted.  The path should be correct then.

Right and right.  Rehash is a [t]csh builtin, not present in Bourne
shells, and yep, if the machine was rebooted (or the user logged out),
then the point is moot.
 
-- 
Joshua

You can't treat the working man this way! One day we'll form
 a union, and get the fair and equitable treatment we deserve!
 Then, we'll get corrupt and shiftless, and the Japanese will
 eat us alive!--Anonymous Simpsons character

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie question: Gnome 2.6 upgrade

2004-04-23 Thread Joe Altman
On Fri, Apr 23, 2004 at 01:03:16AM -0700, Joshua Lokken wrote:
 * Lucas Holt [EMAIL PROTECTED] [2004-04-22 11:32]:
  
  The problem only seems to be with X11.  I tried running several commands in
  console mode that I can normally run from any location and they all worked
  fine.  so far startx seems to be the only thing that won't run like it used
 
 This could be for naught, but what does 'xinit' do for you?
 
  to.  I read something about shells having to be rehashed to update the PATH
  lines?  I run in bash if that makes a difference.
 
  If I'm not mistaken, you only need to run rehash with a csh not sh/bash.
  Besides, you said the machine rebooted.  The path should be correct then.
 
 Right and right.  Rehash is a [t]csh builtin, not present in Bourne
 shells, and yep, if the machine was rebooted (or the user logged out),
 then the point is moot.

hash is in bash.

There's a slogan in there, somewhere...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: newbie question: Gnome 2.6 upgrade

2004-04-22 Thread Lucas Holt
 
I would run portversion -v | grep  and make sure everything was upgraded
to start with.  If all the gnome and X11 related stuff appears to be
upgraded, it might be hard to track down which build was at fault.  I think
the gnome upgrade script made a logfile in tmp.  I would check to see if
there is one there and if so see what happened.  Did you have x11 running
when you tried the upgrade?  Did the machine reboot or simply logout?  

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie question: Gnome 2.6 upgrade

2004-04-22 Thread Ewald Jenisch

On Thu, Apr 22, 2004 at 10:16:25AM -0400, Ian Bowers wrote:

 I'm having trouble upgrading to gnome 2.6.  I had gnome 2.4
 installed and running just fine.  I cvsup'd with the ports-supfile,
 and ran the gnome_upgrade.sh file.  

Maybe dumb question: Did you upgrade ruby as instructed in
/usr/ports/UPDATING before upgrading Gnome? (I ran into that trap a
while ago)


 Since running cvsup and the upgrade, I can't run startx like I used
 to.  

Are your problems only related to X11 - or do you have the problems
when running in console-mode too?

Try switching virtual terminals with AltCtrlF-key (like
AltCtrlF2). First of all this switches you out to a
console-terminal leaving X running and thus gives to the ability to
track things down further.

-ewald

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: newbie question: Gnome 2.6 upgrade

2004-04-22 Thread Ian Bowers
I'll track down that logfile and check it out.  I didn't have X11 running at 
the time, since I figured it might have to upgrade some components that X11 
runs on.  It rebooted the machine, and when I scrolled up to check out all 
the startup text, everything looked in order.  Hopefully something will jump 
out in the logfile.


From: Lucas Holt [EMAIL PROTECTED]
To: 'Ian Bowers' [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: RE: newbie question:  Gnome 2.6 upgrade
Date: Thu, 22 Apr 2004 10:44:22 -0400
I would run portversion -v | grep  and make sure everything was upgraded
to start with.  If all the gnome and X11 related stuff appears to be
upgraded, it might be hard to track down which build was at fault.  I think
the gnome upgrade script made a logfile in tmp.  I would check to see if
there is one there and if so see what happened.  Did you have x11 running
when you tried the upgrade?  Did the machine reboot or simply logout?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

_
Watch LIVE baseball games on your computer with MLB.TV, included with MSN 
Premium! 
http://join.msn.com/?page=features/mlbpgmarket=en-us/go/onm00200439ave/direct/01/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie question: Gnome 2.6 upgrade

2004-04-22 Thread Ian Bowers



From: Ewald Jenisch [EMAIL PROTECTED]
To: Ian Bowers [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: newbie question:  Gnome 2.6 upgrade
Date: Thu, 22 Apr 2004 17:16:14 +0200
On Thu, Apr 22, 2004 at 10:16:25AM -0400, Ian Bowers wrote:

 I'm having trouble upgrading to gnome 2.6.  I had gnome 2.4
 installed and running just fine.  I cvsup'd with the ports-supfile,
 and ran the gnome_upgrade.sh file.
Maybe dumb question: Did you upgrade ruby as instructed in
/usr/ports/UPDATING before upgrading Gnome? (I ran into that trap a
while ago)
Like a proper n00b, I didn't even know there was such a directory.  I 
followed the upgrade FAQ at freebsd.org on the assumption that it was a full 
set of instructions.  Thank you very much for this tidbit.  I'll upgrade 
ruby and check out that dir.

 Since running cvsup and the upgrade, I can't run startx like I used
 to.
Are your problems only related to X11 - or do you have the problems
when running in console-mode too?
Try switching virtual terminals with AltCtrlF-key (like
AltCtrlF2). First of all this switches you out to a
console-terminal leaving X running and thus gives to the ability to
track things down further.
-ewald



The problem only seems to be with X11.  I tried running several commands in 
console mode that I can normally run from any location and they all worked 
fine.  so far startx seems to be the only thing that won't run like it used 
to.  I read something about shells having to be rehashed to update the PATH 
lines?  I run in bash if that makes a difference.

Thank you very much for your help so far.

_
Is your PC infected? Get a FREE online computer virus scan from McAfee® 
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: newbie question: Gnome 2.6 upgrade

2004-04-22 Thread Lucas Holt
 

The problem only seems to be with X11.  I tried running several commands in
console mode that I can normally run from any location and they all worked
fine.  so far startx seems to be the only thing that won't run like it used
to.  I read something about shells having to be rehashed to update the PATH
lines?  I run in bash if that makes a difference.



If I'm not mistaken, you only need to run rehash with a csh not sh/bash.
Besides, you said the machine rebooted.  The path should be correct then.

You could type env and look at your environment variables. Make sure X11 is
still in your path.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]