[ubuntu-users] Breezy: X Won't Start
Steve Torrefranca
javacide at gmail.com
Fri Jul 1 02:35:53 UTC 2005
well when i upgraded 4 machines to breezy from hoary, it was not a walk
in the park as i expected (it was not like when we do updrades with
stable to testing then to unstable and even to experimental - okay i
know i should not compare since the release strategy is deifferent). In
ubuntu forum there is thread that might help you
*http://www.ubuntuforums.org/showthread.php?t=44171*
I was able to fix it by force install, but there are still problems.
for example in my thinkpad i can have my gnome run - but in 2 (not 3)
other machines gnome was running. but that is okay since i use xfce
anyways, which was not also easy to do bec of dep problems that i was
able to fix eventually by pinning versions to the xfce site.
but surprisingly my old P3 Acer is running okay - Gnome, KDE, window
maker, xfce unlike the 2 P4 thinkpads and 1 P4 HP (which is a big
surprise thinking that HP and IBM are supposed to be very linux compat :) )
I dont know, maybe doing fresh install with breezy is easier than
upgrade - just an opinion since i have never tried downloading breezy iso.
steve
Steve Feehan wrote:
>On Thu, Jun 30, 2005 at 02:33:22PM -0400, Sean C Sieger wrote:
>
>
>>I just upgraded to Breezy.
>>
>>Tried to do it again by doing
>>
>>sudo sh -c "apt-get upgrade 2>1 1> ~/apt-get.log"
>>
>>
>
>This would send standard error to a file named "1" and standard
>output to a file named "~/apt-get.log". What you probably want is:
>
> sudo sh -c "apt-get upgrade > ~/apt-get.log 2>&1"
>
>This will send both standard output and error to "~/apt-get.log".
>The "2>&1" means duplicate the standard error file descriptor to
>the standard output file descriptor. See the REDIRECTION section
>of bash(1).
>
>Though, there may be a problem with redirecting both stdout and stderr
>to a file, since apt-get or dpkg won't be able to prompt you. Don't
>know... never tried.
>
>You might find script(1) useful.
>
>
>
>>will nothing be redirected to the terminal or is
>>this just the wrong command?
>>--
>>Sean
>>
>>
>>--
>>ubuntu-users mailing list
>>ubuntu-users at lists.ubuntu.com
>>http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>>
>>
>
>
>
More information about the ubuntu-users
mailing list