[arch-general] What broke?!?!?!?

2011-05-02 Thread David Rosenstrauch
OK, performed a pacman -Syu today, and all sorts of things broke.  Can 
anyone please help point me to fixes?


* My USB (wireless) keyboard no longer works under X.  (Although it 
still works fine from consoles 1-6.)


* Internal trackpad no longer works under X.

* Connecting to an openvpn no longer works under 
networkmanager/networkmanager-openvpn/nm-applet.


* Neither USB (wireless) keyboard or (wired) mouse works under qingy.

I've been trying to dig through the forums, but haven't found any 
helpful info yet.  If these are known issues, could anyone point me to 
relevant forum threads and/or bug reports about them?


I honestly don't know where to start to fix this on my own.  There were 
~150 packages that got upgraded this weekend, and I have no idea which 
one(s) caused the breakages.


Thanks,

DR


Re: [arch-general] What broke?!?!?!?

2011-05-02 Thread Rafa Griman
Hi :)

On Mon, May 2, 2011 at 5:04 PM, David Rosenstrauch dar...@darose.net wrote:
 OK, performed a pacman -Syu today, and all sorts of things broke.  Can
 anyone please help point me to fixes?

 * My USB (wireless) keyboard no longer works under X.  (Although it still
 works fine from consoles 1-6.)

 * Internal trackpad no longer works under X.

 * Connecting to an openvpn no longer works under
 networkmanager/networkmanager-openvpn/nm-applet.

 * Neither USB (wireless) keyboard or (wired) mouse works under qingy.

 I've been trying to dig through the forums, but haven't found any helpful
 info yet.  If these are known issues, could anyone point me to relevant
 forum threads and/or bug reports about them?

 I honestly don't know where to start to fix this on my own.  There were ~150
 packages that got upgraded this weekend, and I have no idea which one(s)
 caused the breakages.

Are you using xorg-server-catalyst-maximize-fix? I was and the latest
update left my kbd and mouse unuseable under X. Solution was to
uninstall it and install normal xorg:

https://wiki.archlinux.org/index.php/ATI_Catalyst#Catalyst.27s_repositories

# pacman -Rdd xorg-server-catalyst-maximize-fix
# pacman -S xorg-server xorg-server-common


HTH

   Rafa


Re: [arch-general] What broke?!?!?!?

2011-05-02 Thread Grigorios Bouzakis
David Rosenstrauch wrote:

 * Connecting to an openvpn no longer works under 
 networkmanager/networkmanager-openvpn/nm-applet.

Maybe this: https://bugs.archlinux.org/task/24006


Re: [arch-general] What broke?!?!?!?

2011-05-02 Thread David Rosenstrauch

On 05/02/2011 11:12 AM, Rafa Griman wrote:

Are you using xorg-server-catalyst-maximize-fix? I was and the latest
update left my kbd and mouse unuseable under X. Solution was to
uninstall it and install normal xorg:

https://wiki.archlinux.org/index.php/ATI_Catalyst#Catalyst.27s_repositories

# pacman -Rdd xorg-server-catalyst-maximize-fix
# pacman -S xorg-server xorg-server-common


HTH

Rafa


Nope.  :-(

[darose@daroselin ~]$ pacman -Q | grep catalyst
[darose@daroselin ~]$

DR


Re: [arch-general] What broke?!?!?!?

2011-05-02 Thread Ty John
On Tue, May 3, 2011 at 3:20 AM, David Rosenstrauch dar...@darose.netwrote:

 On 05/02/2011 11:12 AM, Rafa Griman wrote:

 Are you using xorg-server-catalyst-maximize-fix? I was and the latest
 update left my kbd and mouse unuseable under X. Solution was to
 uninstall it and install normal xorg:


 https://wiki.archlinux.org/index.php/ATI_Catalyst#Catalyst.27s_repositories

 # pacman -Rdd xorg-server-catalyst-maximize-fix
 # pacman -S xorg-server xorg-server-common


 HTH

Rafa


 Nope.  :-(

 [darose@daroselin ~]$ pacman -Q | grep catalyst
 [darose@daroselin ~]$

 DR



Try downgrading udev to 167 and see if that helps.
https://bugs.archlinux.org/task/23916


Re: [arch-general] What broke?!?!?!?

2011-05-02 Thread Ty John
On Tue, May 3, 2011 at 9:05 AM, Ty John ty...@eye-of-odin.com wrote:



 On Tue, May 3, 2011 at 3:20 AM, David Rosenstrauch dar...@darose.netwrote:

 On 05/02/2011 11:12 AM, Rafa Griman wrote:

 Are you using xorg-server-catalyst-maximize-fix? I was and the latest
 update left my kbd and mouse unuseable under X. Solution was to
 uninstall it and install normal xorg:


 https://wiki.archlinux.org/index.php/ATI_Catalyst#Catalyst.27s_repositories

 # pacman -Rdd xorg-server-catalyst-maximize-fix
 # pacman -S xorg-server xorg-server-common


 HTH

Rafa


 Nope.  :-(

 [darose@daroselin ~]$ pacman -Q | grep catalyst
 [darose@daroselin ~]$

 DR



 Try downgrading udev to 167 and see if that helps.
 https://bugs.archlinux.org/task/23916



Sorry I meant downgrade to 166 not 167. If that does fix the problem then
try moving the /var/run folder and reboot (after reinstalling 167 again)


Re: [arch-general] What broke ctrl+c ??

2010-07-19 Thread David C. Rankin

On 07/18/2010 08:01 PM, Jeff Cook wrote:

Are you sure? If this is restricted to gnome-terminal then you either
probably have a gnome config file somewhere breaking it or there is some
obscure bug in gnome-terminal and you should bring this up with them.


I think you are 100% correct. I'll blow away my current gnome config and start 
over and see if it helps. Thanks.


--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-19 Thread Jan de Groot
On Sat, 2010-07-17 at 00:55 -0500, David C. Rankin wrote:
 Can anyone else try in gnome-terminal and see if ctrl+c is broken for
 you? Just 
 type 'ping whatever' and then try to kill ping with crtl+c. I can't
 and that's a 
 problem.
 
 I'm using using gnome-terminal 2.30.2-1 

Check your hotkey assignments (Edit - Keyboard shortcuts). I guess you
set CTRL+C somewhere.



Re: [arch-general] What broke ctrl+c ??

2010-07-19 Thread David C. Rankin

On 07/19/2010 02:14 AM, Jan de Groot wrote:

On Sat, 2010-07-17 at 00:55 -0500, David C. Rankin wrote:

Can anyone else try in gnome-terminal and see if ctrl+c is broken for
you? Just
type 'ping whatever' and then try to kill ping with crtl+c. I can't
and that's a
problem.

I'm using using gnome-terminal 2.30.2-1


Check your hotkey assignments (Edit -  Keyboard shortcuts). I guess you
set CTRL+C somewhere.




Damn Jan -- you hit the nail on the head. I was copying the fsck out of the 
command line. My head hang low... after this ID10T error.


Thanks for the help. Yep, that loud pop you heard was the cessation of the 
cranal rectal inversion I had been suffering from for the past day :p


--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-18 Thread János Illés
On Sun, Jul 18, 2010 at 02:49, David C. Rankin
drankina...@suddenlinkmail.com wrote:
        I'm going to work through the .xmodmap thoughts Jeff Cook had and
 then I'll downgrade LTS and see if that cures it. I'll report back on both.
 Thanks.


As I said already, create a new user. It is much better than deleting
random config files from your home directory.

-- 
ijanos


Re: [arch-general] What broke ctrl+c ??

2010-07-18 Thread David C. Rankin

On 07/17/2010 05:38 PM, Jeff Cook wrote:

I had this problem a while back. In my case, I had compiled a random git
checkout from awesomewm and that had a bug that was the cause of the
failure. If you're using any beta or development branches of your window
manager, you might want to try stable.

Also, try removing any .xmodmap or other such configurations.



Been through any config file I would have and I have no xmodmap or other custom 
x files.


No beta apps at all. I am running (trying to run)

kernel26-2.6.34.1-1-x86_64.pkg.tar.xz
xf86-video-ati-6.13.1-1-x86_64.pkg.tar.xz

and it is not going well...


--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-18 Thread Jeff Cook
On Sun, Jul 18, 2010 at 5:58 PM, David C. Rankin 
drankina...@suddenlinkmail.com wrote:

 On 07/17/2010 05:38 PM, Jeff Cook wrote:

 I had this problem a while back. In my case, I had compiled a random git
 checkout from awesomewm and that had a bug that was the cause of the
 failure. If you're using any beta or development branches of your window
 manager, you might want to try stable.

 Also, try removing any .xmodmap or other such configurations.


 Been through any config file I would have and I have no xmodmap or other
 custom x files.

 No beta apps at all. I am running (trying to run)

 kernel26-2.6.34.1-1-x86_64.pkg.tar.xz
 xf86-video-ati-6.13.1-1-x86_64.pkg.tar.xz

 and it is not going well...


Are you sure? If this is restricted to gnome-terminal then you either
probably have a gnome config file somewhere breaking it or there is some
obscure bug in gnome-terminal and you should bring this up with them.





 --
 David C. Rankin, J.D.,P.E.
 Rankin Law Firm, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com



Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread János Illés
On Sat, Jul 17, 2010 at 07:55, David C. Rankin
drankina...@suddenlinkmail.com wrote:
 OK I've narrowed it down to gnome-terminal. If I use konsole (kde3 or kde4)
 ctrl+c works just fine.

 Can anyone else try in gnome-terminal and see if ctrl+c is broken for you?
 Just type 'ping whatever' and then try to kill ping with crtl+c. I can't and
 that's a problem.

 I'm using using gnome-terminal 2.30.2-1


Create a new user, log in with it and try it again. If it works then
you have messed up something in your configs.

-- 
ijanos


Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread David C. Rankin

On 07/17/2010 12:52 AM, Thomas Dziedzic wrote:


Can you downgrade the -lts kernel and see if it works? If not, can you
try downgrading some other packages also?



Yep, I'll do that as a last resort, but finding that ctrl+c is only broken in 
gnome-terminal and it is OK in konsole, I'm suspecting it is gtk or gnome related...


--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread David C. Rankin

On 07/17/2010 12:58 AM, Jordan Windsor wrote:

Works here, gnome-terminal 2.30.2-1


Thanks - sometimes, I think I just must be the lucky one :p

--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread Isaac Dupree

On 07/17/10 01:49, David C. Rankin wrote:

On 07/17/2010 12:01 AM, Corey Johns wrote:

Try a new keyboard to help isolate the problem.



I would, but this is a laptop :p


For the record: All laptops I've seen have USB ports, and all modern 
separate-keyboards I've seen have USB plugs [unless they're Bluetooth 
based, which might also work with your laptop] -- so why not test with 
an external keyboard if you have one around?  They *work* on my laptop, 
even if I don't use them for everyday use.


[since you already found Ctrl-C works in Konsole, there's probably no 
use to do that test anymore though]


-Isaac


Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread Adriano Moura
2010/7/17 David C. Rankin drankina...@suddenlinkmail.com

 On 07/16/2010 09:52 PM, David C. Rankin wrote:

 Guys,

 I have a strange problem. ctrl+c is completely broken on my system. It
 won't
 cancel Jack Schit. It is the strangest thing I've seen. I apologize if
 there is
 some archain Arch notice on this I apologize, I've missed it.

 This is easy to test. Just to 'ping anywhere' and then try and kill it
 with
 ctrl+c. I have to open another terminal and either 'killall ping' or kill
 the
 pid to get the thing to stop. Same thing happens if I mistype a cli and
 need to
 cancel the execution (like if I mistype a ' instead of a  and the script
 continues on a new line)

 What's up with this?


 OK I've narrowed it down to gnome-terminal. If I use konsole (kde3 or kde4)
 ctrl+c works just fine.

 Can anyone else try in gnome-terminal and see if ctrl+c is broken for you?
 Just type 'ping whatever' and then try to kill ping with crtl+c. I can't and
 that's a problem.

 I'm using using gnome-terminal 2.30.2-1



 --
 David C. Rankin, J.D.,P.E.
 Rankin Law Firm, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com


Does Xterm and the VT's works?
if so, it must be something with the gnome terminal :)


Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread Jeff Cook
I had this problem a while back. In my case, I had compiled a random git
checkout from awesomewm and that had a bug that was the cause of the
failure. If you're using any beta or development branches of your window
manager, you might want to try stable.

Also, try removing any .xmodmap or other such configurations.

On Sat, Jul 17, 2010 at 2:58 PM, Adriano Moura adriano.l...@gmail.comwrote:

 2010/7/17 David C. Rankin drankina...@suddenlinkmail.com

  On 07/16/2010 09:52 PM, David C. Rankin wrote:
 
  Guys,
 
  I have a strange problem. ctrl+c is completely broken on my system. It
  won't
  cancel Jack Schit. It is the strangest thing I've seen. I apologize if
  there is
  some archain Arch notice on this I apologize, I've missed it.
 
  This is easy to test. Just to 'ping anywhere' and then try and kill it
  with
  ctrl+c. I have to open another terminal and either 'killall ping' or
 kill
  the
  pid to get the thing to stop. Same thing happens if I mistype a cli and
  need to
  cancel the execution (like if I mistype a ' instead of a  and the
 script
  continues on a new line)
 
  What's up with this?
 
 
  OK I've narrowed it down to gnome-terminal. If I use konsole (kde3 or
 kde4)
  ctrl+c works just fine.
 
  Can anyone else try in gnome-terminal and see if ctrl+c is broken for
 you?
  Just type 'ping whatever' and then try to kill ping with crtl+c. I can't
 and
  that's a problem.
 
  I'm using using gnome-terminal 2.30.2-1
 
 
 
  --
  David C. Rankin, J.D.,P.E.
  Rankin Law Firm, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  Telephone: (936) 715-9333
  Facsimile: (936) 715-9339
  www.rankinlawfirm.com
 

 Does Xterm and the VT's works?
 if so, it must be something with the gnome terminal :)



Re: [arch-general] What broke ctrl+c ??

2010-07-17 Thread David C. Rankin

On 07/17/2010 03:58 PM, Adriano Moura wrote:

Does Xterm and the VT's works?
if so, it must be something with the gnome terminal :)


Yep, x-term and all other vt's work fine, gnome-terminal is the only one with 
the un-terminable illness :p


--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


[arch-general] What broke ctrl+c ??

2010-07-16 Thread David C. Rankin

Guys,

	I have a strange problem. ctrl+c is completely broken on my system. It won't 
cancel Jack Schit. It is the strangest thing I've seen. I apologize if there is 
some archain Arch notice on this I apologize, I've missed it.


	This is easy to test. Just to 'ping anywhere' and then try and kill it with 
ctrl+c. I have to open another terminal and either 'killall ping' or kill the 
pid to get the thing to stop. Same thing happens if I mistype a cli and need to 
cancel the execution (like if I mistype a ' instead of a  and the script 
continues on a new line)


What's up with this?

--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-16 Thread Thomas Dziedzic
On Fri, Jul 16, 2010 at 9:52 PM, David C. Rankin
drankina...@suddenlinkmail.com wrote:
 Guys,

        I have a strange problem. ctrl+c is completely broken on my system.
 It won't cancel Jack Schit. It is the strangest thing I've seen. I apologize
 if there is some archain Arch notice on this I apologize, I've missed it.

        This is easy to test. Just to 'ping anywhere' and then try and kill
 it with ctrl+c. I have to open another terminal and either 'killall ping' or
 kill the pid to get the thing to stop. Same thing happens if I mistype a cli
 and need to cancel the execution (like if I mistype a ' instead of a  and
 the script continues on a new line)

        What's up with this?


Works for me.

What packages did you upgrade and what did you do recently?


Re: [arch-general] What broke ctrl+c ??

2010-07-16 Thread Corey Johns
On Fri, Jul 16, 2010 at 10:58 PM, Thomas Dziedzic gos...@gmail.com wrote:

 On Fri, Jul 16, 2010 at 9:52 PM, David C. Rankin
 drankina...@suddenlinkmail.com wrote:
  Guys,
 
 I have a strange problem. ctrl+c is completely broken on my
 system.
  It won't cancel Jack Schit. It is the strangest thing I've seen. I
 apologize
  if there is some archain Arch notice on this I apologize, I've missed it.
 
 This is easy to test. Just to 'ping anywhere' and then try and
 kill
  it with ctrl+c. I have to open another terminal and either 'killall ping'
 or
  kill the pid to get the thing to stop. Same thing happens if I mistype a
 cli
  and need to cancel the execution (like if I mistype a ' instead of a 
 and
  the script continues on a new line)
 
 What's up with this?
 
 
 Works for me.

 What packages did you upgrade and what did you do recently?


Try a new keyboard to help isolate the problem.


Re: [arch-general] What broke ctrl+c ??

2010-07-16 Thread David C. Rankin

On 07/17/2010 12:01 AM, Corey Johns wrote:

On Fri, Jul 16, 2010 at 10:58 PM, Thomas Dziedzicgos...@gmail.com  wrote:


On Fri, Jul 16, 2010 at 9:52 PM, David C. Rankin
drankina...@suddenlinkmail.com  wrote:

Guys,

I have a strange problem. ctrl+c is completely broken on my

system.

It won't cancel Jack Schit. It is the strangest thing I've seen. I

apologize

if there is some archain Arch notice on this I apologize, I've missed it.

This is easy to test. Just to 'ping anywhere' and then try and

kill

it with ctrl+c. I have to open another terminal and either 'killall ping'

or

kill the pid to get the thing to stop. Same thing happens if I mistype a

cli

and need to cancel the execution (like if I mistype a ' instead of a 

and

the script continues on a new line)

What's up with this?



Works for me.

What packages did you upgrade and what did you do recently?



Try a new keyboard to help isolate the problem.



I would, but this is a laptop :p

The list of packages updated recently are:

[2010-07-14 17:29] Running 'pacman -Sy wesnoth'
[2010-07-14 17:29] synchronizing package lists
[2010-07-14 17:30] Note:
[2010-07-14 17:30] == If you experience sound problems try setting your 
SDL_AUDIODRIVER environment variable to dma

[2010-07-14 17:30] == eg. export SDL_AUDIODRIVER=dma ; wesnoth
[2010-07-14 17:30] == If dma doesn't work,other options are: 
dsp,alsa,artsc,esd,nas try to find the right output.

[2010-07-14 17:30] installed wesnoth (1.8.2-2)
[2010-07-15 04:32] Running 'pacman -Syu'
[2010-07-15 04:32] synchronizing package lists
[2010-07-15 04:33] starting full system upgrade
[2010-07-15 04:47] removed obexd (0.28-1)
[2010-07-15 04:47] upgraded bluez (4.67-1 - 4.69-1)
[2010-07-15 04:47] upgraded clutter (1.2.8-1 - 1.2.10-1)
[2010-07-15 04:47] upgraded udev (159-1 - 160-1)
[2010-07-15 04:47] upgraded device-mapper (2.02.69-1 - 2.02.70-1)
[2010-07-15 04:47] upgraded eventlog (0.2.9-1 - 0.2.12-1)
[2010-07-15 04:47] upgraded fbpanel (6.0-1 - 6.1-2)
[2010-07-15 04:47] upgraded glitz (0.5.6-1 - 0.5.6-2)
[2010-07-15 04:47] upgraded gparted (0.6.0-1 - 0.6.1-1)
[2010-07-15 04:47] upgraded gvfs (1.6.2-1 - 1.6.3-1)
[2010-07-15 04:47] upgraded gvfs-obexftp (1.6.2-1 - 1.6.3-1)
[2010-07-15 04:47] upgraded initscripts (2010.06-2 - 2010.07-1)
[2010-07-15 04:47] upgraded linux-firmware (20100606-1 - 20100623-2)
[2010-07-15 04:47] upgraded mkinitcpio (0.6.6-1 - 0.6.7-1)
[2010-07-15 04:47]  Updating module dependencies. Please wait ...
[2010-07-15 04:47]  MKINITCPIO SETUP
[2010-07-15 04:47]  
[2010-07-15 04:47]  If you use LVM2, Encrypted root or software RAID,
[2010-07-15 04:47]  Ensure you enable support in /etc/mkinitcpio.conf .
[2010-07-15 04:47]  More information about mkinitcpio setup can be found 
here:
[2010-07-15 04:47]  http://wiki.archlinux.org/index.php/Mkinitcpio
[2010-07-15 04:47]
[2010-07-15 04:47]  Generating initial ramdisk, using mkinitcpio.  Please 
wait...
[2010-07-15 04:47] == Building image default
[2010-07-15 04:47] == Running command: /sbin/mkinitcpio -k 2.6.32-lts -c 
/etc/mkinitcpio.conf -g /boot/kernel26-lts.img

[2010-07-15 04:47] :: Begin build
[2010-07-15 04:47] :: Parsing hook [base]
[2010-07-15 04:47] :: Parsing hook [udev]
[2010-07-15 04:47] :: Parsing hook [autodetect]
[2010-07-15 04:47] :: Parsing hook [pata]
[2010-07-15 04:47] :: Parsing hook [scsi]
[2010-07-15 04:47] :: Parsing hook [sata]
[2010-07-15 04:47] :: Parsing hook [filesystems]
[2010-07-15 04:47] :: Generating module dependencies
[2010-07-15 04:47] :: Generating image '/boot/kernel26-lts.img'...SUCCESS
[2010-07-15 04:47] == SUCCESS
[2010-07-15 04:47] == Building image fallback
[2010-07-15 04:47] == Running command: /sbin/mkinitcpio -k 2.6.32-lts -c 
/etc/mkinitcpio.conf -g /boot/kernel26-lts-fallback.img -S autodetect

[2010-07-15 04:47] :: Begin build
[2010-07-15 04:47] :: Parsing hook [base]
[2010-07-15 04:48] :: Parsing hook [udev]
[2010-07-15 04:48] :: Parsing hook [pata]
[2010-07-15 04:48] :: Parsing hook [scsi]
[2010-07-15 04:48] :: Parsing hook [sata]
[2010-07-15 04:48] :: Parsing hook [filesystems]
[2010-07-15 04:48] :: Generating module dependencies
[2010-07-15 04:48] :: Generating image 
'/boot/kernel26-lts-fallback.img'...SUCCESS
[2010-07-15 04:48] == SUCCESS
[2010-07-15 04:48] upgraded kernel26-lts (2.6.32.15-1 - 2.6.32.16-1)
[2010-07-15 04:49] upgraded kernel26-lts-headers (2.6.32.15-1 - 2.6.32.16-1)
[2010-07-15 04:49] upgraded libssh (0.4.4-1 - 0.4.5-1)
[2010-07-15 04:49] upgraded libwebkit (1.2.1-1 - 1.2.2-1)
[2010-07-15 04:49] when you use a non-reparenting window manager
[2010-07-15 04:49] set _JAVA_AWT_WM_NONREPARENTING=1 in
[2010-07-15 04:49] /etc/profile.d/openjdk6.sh
[2010-07-15 04:49] upgraded openjdk6 (6.b18_1.8-1 - 6.b18_0.hg_20100715-1)
[2010-07-15 04:49] upgraded lucene (2.9.2-1 - 2.9.3-1)
[2010-07-15 04:49] upgraded lvm2 (2.02.69-1 - 2.02.70-1)
[2010-07-15 04:49] upgraded mkvtoolnix (4.1.1-1 - 4.1.1-2)
[2010-07-15 04:49] installed obexd-client (0.29-2)

Re: [arch-general] What broke ctrl+c ??

2010-07-16 Thread Thomas Dziedzic
On Sat, Jul 17, 2010 at 12:49 AM, David C. Rankin
drankina...@suddenlinkmail.com wrote:
 On 07/17/2010 12:01 AM, Corey Johns wrote:

 On Fri, Jul 16, 2010 at 10:58 PM, Thomas Dziedzicgos...@gmail.com
  wrote:

 On Fri, Jul 16, 2010 at 9:52 PM, David C. Rankin
 drankina...@suddenlinkmail.com  wrote:

 Guys,

        I have a strange problem. ctrl+c is completely broken on my

 system.

 It won't cancel Jack Schit. It is the strangest thing I've seen. I

 apologize

 if there is some archain Arch notice on this I apologize, I've missed
 it.

        This is easy to test. Just to 'ping anywhere' and then try and

 kill

 it with ctrl+c. I have to open another terminal and either 'killall
 ping'

 or

 kill the pid to get the thing to stop. Same thing happens if I mistype a

 cli

 and need to cancel the execution (like if I mistype a ' instead of a 

 and

 the script continues on a new line)

        What's up with this?


 Works for me.

 What packages did you upgrade and what did you do recently?


 Try a new keyboard to help isolate the problem.


 I would, but this is a laptop :p

 The list of packages updated recently are:

 [2010-07-14 17:29] Running 'pacman -Sy wesnoth'
 [2010-07-14 17:29] synchronizing package lists
 [2010-07-14 17:30] Note:
 [2010-07-14 17:30] == If you experience sound problems try setting your
 SDL_AUDIODRIVER environment variable to dma
 [2010-07-14 17:30] == eg. export SDL_AUDIODRIVER=dma ; wesnoth
 [2010-07-14 17:30] == If dma doesn't work,other options are:
 dsp,alsa,artsc,esd,nas try to find the right output.
 [2010-07-14 17:30] installed wesnoth (1.8.2-2)
 [2010-07-15 04:32] Running 'pacman -Syu'
 [2010-07-15 04:32] synchronizing package lists
 [2010-07-15 04:33] starting full system upgrade
 [2010-07-15 04:47] removed obexd (0.28-1)
 [2010-07-15 04:47] upgraded bluez (4.67-1 - 4.69-1)
 [2010-07-15 04:47] upgraded clutter (1.2.8-1 - 1.2.10-1)
 [2010-07-15 04:47] upgraded udev (159-1 - 160-1)
 [2010-07-15 04:47] upgraded device-mapper (2.02.69-1 - 2.02.70-1)
 [2010-07-15 04:47] upgraded eventlog (0.2.9-1 - 0.2.12-1)
 [2010-07-15 04:47] upgraded fbpanel (6.0-1 - 6.1-2)
 [2010-07-15 04:47] upgraded glitz (0.5.6-1 - 0.5.6-2)
 [2010-07-15 04:47] upgraded gparted (0.6.0-1 - 0.6.1-1)
 [2010-07-15 04:47] upgraded gvfs (1.6.2-1 - 1.6.3-1)
 [2010-07-15 04:47] upgraded gvfs-obexftp (1.6.2-1 - 1.6.3-1)
 [2010-07-15 04:47] upgraded initscripts (2010.06-2 - 2010.07-1)
 [2010-07-15 04:47] upgraded linux-firmware (20100606-1 - 20100623-2)
 [2010-07-15 04:47] upgraded mkinitcpio (0.6.6-1 - 0.6.7-1)
 [2010-07-15 04:47]  Updating module dependencies. Please wait ...
 [2010-07-15 04:47]  MKINITCPIO SETUP
 [2010-07-15 04:47]  
 [2010-07-15 04:47]  If you use LVM2, Encrypted root or software RAID,
 [2010-07-15 04:47]  Ensure you enable support in /etc/mkinitcpio.conf .
 [2010-07-15 04:47]  More information about mkinitcpio setup can be found
 here:
 [2010-07-15 04:47]  http://wiki.archlinux.org/index.php/Mkinitcpio
 [2010-07-15 04:47]
 [2010-07-15 04:47]  Generating initial ramdisk, using mkinitcpio.  Please
 wait...
 [2010-07-15 04:47] == Building image default
 [2010-07-15 04:47] == Running command: /sbin/mkinitcpio -k 2.6.32-lts -c
 /etc/mkinitcpio.conf -g /boot/kernel26-lts.img
 [2010-07-15 04:47] :: Begin build
 [2010-07-15 04:47] :: Parsing hook [base]
 [2010-07-15 04:47] :: Parsing hook [udev]
 [2010-07-15 04:47] :: Parsing hook [autodetect]
 [2010-07-15 04:47] :: Parsing hook [pata]
 [2010-07-15 04:47] :: Parsing hook [scsi]
 [2010-07-15 04:47] :: Parsing hook [sata]
 [2010-07-15 04:47] :: Parsing hook [filesystems]
 [2010-07-15 04:47] :: Generating module dependencies
 [2010-07-15 04:47] :: Generating image '/boot/kernel26-lts.img'...SUCCESS
 [2010-07-15 04:47] == SUCCESS
 [2010-07-15 04:47] == Building image fallback
 [2010-07-15 04:47] == Running command: /sbin/mkinitcpio -k 2.6.32-lts -c
 /etc/mkinitcpio.conf -g /boot/kernel26-lts-fallback.img -S autodetect
 [2010-07-15 04:47] :: Begin build
 [2010-07-15 04:47] :: Parsing hook [base]
 [2010-07-15 04:48] :: Parsing hook [udev]
 [2010-07-15 04:48] :: Parsing hook [pata]
 [2010-07-15 04:48] :: Parsing hook [scsi]
 [2010-07-15 04:48] :: Parsing hook [sata]
 [2010-07-15 04:48] :: Parsing hook [filesystems]
 [2010-07-15 04:48] :: Generating module dependencies
 [2010-07-15 04:48] :: Generating image
 '/boot/kernel26-lts-fallback.img'...SUCCESS
 [2010-07-15 04:48] == SUCCESS
 [2010-07-15 04:48] upgraded kernel26-lts (2.6.32.15-1 - 2.6.32.16-1)
 [2010-07-15 04:49] upgraded kernel26-lts-headers (2.6.32.15-1 -
 2.6.32.16-1)
 [2010-07-15 04:49] upgraded libssh (0.4.4-1 - 0.4.5-1)
 [2010-07-15 04:49] upgraded libwebkit (1.2.1-1 - 1.2.2-1)
 [2010-07-15 04:49] when you use a non-reparenting window manager
 [2010-07-15 04:49] set _JAVA_AWT_WM_NONREPARENTING=1 in
 [2010-07-15 04:49] /etc/profile.d/openjdk6.sh
 [2010-07-15 04:49] upgraded openjdk6 (6.b18_1.8-1 - 6.b18_0.hg_20100715-1)
 [2010-07-15 04:49] upgraded lucene (2.9.2-1 - 

Re: [arch-general] What broke ctrl+c ??

2010-07-16 Thread David C. Rankin

On 07/16/2010 09:52 PM, David C. Rankin wrote:

Guys,

I have a strange problem. ctrl+c is completely broken on my system. It won't
cancel Jack Schit. It is the strangest thing I've seen. I apologize if there is
some archain Arch notice on this I apologize, I've missed it.

This is easy to test. Just to 'ping anywhere' and then try and kill it with
ctrl+c. I have to open another terminal and either 'killall ping' or kill the
pid to get the thing to stop. Same thing happens if I mistype a cli and need to
cancel the execution (like if I mistype a ' instead of a  and the script
continues on a new line)

What's up with this?



OK I've narrowed it down to gnome-terminal. If I use konsole (kde3 or kde4) 
ctrl+c works just fine.


Can anyone else try in gnome-terminal and see if ctrl+c is broken for you? Just 
type 'ping whatever' and then try to kill ping with crtl+c. I can't and that's a 
problem.


I'm using using gnome-terminal 2.30.2-1


--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


Re: [arch-general] What broke ctrl+c ??

2010-07-16 Thread Jordan Windsor
On Sat, Jul 17, 2010 at 3:25 PM, David C. Rankin
drankina...@suddenlinkmail.com wrote:
 On 07/16/2010 09:52 PM, David C. Rankin wrote:

 Guys,

 I have a strange problem. ctrl+c is completely broken on my system. It
 won't
 cancel Jack Schit. It is the strangest thing I've seen. I apologize if
 there is
 some archain Arch notice on this I apologize, I've missed it.

 This is easy to test. Just to 'ping anywhere' and then try and kill it
 with
 ctrl+c. I have to open another terminal and either 'killall ping' or kill
 the
 pid to get the thing to stop. Same thing happens if I mistype a cli and
 need to
 cancel the execution (like if I mistype a ' instead of a  and the script
 continues on a new line)

 What's up with this?


 OK I've narrowed it down to gnome-terminal. If I use konsole (kde3 or kde4)
 ctrl+c works just fine.

 Can anyone else try in gnome-terminal and see if ctrl+c is broken for you?
 Just type 'ping whatever' and then try to kill ping with crtl+c. I can't and
 that's a problem.

 I'm using using gnome-terminal 2.30.2-1


 --
 David C. Rankin, J.D.,P.E.
 Rankin Law Firm, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 Telephone: (936) 715-9333
 Facsimile: (936) 715-9339
 www.rankinlawfirm.com


Works here, gnome-terminal 2.30.2-1