You are not logged in.
Pages: 1
Has an update broken archstats? When I try to run archstats -u, I get:
Error communicating with ArchStats Server:
Couldn't resolve host 'archstats.coding-zone.com'
But I am able to resolve the name, which makes me think it's the program. Anyways, I didn't see anything on this, so I thought I'd bring it up.
Offline
perhaps it needs to be rebuilt against the new glibc. File a bug report.
AKA uknowme
I am not your friend
Offline
Offline
When I try to run archstats -u, I get:
error: kernel config file contains invalid characterI use standart Arch kernel.
It's happen with kernel 2.6.8 , 2.6.9, 2.6.10
Offline
that happened to me too. I just did a reconfig of archstats (archstats -r?)
and am no longer sending kernel information. I don't do anything different from default kernel, so I figured why send it anyway..
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
When I try to run archstats -u, I get:
error: kernel config file contains invalid character
I get the same error. I thought that it might have been something wrong in my custom kernel configuration, but then I saw it comes up even with the stock kernel.
Offline
Yup, this is a known bug. I should have the fix loaded into extra in the next few days. In the meantime, a good work-around is to modify your config (or reconfigure with 'archstats -r') and disable sending the kernel config stats.
Sorry for the inconvenience,
farphel
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
Is it only me or does new archstats (3.9) give "Corrupted ArchStats client" error to the others as well? :-)
Offline
nope. I get it too. I just didnt say anything yet. :oops:
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
What is the md5sum of /usr/bin/archstats?
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
f06312cb9463d06694fa6801d5110f3c
The last two characters are in a reverse order, compared to the md5sum stated at archstats page.
Offline
Thanks. Should be fixed now. Sorry 'bout that...
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
No problem, thanks for your work :-) Btw, I've just noticed a typo in the reconfiguring script:
Submit list of installed pakcages: 'Yes'So you'd just keep that in mind when launching next release :-)
Cheers,
lucke
Offline
after updating some kernels and modules i get this:
[damir@Asteraceae /]$ archstats -u
error: /proc/pci contains invalid character
offending string: Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 2).
[damir@Asteraceae /]$ The impossible missions are the only ones which succeed.
Offline
after updating some kernels and modules i get this:
[damir@Asteraceae /]$ archstats -u error: /proc/pci contains invalid character offending string: Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 2). [damir@Asteraceae /]$
I think what it's telling you is that you should buy yourself a kick-butt sound card and disable the AC'97 in your bios
Actually, I've got a check for suspicious characters in the data it collects and one of the characters I check for is the single-quote, so it's tripping on the AC'97 string. I'll have to tone down the check a bit on the next release. In the meantime, you can disable sending PCI stats as a short-term workaround.
Thanks,
farphel
Follow the link below, sign up, and accept one promotional offer. If I can get five suckers (err... friends) to do this, I'll get a free iPod. Then you too can try to get a free iPod. Thanks! http://www.freeiPods.com/?r=11363142
Offline
dp wrote:after updating some kernels and modules i get this:
[damir@Asteraceae /]$ archstats -u error: /proc/pci contains invalid character offending string: Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 2). [damir@Asteraceae /]$I think what it's telling you is that you should buy yourself a kick-butt sound card and disable the AC'97 in your bios
ähm ... it's a laptop and i have not much chance to add a second soundcard to it --- but don't worry about the quality of music i listen to, my old 266MHz machine has a yamaha digital card that is producing excellent sound ;-)
Actually, I've got a check for suspicious characters in the data it collects and one of the characters I check for is the single-quote, so it's tripping on the AC'97 string. I'll have to tone down the check a bit on the next release. In the meantime, you can disable sending PCI stats as a short-term workaround.
Thanks,
farphel
ok, thx for help!
The impossible missions are the only ones which succeed.
Offline
I've got a similar error message as below:
[bsdson@henrylee Desktop]$ sudo /etc/rc.d/archstatsrc stop
:: Updating ArchStats [BUSY]
error: kernel config file contains invalid character
offending string: 'CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
'
[DONE]
...
and what can I do besides disabling sending kernel config information?
thanks. ![]()
Offline
and what can I do besides disabling sending kernel config information?
You can follow the buggy. :idea:
/path/to/Truth
Offline
Pages: 1