incorrect processor speed detection
I am running debian kernel 2.4.25 (in the form of demudi: 2.4.25-1-multimedia-686) on a toshiba portege 7140CT laptop (this message has also gone to debian-laptop but as yet i have had no replies) I am having a strange and very impeding issue which is that on boot the processor is sometimes misdiagnosed at a slower speed. I first noticed this because when this happens my machine really does run slower! So right now: Detected 258.834 MHz processor. (ooef!) and previously Detected 497.570 MHz processor. (which would be about right) also I've had a 381MHz detection. I've googled a bit, and have concluded that whilst it could be the bios settings relating to battery power-saving modes it is not actually this because i) the BIOS battery setting is set to proceesor speed=high ii) this problem doesn't seem to be related to being disconnected from AC power. Right now at 259MHz for example, I'm on the mains (& was at boot) This is slightly kookie, resolution only by random reboots, apparently. Does anyone have any ideas? thanks dee -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
realtime modules problem, 2.6.6
Hello I'm running debian kernel 2.6.6 and am trying to get the realtime-lsm module compiled -without success. I first tried the non-debian instructions in the INSTALL file, when this didn't work, i tried apt-get install realtime-source and make-kpkg --append-to-version foo --added-patches=debian modules_image it failed, the output is below. (never having added extra third party modules in this way i then tried a whole recompile of the kernel with the same result, make-kpkg --append-to-version=foo --added-patches=debian kernel_image modules_image) my kernel config contains CONFIG_SECURITY=y # CONFIG_SECURITY_NETWORK is not set CONFIG_SECURITY_CAPABILITIES=m # CONFIG_SECURITY_ROOTPLUG is not set CONFIG_SECURITY_SELINUX=y # CONFIG_SECURITY_SELINUX_BOOTPARAM is not set # CONFIG_SECURITY_SELINUX_DISABLE is not set CONFIG_SECURITY_SELINUX_DEVELOP=y # CONFIG_SECURITY_SELINUX_MLS is not set tia for any tips on getting this working, dee - end output from make-kpkg dh_testdir dh_testroot dh_clean -k make KERNEL_DIR=/usr/src/linux MODVERSIONS=detect KERNEL=linux-2.6.6.20040815b C OMMONCAP=none make[2]: Entering directory `/usr/src/modules/realtime' make modules -C /usr/src/linux SUBDIRS=/usr/src/modules/realtime make[3]: Entering directory `/usr/src/kernel-source-2.6.6' CC [M] /usr/src/modules/realtime/realcap.o /usr/src/modules/realtime/realcap.c:137: error: unknown field `bprm_compute_cred s' specified in initializer /usr/src/modules/realtime/realcap.c:137: error: `cap_bprm_compute_creds' undecla red here (not in a function) /usr/src/modules/realtime/realcap.c:137: error: initializer element is not const ant /usr/src/modules/realtime/realcap.c:137: error: (near initialization for `capabi lity_ops.register_security') make[4]: *** [/usr/src/modules/realtime/realcap.o] Error 1 make[3]: *** [/usr/src/modules/realtime] Error 2 make[3]: Leaving directory `/usr/src/kernel-source-2.6.6' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/modules/realtime' make[1]: *** [binary-modules] Error 2 make[1]: Leaving directory `/usr/src/modules/realtime' Module /usr/src/modules/realtime failed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Confusing sound issues (ALSA, jackd, etc.)
Inge - waves of empathy i had a very similar set of problems...finally found out about the realtime-lsm, but simply could not get the damned thing to compile,(see my mail of yesterday - maybe someone will still be able to help) so you were a step ahead of me... i am now trying with a demudi installan improvement for me, but it still is not doing all it should. What with that and a grizzly bug in audacity that means i can't edit with that either, i also contemplate throwing in the towel after a decade of *nix use... It really is still a bit of an uphill battle. Hopefully Agnula will produce something worthwhile, most importantly because they seem to be intent on producing documentation. good :) The problem at the moment seems to be that the different distros, and the 2.4/2.6 and all the 2.6's all are sufficiently different on the alsa/&c things to make any partial clues culled from google not always very useful. Do let us know if you have a breakthrough/insights. dee On Sun, 15 Aug 2004, Inge Thorin Eidsaether wrote: > > Hi > > I'm having a few problems getting jackd to work > on my Debian box (testing, kernel 2.6.7) > The soundcard is a Soundblaster Live. > > Sequencial summary (so far): > > ALSA seems to be working, that is: playback works. > Haven't tried recording yet. So I installed Ardour. > > Ardour won't work unless jackd is running, which it wasn't: > > -- > Ardour/GTK 0.453.1 running with libardour 0.728.1 > Loading UI configuration file /etc/ardour/ardour_ui.rc > ardour: [ERROR]: Could not connect to JACK server as "ardour" > Killed > -- > > Aha, jackd it is, then. > Tried starting jackd (or jackstart, as a regular user): > > --- > cannot get realtime capabilities, current capabilities are: > =ep cap_setpcap-e > probably running under a kernel with capabilities disabled, > a suitable kernel would have printed something like "=eip" > --- > > Hm. Found out I needed the LSM realtime module. > Why didn't the error message just say this? > Or point to some place with more info on the problem? > > Even though I read somewhere that latency issues > and such was now dealt with in kernel config, not > in patches or modules? Could be my mistake. No big deal. > > Made sure kernel was configured as per the instructions > for building the LSM realtime module. Meaning: > > CONFIG_MODULES=y > CONFIG_SECURITY=y > CONFIG_SECURITY_CAPABILITIES=m > CONFIG_SECURITY_SELINUX=y > CONFIG_MODULE_UNLOAD=y > > Built a kernel including the above options, then > downloaded, compiled and installed the LSM realtime module, > and it's seemed to load OK with no error messages: > > # modprobe realtime allcaps=1 > # lsmod | grep realtime > realtime9616 0 > > Tried starting jackd (or jackstart, as a regular user): > Now it just says 'illegal instruction'. Nothing more. > No matter what arguments I give. > > By the way: > LD_ASSUME_KERNEL=2.4.19 is set in .bash_profile > to account for the 'creating SCHED_FIFO threads > for real-time processing'-issue mentioned on > jackit.sourceforge.net/docs/faq.php#a53 > > Is jackd (the debian package) compiled with all necessary flags? > Like --enable-capabilites ? How do I find out? > > *Taking a deep breath* > I've spent more time than I like to admit tinkering with this, > reading faqs, guides and tips from everywhere, but still not > getting it to work. I'm just about ready to throw the towel in > and go back to win98 (only for audio recording). > > Tried Agnula's DeMuDi, a dedicated Linux distro for Audio work, > which indeed looked promising, and may work well, but: > > 1) v1.0 didn't recognize my serial mouse (Hellooo???) > 2) v1.2 didn't recognize itself (the CD) as a valid Debian CD >and refused to install (could be my CDROM needs a cleaning?) > > But I digress... > > The more I read the more questions I have, like: > > - What FAQ, guide, tutorial etc. is the most > authoritative and updated on the subject? > Differences abound, depending on kernel version, etc. > > - What files must be present for all this to work, > (ALSA, jackd and all features of Soundblaster Live) > on a system running the 2.6.7 kernel, > and what magic do they possibly contain? > > -Why on Earth must all this be so convoluted? (sigh...) > This is by far the biggest show stopper for me since, > starting with Linux (first time in '95).
cups printing problems: mozilla, gimp
i have a newly installed 2.4.20 kernel, running testing, and have a few new problems, as well a solution to some of my older ones! i have installed cups and have a usb printer. the printer (epson stylus 740, usb) is being seen by the computer (i can lpr a text file, on settings set on http://localhost:631/admin) however, i have two problems: i cannot print from either gimp or mozilla (1.5) mozilla v.1.5: there is apparently no recognition in the system that i have requested something to be printed. This doesn't seem to be (only?) a cups issue as I cannot print to a .ps file either. gimp v.1.2: ascii characters, not the image are printed from a png file i used as an example. I tried a re-installation of gimp-print from source, (by hand, not debian, having some vague recollection that i did this last time in my old kernel and it solved the problem) using ./configure--with-cups and was told: checking for cups-config... no checking for socket in -lsocket... no checking for gethostbyaddr in -lnsl... yes checking for openssl/ssl.h... yes checking for SSL_new in -lssl... yes checking for cupsPrintFiles in -lcups... no configure: error: Cannot find CUPS libraries (libcups) So i was unable to solve the problem like that... Grateful for pointers, will happily provide diagnostics, tia dee -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Operating Systems
I would like to request a complete product list of all debian versions, Service packs etc... for a research of comparison on multiple versions of Linux/Unix. Dee A. Laws Security Analyst <<...>> SecureInfo Corp
Re: Error trying to install Qmail on Debian
>-Original Message- >From: Anil Gupte [mailto:[EMAIL PROTECTED] >Sent: Monday, March 22, 2004 04:27 AM >To: 'debian-user-list' >Subject: Error trying to install Qmail on Debian > >I used the instructions at >http://www.pantz.org/email/qmail/qmailondebian.shtml to attempt to install >Qmail. Specifically, I used (in that order): > >apt-get install ucspi-tcp-src >apt-get install qmail-src >apt-get install procmail >build-ucspi-tcp >build-qmail > >At this point it fails. The latter part of the compiler message (where I >start seeing errors and warnings) is as follows: > I would remove the deb's and use these: http://smarden.org/pape/Debian/ Dee > >auto-str.c: In function `main': >auto-str.c:15: warning: return type of `main' is not `int' >./load auto-str substdio.a error.a str.a >./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c >./compile auto_qmail.c >./compile auto-int8.c >auto-int8.c: In function `main': >auto-int8.c:17: warning: return type of `main' is not `int' >./load auto-int8 substdio.a error.a str.a fs.a >./auto-int8 auto_patrn `head -1 conf-patrn` > auto_patrn.c >./compile auto_patrn.c >( ( ./compile trylsock.c && \ >./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ >&& echo -lsocket -lnsl || exit 0 ) > socket.lib >rm -f trylsock.o trylsock >./load qmail-local qmail.o quote.o now.o gfrom.o myctime.o \ >slurpclose.o case.a getln.a getopt.a sig.a open.a seek.a \ >lock.a fd.a wait.a env.a stralloc.a alloc.a strerr.a \ >substdio.a error.a str.a fs.a datetime.a auto_qmail.o \ >auto_patrn.o `cat socket.lib` >( ( ./compile tryulong32.c && ./load tryulong32 && \ >./tryulong32 ) >/dev/null 2>&1 \ >&& cat uint32.h2 || cat uint32.h1 ) > uint32.h >rm -f tryulong32.o tryulong32 >./compile qmail-lspawn.c >( ./compile trysysel.c >/dev/null 2>&1 \ >&& cat select.h2 || cat select.h1 ) > select.h >rm -f trysysel.o trysysel >./compile chkspawn.c >chkspawn.c: In function `main': >chkspawn.c:12: warning: return type of `main' is not `int' >./compile auto-int.c >auto-int.c: In function `main': >auto-int.c:17: warning: return type of `main' is not `int' >./load auto-int substdio.a error.a str.a fs.a >./auto-int auto_spawn `head -1 conf-spawn` > auto_spawn.c >./compile auto_spawn.c >./load chkspawn substdio.a error.a str.a fs.a auto_spawn.o >./chkspawn >./compile spawn.c >spawn.c: In function `main': >spawn.c:179: warning: return type of `main' is not `int' >./compile chkshsgr.c >chkshsgr.c: In function `main': >chkshsgr.c:3: warning: return type of `main' is not `int' >./load chkshsgr >./chkshsgr || ( cat warn-shsgr; exit 1 ) >( ( ./compile tryshsgr.c \ >&& ./load tryshsgr && ./tryshsgr ) >/dev/null 2>&1 \ >&& echo \#define HASSHORTSETGROUPS 1 || exit 0 ) > \ >hasshsgr.h >rm -f tryshsgr.o tryshsgr >./compile prot.c >./compile coe.c >./compile cdb_hash.c >./compile cdb_unpack.c >./compile cdb_seek.c >./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o >./compile auto-uid.c >auto-uid.c: In function `main': >auto-uid.c:20: warning: return type of `main' is not `int' >./load auto-uid substdio.a error.a str.a fs.a >./compile auto-gid.c >auto-gid.c: In function `main': >auto-gid.c:20: warning: return type of `main' is not `int' >./load auto-gid substdio.a error.a str.a fs.a >( ./auto-uid auto_uida `head -1 conf-users` \ >&&./auto-uid auto_uidd `head -2 conf-users | tail -1` \ >&&./auto-uid auto_uidl `head -3 conf-users | tail -1` \ >&&./auto-uid auto_uido `head -4 conf-users | tail -1` \ >&&./auto-uid auto_uidp `head -5 conf-users | tail -1` \ >&&./auto-uid auto_uidq `head -6 conf-users | tail -1` \ >&&./auto-uid auto_uidr `head -7 conf-users | tail -1` \ >&&./auto-uid auto_uids `head -8 conf-users | tail -1` \ >&&./auto-gid auto_gidq `head -1 conf-groups` \ >&&./auto-gid auto_gidn `head -2 conf-groups | tail -1` \ >) > auto_uids.c.tmp && mv auto_uids.c.tmp auto_uids.c >fatal: unable to find user alias >make[1]: *** [auto_uids.c] Error 111 >make[1]: Leaving directory `/tmp/qmail/qmail-1.03' >make: *** [build] Error 2 > > >Any suggestions on what this error is, and how to fix it? > >Thanx, >Anil Gupte > > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: curious -anyone else seeing this?
_ From: David Fox [mailto:[EMAIL PROTECTED] To: debian-user [mailto:[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tue, 25 Mar 2008 17:22:55 -0800 Subject: curious -anyone else seeing this? Recently I'm getting a bounce message on every post to debian-user. I figure some of you who post a lot more than I do can see what is going on. I just got one again: We see this. from [EMAIL PROTECTED] to [EMAIL PROTECTED], date Tue, Mar 25, 2008 at 6:15 PM subject Delivery Status Notification (Failure) mailed-by smtp-out3.iol.cz Reply This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [EMAIL PROTECTED] Final-Recipient: rfc822;[EMAIL PROTECTED] Action: failed Status: 5.2.2 X-Display-Name: Administrator Hey [EMAIL PROTECTED], please fix your broken mail server! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]