First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 122079
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Caleb Cushing <xenoterracide@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
.conkyrc conkyrc text/plain Chris White (RETIRED) 2006-03-02 12:41 0000 6.38 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 122079 depends on: Show dependency tree
Bug 122079 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-02-07 22:20 0000
Pleas move conky 1.3.5 to stable (another version is acceptable) I have been
running it since it went ~x86 with no problems. A search for conky show's no
bugs. With torsmo having been removed from portage and conky it's successor we
could use a non ~arch release of it.

------- Comment #1 From Daniel Black 2006-02-08 03:24:15 0000 -------
Brenden - last I spoke you I think you mentioned that 1.3.4 was your preferred
package to go stable (I could be wrong). Is this still the case?

Caleb - I agree with your reasoning. Just checking with the guru conky devs for
a version.

------- Comment #2 From Caleb Cushing 2006-02-08 03:49:35 0000 -------
I posted on the fluxbox doc bug that it should replace torsmo. but since it was
~arch that I would request it moved to stable. So we don't have a ~arch package
in the doc.

------- Comment #3 From Brenden Matthews 2006-02-08 09:19:11 0000 -------
Conky 1.3.5 has a couple significant bugs.  Please wait a few more days so I
can find some time to do a 1.4.0 release.

------- Comment #4 From Daniel Black 2006-02-08 12:47:47 0000 -------
I can wait - not a problem.

------- Comment #5 From Caleb Cushing 2006-02-08 13:40:50 0000 -------
I can wait too.

------- Comment #6 From Brenden Matthews 2006-02-12 20:35:46 0000 -------
bug 122643 is the conky 1.4.0 bug.

------- Comment #7 From Brenden Matthews 2006-02-12 20:39:23 0000 -------
According to bug 122637 conky should be okay on alpha too.

------- Comment #8 From Caleb Cushing 2006-02-12 21:31:16 0000 -------
I'm Testing the 1.4.0 Build so far so good. It compiled it runs. I'll post
there if I have problems. 

------- Comment #9 From Daniel Black 2006-02-18 15:36:31 0000 -------
Torsmo-0.17 had KEYWORDS="x86 ppc amd64 sparc"
I propose we do the same for conky-1.4.0 in 2 weeks if no objections. (btw
please remind me or just cc the arch teams then)

------- Comment #10 From Brenden Matthews 2006-02-18 15:37:47 0000 -------
(In reply to comment #9)
> Torsmo-0.17 had KEYWORDS="x86 ppc amd64 sparc"
> I propose we do the same for conky-1.4.0 in 2 weeks if no objections. (btw
> please remind me or just cc the arch teams then)
> 

sounds good

------- Comment #11 From Daniel Black 2006-03-02 04:11:26 0000 -------
As per comment 9, Torsmo, the abandoned codebase of Conky, had stable keywords
on your arch. Now that Torsmo has been removed from Gentoo it is only fair that
Conky receives the same stabilizations status.

Thanks for your consideration.

------- Comment #12 From Lars Weiler (RETIRED) 2006-03-02 06:34:13 0000 -------
I had it already running on ppc, so stable.

------- Comment #13 From Gustavo Zacarias (RETIRED) 2006-03-02 08:37:44 0000 -------
sparc stable.

------- Comment #14 From Chris White (RETIRED) 2006-03-02 12:40:59 0000 -------
My network stats look kinda weird, and I'm getting a lot of:

Conky: unknown variable tcp_portmon

Nor do I see where to define that off hand.  The graphs for ath0 appear to
work, but the text doesn't.

xmms_player seems to be defined, but nothing as far as the actual visible
output (or an example) is shown.

I'll attach the config I have for it.

------- Comment #15 From Chris White (RETIRED) 2006-03-02 12:41:38 0000 -------
Created an attachment (id=81133) [edit]
conkyrc

Here's the config for it.  Some of the stuff I assume has docs on how to work
with it, but just in case.

------- Comment #16 From Brenden Matthews 2006-03-02 12:43:51 0000 -------
(In reply to comment #14)
> My network stats look kinda weird, and I'm getting a lot of:
> 
> Conky: unknown variable tcp_portmon
> 
> Nor do I see where to define that off hand.  The graphs for ath0 appear to
> work, but the text doesn't.
> 
> xmms_player seems to be defined, but nothing as far as the actual visible
> output (or an example) is shown.
> 
> I'll attach the config I have for it.
> 

echo "app-admin/conky -ipv6 xmms" >> /etc/portage/package.use

------- Comment #17 From Philip Kovacs 2006-03-02 13:21:50 0000 -------
regarding tcp_portmon, this functionality is for ip4 only and, as such, it only
read entries in /proc/net/tcp.   if you are only running ip6, the port monitors
wont work.   if you are running a mixed ip4/ip6 box, you must config conky with
-ipv6, as brenden mentioned.

as for xmms, you must config it with use flag xmms if you are using that
player, set xmms_player, as you did -- but that is not enough.   you must then
add your text variables, of which there are many:

${xmms_title}
${xmms_status}
${xmms_bar}

are three popular ones.   cheers.

------- Comment #18 From Joshua Jackson 2006-03-02 20:06:18 0000 -------
x86 stable \(^.^)/ Yay!

------- Comment #19 From Chris White (RETIRED) 2006-03-03 14:54:02 0000 -------
I have -ipv6 yet I'm still getting tcp_portmon weirdness.  I do have a
/proc/net/tcp file as well.  XMMS functionality seems to have a minor bug where
it doesn't know how to handle the status bar if you run conky while in the
middle of playing a file.

------- Comment #20 From Philip Kovacs 2006-03-03 15:32:14 0000 -------
I would like to know exactly what problems you're having with the portmon
stuff.   

------- Comment #21 From Luis Medinas (RETIRED) 2006-03-24 17:47:13 0000 -------
amd64 stable

------- Comment #22 From Daniel Black 2006-04-11 13:08:06 0000 -------
all stable - closing.

First Last Prev Next    No search results available      Search page      Enter new bug