Ubuntu :: 9.10 - Could Not Find Package Acpid
Mar 9, 2011
When executing the following command
> sudo apt-get install acpid
I get the following response
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package acpid
Its a default install of ubuntu server 9.10 with default sources.list for australia. Its a very old computer though, here are the specs:
Pentium 2, 333MHz
Motherboard Chipset Intel 82440LX/EX
ACPI is : Not Supported according to some system detection software I have, is that the reason?
Is there another way to get the computer to shutdown safely when the powerbutton is pressed, instead of power loss occurring?
View 1 Replies
ADVERTISEMENT
Oct 19, 2010
I have followed this guide to setup automatic screen rotation on a fresh installation of Maverick on a Lenovo X200t. This involves creating the file:
Code:
$cat /etc/acpi/events/x200t-swivel-down
# /etc/acpi/events/x200t-swivel-down
# called when tablet head swivels down
event=ibm/hotkey HKEY 00000080 00005009
action=/etc/acpi/x200t-swivel-down.sh
and the script
Code:
$cat /etc/acpi/x200t-swivel-down.sh
#!/bin/sh
/usr/bin/xrandr -o inverted
touch /home/nikos/Desktop/swivel-down
xsetwacom set "Serial Wacom Tablet stylus" Rotate half
xsetwacom set "Serial Wacom Tablet touch" Rotate half
xsetwacom set "Serial Wacom Tablet eraser" Rotate half
(similar for swivel-up)
What I find strange:
- calling the script with ./x200t-swivel-down.sh works (both with and without sudo).
- rotating the screen to tablet mode only executes the touch commands (which I entered for debugging)
Obviously, the acpi event is registered correctly and reacted upon. Just why are the xrandr and xsetwacom commands ignored?
View 3 Replies
View Related
Feb 26, 2011
I've install FC14 on my iMac 27" i7 and I'm having exactly the same issue I had with Ubuntu 10.10: acpid eats 90% of one Core all the time.With Ubuntu this issue was solved by updating but with FC14 no way, I can't find any solution.Right now I've turned off acpi and apm at boot time but this only let me use one of my four Cores.
View 1 Replies
View Related
Aug 22, 2015
Just migrated to stretch, and noticed we're not using acpid anymore. Had couple of scripts at /etc/acpi/events listening for some events. What would be the alternative with systemd?
View 2 Replies
View Related
Feb 5, 2010
I'm trying to fix my mbr for windows through ubuntu because I don't have the actual windows xp recovery disk and Grub will not load windows xp. I entered the command "sudo apt-get update" and it loads all the packages but when I am supposed to type in "sudo apt-get install ms-sys" I get the message "E: couldn't find package ms-sys."
View 4 Replies
View Related
Apr 27, 2011
On my 32-bit 10.04 system, I'm trying to run a tcl script that uses tk ("package require Tk") but I'm always getting this error:
can't find package Tk
while executing
"package require Tk"
tcl version is 8.5 whilst tk is 8.4.16-2 and tklib is 0.5-2. It seems that tcl is not able to find tklib so I wonder if there is a way to tell tll where to find the package.
View 1 Replies
View Related
Jan 15, 2010
I download packages (nautilus or squash) for photo bulk resizing, and voil�! I can't find where they end up!
View 9 Replies
View Related
Feb 24, 2011
I installed Ubuntu 9.04 from the CD inside windows 7 as there is a feature to install Ubuntu 9.04 inside windows 7 -----Its really amazing...download any software you have to type some command in terminal.I did that but I am getting an error - COULD NOT FIND PACKAGE
View 2 Replies
View Related
Apr 18, 2011
I am not able to find following packages:
1.libc6-dev-i386
2.lib32ncurses-dev
3.ia32-libs
4.lib32z-dev
5.lib32readlines-dev
Does any one know if package names have been changed?
View 1 Replies
View Related
May 28, 2011
I couldn't find an amd64 version of the package I wanted, so I forced the architecture on the i386 version I found. (The package in question is xinput-calibrator, so that I can finally get my touchscreen to work.) I later found and added the repository that has the 64 version and tried to install it. It won't install the 64 version because I already have the i386 version. But it also won't let me remove the i386 version.
View 5 Replies
View Related
May 29, 2010
how do i find which package offers gl.h?
View 1 Replies
View Related
May 30, 2010
I can't seem to find the setools-gui package in the repo, and I do not see a deb package for it.I attempted to use alien to install the rpm, but that didn't work. Any idea on how to get the GUI to install?
View 2 Replies
View Related
Jun 27, 2010
When I type this command ;sudo apt-get install build essentialI got this ;
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]...
View 2 Replies
View Related
Jul 29, 2010
I had installed Ubuntu server 10.04 and i am trying to install Webmin for GUI.
When i start with "sudo apt-get install update" the following gets displayed...
Reading package list... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package updates
I had configured correct IP address and i am connected with internet. After googling for some time i figured out that missing repository could cause such problem, which i am not sure.
View 9 Replies
View Related
Sep 8, 2010
I'm newbie in ubuntu and trying to install ffmpeg but there's an error which i couldn't figure out.E: Couldn't find package libmp3lame-devi'm trying somethings according to this article;[URl]
View 7 Replies
View Related
Apr 15, 2011
can't find the prism package in natty. what happend to it? is there anything that replaces prism in natty? i have used prism in combination with the compiz widget layer for certain webpages i had to have on every desktop. was very handy indeed.
View 2 Replies
View Related
Apr 26, 2011
I have ubuntu intrepid installed in one of the amazon servers , when i try to install any software using apt-get i used to get the following error.Code: E: Couldn't find package E: Some index files failed to download, they have been ignored, or old ones used instead.
View 5 Replies
View Related
Jun 9, 2010
I am programming with TCL on Ubuntu Linux. I need to access a SQLite3 database. I loaded the SQLite3 package using sudu apt-get install sqlite3. When I try to open the database in TCL I get the error "can't find package sqlite3"
The line of code is: "sqlite3 db /home/lana/CAL_development/databases/CpRoutine.db"
I also have "package require sqlite3" directive in the program.
View 4 Replies
View Related
Apr 27, 2010
I can't find the imagemagick package in the repositories. Anybody knows where I could find a binary for that SW? I tried to install from source but failed... Everything seemed fine up to when I tried "sudo make install", and there I got lots of errors. When i try to run any command, it does not find the libraries..
View 7 Replies
View Related
Mar 28, 2010
I've enable the universe deb in /etc/apt/sources.list yet i still can't find 915resolution. However I've manage to download the source and make install which result in /usr/sbin/915resolution, but when I type 915resolution -l no such command was found. Why?
View 2 Replies
View Related
Jan 29, 2010
Code:
$ uname -a
Linux MyBox 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 21:27:25 UTC 2009 x86_64 GNU/Linux
[code]...
View 3 Replies
View Related
Mar 6, 2010
I did a full install of 9.10 on my Dell Inspirion 1200 laptop & use a Dell 1350 card, after several posts and replies I went to [URL]and followed the instructions for Ubuntu/Debian. This is the result I get....
mike@mike-laptop:~$ sudo apt-get install b43-fwcutter
[sudo] password for mike:
Reading package lists... Done
Building dependency tree
[code]....
I followed this procedure before installation (live CD) and it successfully found and installed the firmware. Apparently it was saved in live CD. What do I need to do?
View 2 Replies
View Related
May 23, 2010
Despite using Linux for a while I'm only just getting a taste of managing my very own system so please be gentle!
After trying a `blind' sudo apt-get install acroread which was unsuccessful I tried installing using the synaptic package manager, and couldn't find it in there either.
According to the software sources info I have both Universe and Multiverse switched on. I'm fairly sure one of my attempted permutations of `acro', `reader' and `acrobat' etc should have hit upon something so I assume there must be something more fundamental wrong!
Am using a newly installed Lucid Lynx 10.04
View 5 Replies
View Related
Oct 14, 2010
A while back a disk error caused /var/lib/dpkg/status to go south - completely corrupted. I managed to rebuild it with the help of a script i found online, but now there's a package called libghc6-edison in limbo on my install. It has no sources, as it was custom built, and i cant seem to find the references to this thing. Apt cache shows that it exists, synaptic gives me an error in CLI every time i launch it referring to this package -Traceback (most recent call last):
I've tried grepping all the files in /var/lib/dpkg to no avail. Any ideas where else this information could be stored? i need to find all the references to the package and purge them. It seems to preven me from successfully pulling off a do-release-upgrade (in a VM for testing) as well as doing a remastersys dist (have to do remastersys backup instead).
The package was never available in Lucid, if i remember correctly, i had to compile it myself and debianize it, but i cant seem to find the sources on my build VM or anywhere in the installed end-product OS.
View 6 Replies
View Related
Dec 7, 2010
i created a meta package with a collection of useful tools. But now i want to find a way that all the depended package are removed if the meta package is removed. my first try was to use the postrm script. but this dont work as dpkg still hold the lock.
View 1 Replies
View Related
Jan 21, 2011
I have a HP laptop, and recently I configured the Remote Control to control the sound, and make a funny joke when a curious friend press the Power button in the remote control. To make this work, I want to make a shell script that calls a dialog, not a console dialog, but a GTK dialog. Then I tried to install the package "xdialog", that is no longer present on the official repositories, and I tried to find a similar package, but no success. What comes closest is "dialog", but this shows only a console dialog.
View 2 Replies
View Related
Feb 20, 2011
Linux noob, and I'm trying to install a little program on my rootserver, but it requires libboost and libboost-dev. Unfortunately ubuntu can't seem to find the packages and google does not help either. The only info I found was telling me to install "gnuradio" or something, which takes up 138 mb. So, how can I install these packages now?also: I cancelled the installation of gnuradio via "CTRL+C", will this cause any problems? Are there some trash files left on the system now?
View 1 Replies
View Related
Jan 18, 2011
How do I find which "software source" provided a package that I installed? Some weeks ago, I installed linux-realtime. A collaborator is trying to mirror my setup and looked for that package, but it isn't in the default software sources. So, I need to tell him where I got it.
View 4 Replies
View Related
Oct 8, 2010
It's been awhile since last dealt with Debian.
I'm setting up mail server on Debian 5.04
So I need exim4-daemon-heavy, I removed exim4-daemon-light and can't find heavy, in fact can't find any exim package.
View 3 Replies
View Related
Apr 11, 2011
Is there any possibility, how to find out, from which repository the package come from?
View 11 Replies
View Related