You are not logged in.
Good point, Zom.
But am busy at the mo trying to convince nouveau/nividia to play with my nvidia card so this is far down the list. Thanks for explanation
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
This thread is so long and I confess to not having read it all, but...
archey3 does not display cpu temperature on my T61 - it does on my desktop. Both systems have lm_sensors installed - any ideas what I'm missing?
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
This thread is so long and I confess to not having read it all, but...
archey3 does not display cpu temperature on my T61 - it does on my desktop. Both systems have lm_sensors installed - any ideas what I'm missing?
The correct modules for your hardware? Have you configured lm_sensors correctly?
Offline
Temperature widgets work fine and output of sensors is as follows:
toad@archtop 404\2 ~ > sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +42.0°C (crit = +127.0°C)
temp2: +33.0°C (crit = +100.0°C)
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 3006 RPM
temp1: +42.0°C
temp2: +41.0°C
temp3: +29.0°C
temp4: N/A
temp5: +31.0°C
temp6: N/A
temp7: +29.0°C
temp8: N/A
temp9: +39.0°C
temp10: +41.0°C
temp11: +37.0°C
temp12: N/A
temp13: N/A
temp14: N/A
temp15: N/A
temp16: N/A
Not sure about the virtual device, though.
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
Is there an option to control the position of the output? For example, centered top-to-bottom?
Example from archey:
+
#
###
#####
######
; #####;
+##.##### Hostname: reborn
+########## Distro: Arch Linux
#############; Kernel: 2.6.38-ck
###############+ Uptime: 1 day, 11:40
####### ####### Window Manager: Openbox
.######; ;###;`". Desktop Environment: LXDE
.#######; ;#####. Shell: /bin/bash
#########. .########` Terminal: xterm
######' '###### Packages: 557
;#### ####; CPU: AMD Athlon(TM) XP 2100+
##' '## RAM: 174 MB / 499 MB
#' `# Disk: 347G / 458G
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Online
AWESOME, I always watched screenshots with terminal looking that cool and now I know where do people get it, and its thanks to you keep it up. One question though, why isnt this on arch repos still? how many votes does it need to be included in official repos?
Also, whats the difference between your script and the python3 one? just python version?
thanks a lot
Linux user #498977
With microsoft you get windows and gates, with linux you get the whole house!
My Blog about ArchLinux and other stuff
Offline
Anyone wants to add another detail which shows your system age?
example of a shell script:
echo $(($(($(date +%s) - $(date -d "$(head -1 /var/log/pacman.log | cut -d ' ' -f 1,2 | tr -d '[]')" +%s))) / 86400)) days
Last edited by nixfag (2011-06-01 18:42:23)
Offline
@nixfag - is pacman.log immortal? For example, I know my system is older than what your line is giving...
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Online
I've just pushed Archey3 0.3 to master, take a look at it. I've also put up a couple of web pages with some examples of the new config system and the different results you can get out of it.
@toad, the sensors class in archey3 is a bit of a sham, as I really didn't have anything to test it on apart from my own computer, which has very few sensors. Parsing is incredibly hit and miss. I'll look into it.
Last edited by Blue Peppers (2011-06-07 00:04:57)
Consistency is not a virtue.
Offline
@BP - nice, but can it work without the dep of python-logbook-git?
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Online
Done, though if anything goes wrong, logbook will be required for debugging.
Consistency is not a virtue.
Offline
THanks - fails to build for me. Error posted on AUR page.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Online
Third time lucky (hopefully). Added python-distribute to the build-depends.
Consistency is not a virtue.
Offline
Just noticed that Archey reports Xfce 4.8 as 4.6.
Offline
Hm... archey didn't recognize my openbox o_O
It says:
WM: none
DE: none
Registed Linux User 608596
Offline
Hey guys, I know I have been inactive and I should have posted this earlier; but I no longer develop archey, I just do not have the time. I believe the archey3 fork by bluepeppers is still active so look into that.
If anyone would like to continue archey development, shoot me a message or email.
Offline
Hey guys, I know I have been inactive and I should have posted this earlier; but I no longer develop archey, I just do not have the time. I believe the archey3 fork by bluepeppers is still active so look into that.
If anyone would like to continue archey development, shoot me a message or email.
Bad news. However, thank you for getting it going, I have an older version as I can't find newer .deb's but I'd like to wish you well with what you are doing.
Live long and prosper!
13:03:25 ~
$ archey
User: sector11
_sudZUZ#Z#XZo=_ Hostname: sector11
_jmZZ2!!~---~!!X##wx OS: Debian 6.0.2 x86_64
.<wdP~~ -!YZL, Kernel: 2.6.32-5-amd64
.mX2' _xaaa__ XZ[. Uptime: 2:50
oZ[ _jdXY!~?S#wa ]Xb; Window Manager: Openbox
_#e' .]X2( ~Xw| )XXc Shell: Bash
.2Z` ]X[. xY| ]oZ( Terminal: Xterm
.2#; )3k; _s!~ jXf` Packages: 1384
1Z> -]Xb/ ~ __#2( CPU: AMD Athlon(tm) 64 Processor 3500+
-Zo; +!4ZwerfgnZZXY' RAM: 395 MB / 2012 MB
*#[, ~-?!!!!!!-~ Disk: 38G / 228G
XUb;.
)YXL,,
+3#bc,
-)SSL,,
~~~~~
13:03:38 ~
$
Offline
getting
Traceback (most recent call last):
File "./archey", line 95, in <module>
'--no-headers')), encoding='utf8').rstrip('\n').split('\n')
TypeError: str() takes at most 1 argument (2 given)
error
Offline
getting
Traceback (most recent call last): File "./archey", line 95, in <module> '--no-headers')), encoding='utf8').rstrip('\n').split('\n') TypeError: str() takes at most 1 argument (2 given)
error
I'm getting the exact same error
FIX:
To fix it edit /usr/bin/archey
And modify line 95 to look like
'--no-headers'))).rstrip('\n').split('\n')
Basically delete ", encoding='utf8'
(I think thats the second arguement that shouldn't be there)
Last edited by Jabrick (2011-11-09 01:46:40)
Offline
Hey i have long CPU name. How can i fix this?
http://imgur.com/yu8pN
Offline
@Kaurin
this might help;
http://bbs.archbang.org/viewtopic.php?id=18
Offline
Archey is not compatible with the ZFS filesystem.
ZFS is not listed as a filesystem type and if I add it it will treat every dataset as a single filesystem. So, for example, if I have:
Dataset: Mountpoint:
rpool/ROOT /
rpool/HOME /home
rpool/HOME/user /home/user
rpool/HOME/someotheruser /home/someotheruser
all within the same pool of, let's say, 200GB, Archey will incorrectly count four times the available and the used space, as if the total amount or space available for that pool were 800GB.
Sony Vaio VPCM13M1E - Arch Linux - LXDE
Offline
Hi, at start archey , I wrote No such file or directory
Offline
Seems like Archey has become broken:
[lordmetroid@localhost ~]$ archey
File "/usr/bin/archey", line 116
print 'Taking shot in',
^
SyntaxError: invalid syntax
Last edited by lordmetroid (2012-12-28 07:23:46)
Offline