If your running Sid do not upgrade hal.
- craigevil
- Posts: 5378
- Joined: 2006-09-17 03:17
- Location: heaven
- Has thanked: 26 times
- Been thanked: 35 times
If your running Sid do not upgrade hal.
View topic - keyboard issues / tastatur-probleme
http://sidux.com/PNphpBB2-viewtopic-t-6553.html
Lots of us ran into many keyboard related issues with todays hal update. Things like arrow,delete keys not working, unable to use keyboard at all or moue in fullscreen games.
Non-US keyboard layouts were changed to US but still had the other problems as well.
http://sidux.com/PNphpBB2-viewtopic-t-6553.html
Lots of us ran into many keyboard related issues with todays hal update. Things like arrow,delete keys not working, unable to use keyboard at all or moue in fullscreen games.
Non-US keyboard layouts were changed to US but still had the other problems as well.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list
Me, too. A couple hours ago, on my AMD64 system. I did notice that Hal was one of the upgrades.I just did a dist-upgrade and haven't had any issues whatsoever.
Maybe it's a Sidux issue.
Edit: Reading the link in Craigevil's post, it appears that some people running pure Sid experienced it, too. There is a bug report. Guess I'll be cautious with my 32-bit system.
...and, another edit. After saying I had no issues, I guess I hit my up-arrow for the first time since my dist-upgrade ... Sure enough, problems. Believe me, downgrading Hal is no picnic ... A lot of stuff goes with it, and has to be reinstalled. Avoid it.
Debian-Lenny/Sid 32/64
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
- hellfire[bg]
- Posts: 499
- Joined: 2006-06-21 19:15
- Location: Sliven, Bulgaria
A reply to the bug report mentioned by rickh gives a solution: uninstall the xserver-xorg-input-evdev package (and also the xserver-xorg-input-all meta-package to get rid of dependency problems). I can confirm that it works on my AMD64 system, the up-arrow is back to normal.
Just for the sake of proper attribution, that solution seems to be from the Sidux forum, not the bug report.hkoster1 wrote:A reply to the bug report mentioned by rickh gives a solution: uninstall the xserver-xorg-input-evdev package (and also the xserver-xorg-input-all meta-package to get rid of dependency problems). I can confirm that it works on my AMD64 system, the up-arrow is back to normal.
Debian-Lenny/Sid 32/64
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
Confirmation on that. I am now running the current Sid version of Hal without problems.hkoster1 wrote: ... uninstall the xserver-xorg-input-evdev package (and also the xserver-xorg-input-all meta-package to get rid of dependency problems). I can confirm that it works on my AMD64 system, the up-arrow is back to normal.
# aptitude remove xserver-xorg-input-evdev
... took xserver-xorg-input-all with it, but left xserver-xorg-input-kbd and xserver-xorg-input-mouse in place. Everything is fine ... So, the upshot seems to be that there is no bug in Hal at all, but rather in xserver-xorg-input-evdev
Debian-Lenny/Sid 32/64
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
Well I had no problems at all because as usual - I never do dist-upgrade. Someday you'll learn. 
Look how apt-get upgrade (not dist-upgrade) treats you nice (yet once again):
/snip/
I prefer to just let that stuff come down when it's ready.
Just the same I also nuked xserver-xorg-input-evdev
Look how apt-get upgrade (not dist-upgrade) treats you nice (yet once again):
/snip/
Code: Select all
The following packages have been kept back:
hal hal-info Just the same I also nuked xserver-xorg-input-evdev
Debian Sid Laptops:
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G
I'll bet that if you had attempted that upgrade a few hours ago, you'd have been bitten as well. With the flurry of activity overnight related to this issue, I suspect that Hal may have been flagged as a broken package. If the repository maintainers are really on top of things, though, now that you have removed xserver-xorg-input-evdev, another upgrade may allow Hal to come down.
Debian-Lenny/Sid 32/64
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
Desktop: Generic Core 2 Duo, EVGA 680i, Nvidia
Laptop: Generic Intel SIS/AC97
No special documentation. If a dist-upgrade wants to remove a bunch of important packages, then you could do a simple apt-get upgrade instead and wait for the problem (likely asynchronous seeding of the mirrors) to be sorted out. Now, you could extend that sensible strategy to upgrades of dicey packages like hal. But that gives a problem if everybody does it that way -- how will the devs then know that there is a bug? I think going ahead with a dist-upgrade like hal is really taking your responsibility; filing a bug and/or initiating discussions like these will help the Gnu/Linux project forward. (Did I mention never to use Sid as your main or only OS?) 
- alleluia20
- Posts: 319
- Joined: 2006-11-21 21:27
This morning, I upgraded everything by hand (ie, no dist-upgrade) including hal, and apt did not say anything about broken dependencies.
And I had the problem.
You can solve it by activating the testing release, downgrading hal-info first, and downgrading hal afterwards. In this order, there is no problem with the downgrade.
Then, reboot.
And I had the problem.
You can solve it by activating the testing release, downgrading hal-info first, and downgrading hal afterwards. In this order, there is no problem with the downgrade.
Then, reboot.
Thank you.
Cheers
The issue with the last part of your reply is I'm not smart enough to be able to distinguish the difference between operating error and a bug.hkoster1 wrote:No special documentation. If a dist-upgrade wants to remove a bunch of important packages, then you could do a simple apt-get upgrade instead and wait for the problem (likely asynchronous seeding of the mirrors) to be sorted out. Now, you could extend that sensible strategy to upgrades of dicey packages like hal. But that gives a problem if everybody does it that way -- how will the devs then know that there is a bug? I think going ahead with a dist-upgrade like hal is really taking your responsibility; filing a bug and/or initiating discussions like these will help the Gnu/Linux project forward. (Did I mention never to use Sid as your main or only OS?)
Cheers
- hellfire[bg]
- Posts: 499
- Joined: 2006-06-21 19:15
- Location: Sliven, Bulgaria
Exactly. All the mirrors do not have all packages at the same time. So my strategy is wait. You do not cosmicly alter the state of your system simply by not exercising your dist-upgrade option, in fact you can handle the upgrade manually by explicitly installing any package that does not come along w/ a dist-upgrade or you can always dist-upgrade later if for example some packages do not get pulled in for a longer than usual period of time but quite often these packages will come in on their own in due time.hkoster1 wrote:No special documentation. If a dist-upgrade wants to remove a bunch of important packages, then you could do a simple apt-get upgrade instead and wait for the problem (likely asynchronous seeding of the mirrors) to be sorted out.
If that's the case everyone should run Sid at least on a test partition so that they too can submit bugs.I think going ahead with a dist-upgrade like hal is really taking your responsibility; filing a bug and/or initiating discussions like these will help the Gnu/Linux project forward.
While Debian Sid is not my only OS it is most certainly my main desktop OS and has been for some years.(Did I mention never to use Sid as your main or only OS?)
Debian Sid Laptops:
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G
AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 / 1.5G
Intel(R) Pentium(R) Dual CPU T2390 @ 1.86GHz / 3G
Right, same here. All it takes is a bit of care upgrading (and keeping a regular backup of personal stuff off the premises). Luckily, using "apt-get dist-upgrade" always gives the choice of proceeding or not, and often I don't and substitute "apt-get upgrade" or wait altogether. Common sense, really. I know apt-get is not popular here, but I don't think aptitude gives the same freedom of upgrading... but do correct me if I'm wrong on this.mzilikazi wrote:While Debian Sid is not my only OS it is most certainly my main desktop OS and has been for some years.
