Slackware :: Compile Devicekit Power 014 On Kernel 2.6.32 Fails

Mar 28, 2010

I'm trying to compile a newer version of devicekit-power (currently I have 009) so maybe I can suspend/hibernate my laptop again, after I updated the kernel. I installed every package "./configure" asked, so it made a Makefile. When I use "make", it builds a few files, then I get this error:

[code]...

Also, is upower-0.90/91 the same thing but newer?

View 9 Replies


ADVERTISEMENT

Slackware :: Compile 2.6.37 Kernel Patched With The Autogroup Patch On A Slackware 13.1 System?

Jan 13, 2011

it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??

View 1 Replies View Related

Slackware :: Firefox Fails To Compile On -current

Jan 8, 2010

I'm using the slackware64 current slackbuild to build a new firefox for -current 32 (I like dynamically linked cairo for fonts). But I am getting a compile error...

c++ -o host_dump_symbols.o -c -O -I./../.. -I. -I. -I../../../../../../dist/include -I../../../../../../dist/include/breakpad_linux_common -I/tmp/mozilla-1.9.1/dist/include/nspr -I/tmp/mozilla-1.9.1/dist/sdk/include -I/tmp/mozilla-1.9.1/dist/include/nspr dump_symbols.cc

[Code]....

View 7 Replies View Related

Slackware :: How To Compile / Upgrade Kernel 2.6.38.3

Apr 17, 2011

People, there is a tutorial to upgrade the kernel 2.6.38.3(compiling tutorial included =D) to Slackware 13.1??And, this upgrade generate a better performance on system??

View 14 Replies View Related

Slackware :: Compile Kernel With Only Needed Drivers?

May 20, 2011

config file for kernel compilation that will only contain the drivers for the current hardware that are needed for the running kernel?

i.e. I am not 100% sure which drivers I need to compile into the kernel but do not want to compile all of them for my laptop??

View 2 Replies View Related

Slackware :: Make 3.82 Can't Compile Newest Kernel With Firmware Built-in

Jul 30, 2010

after upgrading to make 3.82, I can not compile the newest kernel: 2.6.35-rc6-git5,it failed with:

GEN /home/aaa/tools/kernel/output/35/Makefile
CHK include/linux/version.h
CHK include/generated/utsrelease.h

[code].....

Maybe 3.82 has some backward-incompatibility that breaks kernel compilation.

[URL]

View 5 Replies View Related

Slackware :: Truecyrpt Fails With The 2.6.38.4 Kernel?

Apr 22, 2011

"Upgraded" to the 2.6.38.4 kernel this morning and now Truecyrpt fails to mount encyprted files and returns the message:

Quote:

failed to setup loop device, pathtofile

As Truecyprt worked just prior to installing 2.6.38.4, would it be safe to assume there is some sort of conflict?

View 3 Replies View Related

Slackware :: Catalyst 9.11 And 9.12 Driver - Buildpkg Fails On New Kernel

Jan 12, 2010

I have Slackware 13.0 installed with the newest stable kernel (2.6.32.3) on an hp notebook with ati hd3200 igp. What happens is that when I try to buildpkg the catalyst drivers, it fails on the new kernel but not on the original one. I've been searching for a solution for a few days now. found a few that involved patching some files, but none seem to work or I can't make them work. I could probably use the binary installer but I would prefer not to.

Here's the output:
Code:
sh ./ati-driver-installer-9-11-x86.x86_64.run --buildpkg Slackware/Only_Module
Created directory fglrx-install.hokais
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.672......
ATI Technologies Linux Driver Installer/Packager
Generating package: Slackware/Only_Module .....

View 3 Replies View Related

Slackware :: VirtualBox < 3.1.4 Module Build Fails On 2.6.33 Kernel

Mar 4, 2010

I had an issue with the module build for vbox 3.1.2 breaking on the latest kernel ( /etc/rc.d/rc.vboxdrv setup ). Apparently the issue is that a kernel header (autoconf.h ) has changed its location in the module tree and hence the issue.

2 options:

1. upgrade to 3.1.4

2. create a symlink as follows

cd /usr/src/linux/include/linux
ln -s ../generated/autoconf.h autoconf.h

View 12 Replies View Related

Software :: Cross Compile Httpd For Power Pc?

May 2, 2011

I try to cross compile httpd for power pc.It seems that configure doesn't detect cross compilation. The first error was that sizeof (void*) is less than (long), so I have commented out that check (I think it is a hard work around). I've got another error ./dftables: cannoct execute binary file. Why it tries to execute binary for ppc on x86 machine?This is my build script.

#!/bin/sh
NAME=httpd-2.2.17
PWD=$(pwd)

[code]....

View 2 Replies View Related

Fedora :: DeviceKit Using GBs Of RAM

Sep 1, 2009

the original problem: devkit-daemon is growing in memory size, after a few minutes it reaches ~2GB

I investigated: two other processes are using abot 30% CPU:

/usr/libexec/gdu-notification-daemon
/usr/libexec/gvfs-gdu-volume-monitor

dbus-monitor --system shows the following, every second:

Code:
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=6 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
string "org.freedesktop.DeviceKit.Disks"
string ""

[Code].....

I'm not entirely happy with this solution though

udev monitoring does not show anything. I have some 10+ LVMs, LUKS encrypted partitions, soft raid devices, AoE drive (with LVM and LUKS on top), custom loop encrypted disks - probably one of them is causing the DeviceKit to barf, I will try to find out which one (not that it will help - I won't refrain from using any hard drive just because DeviceKit doesn't like it, you know)

Questions:

- why does this deamon grow in memory (it happens very fast)?
- why is DeviceKit.DEisks restart every second or so? How can I track that?
- how to disable this ****? I don't think I need it

The system is Fedora 11 x64_64.

View 2 Replies View Related

Fedora :: Find Kernel.spec File For Compile Vanilla Kernel?

Nov 29, 2010

i want to compile the vanilla kernel 2.6.37-rc3, but i want to obtain a .rpm file. I found this guide long time ago (i used it many times) but it use src.rpm package and the contained kernel.spec file have many lines for adding patches. Someone know where can i download a kernel.spec for vanilla kernel or a guide to obtain an rpm file

View 4 Replies View Related

Networking :: Monitor Before / When Power Fails?

Feb 27, 2011

If power fails in the site and generator/UPS has it's last leg of power, how would I know if im away that something's about to go down? Is there a way for me to setup some alert to myself that we have just lost power in the site and everything's running on batteries? Is there a hardware of some sort that I can setup to send sms/call alerts to certain admins?

View 2 Replies View Related

Ubuntu :: Gcc Fails To Compile Vfdecrypt - %lu?

Feb 3, 2010

I've used linux for a quite a while and have compiled a small number of applications from source for one reason or another, however this on has me stumped. The program is vfdecrypt which if you are unaware is used to decrypt (among other things) .dmg files such as those found on apple hardware. Here are the relevant definitions:

Code:
typedef struct {
unsigned char sig[8];
uint32_t version;
uint32_t blocksize;

[Code]...

Surrounding lines use %llu for 64 bit numbers, so I'm assuming %lu is correct for 32bit, at least for the gcc they compiled with. Removing the line, since it is only user output, causes the program to hang on load and not show any output at all. I also tried compiling with -fno-builtin-fprintf thinking maybe my gcc was radically different than theirs and was doing something funky, and it did compile w/o errors, however it went back to not showing any output.

I have fetched the source from muliple sites in order to check the consistancy of this line and every version has it exactly as shown, so I'm thinking that the gcc ubuntu 9.04 ships with might not be a similar enough fork to the one used by the dev of this code.

View 2 Replies View Related

Software :: Ffmpeg Fails To Compile ?

Apr 5, 2011

I am having trouble getting ffmpeg to compile.

I have removed x264 and reinstalled making sure shared was enabled.

Then ran ldconfig.

Here is my compile variables

Code:

And here is the error.

Code:

View 6 Replies View Related

Ubuntu :: Devicekit - Mount Samba Shares From Command Line?

Dec 1, 2010

Is there a way for a normal user to mount samba shares from the command line using devicekit? It seems like I remember there was a way to do it using hal, but that's been replaced by devicekit in Lucid if I've read correctly.

I can click on the shares I want in nautilus under "Network", but I'm using fluxbox and I'd like to mount a few shares at startup. I read the documentation for the udisks command, but I can't figure out how to get it to work with samba shares.

View 2 Replies View Related

Ubuntu :: After A Power Outage Fails To Boot?

Jun 7, 2010

After a power outage Ubuntu fails to boot. How can I resolve this ? Is there a safe mode method to resolve the booting problem?

View 8 Replies View Related

Software :: APM And Upgrade To GRUB2 - Fails To Power Off

Jun 5, 2010

I've got an OLD computer I'm using as a server, the thing does not support ACPI, so we're in APM-land. The thing works fine w/ Debian Lenny. I have apmd installed and my /etc/modules file has an apm entry in it. It does a powerdown and everything is happy. I don't even need to add an apm entry on the kernel line in my menu.lst file. Then I decide to upgrade the box to the testing (squeeze) branch, making the appropriate additions to my sources.list file.

And everything goes to hell with apm. I don't know if it's GRUB2 (grub-pc) or not, all I know is that I can't get a powerdown on the machine. I've done a reinstall, via a netinstall CD, twice to verify this behavior. I can't find squat via Google on this other than someone else mentioning that the upgrade to GRUB2 killed apm. While I can just reach over and hold the power button for a few seconds to get a powerdown, I assume that every problem is solved by a simple entry in a config file.

View 4 Replies View Related

Debian Hardware :: Hibernate Fails When On Battery Power

Jan 31, 2011

Fresh new installation of squeeze on an MSI Wind U100 netbook.Everything works fine, except resuming from hibernate when on battery power. The netbook starts loading the hibernate info after grub booting, then the screen goes blank and the netbook reboots.The unusual thing is that resuming from hibernate works when on AC power.Could not find anything interesting in /var/log/messages

View 5 Replies View Related

Debian :: Can't Compile A Driver From Source (make Cmd Fails)

Nov 14, 2010

I'm trying to compile the D-Link netcard driver from the official source, and when I first ran "make," I got an error that "make" couldn't be found. So I installed "apt-get install make," then make told me that it needed gcc, I installed "apt-get install gcc." Now make says: make: *** /lib/modules/2.6.32-5-amd64/build: No such file or directory.  Stop. make: *** [LINUX] Error 2 and exits.

I suspect that I need to install some package group which will handle the make and make install (rather than manually trying to fix one hole after another)

View 7 Replies View Related

Ubuntu Servers :: Apache Restart Fails After Power Loss?

Oct 25, 2010

I have observed a problem twice now with Apache trying to restart but hanging somewhere in the process. This happens after a power failure; the machine comes back just fine, but not the web server. The machine is on a UPS, but occasionally it runs out of "juice" before someone can get to it (we have a generator for emergencies). When this happens, a ps indicates about three processes running that are trying to start Apache, but they just sit there - this time for three days since the power failure was on a Friday. I can fix this by killing those processes and doing an Apache restart - but that takes human intervention, which is not acceptable.

I suspect this may have to do with SSL, since when I do a manual restart it asks me for the SSL password. There must be some way around this so the system can recover on its own. This system's web site runs under SSL since it maintains medical information that must by law be protected. But it also could be life-threatening to someone if the system can't come back and as a result a person can't get help.

So I would appreciate some guidance as to what I could change that would allow for system recovery without intervention. I'm happy to provide any configuration file info, if you tell me where to look.

View 3 Replies View Related

General :: Puppy On Hard Drive Fails To Boot After Power Cut

Apr 19, 2011

I'm very new to Linux and recently setup a desktop PC with Puppy 5.2.5. only. I chose to have a permanent install on the hard drive and loaded additional PETS and utilities as I thought needed for my use. Last night after immediately booting up the PC I had a power cut lasting a few minutes. When power returned and I repowered the PC, I found during Puppy's boot sequence it reported an error and remained in what appeared to be a console mode - did not carry through and load my desktop. So I inserted the Puppy CD and booted from that but I'm afraid I'm not familiar enough with Linux to understand how I can get back my original desktop setup and run once again from my hard drive without having to go back to scratch.

View 5 Replies View Related

Ubuntu :: File System For External Drives - Won't Get Corrupted When The Power Fails

Aug 10, 2010

I'm going to reformat my external drives to get rid of the crud that I've built up. (Crud being incremental backups, windows software, and similar things.)(I also want to get rid of the FAT32 file system that they use.) These are USB 1TB drives. The theory is that data is written to it once, but read back a number of times. (I also burn that data to DVD. If there was software that could organize 5TB of data on DVDs, I'd be using them.)

I"m trying to decide whether to use ReiserFS, Ext4, or another file system. Basically, I want something that:

* Won't get corrupted when the power fails;
* Can handle files that are 4+GB in size;
* Uses extends --- preferably without user intervention;

View 3 Replies View Related

CentOS 5 :: Edit Bios - Compaq Evo 5.4 Web Server Fails To Restart From A Power Outage

Jun 7, 2011

I have a small problem on my Compaq Evo Centos 5.4 web server. The web server runs just fine, the problem is it fails to restart from a power outage. Simple edit the BIOS. No! For a reason I can't think of the keyboard stops working after a few key strokes following the F10 to enter BIOS setup. Then its a power cycle. If left to BOOT the PC and keyboard are fine. After hearing about viruses which get to the BIOS I will ask can NIX get that far so I can adjust the Power ON?

View 4 Replies View Related

General :: Cross-compile "sudo" Source For Power-PC Platform Using Montavista Tool Chain?

Jan 30, 2010

I'm trying to cross-compile "sudo" source for Power-PC platform using Montavista tool chain. I'm getting the following error message during configuration: checking host system type... Invalid configuration `ppc_82xx': machine `ppc_82xx' not recognized It is clear that it has found the cross-compiler and configure knows that we are cross-compiling but it fails to recognize the machine. The complete dump follows:

[vhn@localhost sudo-1.7.2p2]$ ./configure --host=ppc_82xx
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: Configuring Sudo version 1.7.2p2
checking whether to lecture users the first time they run sudo... yes
checking whether sudo should log via syslog or to a file by default... syslog

[Code]...

View 3 Replies View Related

General :: Compile Kernel Which Is Old One?

Oct 14, 2010

I wanna compile tha kernel which is old one.how to do that.

View 8 Replies View Related

Red Hat :: Why Kernel Cannot Compile Kvm.ko For 32-bit Rhel6

Apr 29, 2011

I compiled kernel-2.6.32-71.24.1 on 32-bit rhel6, but there is no kvm.ko. what if I want to use kvm on 32-bit rhel6.

Steps to Reproduce:

1. install kernel-2.6.32-71.24.1.el6.src.rpm

2. rpmbuild -ba kernel.spec

3. find /root/rpmbuild/BUILD/kernel-2.6.32-71.24.1.el6/linux-2.6.32-71.24.1.el6.i686/-name kvm.ko

Actual results:

not found kvm.ko

View 1 Replies View Related

Debian Configuration :: Compile The 2.6.36.2 Kernel?

Dec 16, 2010

Trying to compile the 2.6.36.2 kernel. Its not the first kernel I've compiled, but I've run into a problem I've not come accross before.

While compiling I get this error.

[Code]....

Looks like the headers sys/eventfd.h and linux/virtio_rng.h haven't been selected in my .config file. I just copied my old config from the last kernel I built. This was a while ago (2.6.30), but I thought I'd give it a go anyway.

what config option they are under or what I can do to get rid of this error?

View 2 Replies View Related

Ubuntu :: Compile Kernel 2.6.31-20-generic-pae

Feb 24, 2010

I want to compile a custom kernel, because I need a path for a device. Here is what I've done:

Code:
$ cd /media/work/temp/
$ apt-get build-dep --no-install-recommends linux-image-$(uname -r)
$ apt-get source linux-image-$(uname -r)
$ cd linux-2.6.31

[Code].....

View 1 Replies View Related

Ubuntu :: Compile Symantec AV Against Kernel?

Apr 13, 2010

Has anyone successfully compiled Symantec AV Autoprotect against the current Ubuntu Kernel?

I am using the kernel 2.6.24-27-generic. I'm following these instructions for Symantec Autoprotect: http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2009081214270148

and when I run the "build.sh" I receive the error message code...

Is there another option or really what am I doing wrong?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved