[gentoo-user] Cannot upgrade kde-base/superkaramba
Hi, I tried the last days to do a emerge -avuDN world but it fails at the package kde-base/superkaramba-4.4.4 I get the error message: Linking CXX shared library ../../lib/libsuperkaramba.so CMakeFiles/superkaramba.dir/python/meter.o: In function `QString2PyString(QString)': meter.cpp:(.text+0x6e): undefined reference to `PyUnicodeUCS4_FromUnicode' CMakeFiles/superkaramba.dir/python/meter.o: In function `PyString2QString(_object*)': meter.cpp:(.text+0x1bf): undefined reference to `PyUnicodeUCS4_AsUnicode' /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object. collect2: ld returned 1 exit status make[2]: *** [lib/libsuperkaramba.so.4.4.0] Error 1 I already tried to rebuild all depending libs starting from python to kdelibs but it does not help. Has maybe anyone here an idea what the problem could be? Thanks Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook
Re: [gentoo-user] /etc/motd and /etc/issue just error out....
On Thu, Jul 8, 2010 at 12:45 PM, Alan McKinnon wrote: > On Thursday 08 July 2010 21:25:03 David W Noon wrote: > > >Is sshd configured to use login, or to do all that itself? > > >/etc/issue doesn't show up on console logins, it is for ancient stuff > > >like telnet and rlogin, never for console login. > > > > I thought /etc/issue was for the *getty programs to emit a pre-login > > greeting/warning/whatever, and was unrelated to login. > > Yes, you are right. The one for network logins is /etc/netissue or > issue-net > or some such. > > It's been years since I went anywhere near that stuff, and wetware RAM is > notoriously bad ;-) > > Well, I mostly wanted to make the stuff work, then sort out which piece was which. I have only 3 kinds of login: consoles (Ctl-Alt-F1, etc), ssh logins, and window manager logins. For the window manager, I imagine I'm stuck with tweaking /etc/profile, or some such, depending on the shell (always bash on this machine). It just seemed perverse that the one way I found to make them work also makes something emit error messages. Grrr. -- Kevin O'Gorman, PhD
[gentoo-user] viewing .m4v files with totem
How should I view .m4v files with totem. Is there a gst-plugin or a use flag for gst-plugins-meta? I have used the following, which "works", but the video quality is bad ffmpeg -i file.m4v file.avi totem file.avi thanks, allan
[gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
On 07/08/2010 11:28 PM, Grant wrote: Does mplayer from multimedia overlay include mplayer-mt and ffmpeg-mt patches, or just ffmpeg-mt? "mplayer-mt" is mplayer with ffmpeg-mt. Sorry for my misunderstanding. I'd like to follow the latest mplayer with ffmpeg-mt support. There is no latest "mplayer with ffmpeg-mt" support. There is mplayer, ffmpeg and ffmpeg-mt. To get what most people refer to as "mplayer-mt", you have to replace the bundled ffmeg that is included in mplayer with ffmpeg-mt. Is there a way to either do that specifically, or to follow the latest mplayer version in the multimedia overlay? The situation is a little tricky since there is a version in portage that is newer than the newest version in the multimedia overlay. That's because the developer who updates the multimedia overlay didn't yet put the ebuild there. The latest version I released (which is based on the latest available ffmpeg-mt sources) is "1.0_rc4_p20100626": http://forums.gentoo.org/viewtopic-t-789673.html Got it, thanks. Hopefully that shows up in the multimedia overlay soon. It's interesting that the mplayer-uau ebuild includes a threads USE flag in addition to the ffmpeg-mt one. I guess it might be based on an older mplayer ebuild. Not sure. IIRC, "threads" was a valid USE flag in older mplayer ebuilds. I'm not sure what it was good for, but it didn't help at all to distribute decoding load across CPUs.
Re: [gentoo-user] emacs font problem
Grant Edwards writes: > Recently emacs (running in X "window" mode) seems to have developed a > font problem. > > There are two cases where text displays as a mixture of filled and > unfilled rectangles: > > 1) When the mouse pointer hovers over certain things a balloon pops > up containing nothing but black filled rectangles. > > 2) When you select "About Emacs" from the Help menu, the logo renders > properly at the top of the screen, but the rest is blocks and > rectangles: http://www.panix.com/~grante/emacsabout.png > > Normal editing is fine. > > Google hasn't found anything except discussion of problems with > a misssing default font (the one used during editing), and I don't > have any problems with that. > > Any ideas? Does this happen when you invoke "emacs -Q"? allan
[gentoo-user] emacs font problem
Recently emacs (running in X "window" mode) seems to have developed a font problem. There are two cases where text displays as a mixture of filled and unfilled rectangles: 1) When the mouse pointer hovers over certain things a balloon pops up containing nothing but black filled rectangles. 2) When you select "About Emacs" from the Help menu, the logo renders properly at the top of the screen, but the rest is blocks and rectangles: http://www.panix.com/~grante/emacsabout.png Normal editing is fine. Google hasn't found anything except discussion of problems with a misssing default font (the one used during editing), and I don't have any problems with that. Any ideas? -- Grant Edwards grant.b.edwardsYow! I have the power to at HALT PRODUCTION on all gmail.comTEENAGE SEX COMEDIES!!
Re: [gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
Does mplayer from multimedia overlay include mplayer-mt and ffmpeg-mt patches, or just ffmpeg-mt? >>> >>> "mplayer-mt" is mplayer with ffmpeg-mt. >> >> Sorry for my misunderstanding. I'd like to follow the latest mplayer >> with ffmpeg-mt support. > > There is no latest "mplayer with ffmpeg-mt" support. There is mplayer, > ffmpeg and ffmpeg-mt. To get what most people refer to as "mplayer-mt", you > have to replace the bundled ffmeg that is included in mplayer with > ffmpeg-mt. > > >> Is there a way to either do that >> specifically, or to follow the latest mplayer version in the >> multimedia overlay? The situation is a little tricky since there is a >> version in portage that is newer than the newest version in the >> multimedia overlay. > > That's because the developer who updates the multimedia overlay didn't yet > put the ebuild there. The latest version I released (which is based on the > latest available ffmpeg-mt sources) is "1.0_rc4_p20100626": > > http://forums.gentoo.org/viewtopic-t-789673.html Got it, thanks. Hopefully that shows up in the multimedia overlay soon. It's interesting that the mplayer-uau ebuild includes a threads USE flag in addition to the ffmpeg-mt one. - Grant
Re: [gentoo-user] /etc/motd and /etc/issue just error out....
On Thursday 08 July 2010 21:25:03 David W Noon wrote: > >Is sshd configured to use login, or to do all that itself? > >/etc/issue doesn't show up on console logins, it is for ancient stuff > >like telnet and rlogin, never for console login. > > I thought /etc/issue was for the *getty programs to emit a pre-login > greeting/warning/whatever, and was unrelated to login. Yes, you are right. The one for network logins is /etc/netissue or issue-net or some such. It's been years since I went anywhere near that stuff, and wetware RAM is notoriously bad ;-) -- alan dot mckinnon at gmail dot com
Re: [gentoo-user] /etc/motd and /etc/issue just error out....
On Thu, 08 Jul 2010 19:10:02 +0200, Alan McKinnon wrote about Re: [gentoo-user] /etc/motd and /etc/issue just error out: >On Thursday 08 July 2010 18:29:56 Kevin O'Gorman wrote: [snip] >> Does anyone know how to correctly enable the message of the day and >> the greeting? If you are using PAM for authentication of logins, there is a motd parameter in /etc/pam.d/login. Its default value is /etc/motd. >Is this a console login or via ssh? > >Is sshd configured to use login, or to do all that itself? >/etc/issue doesn't show up on console logins, it is for ancient stuff >like telnet and rlogin, never for console login. I thought /etc/issue was for the *getty programs to emit a pre-login greeting/warning/whatever, and was unrelated to login. -- Regards, Dave [RLU #314465] == dwn...@ntlworld.com (David W Noon) == signature.asc Description: PGP signature
[gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
On 07/08/2010 08:37 PM, Grant wrote: Does mplayer from multimedia overlay include mplayer-mt and ffmpeg-mt patches, or just ffmpeg-mt? "mplayer-mt" is mplayer with ffmpeg-mt. Sorry for my misunderstanding. I'd like to follow the latest mplayer with ffmpeg-mt support. There is no latest "mplayer with ffmpeg-mt" support. There is mplayer, ffmpeg and ffmpeg-mt. To get what most people refer to as "mplayer-mt", you have to replace the bundled ffmeg that is included in mplayer with ffmpeg-mt. Is there a way to either do that specifically, or to follow the latest mplayer version in the multimedia overlay? The situation is a little tricky since there is a version in portage that is newer than the newest version in the multimedia overlay. That's because the developer who updates the multimedia overlay didn't yet put the ebuild there. The latest version I released (which is based on the latest available ffmpeg-mt sources) is "1.0_rc4_p20100626": http://forums.gentoo.org/viewtopic-t-789673.html
Re: [gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
On 8 Jul 2010, at 17:24, Nikos Chantziaras wrote: Are you sure about this characterisation? http://article.gmane.org/gmane.comp.video.mplayer.devel/56008 Thanks. I missed that one. I would have expected to have caught it, had they cross-posted to -user. AIUI Uoti maintains that there's only one real contributor to the "official" mplayer, and that all useful improvements and patches are tracked by his (Uoti's) git version, which is also better in some other respects. It's probably a pissing match. But I don't care much about the issue. No, I don't much, either. It is interesting, and makes me wonder if long-term Uoti's will gain acceptance by users. As I said, cursory indicators may be that it's better. Stroller.
Re: [gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
On 8 Jul 2010, at 18:37, Grant wrote: ... Also thanks to Stroller for clearing up the mplayer/mplayer-uau situation. I have to admit that I'm not entirely clear on the matter. Stroller.
Re: [gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
>> Does mplayer from multimedia overlay include mplayer-mt and ffmpeg-mt >> patches, or just ffmpeg-mt? > > "mplayer-mt" is mplayer with ffmpeg-mt. Sorry for my misunderstanding. I'd like to follow the latest mplayer with ffmpeg-mt support. Is there a way to either do that specifically, or to follow the latest mplayer version in the multimedia overlay? The situation is a little tricky since there is a version in portage that is newer than the newest version in the multimedia overlay. Also thanks to Stroller for clearing up the mplayer/mplayer-uau situation. - Grant
Re: [gentoo-user] cmake-2.8.1 build problems
Mark Knecht wrote: I see there's a 2.8.1-r2 release this morning. Hopefully that will solve my problems. Cheers, Mark Ahhh, you are running unstable. I'm stable and using dev-util/cmake-2.6.4-r3 so the fact that I have had no issues may be because I am still on stable. Dale :-) :-)
Re: [gentoo-user] /etc/motd and /etc/issue just error out....
Kevin O'Gorman wrote: I have created/edited /etc/motd and /etc/issue. At first they did nothing at all, but I found /etc/login.defs and followed the hint there. So now it has the line MOTD_FILE /etc/motd for instance. But instead of displaying the file on running login as root, I get configuration error - unknown item 'MOTD_FILE' (notify administrator), and something similar if I attempt to use /etc/issue. Looking at /bin/login with strings(1), I find a format string that would produce this output. Does anyone know how to correctly enable the message of the day and the greeting? -- Kevin O'Gorman, PhD I found this thread. http://forums.gentoo.org/viewtopic-t-97905-highlight-motd.html I haven't used it but may be worth looking at to compare notes. Dale :-) :-)
Re: [gentoo-user] /etc/motd and /etc/issue just error out....
On Thursday 08 July 2010 18:29:56 Kevin O'Gorman wrote: > I have created/edited /etc/motd and /etc/issue. At first they did nothing > at all, but I found /etc/login.defs and followed the hint there. > So now it has the line > MOTD_FILE /etc/motd > for instance. But instead of displaying the file on running login as root, > I get > configuration error - unknown item 'MOTD_FILE' (notify administrator), and > something > similar if I attempt to use /etc/issue. > > Looking at /bin/login with strings(1), I find a format string that would > produce this output. > > Does anyone know how to correctly enable the message of the day and the > greeting? Is this a console login or via ssh? Is sshd configured to use login, or to do all that itself? /etc/issue doesn't show up on console logins, it is for ancient stuff like telnet and rlogin, never for console login. -- alan dot mckinnon at gmail dot com
[gentoo-user] Re: /etc/motd and /etc/issue just error out....
On Thu, Jul 8, 2010 at 9:29 AM, Kevin O'Gorman wrote: > I have created/edited /etc/motd and /etc/issue. At first they did nothing > at all, but I found /etc/login.defs and followed the hint there. > So now it has the line > MOTD_FILE /etc/motd > for instance. But instead of displaying the file on running login as root, > I get > configuration error - unknown item 'MOTD_FILE' (notify administrator), and > something > similar if I attempt to use /etc/issue. > > Looking at /bin/login with strings(1), I find a format string that would > produce this output. > > Does anyone know how to correctly enable the message of the day and the > greeting? > > Mmmm. I should add that despite these complaints, login is still possible, and what's especially surprising is that the messages are actually displayed. This suggests that I'm not very far from having it right, but /bin/login wants to complain anyway. -- Kevin O'Gorman, PhD
[gentoo-user] /etc/motd and /etc/issue just error out....
I have created/edited /etc/motd and /etc/issue. At first they did nothing at all, but I found /etc/login.defs and followed the hint there. So now it has the line MOTD_FILE /etc/motd for instance. But instead of displaying the file on running login as root, I get configuration error - unknown item 'MOTD_FILE' (notify administrator), and something similar if I attempt to use /etc/issue. Looking at /bin/login with strings(1), I find a format string that would produce this output. Does anyone know how to correctly enable the message of the day and the greeting? -- Kevin O'Gorman, PhD
[gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
On 07/08/2010 06:59 PM, Stroller wrote: On 7 Jul 2010, at 19:23, Nikos Chantziaras wrote: ... mplayer-uau is a fork of MPlayer, previously known as "mplayer-git", before the developer was kicked from the mplayer project for unknown reasons. While mplayer from multimedia only adds the ffmpeg-mt patch, mplayer-uau adds more patches. Are you sure about this characterisation? http://article.gmane.org/gmane.comp.video.mplayer.devel/56008 I follow the mplayer mailing lists daily, only to try and clarify this subject, but it doesn't seem so obvious to me. Mostly it's old history, of course, so perhaps you were paying more attention at the time. AIUI Uoti maintains that there's only one real contributor to the "official" mplayer, and that all useful improvements and patches are tracked by his (Uoti's) git version, which is also better in some other respects. It's probably a pissing match. But I don't care much about the issue.
Re: [gentoo-user] cmake-2.8.1 build problems
On Thu, Jul 8, 2010 at 6:32 AM, Mark Knecht wrote: > On Wed, Jul 7, 2010 at 9:38 PM, Dale wrote: >> Mark Knecht wrote: >>> >>> Hi, >>> I was trying to slog through all the libpng problems on one of my >>> machines last night but ran into a different issue late in the evening >>> where cmake wouldn't build. I haven't been reading this list all that >>> carefully and didn't find anything obvious with a quick Google search. >>> (Other than some stuff in bugzilla which may or may not relate.) >>> >>> Have there been any threads lately where this might have come up? >>> >>> There weren't any obvious message on the screen. X isn't working >>> due to gdm not starting because of libpng and I didn't have a spare >>> machine to ssh from at the time to really study the build log files. >>> >>> I wanted to get back to this problem tonight so I'm just taking a >>> quick reading on whether there might be some related info out there. >>> >>> Thanks, >>> Mark >>> >> >> My archives go back a year or so. The only problem I could find was when I >> had trouble with KDE compiling. It wasn't cmake itself that was failing >> tho, it was kdelibs. >> >> I also checked my emerge.log and I have updated emerge with no failures so >> far. You may have to post the error and see if someone can help. Maybe a >> missing/bad USE flag or something. >> >> Dale > > Thanks Dale. I tried to get on this last night but was foiled again. > If I can get some time tonight then I'll post back whatever it's > buried in the log file but not written to the screen. > > Cheers, > Mark > I see there's a 2.8.1-r2 release this morning. Hopefully that will solve my problems. Cheers, Mark
[gentoo-user] vim(1) barks at root, and no other
For some reason, when I use vim as 'root' I get sporadic messages "no protocol specified" that show up on the console, in such a way that I think it's going to /dev/console. It gets into the text I'm editing, but isn't really there because ^L clears it. Save for some abbreviations related to the account, there's no differrence between /root/.vimrc and the one in my home directory, but only root sees this behavior. Even strings(1) does not find that message in /usr/bin/vim. It happens twice to the console before vim takes over the window, and sporadically during editing. I haven't seen any pattern to what I'm doing when it happens. Anybody have a clue where it's coming from? -- Kevin O'Gorman, PhD
Re: [gentoo-user] Re: Why does high-res video drop frames at 60% CPU?
On 7 Jul 2010, at 19:23, Nikos Chantziaras wrote: ... mplayer-uau is a fork of MPlayer, previously known as "mplayer-git", before the developer was kicked from the mplayer project for unknown reasons. While mplayer from multimedia only adds the ffmpeg-mt patch, mplayer-uau adds more patches. Are you sure about this characterisation? I follow the mplayer mailing lists daily, only to try and clarify this subject, but it doesn't seem so obvious to me. Mostly it's old history, of course, so perhaps you were paying more attention at the time. AIUI Uoti maintains that there's only one real contributor to the "official" mplayer, and that all useful improvements and patches are tracked by his (Uoti's) git version, which is also better in some other respects. The fork stems from the fact that his version and the SVN diverged due to an implementation disagreement between him and the one other remaining contributing mplayer dev with SVN access. Whilst I've heard Uoti referred to as a troll, I have no idea whether this is fair or not. It seems to me like there is an objection to him referring to his version as "mplayer-git" rather than "my fork", but if he is correct in his assertion that "official mplayer" is now maintained only by one guy (Reimar?), then I think that it's actually pretty reasonable to call them both equally different mplayer "versions". How is "official" mplayer better if it's actually no better supported than Uoti's version? I have heard more than one report of significant performance improvements using Uoti's git version and he seems helpful and responsive to bug reports on the -users mailing list. Of course the whole situation is a mess, with mencoder now unsupported and no facility to dump to / muxing MP4s. Stroller.
[gentoo-user] udev boot errors - unable to access device
Hi All, I updated sys-fs/udev-149 yesterday and noticed some uevent errors during boot today. They went by too fast for me to catch them, but they said something about udevent: unable to access device/000/000 . mouse and another about event9. Do I ignore, delete permanent udev rules, or do some particular incantation to fix this? -- Regards, Mick
Re: [gentoo-user] [bugzilla-dae...@gentoo.org: [Bug 326991] Testing release of sys-libs/zlib-1.2.5.3 from unofficial sources (???)]
Neil Bothwick wrote: On Thu, 8 Jul 2010 12:30:55 +0200, Enrico Weigelt wrote: What the heck is the OSS-QM? Already posted it to the list several weeks ago: http://www.metux.de/download/oss-qm-project-2010050101.pdf Which list? You've been cross-posting to multiple lists, was that announcement cross-posted to the same lists? Yet another reason why cross-posting to mailing lists is bad. I agree. Enrico, since you are working with ebuilds and trying to add to the tree, you need to post on -dev. This list is for users trying to get help with getting packages to install, work and how to work with the programs they install. This list does other things to but that is the basics of it. Since you are developing packages, or trying to, you need to be on -dev. You might want to find a well respected developer and discuss the way Gentoo does things off of any list. You are only going to make things worse for yourself. At some point, you are going to be ignored by default. Sort of hard to prove yourself when no one is listening. Dale :-) :-)
Re: [gentoo-user] current network traffic rate, in real time (in console)?
Kyle Bader wrote: > Iotop is for io and the kernel support is through netlink. Aside > > On 7/7/10, James wrote: > > Jarry gmail.com> writes: > > > > > >> I would like to see in console current network transfer rate > >> for given interface, similar as I can see cpu-loading in [%] > >> with "top" command. > > > > iotop is very cool, but requires some accounting support > > to be set in the kernel... > > > > hth, > > James > > > > > > > > > > > vnstat does this as well. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici cov...@ccs.covici.com
Re: [gentoo-user] cmake-2.8.1 build problems
On Wed, Jul 7, 2010 at 9:38 PM, Dale wrote: > Mark Knecht wrote: >> >> Hi, >> I was trying to slog through all the libpng problems on one of my >> machines last night but ran into a different issue late in the evening >> where cmake wouldn't build. I haven't been reading this list all that >> carefully and didn't find anything obvious with a quick Google search. >> (Other than some stuff in bugzilla which may or may not relate.) >> >> Have there been any threads lately where this might have come up? >> >> There weren't any obvious message on the screen. X isn't working >> due to gdm not starting because of libpng and I didn't have a spare >> machine to ssh from at the time to really study the build log files. >> >> I wanted to get back to this problem tonight so I'm just taking a >> quick reading on whether there might be some related info out there. >> >> Thanks, >> Mark >> > > My archives go back a year or so. The only problem I could find was when I > had trouble with KDE compiling. It wasn't cmake itself that was failing > tho, it was kdelibs. > > I also checked my emerge.log and I have updated emerge with no failures so > far. You may have to post the error and see if someone can help. Maybe a > missing/bad USE flag or something. > > Dale Thanks Dale. I tried to get on this last night but was foiled again. If I can get some time tonight then I'll post back whatever it's buried in the log file but not written to the screen. Cheers, Mark
Re: [gentoo-user] [bugzilla-dae...@gentoo.org: [Bug 322157] [mail-filter/procmail] new ebuild + autocreate maildirs]
On Thursday 08 July 2010 00:56:52 Enrico Weigelt wrote: > Hi folks, > > > YFYI: yet another of my ebuilds kicked-down. > > It's an improved version of procmail, which automatically creates > missing maildir directories. Are you running some kind of propaganda campaign here where you whinge about devs kicking your stuff? If so, I doubt too many people care. Just start and register your own overly. If it's any good, you'll get traction. > > > cu > > - Forwarded message from bugzilla-dae...@gentoo.org - > > From: bugzilla-dae...@gentoo.org > Subject: [Bug 322157] [mail-filter/procmail] new ebuild + autocreate > maildirs To: weig...@metux.de > Reply-To: DO NOT REPLY > Date: Wed, 7 Jul 2010 20:06:53 + (UTC) > > DO NOT REPLY TO THIS EMAIL. Also, do not reply via email to the person > whose email is mentioned below. To comment on this bug, please visit: > > Clear-Text: http://bugs.gentoo.org/show_bug.cgi?id=322157 > Secure: https://bugs.gentoo.org/show_bug.cgi?id=322157 > > > ssuomi...@gentoo.org changed: > >What|Removed |Added > --- > - Status|NEW |RESOLVED > Resolution||WONTFIX > > > > > --- Comment #2 from ssuomi...@gentoo.org 2010-07-07 20:06 --- > The SRC_URI is pointing to something unofficial, so this is a WONTFIX. -- alan dot mckinnon at gmail dot com
[gentoo-user] Re: OT: tool for reading /etc/conf.d/net?
Amit Dor-Shifer wrote: > Can anyone recommend a tool that can parse networking info from a/m > file, so one can use it to query, e.g. what is the static IP configured > on eth0? bash? No, I'm not joking. The file is a bash script, and hence can just be sourced by another bash script, which could then print the relevant information in any desired format. -- Remy signature.asc Description: OpenPGP digital signature
[gentoo-user] OT: tool for reading /etc/conf.d/net?
Can anyone recommend a tool that can parse networking info from a/m file, so one can use it to query, e.g. what is the static IP configured on eth0? Amit
Re: [gentoo-user] [bugzilla-dae...@gentoo.org: [Bug 326991] Testing release of sys-libs/zlib-1.2.5.3 from unofficial sources (???)]
On Thu, 8 Jul 2010 12:30:55 +0200, Enrico Weigelt wrote: > > What the heck is the OSS-QM? > > Already posted it to the list several weeks ago: > > http://www.metux.de/download/oss-qm-project-2010050101.pdf Which list? You've been cross-posting to multiple lists, was that announcement cross-posted to the same lists? Yet another reason why cross-posting to mailing lists is bad. -- Neil Bothwick - How many surrealists does it take to change a light bulb? - Two: one to hold the giraffe, the other to fill the bathtub with lots of brightly colored machine tools. signature.asc Description: PGP signature
Re: [gentoo-user] [bugzilla-dae...@gentoo.org: [Bug 326991] Testing release of sys-libs/zlib-1.2.5.3 from unofficial sources (???)]
* Willie Wong wrote: > What the heck is the OSS-QM? Already posted it to the list several weeks ago: http://www.metux.de/download/oss-qm-project-2010050101.pdf cu -- -- Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 151 27565287 icq: 210169427 skype: nekrad666 -- Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme --
Re: [gentoo-user] [bugzilla-dae...@gentoo.org: [Bug 326991] Testing release of sys-libs/zlib-1.2.5.3 from unofficial sources (???)]
* Alan McKinnon wrote: > Where's the common ground to combine all of that into one repository? The > idea > is a pipe dream. Fairly simple: use different branches. Hopefully, several distros would aggree on a common base, but thats not mandatory. The main point is, that everything's done within the source, and the sources live in a common vcs infrastructure. cu -- -- Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weig...@metux.de mobile: +49 151 27565287 icq: 210169427 skype: nekrad666 -- Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme --
Re: [gentoo-user] Beautifying goot and halt process
On Thu, 8 Jul 2010 04:33:20 +0200, meino.cra...@gmx.de wrote: > I tried chvt 1 by hand and it generates the same "color flash" as > the automatic switch to the console while shutting down my box. I suspect this may be an artifact from your monitor switching resolutions, in which case the fix is to alter your console resolution to match the X resolution. -- Neil Bothwick Sisko:"I won't be condescending to you this episode, Dr. Bashir." signature.asc Description: PGP signature
Re: [gentoo-user] kdm & french keyboard
Selon Neil Bothwick : > On Wed, 07 Jul 2010 17:23:13 +0200, alain.didierj...@free.fr wrote: > > > > Set in in xorg.conf. there's a thread on the forums that deals with > > > this using HAL fdi files, but those are not deprecated for Xorg. > > Whoops, don't know how that "not" crept in, HAL is deprecated for Xorg. > > > > http://forums.gentoo.org/viewtopic-t-808934-start-0.html > > > > Fast & reliable as ever. Thanks. Followed the link and fixed > > 10-x11-input.fdi as iI don't have a xorg.conf anymore.A matter of > > seconds... Thanks, > > Until your version of Xorg stops supporting HAL, when you will need an > xorg.conf. > That will be greeted! Anyway I keep a copy of my old xorg.conf, easier to configure and tweek that the HAL mess. -- ~adj~