Re: possible cllue about this 30 second system freeze

2025-04-14 Thread gene heskett
On 4/14/25 11:51, Pocket wrote: On 4/14/25 11:04 AM, gene heskett wrote: On 4/14/25 09:18, Pocket wrote: On 4/14/25 8:35 AM, gene heskett wrote: But while there is a call to docker on an ipv4 address starting with 172 in the trace output, I don't recall ever setting up docker on this system.

Re: possible cllue about this 30 second system freeze

2025-04-14 Thread gene heskett
On 4/14/25 09:18, Pocket wrote: On 4/14/25 8:35 AM, gene heskett wrote: But while there is a call to docker on an ipv4 address starting with 172 in the trace output, I don't recall ever setting up docker on this system.  So who can help me check to see if its missing and this freeze is the ti

Re: possible cllue about this 30 second system freeze

2025-04-14 Thread gene heskett
On 4/14/25 01:55, Andrew M.A. Cater wrote: On Sun, Apr 13, 2025 at 05:32:29PM -0400, gene heskett wrote: On 4/13/25 14:07, Andrew M.A. Cater wrote: On Sun, Apr 13, 2025 at 12:50:14PM -0400, gene heskett wrote: Hi Gene, I'm probably going to regret this - let's see if I can help you fault-find

Re: possible cllue about this 30 second system freeze

2025-04-13 Thread Andrew M.A. Cater
On Sun, Apr 13, 2025 at 05:32:29PM -0400, gene heskett wrote: > On 4/13/25 14:07, Andrew M.A. Cater wrote: > > On Sun, Apr 13, 2025 at 12:50:14PM -0400, gene heskett wrote: > > > > Hi Gene, > > > > I'm probably going to regret this - let's see if I can help you > > fault-find :) > > > > Question

Re: possible cllue about this 30 second system freeze

2025-04-13 Thread gene heskett
On 4/13/25 14:07, Andrew M.A. Cater wrote: On Sun, Apr 13, 2025 at 12:50:14PM -0400, gene heskett wrote: Hi Gene, I'm probably going to regret this - let's see if I can help you fault-find :) Questions: 1. Which version of Debian is this? Give us the output of /etc/os-release and of uname -a

Re: possible cllue about this 30 second system freeze

2025-04-13 Thread Andrew M.A. Cater
On Sun, Apr 13, 2025 at 12:50:14PM -0400, gene heskett wrote: Hi Gene, I'm probably going to regret this - let's see if I can help you fault-find :) Questions: 1. Which version of Debian is this? Give us the output of /etc/os-release and of uname -a on this machine, please. 2. Do you actually

possible cllue about this 30 second system freeze

2025-04-13 Thread gene heskett
Using strace, the freeze corresponds to a poll command for fd33, which appears to be a docker function. In this case the test file is an AppImage, orcaslicer-2.3.0, but any AppImage will work for this. I have quite a few, as its the only way to get the latest and greatest given debians penchant

Re: System freeze until REISUB

2022-06-01 Thread Timothy M Butterworth
On Wed, Jun 1, 2022 at 8:23 PM Nicholas Geovanis wrote: > On Wed, Jun 1, 2022, 3:40 PM riveravaldez > wrote: > >> Hi, I have just updated a Debian Stable system and had an apparent >> full-freeze (GUI frozen, IceWM non-respondent and Ctrl+Alt+FN did >> nothing, keyboard lights also were fixed).

Re: System freeze until REISUB

2022-06-01 Thread Nicholas Geovanis
On Wed, Jun 1, 2022, 3:40 PM riveravaldez wrote: > Hi, I have just updated a Debian Stable system and had an apparent > full-freeze (GUI frozen, IceWM non-respondent and Ctrl+Alt+FN did > nothing, keyboard lights also were fixed). > Using REISUB system rebooted and everything seems normal right n

System freeze until REISUB

2022-06-01 Thread riveravaldez
Hi, I have just updated a Debian Stable system and had an apparent full-freeze (GUI frozen, IceWM non-respondent and Ctrl+Alt+FN did nothing, keyboard lights also were fixed). Using REISUB system rebooted and everything seems normal right now. Only thing I remember changing was the addition of qlip

Re: system freeze

2022-04-22 Thread mick crane
On 2022-04-20 21:52, Felix Miata wrote: You left out the S part of inxi -SGayz, so we don't see the kernel parameters to confirm whether radeon.si_support=0 amdgpu.si_support=1 was in effect on the current boot. well that's 2 days, touch wood, and we have stability. many thanks. mick -- Key I

Re: system freeze

2022-04-21 Thread mick crane
On 2022-04-20 21:52, Felix Miata wrote: You left out the S part of inxi -SGayz, so we don't see the kernel parameters to confirm whether radeon.si_support=0 amdgpu.si_support=1 was in effect on the current boot. Ah, it didn't change. seems "grub-mkconfig" isn't the thing to type. should be "up

Re: system freeze

2022-04-20 Thread Felix Miata
mick crane composed on 2022-04-20 20:58 (UTC+0100): > $ inxi -SGayz > Graphics: >Device-1: AMD Pitcairn LE GL [FirePro W5000] vendor: Dell driver: radeon > v: kernel alternate: amdgpu pcie: gen: 3 speed: 8 GT/s lanes: 16 ports: > active: DP-1 empty: DP-2,DVI-I-1 bus-ID: 03:00.0 chip-

Re: system freeze

2022-04-20 Thread Linux-Fan
mick crane writes: hello, I frequently have the system freeze on me and I have to unplug it. It seems to only happen in a browser and *appears* to be triggered by using the mouse. If watching streamed youtube movie or reading blogs sometimes the screen goes black and everything is

Re: system freeze

2022-04-20 Thread mick crane
On 2022-04-20 19:35, Felix Miata wrote: Section "Device" Identifier "DefaultDevice" Driver "amdgpu" EndSection I've changed /etc/default/grub #GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX_DEFAULT="radeon.si_support=0 amdgpu.si_support=1" typed grub-mkconfig making file /

Re: system freeze

2022-04-20 Thread Felix Miata
mick crane composed on 2022-04-20 19:14 (UTC+0100): >> radeon.si_support=0 amdgpu.si_support=1 > I added that to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub but I > can't see what to put in /boot/grub/grub.cfg because I'm not supposed to > edit it and grub-mkconfig is automagical. /b

Re: system freeze

2022-04-20 Thread mick crane
On 2022-04-20 17:34, Felix Miata wrote: mick crane composed on 2022-04-20 11:47 (UTC+0100): Graphics: Device-1: AMD Pitcairn LE GL [FirePro W5000] vendor: Dell driver: radeon v: kernel alternate: amdgpu pcie: gen: 3 speed: 8 GT/s lanes: 16 ports: active: DP-1 empty: DP-2,DVI-I-1 bu

Re: system freeze

2022-04-20 Thread Felix Miata
mick crane composed on 2022-04-20 11:47 (UTC+0100): > Graphics: >Device-1: AMD Pitcairn LE GL [FirePro W5000] vendor: Dell driver: > radeon > v: kernel alternate: amdgpu pcie: gen: 3 speed: 8 GT/s lanes: 16 > ports: > active: DP-1 empty: DP-2,DVI-I-1 bus-ID: 03:00.0 chip-ID: 1002:6

system freeze

2022-04-20 Thread mick crane
hello, I frequently have the system freeze on me and I have to unplug it. It seems to only happen in a browser and *appears* to be triggered by using the mouse. If watching streamed youtube movie or reading blogs sometimes the screen goes black and everything is unresponsive and sometimes the

Re: Fwd: How to Diagnose Mysterious System Freeze?

2022-03-26 Thread piorunz
On 26/03/2022 03:22, Phil V wrote: Please help! About once a week my up-to-date Debian system freezes completely. What GPU and driver? Please show inxi -G -- With kindest regards, Piotr. ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ ⠈⠳⣄

Re: Fwd: How to Diagnose Mysterious System Freeze?

2022-03-26 Thread songbird
Phil V wrote: >> If you are unable to determine which package your bug report should be filed >> against, please send e-mail to the Debian user mailing list asking for >> advice. > > Please help! > About once a week my up-to-date Debian system freezes completely. > Graphical interface is unchange

Re: How to Diagnose Mysterious System Freeze?

2022-03-25 Thread Felix Miata
Phil V composed on 2022-03-26 03:22 (UTC): > 2. What can I do to diagnose this, this time or next? Try different USB ports for mouse & keyboard (non v3.x) Try different mouse & keyboard Examine ~/.xsession-errors run journalctl -b -1 for prior boot (if /var/log/journal exists), just -b for curren

Fwd: How to Diagnose Mysterious System Freeze?

2022-03-25 Thread Phil V
> If you are unable to determine which package your bug report should be filed > against, please send e-mail to the Debian user mailing list asking for advice. Please help! About once a week my up-to-date Debian system freezes completely. Graphical interface is unchanged. System does not respond

Re: system freeze older iMac Debian 11

2022-02-14 Thread Robert F. Crochelt
On Thu, Jan 27, 2022 at 08:24:57AM -0800, Bob Crochelt wrote: > > > On Wed, Jan 26, 2022, at 18:14, Felix Miata wrote: > > Bob Crochelt composed on 2022-01-26 17:25 (UTC-0800): > > > > > inxi output attached. > > > > Your iMac's BIOS date is about a month earlier than mine. Likely the only >

Re: system freeze older iMac Debian 11

2022-01-27 Thread Bob Crochelt
On Thu, Jan 27, 2022, at 08:24, Bob Crochelt wrote: > > > On Wed, Jan 26, 2022, at 18:14, Felix Miata wrote: >> Bob Crochelt composed on 2022-01-26 17:25 (UTC-0800): >> >> > inxi output attached. >> >> Your iMac's BIOS date is about a month earlier than mine. Likely the only >> difference b

Re: system freeze older iMac Debian 11

2022-01-27 Thread Felix Miata
Bob Crochelt composed on 2022-01-27 08:24 (UTC-0800): > Felix Miata wrote: >> overheating. Have you tried running memtest86? > Tried to run memtest86 from the grub menu but it just seemed to > sit there, will try that again today. Your Grub menu has memtest86+. That's quite different than memt

Re: system freeze older iMac Debian 11

2022-01-27 Thread Bob Crochelt
On Wed, Jan 26, 2022, at 21:34, Charles Curley wrote: > On Wed, 26 Jan 2022 16:52:55 -0800 > "Robert F. Crochelt" wrote: > > > Can't even > > shift to a different console with ctrl-F_. > > Try ctl-alt-F_. > > -- > Does anybody read signatures any more? > > https://charlescurley.com > https:

Re: system freeze older iMac Debian 11

2022-01-27 Thread Bob Crochelt
On Wed, Jan 26, 2022, at 18:14, Felix Miata wrote: > Bob Crochelt composed on 2022-01-26 17:25 (UTC-0800): > > > inxi output attached. > > Your iMac's BIOS date is about a month earlier than mine. Likely the only > difference between ours is you have G92M [GeForce 8800M GTS] while I have > RV

Re: system freeze older iMac Debian 11

2022-01-26 Thread Charles Curley
On Wed, 26 Jan 2022 16:52:55 -0800 "Robert F. Crochelt" wrote: > Can't even > shift to a different console with ctrl-F_. Try ctl-alt-F_. -- Does anybody read signatures any more? https://charlescurley.com https://charlescurley.com/blog/

Re: system freeze older iMac Debian 11

2022-01-26 Thread Felix Miata
Bob Crochelt composed on 2022-01-26 17:25 (UTC-0800): > inxi output attached. Your iMac's BIOS date is about a month earlier than mine. Likely the only difference between ours is you have G92M [GeForce 8800M GTS] while I have RV630/M76 [Mobility Radeon HD 2600 XT/2700]. If yours is anything lik

Re: system freeze older iMac Debian 11

2022-01-26 Thread Bob Crochelt
On Wed, Jan 26, 2022, at 17:09, Felix Miata wrote: > Robert F. Crochelt composed on 2022-01-26 16:52 (UTC-0800): > > > Older iMac, recently installed Debian 11. Having system freezes even > > when running light weight environment like fvwm. Starts with slow > > video, progresses over a few min

Re: system freeze older iMac Debian 11

2022-01-26 Thread Felix Miata
Robert F. Crochelt composed on 2022-01-26 16:52 (UTC-0800): > Older iMac, recently installed Debian 11. Having system freezes even > when running light weight environment like fvwm. Starts with slow > video, progresses over a few minutes to complete freeze. Can't even > shift to a different con

system freeze older iMac Debian 11

2022-01-26 Thread Robert F. Crochelt
Hi Older iMac, recently installed Debian 11. Having system freezes even when running light weight environment like fvwm. Starts with slow video, progresses over a few minutes to complete freeze. Can't even shift to a different console with ctrl-F_. Nothing in top (when it starts) to suggest exc

Re: System freeze using web browsers

2018-05-11 Thread David Wright
On Sat 12 May 2018 at 11:37:44 (+1200), Ben Caradoc-Davies wrote: > Laptops are harder; there used to be low-power fanless models that > radiated heat through the keyboard, but these seem to be less > common. I hope ARM64 will become more common. I have a (fan-endowed) laptop that runs hot (the h

Re: System freeze using web browsers

2018-05-11 Thread Ben Caradoc-Davies
On 11/05/18 18:56, Joe wrote: On Fri, 11 May 2018 11:37:24 +1200 Richard Hector wrote: On 11/05/18 03:17, Cindy-Sue Causey wrote: Those times it happened, I remember kicking myself (HARD!) for not *simply* making sure there were no dust bunnies gathering inside the case in the days just prior

Re: System freeze using web browsers

2018-05-11 Thread Joe
On Fri, 11 May 2018 07:39:34 + (UTC) Curt wrote: > On 2018-05-11, Joe wrote: > > On Fri, 11 May 2018 11:37:24 +1200 > > Richard Hector wrote: > > > >> On 11/05/18 03:17, Cindy-Sue Causey wrote: > >> > Those times it happened, I remember kicking myself (HARD!) for > >> > not *simply* mak

Re: System freeze using web browsers

2018-05-11 Thread Curt
On 2018-05-11, Joe wrote: > On Fri, 11 May 2018 11:37:24 +1200 > Richard Hector wrote: > >> On 11/05/18 03:17, Cindy-Sue Causey wrote: >> > Those times it happened, I remember kicking myself (HARD!) for not >> > *simply* making sure there were no dust bunnies gathering inside the >> > case in the

Re: System freeze using web browsers

2018-05-10 Thread Joe
On Fri, 11 May 2018 11:37:24 +1200 Richard Hector wrote: > On 11/05/18 03:17, Cindy-Sue Causey wrote: > > Those times it happened, I remember kicking myself (HARD!) for not > > *simply* making sure there were no dust bunnies gathering inside the > > case in the days just prior to the hardware los

Re: System freeze using web browsers

2018-05-10 Thread Richard Hector
On 11/05/18 03:17, Cindy-Sue Causey wrote: > Those times it happened, I remember kicking myself (HARD!) for not > *simply* making sure there were no dust bunnies gathering inside the > case in the days just prior to the hardware loss. :) Hmm. I wonder how hard it would be to design/build a dust bu

Re: System freeze using web browsers

2018-05-10 Thread Kenneth Parker
I used to have an Acer Netbook, which would, regularly overheat, if I dared use it, more than a 1/2 hour at a time, with the "on-board" Hard Drive. HOWEVER, I had no trouble, running Ubuntu Server 12.04 (as an "always-on" Server), but ONLY on a Thumb Drive. Text only, cover closed, most access thr

Re: System freeze using web browsers

2018-05-10 Thread Cindy-Sue Causey
On 5/10/18, Ben Caradoc-Davies wrote: > On 10/05/18 17:36, Felix Miata wrote: >> Ben Caradoc-Davies composed on 2018-05-10 17:13 (UTC+1200): >>> Alexander, are there any signs of overheating at the time of the freeze? >> Any _other_ signs? Apparently "random" freezing after 30 minutes heavy >> use

Re: System freeze using web browsers

2018-05-10 Thread Ben Caradoc-Davies
On 10/05/18 17:36, Felix Miata wrote: Ben Caradoc-Davies composed on 2018-05-10 17:13 (UTC+1200): Alexander, are there any signs of overheating at the time of the freeze? Any _other_ signs? Apparently "random" freezing after 30 minutes heavy use, such as watching a video with a 1GHz CPU and 276

Re: System freeze using web browsers

2018-05-09 Thread Felix Miata
Ben Caradoc-Davies composed on 2018-05-10 17:13 (UTC+1200): > Felix Miata wrote: >> It's a 7 year old budget notebook. Likely either 7 years of heat has taken a >> toll on some heat sensitive component, or dust accumulation is _causing_ >> overheating that might be overcome by a cleaning. Maybe i

Re: System freeze using web browsers

2018-05-09 Thread Ben Caradoc-Davies
On 10/05/18 15:40, Felix Miata wrote: You could have looked it up: https://www.cnet.com/products/acer-aspire-v5-121-0430-11-6-c-70-4-gb-ram-320-gb-hdd/specs/ This would not have answered my question: "What video drivers and version?" It's a 7 year old budget notebook. Likely either 7 years of

Re: System freeze using web browsers

2018-05-09 Thread Felix Miata
Ben Caradoc-Davies composed on 2018-05-10 15:17 (UTC+1200): > Alexander Beerhoff wrote: ... >> I’ve found increasing heavier problems using web browser. In earlier stage >> the “system” freeze (no ctrl-alt-function-key response) when watching long >> video online (say at lea

Re: System freeze using web browsers

2018-05-09 Thread Ben Caradoc-Davies
On 10/05/18 09:17, Alexander Beerhoff wrote: Dear Debian Team, I’ve found increasing heavier problems using web browser. In earlier stage the “system” freeze (no ctrl-alt-function-key response) when watching long video online (say at least 30 min, say on you tube.com), now (as consequence of

Re: System freeze using web browsers

2018-05-09 Thread Carl Fink
On 05/09/2018 05:17 PM, Alexander Beerhoff wrote: Dear Debian Team, I’ve found increasing heavier problems using web browser. In earlier stage the “system” freeze (no ctrl-alt-function-key response) when watching long video online (say at least 30 min, say on you tube.com <http://tube.

Re: System freeze using web browsers

2018-05-09 Thread Bob Weber
On 5/9/18 5:17 PM, Alexander Beerhoff wrote: Dear Debian Team, I’ve found increasing heavier problems using web browser. In earlier stage the “system” freeze (no ctrl-alt-function-key response) when watching long video online (say at least 30 min, say on you tube.com <http://tube.com>

System freeze using web browsers

2018-05-09 Thread Alexander Beerhoff
Dear Debian Team, I’ve found increasing heavier problems using web browser. In earlier stage the “system” freeze (no ctrl-alt-function-key response) when watching long video online (say at least 30 min, say on you tube.com), now (as consequence of system update??) cannot use any browser: tried

Re: System freeze with multiple ttys in Debian Jessie

2015-08-22 Thread Jonathan de Boyne Pollard
Brian: > Systemd handles the terminals [...] ... and all of the mucking around that you two and participants in some other Debian bugs are doing, laudable as it is, is to tweak something that is in fact already superseded by TTYVTDisallocate=yes in autovt@.service . (-: August Karlstrom: >

Re: System freeze with multiple ttys in Debian Jessie

2015-07-03 Thread Brian
On Fri 03 Jul 2015 at 12:13:22 +0200, August Karlstrom wrote: > On 2015-07-03 01:00, Brian wrote: > >On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote: > > > >>The colour has changed to "That looks like light at the end of the > >>tunnel". :) > > > >The light is getting brighter. > > > >$SHLVL app

Re: System freeze with multiple ttys in Debian Jessie

2015-07-03 Thread August Karlstrom
On 2015-07-03 00:40, Brian wrote: I do not know what the explanation is in any detail but here is something to do which is constructive and instructive: mv ~/.bash_logout ~/.bash_logout-orig and exit. Where are you now? X or a terminal? Yes, without the logout script it works as expected; no

Re: System freeze with multiple ttys in Debian Jessie

2015-07-03 Thread August Karlstrom
On 2015-07-03 01:00, Brian wrote: On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote: The colour has changed to "That looks like light at the end of the tunnel". :) The light is getting brighter. $SHLVL appears to be one of the players. Change if [ "$SHLVL" = 1 ]; then in ~/.bash_logout

Re: System freeze with multiple ttys in Debian Jessie

2015-07-02 Thread Brian
On Thu 02 Jul 2015 at 23:35:56 +0100, Brian wrote: > The colour has changed to "That looks like light at the end of the > tunnel". :) The light is getting brighter. $SHLVL appears to be one of the players. Change if [ "$SHLVL" = 1 ]; then in ~/.bash_logout to if [ "$SHLVL" = 2 ]; then an

Re: System freeze with multiple ttys in Debian Jessie

2015-07-02 Thread Brian
On Thu 02 Jul 2015 at 18:45:24 +0100, Brian wrote: > On Thu 02 Jul 2015 at 17:58:35 +0200, August Karlstrom wrote: > > > Could it be related to the graphics driver? What card/driver do you > > use? I remember having issues with switching between ttys when using > > the NVIDIA driver in Debian Whe

Re: System freeze with multiple ttys in Debian Jessie

2015-07-02 Thread Brian
On Thu 02 Jul 2015 at 17:58:35 +0200, August Karlstrom wrote: > On 2015-07-02 13:50, Brian wrote: > > >There is no hanging this time but returning to a tty after logging > >out of one doesn't occur most of the time. When it does happen it is > >almost as though pressing keys at random is the trig

Re: System freeze with multiple ttys in Debian Jessie

2015-07-02 Thread August Karlstrom
On 2015-07-02 13:50, Brian wrote: On Thu 02 Jul 2015 at 10:50:07 +0100, Brian wrote: Systemd handles the terminals so this very much looks like a bug in that package. Do you intend to report it? I don't see what is special about tty1. I'm having doubts that systemd is involved in this issue.

Re: System freeze with multiple ttys in Debian Jessie

2015-07-02 Thread Brian
On Thu 02 Jul 2015 at 10:50:07 +0100, Brian wrote: > Systemd handles the terminals so this very much looks like a bug in > that package. Do you intend to report it? I don't see what is special > about tty1. I'm having doubts that systemd is involved in this issue. Installing sysvinit-core and pur

Re: System freeze with multiple ttys in Debian Jessie

2015-07-02 Thread Brian
On Thu 02 Jul 2015 at 07:07:58 +0200, August Karlstrom wrote: > On 2015-07-02 00:20, Brian wrote: > >Suppose you reboot. You will be on tty1 afterwards. Change to tty2, log > >in and then log out with the exit command. Are you still on tty2? > > Yes, this works as expected. I then logged in on tt

Re: System freeze with multiple ttys in Debian Jessie

2015-07-01 Thread August Karlstrom
On 2015-07-01 20:50, Elimar Riesebieter wrote: * August Karlstrom [2015-07-01 08:30 +0200]: I run Debian 8.1. With X-Windows running in tty1, if I login on tty2 (without X) and then logout, instead of seeing the tty2 login prompt the system switches to tty1 and X freezes; I cannot move the mou

Re: System freeze with multiple ttys in Debian Jessie

2015-07-01 Thread August Karlstrom
On 2015-07-02 00:20, Brian wrote: Suppose you reboot. You will be on tty1 afterwards. Change to tty2, log in and then log out with the exit command. Are you still on tty2? Yes, this works as expected. I then logged in on tty1 and started X. Then I logged in and out of tty2 four times and the c

Re: System freeze with multiple ttys in Debian Jessie

2015-07-01 Thread Brian
On Wed 01 Jul 2015 at 21:54:40 +0200, August Karlstrom wrote: > On 2015-07-01 20:50, Brian wrote: > >On Wed 01 Jul 2015 at 08:30:52 +0200, August Karlstrom wrote: > > > >>I run Debian 8.1. With X-Windows running in tty1, if I login on tty2 > >>(without X) and then logout, instead of seeing the tty

Re: System freeze with multiple ttys in Debian Jessie

2015-07-01 Thread August Karlstrom
On 2015-07-01 20:50, Brian wrote: On Wed 01 Jul 2015 at 08:30:52 +0200, August Karlstrom wrote: I run Debian 8.1. With X-Windows running in tty1, if I login on tty2 (without X) and then logout, instead of seeing the tty2 login prompt the system switches to tty1 and X freezes; I cannot move the

Re: System freeze with multiple ttys in Debian Jessie

2015-07-01 Thread Brian
On Wed 01 Jul 2015 at 08:30:52 +0200, August Karlstrom wrote: > I run Debian 8.1. With X-Windows running in tty1, if I login on tty2 > (without X) and then logout, instead of seeing the tty2 login prompt > the system switches to tty1 and X freezes; I cannot move the mouse, > not even switch to a d

Re: System freeze with multiple ttys in Debian Jessie

2015-07-01 Thread Elimar Riesebieter
* August Karlstrom [2015-07-01 08:30 +0200]: > I run Debian 8.1. With X-Windows running in tty1, if I login on tty2 > (without X) and then logout, instead of seeing the tty2 login prompt the > system switches to tty1 and X freezes; I cannot move the mouse, not even > switch to a different tty. Th

System freeze with multiple ttys in Debian Jessie

2015-06-30 Thread August Karlstrom
I run Debian 8.1. With X-Windows running in tty1, if I login on tty2 (without X) and then logout, instead of seeing the tty2 login prompt the system switches to tty1 and X freezes; I cannot move the mouse, not even switch to a different tty. The only keyboard command that seems to work is Ctrl-

Re: System freeze during boot with nvidia GPU on jessie

2014-03-24 Thread Christopher David Howie
On 03/23/2014 10:31 PM, Christopher David Howie wrote: > I have an Nvidia GeForce GTX 760 card, and I've been unable to get this > card working correctly in jessie, including even booting the system > after installing. > > The system hangs at "Waiting for /dev to be fully populated" unless I > spe

System freeze during boot with nvidia GPU on jessie

2014-03-23 Thread Christopher David Howie
Hello, I am not subscribed to this list so please CC me on replies (and quote this line so others know to as well). Also I was not sure if jessie issues belong here or on the debian-testing list, but the latter doesn't have very much activity at all and appears to be geared more towards inst

Re: System "freeze" / IBM x3650 kernel options

2012-03-22 Thread Joey L
well..my issue with the kernel is gone - do not know why. But now having issue with the video driver. I have stopped gd3 from loading on start, and now can not get the server console to show on my monitor. Did you see this ? On Wed, Mar 21, 2012 at 3:20 AM, Jonas Mixter wrote: > Hi Joey, > Sorry

Re: Testing Gnome3 Radeon OS complete system freeze

2012-03-01 Thread Kelly Clowers
On Wed, Nov 9, 2011 at 11:11, Joost Kraaijeveld wrote: > Hi, > > I am trying to run Debian Testing AMD64 with Gnome3 and the Radeon > OpenSource driver, xserver-xorg-video-radeon. All are the latest > versions, updated today (9 november 2011). > > After some time and always after clicking on an ic

Re: Re: Testing Gnome3 Radeon OS complete system freeze

2012-03-01 Thread Armin Müller
Hi, I got exactly the same Problem. Using Debian wheezy (fresh install in Dec. 2012, so no update from squeeze/gnome2.x with a radeon hd 5850 Card with one Monitor. Disable KMS = only fallback Modus , so no realy solution. Any other Idea? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-10 Thread Javier Silva
2011/11/10 Joost Kraaijeveld : > Hi Javier, > > Thanks for responding. > > On Thu, 2011-11-10 at 19:36 +0100, Javier Silva wrote: >> 2011/11/10 Joost Kraaijeveld : >> Before upgrade to Gnome3 and radeon opensource driver... >> >> what driver you had installed? > The closed source driver from AMD la

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-10 Thread Joost Kraaijeveld
Hi Javier, Thanks for responding. On Thu, 2011-11-10 at 19:36 +0100, Javier Silva wrote: > 2011/11/10 Joost Kraaijeveld : > Before upgrade to Gnome3 and radeon opensource driver... > > what driver you had installed? The closed source driver from AMD latest version (10.10) > which graphics card

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-10 Thread Javier Silva
2011/11/10 Joost Kraaijeveld : > On Wed, 2011-11-09 at 20:47 +0100, Javier Silva wrote: >> >> After freeze you can be accessed by ssh? >> Your machine respond to ping? > > No , I cannot access the machine with ssh and I cannot ping the machine. > I have tot use the on/off button to reboot the machi

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-10 Thread Joost Kraaijeveld
On Wed, 2011-11-09 at 20:47 +0100, Javier Silva wrote: > > After freeze you can be accessed by ssh? > Your machine respond to ping? No , I cannot access the machine with ssh and I cannot ping the machine. I have tot use the on/off button to reboot the machine. Rebooting the machine with the just

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-09 Thread Javier Silva
2011/11/9 Joost Kraaijeveld : > On Wed, 2011-11-09 at 20:29 +0100, Javier Silva wrote: >> Init computer in recovery mode and install firmware-linux. >> >> radeon driver need a package firmware-linux-non-free. > That is installed and loaded. I have Gnome3 running as Gnome3 , not in > the fall-back m

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-09 Thread Joost Kraaijeveld
On Wed, 2011-11-09 at 20:29 +0100, Javier Silva wrote: > Init computer in recovery mode and install firmware-linux. > > radeon driver need a package firmware-linux-non-free. That is installed and loaded. I have Gnome3 running as Gnome3 , not in the fall-back mode, which I had using the proprietar

Re: Testing Gnome3 Radeon OS complete system freeze

2011-11-09 Thread Javier Silva
2011/11/9 Joost Kraaijeveld : > Hi, > > I am trying to run Debian Testing AMD64 with Gnome3 and the Radeon > OpenSource driver, xserver-xorg-video-radeon. All are the latest > versions, updated today (9 november 2011). > > After some time and always after clicking on an icon or something else > on

Testing Gnome3 Radeon OS complete system freeze

2011-11-09 Thread Joost Kraaijeveld
Hi, I am trying to run Debian Testing AMD64 with Gnome3 and the Radeon OpenSource driver, xserver-xorg-video-radeon. All are the latest versions, updated today (9 november 2011). After some time and always after clicking on an icon or something else on the screen my system lock up. It completely

System "freeze" / IBM x3650 kernel options

2008-12-18 Thread Jonas Mixter
Hi! I have an IBM x3650 server with a single quad-core 2.0 GHz Intel Xeon (and one empty CPU-slot) and 4 GB RAM. The system is running an ordinary installation of etch. I used the linux-image-2.6.18-6-686-bigmem kernel but had some strange problems with the server. It all booted fine but occasiona

Re: Load web page with Flash movie --> System freeze?

2008-10-14 Thread Charlie
On Tue, 14 Oct 2008, Carl Fink engaged keyboard and shared this with us all: >--} On Tue, Oct 14, 2008 at 01:18:25AM -0500, Mumia W.. wrote: >--} > On 10/13/2008 11:30 PM, Carl Fink wrote: >--} >> [...] >--} >> This sounded really promising.  I was going to try it. >--} >> >--} >> But now the stupi

Re: Load web page with Flash movie --> System freeze?

2008-10-14 Thread Johannes Wiedersich
On 2008-10-14 06:30, Carl Fink wrote: > But now the stupid computer won't boot past "setting the system clock" in > Linux. Still works fine in Windows. This happens occasionally on my lenny thinkpad as well ;-( (Last kernel upgrade?) Usually it will reboot just fine. HTH, Johannes signatur

Re: Load web page with Flash movie --> System freeze?

2008-10-14 Thread Carl Fink
On Tue, Oct 14, 2008 at 01:18:25AM -0500, Mumia W.. wrote: > On 10/13/2008 11:30 PM, Carl Fink wrote: >> [...] >> This sounded really promising. I was going to try it. >> >> But now the stupid computer won't boot past "setting the system clock" in >> Linux. Still works fine in Windows. >> >> Time

Re: Load web page with Flash movie --> System freeze?

2008-10-14 Thread Mumia W..
On 10/13/2008 11:30 PM, Carl Fink wrote: [...] This sounded really promising. I was going to try it. But now the stupid computer won't boot past "setting the system clock" in Linux. Still works fine in Windows. Time to reinstall again, I suppose. This is becoming stupid. I sincerely hope y

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread David Witbrodt
> > ... ran the suggested command line incantation in the bug report, > > > > update-alternatives --auto flash-mozilla.so > > > > then ran Iceweasel again. The result was that 1.7.2 now works as good for > > me > > as 1.6.3 ever did. > > Hey, did you know that flashplugin-nonfree was rem

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Carl Fink
On Mon, Oct 13, 2008 at 04:51:36PM -0700, David Witbrodt wrote: > ... ran the suggested command line incantation in the bug report, > > update-alternatives --auto flash-mozilla.so > > then ran Iceweasel again. The result was that 1.7.2 now works as good for me > as 1.6.3 ever did. Hey, did

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Carl Fink
On Mon, Oct 13, 2008 at 04:51:36PM -0700, David Witbrodt wrote: > I don't know if my experience will help, but when the 'flashplugin-nonfree' > package was updated to the 1.7.* series, I started experiencing freezes for > about 30 seconds at a time just using my ISP's webmail interface. I ended

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Daniel Burrows
On Mon, Oct 13, 2008 at 11:50:02AM -0400, Carl Fink <[EMAIL PROTECTED]> was heard to say: > I can see a badly-behaved Flash plugin killing Firefox/Iceweasel. I can > even see it freezing X. How can it freeze the script running in the VT? > It's a really solid freeze--not only do ctrl-alt-f1 and

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread David Witbrodt
Hi Carl, > It's not just that, though. Any Flash movie will solidly lock it. For > instance, Pandora loads, then the laptop stops. I don't know if my experience will help, but when the 'flashplugin-nonfree' package was updated to the 1.7.* series, I started experiencing freezes for about 30

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Carl Fink
On Mon, Oct 13, 2008 at 03:16:25PM -0500, Hugo Vanwoerkom wrote: > It seems to me you can only try a different Lenny or distribution. > Those people that said WFM you don't know what kernel they are running. > You mentioned Knoppix: are you able to play a Flash movie on that? Like someone said in

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Carl Fink
On Mon, Oct 13, 2008 at 10:35:58PM +0300, Aioanei Rares wrote: > Iceweasel plus swfdec on an amd64 works like a charm here > too...(testing/unstable)...youtube and all that. In my testing earlier this year, swfdec won't run multiple instances, which is a thing I like to do. -- Carl Fink

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Hugo Vanwoerkom
Carl Fink wrote: On Mon, Oct 13, 2008 at 11:14:29AM -0500, Hugo Vanwoerkom wrote: On this laptop when were you able to play Captain Disillusion last? Before reinstalling Debian last week. It's not just that, though. Any Flash movie will solidly lock it. For instance, Pandora loads, then th

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Aioanei Rares
Carl Fink wrote: This is deeply weird and should be impossible. On an HP DV6100 laptop running a freshly-updated Lenny, I use Iceweasel 3 and the Flash library from Adobe, also updated today. I reinstalled Lenny last week. Starting Friday (I didn't use the laptop over the weekend) and continui

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Carl Fink
On Mon, Oct 13, 2008 at 11:14:29AM -0500, Hugo Vanwoerkom wrote: > On this laptop when were you able to play Captain Disillusion last? Before reinstalling Debian last week. It's not just that, though. Any Flash movie will solidly lock it. For instance, Pandora loads, then the laptop stops. --

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Ron Johnson
On 10/13/08 10:50, Carl Fink wrote: This is deeply weird and should be impossible. On an HP DV6100 laptop running a freshly-updated Lenny, I use Iceweasel 3 and the Flash library from Adobe, also updated today. I reinstalled Lenny last week. Starting Friday (I didn't use the laptop over the we

Re: Load web page with Flash movie --> System freeze?

2008-10-13 Thread Hugo Vanwoerkom
Carl Fink wrote: This is deeply weird and should be impossible. On an HP DV6100 laptop running a freshly-updated Lenny, I use Iceweasel 3 and the Flash library from Adobe, also updated today. I reinstalled Lenny last week. Starting Friday (I didn't use the laptop over the weekend) and continui

Load web page with Flash movie --> System freeze?

2008-10-13 Thread Carl Fink
This is deeply weird and should be impossible. On an HP DV6100 laptop running a freshly-updated Lenny, I use Iceweasel 3 and the Flash library from Adobe, also updated today. I reinstalled Lenny last week. Starting Friday (I didn't use the laptop over the weekend) and continuing today (Monday),

Re: System freeze in Lenny

2007-09-04 Thread Kamaraju S Kusumanchi
Matthew Lennig wrote: > I'm experiencing a system freeze-up in Lenny. Which package should > this be reported against? > > Some details: > > System: Abit AB9Pro motherboard > CPU: Intel Core Duo E6600 > Memory: 4GB > > The system boots normally. With ve

Re: System freeze in Lenny

2007-09-04 Thread Hugo Vanwoerkom
Matthew Lennig wrote: I'm experiencing a system freeze-up in Lenny. Which package should this be reported against? Some details: System: Abit AB9Pro motherboard CPU: Intel Core Duo E6600 Memory: 4GB The system boots normally. With very low load, it can run for several hours (e.g.,

Re: System freeze in Lenny

2007-09-04 Thread Simon Brandmair
Hi, On Tue, 04 Sep 2007 19:30:09 +0200 Matthew Lennig wrote: > > The system boots normally. With very low load, it can run for several > hours (e.g., if I just run top). However, when I start to put any > substantial load on the system it dies. > > I tried changing the motherboard, CPU, and memo

  1   2   >