| View previous topic :: View next topic |
| Author |
Message |
xenosapien n00b


Joined: 20 Sep 2008 Posts: 8 Location: USA
|
Posted: Sun Sep 21, 2008 4:11 am Post subject: |
|
|
I installed klive and this is the error I get when i try to start it:
miroco ~ # /etc/init.d/klive start
* Caching service dependencies ... [ ok ]
* Starting KLive ...
/usr/share/klive/klive.tac:119: DeprecationWarning: raising a string exception is deprecated
raise 'Your /proc/cpuinfo is not compatible, please send it in a bugreport'
Traceback (most recent call last):
File "/usr/bin/twistd", line 21, in <module>
run()
File "/usr/local/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 27, in run
app.run(runApp, ServerOptions)
File "/usr/local/lib/python2.5/site-packages/twisted/application/app.py", line 614, in run
runApp(config)
File "/usr/local/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/local/lib/python2.5/site-packages/twisted/application/app.py", line 330, in run
self.application = self.createOrGetApplication()
File "/usr/local/lib/python2.5/site-packages/twisted/application/app.py", line 416, in createOrGetApplication
application = getApplication(self.config, passphrase)
File "/usr/local/lib/python2.5/site-packages/twisted/application/app.py", line 427, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/local/lib/python2.5/site-packages/twisted/application/service.py", line 368, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/usr/local/lib/python2.5/site-packages/twisted/persisted/sob.py", line 214, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/klive/klive.tac", line 202, in <module>
MHZ = get_mhz()
File "/usr/share/klive/klive.tac", line 119, in get_mhz
raise 'Your /proc/cpuinfo is not compatible, please send it in a bugreport'
Your /proc/cpuinfo is not compatible, please send it in a bugreport
* start-stop-daemon: failed to start `/usr/bin/twistd' [ !! ]
* ERROR: klive failed to start
I can provide more information if necessary. |
|
| Back to top |
|
 |
theholymac n00b

Joined: 28 Jun 2006 Posts: 56 Location: Probably at the solar car shop in St. Paul
|
Posted: Wed Oct 01, 2008 5:00 am Post subject: |
|
|
| Klive up an running with no issues on all of my gentoo desktops (might put it on the lappy too) |
|
| Back to top |
|
 |
audiodef Advocate


Joined: 06 Jul 2005 Posts: 4422
|
|
| Back to top |
|
 |
zAfi Apprentice


Joined: 08 Aug 2006 Posts: 220 Location: Austria
|
Posted: Mon Nov 03, 2008 10:43 am Post subject: |
|
|
| audiodef wrote: | I'd like to install and run Klive, but emerge says it's masked because KDE4 is masked - and I'm not unmasking KDE4.
Klive version 0.28.
What should I do? Use a different version? |
?? Can't be, there are no kde deps anywhere. The output should look similar to this one:
| Code: | emerge -av klive
superuser access is required... adding --pretend to options.
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] net-zope/zopeinterface-3.0.1 USE="-doc" 106 kB
[ebuild N ] dev-python/pyopenssl-0.6 USE="-doc" 276 kB
[ebuild N ] dev-python/twisted-8.1.0 USE="crypt -gtk -serial" 1,167 kB
[ebuild N ] app-misc/klive-0.28 27 kB
Total: 4 packages (4 new), Size of downloads: 1,575 kB
|
@xenosapien:
plz post the output of cat /proc/cpuinfo.
I think I had a similar error after I upgraded to python 2.5. Running the python-updater solved the issue 4 me iirc. GL _________________ Gentoo 2008.0/desktop | Kernel: 2.6.27-tuxonice | Arch: amd64 | KDE 3.5.9 | WU Wien |
----------
Share your kernel information @ http://klive.cpushare.com/ |
|
| Back to top |
|
 |
Ilya.A Tux's lil' helper

Joined: 15 Aug 2007 Posts: 80 Location: Russia, Magadan
|
Posted: Sat Nov 08, 2008 11:59 am Post subject: klive reports status 'crashed' |
|
|
Hello!
klive reports status 'crashed'.
What can it be? How can I chek if it actualy works?
I use OpenRC, may it be related?
| Code: | 22:43 1 ilya@crypt ~ $ sudo /etc/init.d/klive restart
* Stopping KLive ... [ ok ]
* Starting KLive ... [ ok ]
22:46 1 ilya@crypt ~ $ /etc/init.d/klive status
* status: crashed
22:47 1 ilya@crypt ~ $
|
|
|
| Back to top |
|
 |
DigitalCorpus Apprentice


Joined: 30 Jul 2007 Posts: 245
|
Posted: Fri Dec 19, 2008 11:05 am Post subject: |
|
|
I have the same as you _________________ Atlas (HDTV PVR, HTTP & Media server)
http://atlas.selfip.net/Info/ |
|
| Back to top |
|
 |
DaggyStyle Advocate


Joined: 22 Mar 2006 Posts: 3970
|
Posted: Fri Dec 19, 2008 5:25 pm Post subject: |
|
|
got issues too, here
| Code: | * Caching service dependencies ... [ ok ]
* Starting KLive ...
Traceback (most recent call last):
File "//usr/lib64/python2.5/site-packages/twisted/application/app.py", line 614, in run
runApp(config)
File "//usr/lib64/python2.5/site-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "//usr/lib64/python2.5/site-packages/twisted/application/app.py", line 330, in run
self.application = self.createOrGetApplication()
File "//usr/lib64/python2.5/site-packages/twisted/application/app.py", line 416, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "//usr/lib64/python2.5/site-packages/twisted/application/app.py", line 427, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "//usr/lib64/python2.5/site-packages/twisted/application/service.py", line 368, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "//usr/lib64/python2.5/site-packages/twisted/persisted/sob.py", line 214, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/klive/klive.tac", line 154, in <module>
pci_id = os.popen('lspci -n').readlines()
exceptions.OSError: [Errno 38] Function not implemented
Failed to load application: [Errno 38] Function not implemented
[ !! ]
|
_________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
OSSM |
|
| Back to top |
|
 |
DigitalCorpus Apprentice


Joined: 30 Jul 2007 Posts: 245
|
Posted: Fri Jan 16, 2009 7:43 am Post subject: |
|
|
Though it appears to be crashing. I'm seeing that klive is working on my rig as it has reported my uptimes and current kernel. _________________ Atlas (HDTV PVR, HTTP & Media server)
http://atlas.selfip.net/Info/ |
|
| Back to top |
|
 |
Goverp Apprentice


Joined: 07 Mar 2007 Posts: 203
|
Posted: Tue Feb 10, 2009 11:15 pm Post subject: Trying to install on AMD64, and getting broken pyopenssl |
|
|
I like to do my bit, so I thought I'd install klive. But the emerge fails with wrong size file downloading pyOpenSSL-0.6.tar.gz - should be 281910 is 284949. That from 5 different mirrors chosen by emerge.
** Doh! Just did emerge --sync and the problem's gone. **
<winge>Why is it that something simple, like a cpu sniffer, needs 4 supporting packages ?</winge>
Just read the web site. Interesting, based on this rather than DistroWatch, Gentoo is the clear leader with 302 boxes out of 464  _________________ Greybeard |
|
| Back to top |
|
 |
mounty1 Guru

Joined: 06 Jul 2006 Posts: 405 Location: Australia
|
Posted: Tue May 19, 2009 9:24 am Post subject: My problems with klive |
|
|
| /etc/init.d/klive start: | klive |* Starting KLive...
klive |/usr/lib/python2.6/site-packages/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
klive | import os, md5, sys
klive |/usr/lib/python2.6/site-packages/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
klive | import sha [ ok ] | Also, the service sometimes fails to stop; a process is left running. As I sometimes restart net.wlan0, which in turn restarts klive, this is inconvenient. _________________ Michael Mounteney |
|
| Back to top |
|
 |
genstorm Veteran


Joined: 05 Apr 2007 Posts: 1957 Location: Austria
|
Posted: Tue May 19, 2009 9:35 am Post subject: |
|
|
I don't see any bugzilla entries about that: https://bugs.gentoo.org/buglist.cgi?quicksearch=klive
Maybe time to open one?  _________________ backend.cpp:92:2: warning: #warning TODO - this error message is about as useful as a cooling unit in the arctic |
|
| Back to top |
|
 |
mounty1 Guru

Joined: 06 Jul 2006 Posts: 405 Location: Australia
|
Posted: Tue May 19, 2009 10:03 am Post subject: |
|
|
| genstorm wrote: | Maybe time to open one?  | Done. _________________ Michael Mounteney |
|
| Back to top |
|
 |
javaJake n00b

Joined: 23 Aug 2006 Posts: 22
|
Posted: Wed May 20, 2009 12:59 pm Post subject: |
|
|
I'm running a gentoo-sources kernel with a _custom1 prefix added for my own uses. On the next kernel upgrade, it's going to be renamed to unionfs.
Will the kernel developers still like my input via this software, or will I merely confuse things? |
|
| Back to top |
|
 |
madchaz l33t


Joined: 01 Jul 2003 Posts: 955 Location: Quebec, Canada
|
Posted: Thu Jul 22, 2010 5:00 pm Post subject: |
|
|
is this project still alive?
The website appears to be dead _________________ Someone asked me once if I suffered from mental illness. I told him I enjoyed every second of it.
www.madchaz.com my "not so simple" home system. Not always online. Web Server is noisy. |
|
| Back to top |
|
 |
paul138 Guru


Joined: 09 Aug 2002 Posts: 367 Location: Ottawa, ON
|
Posted: Tue Jul 27, 2010 8:46 pm Post subject: |
|
|
| madchaz wrote: | is this project still alive?
The website appears to be dead |
The author purchased a sailboat and apparently has very little time to work on the project. (see http://kerneltrap.org/blog/Fate_Of_KernelTrap).
It would likely be wise to unsticky this thread. _________________ Talk is cheap because supply always exceeds demand. |
|
| Back to top |
|
 |
madchaz l33t


Joined: 01 Jul 2003 Posts: 955 Location: Quebec, Canada
|
Posted: Tue Jul 27, 2010 9:55 pm Post subject: |
|
|
I'll report my own post so the mods take notice and can unsticky it _________________ Someone asked me once if I suffered from mental illness. I told him I enjoyed every second of it.
www.madchaz.com my "not so simple" home system. Not always online. Web Server is noisy. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|