[Bug 147551] Re: cups-pdf fails to generate file when user does not print to default ~/PDF (apparmor vs.cups-pdf inconsistency)

2019-09-16 Thread Zenaan Harkness
For reference, just steamrolled through this same saga, and finally
figoured out that Geany and Mousepad each use the same print dialog
(gnome?) which provides a "print to file" option, which provides to
choose both a save location and the output/save format (PDF, PS, SVG).
That might help some who missed the obvious...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/147551

Title:
  cups-pdf fails to generate file when user does not print to default
  ~/PDF (apparmor vs.cups-pdf inconsistency)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/147551/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 44630] Re: xterm rendering this font real ugly

2010-11-02 Thread Zenaan Harkness
On Tue, Nov 2, 2010 at 19:11, Thomas Dickey dic...@his.com wrote:
 On Tue, 2 Nov 2010, Zenaan Harkness wrote:
 Second:
 The following shell code disables bold (overstrike) fonts in xterm:
 echo -e \e[1mA\e[2J\e[7mB\e[m\e[?5h\e[?5l

 well... that doesn't disable bold fonts.

 Actually, this does disable overstrike (sometimes called bold) fonts.

 May be it's not meant to, but it does, so your words are incorrect and/
 or based on false assumptions. This solution has been working for me for
 2 to 3 years.

 I'm curious what you're seeing.  I tested it last night, found that it
 didn't work.  (I tested it with ncurses' test-screen 'b', found that I
 still got overstruck bold...).

Ok sure. I've attached two images, before-echo-trick.png and
after-echo-trick.png. They are screen capture of my xterm, cropped,
zoomed four or so times in gimp, screen captured + cropped again (so
it's easy to see what's going on, and keep them small, and since
gimp-image-scale image, produces a fuzzy larger image not a crisp
larger image).

It is really easy to see the difference, and moreso with these zoomed
images.

This was an xterm that I ran from an icon on my gnome shell taskbar
which simply runs xterm.

Also attached is my ~/.Xresources

I'm happy to send further details if you need something else to check.

Please note, I am on Ubuntu 8.04.

PLEASE NOTE, even though I am on Ubuntu 8.04, when I chroot into an
Ubuntu 10.04 Lucid chroot, and start an xterm (without having run the
echo... trick in the 'parent/host' term), the new xterm does not have
the problem.

So this problem appears to be a bug in xterm which has indeed been
fixed, as it suggests near the bottom of the debian bug you point out
here:

 Please see the following URLs:

 http://superuser.com/questions/15226/how-do-i-make-xterm-not-use-bold

 ...which in turn refers you to

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347790

OK, this guy says he uses these settings to stop bolding (in his
original bug report at the top there):

  *XTerm*boldMode: false
  *XTerm*boldFont: fixed

Well, these xterm settings simply didn't work for me, and the solution
I found, with the 'echo' incantation, does work, as you can see from
my attached images.

Best
Zenaan


** Attachment added: before-echo-trick.png
   
https://bugs.launchpad.net/bugs/44630/+attachment/1720542/+files/before-echo-trick.png

** Attachment added: after-echo-trick.png
   
https://bugs.launchpad.net/bugs/44630/+attachment/1720543/+files/after-echo-trick.png

** Attachment added: .Xresources
   https://bugs.launchpad.net/bugs/44630/+attachment/1720544/+files/.Xresources

-- 
xterm rendering this font real ugly
https://bugs.launchpad.net/bugs/44630
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 44630] Re: xterm rendering this font real ugly

2010-11-02 Thread Zenaan Harkness
Oh, and as you can see in those two tiny images I just posted, there
is another bug, where colorized text displays 1 pixel lower than
white-on-black text (can't speak to other color schemes). This is a
1-pixel vertical shift downwards of colorized text in xterm, which
causes some redraw issues on occasion, at least in Vim with split
panes.

This bug is also fixed for me with the xterm in Ubuntu 10.04 Lucid
chroot - so when Intel fixes the 00:02.0 VGA compatible controller:
Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
graphics controller chip problems in the recent X org servers, and I
can finally upgrade my laptop without one or a number more daily
hangs, I shall be happy. In the meantime I am patient. It's libre
software and so I feel at peace in this regard.

Best
Zenaan

-- 
xterm rendering this font real ugly
https://bugs.launchpad.net/bugs/44630
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 44630] Re: xterm rendering this font real ugly

2010-11-02 Thread Zenaan Harkness
On Tue, Nov 2, 2010 at 14:01, Zenaan Harkness
launchpad@freedbms.net wrote:
 First, re my statement above:

BUT, I have not found a way to automate this

 is false. Indeed the line echo -e ... can simply be placed at the end of 
 your .bashrc to have the desired effect.
 I suspect I was source-ing the snippet because it had annoying properties on 
 logins in other terminals, which I did not want (perhaps gnome-terminal).

Just got bitten by one of the annoying properties - after open a few
addition GNU Screen 'windows' in my gnu screen session, suddenly all
screen windows are stuffed! And the echo trick fails to fix things. So
by repeatedly running, it ends up stuffing up. But by running once
only, it persists, and does not un-fix itself at all.

 Anyway, as of just now, I have put it at the end of my .bashrc, so that
 should work for you too.

Back to manual sourcing for me...
Zen

-- 
xterm rendering this font real ugly
https://bugs.launchpad.net/bugs/44630
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 44630] Re: xterm rendering this font real ugly

2010-11-01 Thread Zenaan Harkness
WORKAROUND:
This is still pretty clunky but I've been using this solution since 8.04, to 
solve this very problem:

The following shell code disables bold (overstrike) fonts in xterm:
echo -e \e[1mA\e[2J\e[7mB\e[m\e[?5h\e[?5l

BUT, I have not found a way to automate this - it's like an environment
variable export, if you don't export it, it won't apply to the current
(parent) shell/term process.

SO, I put the above code into a file, say ~/nobold or ~/bin/fixfont, and then 
for each xterm I open I manually source the file:
. ~/bin/fixfont

This solves the problem for a each xterm. The fix does not propagate to
xterms opened from current xterm unfortunately!

I have been asked why not use gnome-terminal.

Well, gnome-terminal does NOT allow me to use a neep font, or at
least, not a neep font less than 12 pixels in size.

Also, when I run screen, I have my .screenrc config with the following three 
lines:
# Make CTRL-Pgup go to previous screen, CTRL-Pgdn to next:
bindkey ^[[5;5~ prev
bindkey ^[[6;5~ next

These bindkey screenrc options give me a firefox-like CTRL-PageUP and
CTRL-PageDN to swap between my screen tabs as they could be called :)

Problem is, with gnome-terminal and my above screenrc config, only CTRL-
PageUP works, and CTRL-PageDN does not work.

gnome-terminal pre- ubuntu 8.04 had performance problems which precluded
its use for me then. It is now adequate, but xterm is still higher
performance.

Time to file a gnome-terminal bug report or three I guess.

-- 
xterm rendering this font real ugly
https://bugs.launchpad.net/bugs/44630
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669746] [NEW] gnome-terminal does not support neep font less than 12 points size

2010-11-01 Thread Zenaan Harkness
Public bug reported:

Binary package hint: gnome-terminal

I have neep font installed. I can configure neep font as a font when I
run xterm, and it works well at various sizes, but not in gnome-
terminal.

In xterm, I have to disable bold (overstrike) fonts, which I do using the 
following code at the end of my .bashrc, or else bold text looks quite bad:
echo -e \e[1mA\e[2J\e[7mB\e[m\e[?5h\e[?5l

With gnome-terminal, I can't use anything below neep 12 point. I can
choose lower point size, but font continues to display at 12 point.

Except for neep 6-point, where the font is may be still 12 point, but is
all overlapped and so quite unreadable!

Perhaps gnome-terminal disallows because below 12 point there is no neep
bold font? I don't know if this is true or not, just guessing...

ProblemType: Bug
Architecture: i386
Date: Tue Nov  2 12:01:26 2010
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/gnome-terminal
Package: gnome-terminal 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=/home/User 
Name/bin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/bin
 LC_COLLATE=C
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
SourcePackage: gnome-terminal
Uname: Linux 2.6.24-28-generic i686

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
gnome-terminal does not support neep font less than 12 points size
https://bugs.launchpad.net/bugs/669746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669746] Re: gnome-terminal does not support neep font less than 12 points size

2010-11-01 Thread Zenaan Harkness


-- 
gnome-terminal does not support neep font less than 12 points size
https://bugs.launchpad.net/bugs/669746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 44630] Re: xterm rendering this font real ugly

2010-11-01 Thread Zenaan Harkness
First, re my statement above:

BUT, I have not found a way to automate this

is false. Indeed the line echo -e ... can simply be placed at the end of your 
.bashrc to have the desired effect.
I suspect I was source-ing the snippet because it had annoying properties on 
logins in other terminals, which I did not want (perhaps gnome-terminal).

Anyway, as of just now, I have put it at the end of my .bashrc, so that
should work for you too.

Second:
 The following shell code disables bold (overstrike) fonts in xterm:
 echo -e \e[1mA\e[2J\e[7mB\e[m\e[?5h\e[?5l

well... that doesn't disable bold fonts.

Actually, this does disable overstrike (sometimes called bold) fonts.

May be it's not meant to, but it does, so your words are incorrect and/
or based on false assumptions. This solution has been working for me for
2 to 3 years.

Please see the following URLs:

http://superuser.com/questions/15226/how-do-i-make-xterm-not-use-bold

http://www.google.com.au/search?num=20hl=ensafe=offclient=firefox-ahs=89Qrls=com.ubuntu
%3Aen-
US%3Aunofficialq=%22echo+-e+\e[1mA\e[2J\e[7mB\e[m\e[%3F5h\e[%3F5l%22btnG=Search

 Breaking it down, it's doing
...

I don't know what the tput hold etc do so can't respond sorry, and you
haven't explained, so I cannot comment on why it (should not? but) does
disable bold overstrike fonts in xterm!

xterm's alwaysBoldMode resource might help for this bug report.

From memory (couple of years or more ago), I tried this - I extensively
read xterm man page and X and xorg and xresources and google of above,
and tried many combinations... without success. This is one very
stubborn bug (at least in my case where I use smallish neep fonts).

The ONLY solution I found which SOLVED my problem, is the disable bold
(overstrike) fonts in xterm solution which I posted above.

SO, that's why I posted this solution to this bug. I was doing a search
and hoping a more elegant solution might have popped up in the last few
years. Came across this bug report (don't remember seeing it before),
and _no_ solution was posted, so I posted my _current_ and
_working_for_2.5_years_now_ solution because I thought someone may just
need it and be reading this bug report and not know a solution
otherwise.

Thank you for your feedback though, I now have some commands tput ...
which I can search to try finding some doco to help me decipher the
magic incantation which I've been using to disable bold overstrike fonts
in xterm, should I be so inclined. This is useful information.

BTW, if someone can suggest a test or would like other information from
me, I am very willing to run tests if I can. I am competant to run
chroot tests too (I have lucid/10.04 in a chroot, and can install debian
testing or unstable too if desired - I manage a number of workstations
and servers, and run local repo mirrors of debian testing/unstable and
ubuntu lts releases).

Please note, this bug (44630) is from 20060514 and is not a bug I
created, but is a bug which affects me. Either way, I'm willing to
assist if I can, just ask...

Thanks again,
Zenaan

-- 
xterm rendering this font real ugly
https://bugs.launchpad.net/bugs/44630
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669754] [NEW] gnome-terminal and gnu screen custom keyboard shortcuts ctrl-pgup ctrl-pgdn

2010-11-01 Thread Zenaan Harkness
Public bug reported:

Binary package hint: gnome-terminal

I run gnu screen, for which I include in my .screenrc configuration the 
following 5 lines:
# bind F9  to create a new screen
bindkey -k k9 screen
# Make CTRL-Pgup go to previous screen, CTRL-Pgdn to next:
bindkey ^[[5;5~ prev
bindkey ^[[6;5~ next

In gnu screen in xterm, this works as expected: just like in Firefox,
CTRL-pgup flips to previous tab/screen and CTRL-pgdn flips to next
tab/screen, each wrapping around the end as necessary according to
.screenrc config.

In gnome-terminal, the binding for CTRL-pgup works, but _not_ the
binding for CTRL-pgdn !

I am running Ubuntu 8.04 Hardy, with a Lucid 10.04 chroot (and can
create Debian Testing and Debian Unstable chroots if needed) for
testing:

PLEASE NOTE, this bug appears to be fixed in Ubuntu 10.04 - at least
running gnome-terminal in my Lucid 10.04 chroot I do not experience the
problem!

Thanks
Zenaan

ProblemType: Bug
Architecture: i386
Date: Tue Nov  2 14:04:17 2010
DistroRelease: Ubuntu 8.04
Package: gnome-terminal 2.22.1-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 LANGUAGE=en_US:en
 LC_COLLATE=C
 PATH=/home/User 
Name/bin:/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/bin
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
Uname: Linux 2.6.24-28-generic i686

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
gnome-terminal and gnu screen custom keyboard shortcuts ctrl-pgup ctrl-pgdn
https://bugs.launchpad.net/bugs/669754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 669754] Re: gnome-terminal and gnu screen custom keyboard shortcuts ctrl-pgup ctrl-pgdn

2010-11-01 Thread Zenaan Harkness


-- 
gnome-terminal and gnu screen custom keyboard shortcuts ctrl-pgup ctrl-pgdn
https://bugs.launchpad.net/bugs/669754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 669746] [NEW] gnome-terminal does not support neep font less than 12 points size

2010-11-01 Thread Zenaan Harkness
 Binary package hint: gnome-terminal

 I have neep font installed. I can configure neep font as a font when I
 run xterm, and it works well at various sizes, but not in gnome-
 terminal.

I have tested and found this bug to exist in Ubuntu 10.04 Lucid in a
chroot (on my Hardy desktop host).

If needed, I could also run tests in either a Debian Testing and/ or
Debian Unstable chroot.

-- 
gnome-terminal does not support neep font less than 12 points size
https://bugs.launchpad.net/bugs/669746
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587435] Re: Installation of chrony fails

2010-09-12 Thread Zenaan Harkness
I'm getting this same error.
Tried looking through /etc/chrony/chrony.conf but to no avail.

Tiime to try another time daemon.

-- 
Installation of chrony fails
https://bugs.launchpad.net/bugs/587435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587435] Re: Installation of chrony fails

2010-09-12 Thread Zenaan Harkness
Example:
$ sudo service chrony stop
Stopped /usr/sbin/chronyd (pid 5433).

$ sudo service chrony start
Starting /usr/sbin/chronyd...
/usr/sbin/chronyd failed to start.

And yet:
$ ps aux|grep chrony
root  5821  0.0  0.1   9940  2564 ?S22:30   0:00 
/usr/sbin/chronyd

This is with default chrony.conf except for adding a few ntp servers I
googled, keeping one of the defaults in there and commenting out the
others...

HTH

-- 
Installation of chrony fails
https://bugs.launchpad.net/bugs/587435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 587435] Re: Installation of chrony fails

2010-09-12 Thread Zenaan Harkness
When starting chrony as above, I get no /var/log/chrony/* logs, but do
get the following:

== daemon.log ==
Sep 13 22:40:06 ip61 chronyd[5981]: chronyd version 1.23 starting

== syslog ==
Sep 13 22:40:06 ip61 chronyd[5981]: chronyd version 1.23 starting

BTW, although it produces an error, it does start a process as seen
above, but although it starts a process, it does not set the time, so
there is an actual error here somewhere.

Did get some chrony specific logs just now - must have been a time delay:
== measurements.log ==
=
   Date (UTC) Time IP Address   L St 1234 ab 5678 LP RP SC  Offset Peer 
del. Peer disp. Root del.  Root disp.
=
2010-09-13 12:42:56 91.189.94.4 N  2  11   9  9  0 -3.598e+04  
3.600e-01  1.442e-03  7.843e-03  2.600e-02

== tracking.log ==
2010-09-13 12:42:56 0.0.0.0  0  0.000 100.000  0.000e+00

== measurements.log ==
2010-09-13 12:42:58 203.12.160.2N  2  11   7  7  0 -3.598e+04  
2.593e-02  1.057e-04  1.335e-02  7.483e-02
2010-09-13 12:42:58 202.158.218.239 N  3  11   8  8  0 -3.598e+04  
3.886e-02  1.575e-04  5.814e-02  4.802e-02

== tracking.log ==
2010-09-13 12:42:58 0.0.0.0  0  0.000 100.000  0.000e+00
2010-09-13 12:42:58 0.0.0.0  0  0.000 100.000  0.000e+00

I reset the time manual (System - Administration - Time and Date) so
that it was no more than a minute out, but still got the same start/stop
problem with chrony.

I've now apt-get remove'd chrony.

Not sure where else to look, but happy to run tests.

-- 
Installation of chrony fails
https://bugs.launchpad.net/bugs/587435
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 634986] [NEW] debmirror --progress option does not show progress bar

2010-09-10 Thread Zenaan Harkness
Public bug reported:

Binary package hint: debmirror

The debmirror man page has these two options described:
   --verbose -v
   Displays progress between file downloads.

   --progress -p
   Displays progress bars as files are downloaded.

I've tried -v -p, as well as just -p, but there are no progress
bars. I assume progress bars are something akin to wget's verbose/
progress bars output - this is what I want to see, because sometimes
say a 58MB samba-dbg file is downloading, and I want to stop it for
some reason, and I want to stop it in-between downloads, and I can't
see the progress of each file, which would be better than seeing
nothing for a long time, waiting for that file to end, before CTRL-C,
or else, just doing CTRL-C straight away, and hoping that I haven't
wasted my bandwidth (eg since file was only 50% downloaded, the MD5
checks will cause it to be downloaded again...).

Am I doing something wrong, are there really progress bars somewhere?
or is the documentation/ man page wrong - there's no progress bars?

Thanks
Zenaan

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: debmirror 1:2.4.4ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Sat Sep 11 00:33:49 2010
PackageArchitecture: all
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_AU.utf8
 SHELL=/bin/bash
SourcePackage: debmirror

** Affects: debmirror (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
debmirror --progress option does not show progress bar
https://bugs.launchpad.net/bugs/634986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 634986] Re: debmirror --progress option does not show progress bar

2010-09-10 Thread Zenaan Harkness

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/634986/+attachment/1566205/+files/Dependencies.txt

-- 
debmirror --progress option does not show progress bar
https://bugs.launchpad.net/bugs/634986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128207] Re: After security update ubuntu restarts

2009-11-01 Thread Zenaan Harkness
I am getting same error:
Nov  1 16:45:59 ip61 gdm[5800]: WARNING: gdm_slave_xioerror_handler: Fatal X 
error - Restarting :0

At that point in syslog, my laptop has died, can't ping it, can't change
to text console (Ctl-Alt-F1 etc), can't reboot with Ctl-Alt-Del. Ctl-
Alt-Backspace does nothing. Screen is black.

Events that have 'triggered' this:
- I've had no local login session (gdm starts, but all my logins are otherwise 
ssh -X from a remote host, which remote logins run xterms, firefox, and that's 
about it).

I have a USB drive bind mounted onto my home directory (on bootup,
before any logins).

Then, I go to my laptop and attemp to Ctl-Alt-F1 to do a local console-
only login, and the screen goes black and the laptop hangs.

On reboot, I can provide the following info:

uname -a:
Linux ip61 2.6.24-25-generic #1 SMP Tue Oct 20 07:31:10 UTC 2009 i686 GNU/Linux

OS/Laptop:
Ubuntu Hardy, Dell Inspiron 700m.

/proc/cpuinfo:
model   : 13
model name  : Intel(R) Pentium(R) M processor 1.60GHz

lspci:
00:00.0 Host bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to 
I/O Controller (rev 02)
00:00.1 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:00.3 System peripheral: Intel Corporation 82852/82855 GM/GME/PM/GMV 
Processor to I/O Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
Device (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 03)

lsusb:
Bus 004 Device 003: ID 050d:0237 Belkin Components 
Bus 004 Device 002: ID 152d:2329 JMicron Technology Corp. / JMicron USA 
Technology Corp. 

Kernels I have tried:
/boot/vmlinuz-2.6.24-25-generic
/boot/vmlinuz-2.6.24-24-generic
/boot/vmlinuz-2.6.24-16-generic

Each of these three kernels shows same problem.

Just ask if I can provide further info.

-- 
After security update ubuntu restarts
https://bugs.launchpad.net/bugs/128207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128207] Re: After security update ubuntu restarts

2009-11-01 Thread Zenaan Harkness
Here is lspci attachment for my setup.

** Attachment added: lspci-vvnn.log
   http://launchpadlibrarian.net/34839753/lspci-vvnn.log

-- 
After security update ubuntu restarts
https://bugs.launchpad.net/bugs/128207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 128207] Re: After security update ubuntu restarts

2009-11-01 Thread Zenaan Harkness
Here is dmesg attachment for my setup.

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/34839983/dmesg.log

-- 
After security update ubuntu restarts
https://bugs.launchpad.net/bugs/128207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136784] Re: X crashes and returns to log-in when starting certain games

2009-11-01 Thread Zenaan Harkness
*** This bug is a duplicate of bug 130325 ***
https://bugs.launchpad.net/bugs/130325

I don't think this is a dup of 130325!

Please see my comments in 1228207.

Basically, this bug is elusive, and evidently manifesting in different
ways (eg by running gl games, screensaver, or as in my case, just by
attempting to switch from GDM console to text console (ie looking at GDM
on console 6, and pressing Ctl-Alt-1 to go to console 1, and machine
hangs cold!)

So I suspect this is some sort of race/threading problem, or at the
least, something at a lower level in Xorg!

My drivers are Intel standard built-in, other people has been Nvidia,
etc, so not driver-specific as far as I can tell.

Related bugs:

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/136784

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/342797

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/342797

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/136784

https://bugs.launchpad.net/ubuntu/+source/linux-restricted-
modules-2.6.22/+bug/130325

-- 
X crashes and returns to log-in when starting certain games
https://bugs.launchpad.net/bugs/136784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136784] Re: X crashes and returns to log-in when starting certain games

2009-11-01 Thread Zenaan Harkness
*** This bug is a duplicate of bug 130325 ***
https://bugs.launchpad.net/bugs/130325

Sorry, here's the proper bug list (that was a shocker, two dups, and
missed one):

https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.20/+bug/128207

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/342797

https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/152648

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/136784

(Again, I think the following bug is NOT a duplicate of this bug!!:
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/130325
)

-- 
X crashes and returns to log-in when starting certain games
https://bugs.launchpad.net/bugs/136784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136784] Re: X crashes and returns to log-in when starting certain games

2009-11-01 Thread Zenaan Harkness
*** This bug is a duplicate of bug 130325 ***
https://bugs.launchpad.net/bugs/130325

My comments in 1228207
should be My comments is 128207:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/128207

-- 
X crashes and returns to log-in when starting certain games
https://bugs.launchpad.net/bugs/136784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs