[gentoo-user] Re: /boot without space.

2007-06-22 Thread Alexander Skwar
Alexander Skwar [EMAIL PROTECTED] wrote: Don't use ext3 for /boot - there's just no need for a journal on /boot, as you'll VERY rarely write to it. For boot, the journal is just a waste - a waste of 32m, to be exact. Combined with your ~7Mb, this gives 40m. I was wrong. ext3 does not use 32m

[gentoo-user] Re: Re: Knode missing from Kontact

2007-06-21 Thread Alexander Skwar
Mick [EMAIL PROTECTED] wrote: On Wednesday 20 June 2007 18:23, Alexander Skwar wrote: Patrick Holthaus [EMAIL PROTECTED] wrote: Did you install knode? *LOL* Yeah, first try to catch the low hanging fruits, right? :) Yes, I DO have Knode installed *g* Next low hanging fruit: Yep

[gentoo-user] Knode missing from Kontact

2007-06-20 Thread Alexander Skwar
, Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Knode missing from Kontact

2007-06-20 Thread Alexander Skwar
components. Did you install knode? *LOL* Yeah, first try to catch the low hanging fruits, right? :) Yes, I DO have Knode installed *g* Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Compile something with debugging information

2007-06-19 Thread Alexander Skwar
). How would I do that? Thanks a lot, Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Compile something with debugging information

2007-06-19 Thread Alexander Skwar
in (ie. with -g). How would I do that? FEATURES=nostrip -ccache keeptemp keepwork test noclean \ CFLAGS=-march=athlon-xp -O0 -pipe -ggdb3 sudo emerge postfix This seems to be at least one way to go. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Re: Finer grained kde*-meta packages

2007-06-16 Thread Alexander Skwar
· Boyd Stephen Smith Jr. [EMAIL PROTECTED]: On Friday 15 June 2007, Alexander Skwar [EMAIL PROTECTED] wrote about '[gentoo-user] Re: Finer grained kde*-meta packages': Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Friday 15 June 2007, Alexander Skwar [EMAIL PROTECTED] But maybe

[gentoo-user] Re: lvm without initrd

2007-06-16 Thread Alexander Skwar
? They can all be on LVM. Alexander Skwar -- You do not beg the sun for mercy. -- Maud'dib's Travail from The Stilgar Commentary -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: make oldconfig behaviour

2007-06-16 Thread Alexander Skwar
there. If there are new selections in the new kernel, you'll be asked for the value they should get. In short: Before running make oldconfig, copy the .config from your old kernel to your new kernel tree and then run make oldconfig. Alexander Skwar -- Linux! Guerrilla UNIX Development

[gentoo-user] Make portage assume, that a package is installed

2007-06-15 Thread Alexander Skwar
, Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] What's creating symlinks in /dev/disk?

2007-06-15 Thread Alexander Skwar
for doing that? Is it udev? Or something from util-linux? Reason for this question: Plain old curiosity :) I see that this works very well on Gentoo but doesn't work on other distributions... Best regards, Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Make portage assume, that a package is installed

2007-06-15 Thread Alexander Skwar
Justin Findlay [EMAIL PROTECTED] wrote: On AD 2007 June 15 Friday 08:55:40 AM +0200, Alexander Skwar wrote: On my system, I don't use a modem and don't intend to ever do so. Because of this, I did not install net-dialup/ppp. But I'd now like to install kde-base/kde-meta, which will pull

[gentoo-user] Re: Make portage assume, that a package is installed

2007-06-15 Thread Alexander Skwar
Peter Alfredsen [EMAIL PROTECTED] wrote: On Friday 15 June 2007, Alexander Skwar wrote: So I tried to create the file in /etc/portage. Contents: --($:~)-- cat /etc/portage/package.provided kde-base/kppp-3.5.7 net-dialup/ppp-2.4.4-r8 [...] Obviously, I'm doing something wrong. How do I

[gentoo-user] Re: Make portage assume, that a package is installed

2007-06-15 Thread Alexander Skwar
Justin Findlay [EMAIL PROTECTED] wrote: When I encountered this one (there really should be a ppp flag for the kdenetwork ebuild), I did this: I just filed a bug reg. this. It includes a fixed ebuild. See Bug #182099 at http://bugs.gentoo.org/show_bug.cgi?id=182099. Alexander Skwar

[gentoo-user] Finer grained kde*-meta packages (was: Make portage assume, that a package is installed)

2007-06-15 Thread Alexander Skwar
mean, what's the advantage of the kde*-meta packages over the kde package, when the kde*-meta require just as much junk, as the kde package does? Hm, really, what's the use of the kde*-meta package anyway? Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Finer grained kde*-meta packages

2007-06-15 Thread Alexander Skwar
Dirk Heinrichs [EMAIL PROTECTED] wrote: I completely agree with Alexander about this. Meta (not only the kde ones) packages should definitely have USE flags. http://bugs.gentoo.org/show_bug.cgi?id=182106 Let's see how fast Jakub is to close that bug... In that bug, I'm only talking about KDE

[gentoo-user] Re: Finer grained kde*-meta packages

2007-06-15 Thread Alexander Skwar
Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: On Friday 15 June 2007, Alexander Skwar [EMAIL PROTECTED] Yep. You get kde-meta or individual kde packages or you get your own ebuild that depends on a number of KDE packages. The Gentoo developers do quite a bit of work just to give us kde

[gentoo-user] Re: Finer grained kde*-meta packages (was: Make portage assume, that a package is installed)

2007-06-15 Thread Alexander Skwar
Alan McKinnon [EMAIL PROTECTED] wrote: On Friday 15 June 2007, Alexander Skwar wrote: I mean, what's the advantage of the kde*-meta packages over the kde package, when the kde*-meta require just as much junk, as the kde package does? Hm, really, what's the use of the kde*-meta package anyway

[gentoo-user] Re: Finer grained kde*-meta packages

2007-06-15 Thread Alexander Skwar
Alan McKinnon [EMAIL PROTECTED] wrote: On Friday 15 June 2007, Alexander Skwar wrote: Perhaps the best route (maybe a good feature request?) is to put USE flags in the -meta ebuilds. That's what I'd like to get as a result of http://bugs.gentoo.org/show_bug.cgi?id=182106 I see we're

[gentoo-user] Re: Finer grained kde*-meta packages

2007-06-15 Thread Alexander Skwar
Alan McKinnon [EMAIL PROTECTED] wrote: On Friday 15 June 2007, Alexander Skwar wrote: Sorry for not being clearer. I meant USE flags in the -meta ebuilds, to disable undesired apps like kppp. Sort of like: DEPEND= kde-base/this-app !nokppp? ( kde-base/kppp ) kde-base/that-app

[gentoo-user] Re: Gentoo in the workplace

2007-06-14 Thread Alexander Skwar
Ken [EMAIL PROTECTED] wrote: IE will never work in wine. That's total crap. Every version of IE (even IE 7 to some extent) works with wine. ies4linux is a fine example, showing that you're totally wrong. I don't believe the devs plan to support it either. Even more crap. Alexander Skwar

[gentoo-user] RE: Gentoo in the workplace

2007-06-14 Thread Alexander Skwar
Sartorelli, Jason [EMAIL PROTECTED] wrote: Thanks Ken, So what do other people do when they need to use ActiveX? Use Windows. Is there any work arounds etc? Nope. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: FeatureRequest Was: Re: Why are gentoo people so in love with colorized output?!?

2007-06-11 Thread Alexander Skwar
support a --nocolor switch. Did this switch not work? Or did you get colors somewhere else? Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Again: Critical bugs considered invalid

2007-06-08 Thread Alexander Skwar
b.n. [EMAIL PROTECTED] wrote: Really. If you think there's a problem, explain it. You get attacked? Insist. Prove them they are wrong. Just curious: Did you ever try this with Jakub? Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Again: Critical bugs considered invalid

2007-06-07 Thread Alexander Skwar
time to time... Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Again: Critical bugs considered invalid

2007-06-07 Thread Alexander Skwar
that the wranglers should do such decisions at all (if they're not also involved in the affected package). If you disagree with his decision, simply reopen the bug. And do so over and over again. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Again: Critical bugs considered invalid

2007-06-06 Thread Alexander Skwar
. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] [slightly OT] Automounting Windows shares with autofs

2007-06-01 Thread Alexander Skwar
line as well. Thanks a lot, Alexander Skwar PS: I know about http://gentoo-wiki.com/HOWTO_Auto_mount_filesystems_(AUTOFS). It's not what I'm looking for ;) -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: [slightly OT] Automounting Windows shares with autofs

2007-06-01 Thread Alexander Skwar
connect failed: ERRDOS - ERRnoaccess (Access denied.) Jun 1 12:39:23 winnb000488 automount[17344]: SMB connection failed Yep. I'm not allowed access to D$. This can very well be. Cheers and thanks for the help! Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: which -march flag to pick for Intel Core 2 Duo in make.conf?

2007-05-24 Thread Alexander Skwar
, it goes under Core2 - MCORE2. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: locate

2007-05-12 Thread Alexander Skwar
. Depends on how you call the script. If you do: script then you're right. You could however source the script; ie. call: . script Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Separate /usr

2007-05-10 Thread Alexander Skwar
time). It is faster. Hm. I don't understand. Why is portage in a sparse file of, let's say, 400m, with reiserfs and notail mounted, faster, then a real partition of 400m with reiserfs and notail? What makes the sparse file faster? Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: cdrtools incomplete?

2007-05-08 Thread Alexander Skwar
install cdrkit. Hope this helps Both packages contain /usr/bin/cdrecord. The real cdrecord is from cdrtools, though. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] It is Bugday time!

2007-05-04 Thread Alexander Færøy
Hello! It is Bugday time once again! Join #Gentoo-Bugs on Freenode tomorrow (Saturday) and help us fix as many bugs as possible! Have fun! Best regards, Alexander -- Alexander Færøy Bugday Lead Alpha/IA64/MIPS Architecture Teams User Relations, Quality Assurance and Release Engineering

[gentoo-user] Re: file sorting in nautilus

2007-05-03 Thread Alexander Skwar
Iain Buchanan [EMAIL PROTECTED] wrote: so in short, is there any way around this? Can I tell nautilus to stop being clever? I reported this as a bug to the Gnome folks. See http://bugzilla.gnome.org/show_bug.cgi?id=435505 Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Howto for Sendmail configuration?

2007-04-29 Thread Alexander Skwar
://www.rommel.stw.uni-erlangen.de/~fejf/cgi-bin/pfs-web.pl, it can be part of nail. Maybe mailx also provides /usr/bin/mail. Alexander Skwar -- Time to take stock. Go home with some office supplies. -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Howto for Sendmail configuration?

2007-04-29 Thread Alexander Skwar
mailx. Hm, I don't know what the version numbers on http://packages.gentoo.org/search/?sstring=mailx mean exactly, but I'd interprete 8.1.2.20050715-r1 as something from 2005. So: I differ. Install nail. Also, is Gentoo using stuff from the Heirloom Project? Alexander Skwar -- jgoerzen doogie

[gentoo-user] Re: Changing CFLAGS

2007-04-28 Thread Alexander Skwar
. Is it noticeable, though? Alexander Skwar -- Beware of programmers carrying screwdrivers. -- Chip Salzenberg -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Howto for Sendmail configuration?

2007-04-28 Thread Alexander Skwar
? What benefit do you see by doing that? Alexander Skwar -- BOFH Excuse #346: Your/our computer(s) had suffered a memory leak, and we are waiting for them to be topped up. -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: the font in xfce change after updating

2007-04-28 Thread Alexander Skwar
· Chuanwen Wu [EMAIL PROTECTED]: Hi,guys! After emerge -uDN world,the font in xfce4 becomes weird. Define weird, please. Anyone know how to fix it? Probably not, as your description is very unclear. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Re: Reducing disk usage

2007-04-28 Thread Alexander Skwar
just for that would be bad? I've got the tree on a filesystem which is dedicated for that. Alexander Skwar -- Moonchild without an opinion? Satan is skating to work tomorrow! -- Brett Manz -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: ipw3945 and wpa_supplicant issues

2007-04-26 Thread Alexander Skwar
Christian [EMAIL PROTECTED] wrote: I don't know what !plug does. Check out /etc/conf.d/net.example, search for plug, find the section Cable in/out detection. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Reducing disk usage

2007-04-26 Thread Alexander Skwar
· fire-eyes [EMAIL PROTECTED]: Over a whole system this can add up to a few dozen more MB of space usable. This Depends largely on the type of files. I've got my portage tree on a reiserfs, and in comparison to ext3, it saves couple 100 (one-zero-zero) megs! Alexander Skwar -- Bond

[gentoo-user] Cannot configure Synaptics Touchpad - Disabling Tapping synclient

2007-04-24 Thread Alexander Skwar
        Before reporting problems, check http://wiki.x.org         to make sure that you have the latest version. Module Loader present Is anyone able to configure a Synaptics Touchpad? If so, any idea what I'm doing wrong? Thanks, Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Cannot configure Synaptics Touchpad - Disabling Tapping synclient

2007-04-24 Thread Alexander Skwar
Matthias Guede [EMAIL PROTECTED] wrote: This may not be exactly what you are looking for. But with ksynaptics (kde-misc/ksynaptics) tapping can be disabled - and it works, at least for me. With gsynaptics, tapping can be disabled as well. But how do I use ksynaptics with XFCE? Alexander

[gentoo-user] Re: FUSE (was: Add a module post kernel config/build)

2007-04-19 Thread Alexander Skwar
. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Monitor SATA with smart?

2007-04-18 Thread Alexander Skwar
://www.usenix.org/events/fast07/tech/schroeder/schroeder_html/index.html http://216.239.37.132/papers/disk_failures.pdf Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] Re: Add a module post kernel config/build

2007-04-18 Thread Alexander Skwar
work with the in-kernel fuse. Alexander Skwar -- [EMAIL PROTECTED] mailing list

[gentoo-user] FUSE (was: Add a module post kernel config/build)

2007-04-18 Thread Alexander Skwar
Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 18 Apr 2007 12:37:07 +0200, Alexander Skwar wrote: As far FUSE is concerned, it might be advisable to stay away from the in-kernel FUSE and use the standalone sys-fs/fuse package. At least ntfs3g doesn't work with the in-kernel fuse. Really

[gentoo-user] Re: Why is the latest release 2006.1?

2007-04-16 Thread Alexander Skwar
Dale [EMAIL PROTECTED] wrote: But if your system has only one CD and not enough memory to load in cache, you're in a pickle. Why's that? In such a case, you simply don't use the Gentoo CD, but some other CD to do your stage 3 installation. No need to be swapping CDs. Alexander Skwar

[gentoo-user] Re: Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-11 Thread Alexander Skwar
... I'm _very_ fine with -O3 flag... u.u' I would like use the -O3 flag until format my HD instead recompile my entire system... =P Well, you can easily do a rolling change. Ie. set the new CFLAG now and go on as usual. Over time, all the packages will/might be recompiled. Alexander Skwar -- gentoo

[gentoo-user] Re: CFLAGS ...-O3 -pipe vs ...O2 no pipe

2007-04-09 Thread Alexander Skwar
difference does this make? Is the extra level of optimization with pipe the equivalent of the lower level without? There's no extra level of optimization. So the question boils down to: Is -O3 better than -O2? Answer: Depends. On a system with not that much cache, it might not be. Alexander

[gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-08 Thread Alexander Skwar
the terminal advertises in its termcap. I don't know which, but I do know, that this is the reason. Alexander Skwar -- Leela: Oh no, there's no exhaust pipe. Project Satan: That's right. Thanks to Ed Begley Jr.'s electric motor, the most evil propulsion system ever conceived! -- gentoo-user

[gentoo-user] It is Bugday time!!!

2007-04-06 Thread Alexander Færøy
! Best regards, Alexander -- Alexander Færøy Bugday Lead Alpha/IA64/MIPS Architecture Teams User Relations, Quality Assurance and Release Engineering pgpCyPMhcQXYq.pgp Description: PGP signature

[gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-05 Thread Alexander Skwar
Hemmann, Volker Armin [EMAIL PROTECTED] wrote: [ a lot of good replies ] I am really disgusted. Very well said! Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Re: Why are gentoo people so in love with colorizedoutput?!?

2007-04-05 Thread Alexander Skwar
develoeprs don't keep track of their own changes and don't talk to each other even on such closely related packages, well, I guess it doesn't surprise me. getdelta is a addon product. Get your facts straight, before you complain, boy! Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-05 Thread Alexander Skwar
Grant Edwards [EMAIL PROTECTED] wrote: Why not default to a _useful_ condition? But, it does! The colors are very useful! Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-05 Thread Alexander Skwar
] * checking digikam-0.9.1.tar.bz2 ;-) ... [ ok ] and tries several times, with tons of colored output which I have to copy and paste to read. If you don't like colors, you should disable them. Alexander Skwar -- gentoo

[gentoo-user] Re: Re: Why are gentoo people so in love with colorizedoutput?!?

2007-04-05 Thread Alexander Skwar
for preferring white backgrounds, then they will have earned some respect. I guess earning respect from people like you is something, the Gentoo people could very well do without. Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Gnome: Switching windows backward using the window list

2007-04-04 Thread Alexander Skwar
of times, you should go backwards. Does that happen for you? Thanks, Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Gnome: Switching windows backward using the window list

2007-04-04 Thread Alexander Skwar
Markus Schönhaber [EMAIL PROTECTED] wrote: Alexander Skwar wrote: Could you guys please check, if Alt+Shift+Tab works for you? What should happen is, that if you hold down Alt and then hit Tab a number of times, you switch forward through the list. If you hold down Alt AND Shift

[gentoo-user] RE: Re: Gnome: Switching windows backward using the window list

2007-04-04 Thread Alexander Skwar
Wayne Oliver [EMAIL PROTECTED] wrote: From: news [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Skwar Thanks. Any idea, what might be wrong on my systems? Strange thing is, that those systems are on different hardware and also different build options and all that. Take a look

[gentoo-user] RE: RE: Re: Gnome: Switching windows backward using the window list

2007-04-04 Thread Alexander Skwar
Wayne Oliver [EMAIL PROTECTED] wrote: Here's one that may sound silly but... :) Are you sure your shift key works? i.e. do other key combinations with the shift key work? YES IT DOES :-) Sorry for shouting... *g* Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Why are gentoo people so in love with colorized output?!?

2007-04-04 Thread Alexander Skwar
and useful colors, I expect quite a lot of bugs and complaints to show up, if all of a sudden the output turns to unreadable no-color output. Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Can't find eth0?

2007-04-04 Thread Alexander Skwar
? Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Gnome: Switching windows backward using the window list

2007-04-04 Thread Alexander Skwar
Markus Schönhaber [EMAIL PROTECTED] wrote: Works fine for me (Gnome 2.16.2, Metacity 2.16.3). What's your locale set to and what keyboard layout do you use? Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Gnome: Switching windows backward using the window list

2007-04-04 Thread Alexander Skwar
· Markus Schönhaber [EMAIL PROTECTED]: Alexander Skwar wrote: What's your locale set to and what keyboard layout do you use? de_DE.UTF-8 pc105, de, nodeadkeys Allright, that got me thinking, as that's, more or less, the basic configuration I've got on one system as well. It turned out

[gentoo-user] Re: emerge human readable format.

2007-04-03 Thread Alexander Skwar
Michal 'vorner' Vaner [EMAIL PROTECTED] wrote: You can (I hope) change the command to sync portage, so you can add some flags. No, you cannot; at least not through some configuration. You can of course hack /usr/bin/emerge. Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Can I share my /boot and swap partitions with other Linux installs?

2007-04-02 Thread Alexander Skwar
filenames overlap in Gentoo and Ubuntu. But if you make sure that this does not happen and if you setup your bootloader (grub?) properly, then all is fine. Sharing swap is no problem at all. Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT DNS] common way to discover nameservers for an IP

2007-04-02 Thread Alexander Skwar
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I know I've once known and used a command that listed the nameservers serving a given IP. What do you with that? There's no such thing - any nameserver _can_ return any IP. I know there are online sites that will do it, Like? Alexander Skwar

[gentoo-user] Custom rsync command for emerge --sync?

2007-03-22 Thread Alexander Skwar
command? Thanks, Alexander -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Custom rsync command for

2007-03-22 Thread Alexander Skwar
Alexander Skwar listen at alexander.skwar.name writes: Hello. On one of my systems, I'd like to use a custom rsync command when emerge is to be used (I'd like rsync to use a SOCKS proxy and I'd like emerge to call socksify rsync instead of just rsync. For this, I'd write a tiny wrapper

[gentoo-user] Re: chrony seems to ignore configuration file

2007-03-12 Thread Alexander Skwar
Alexander Skwar [EMAIL PROTECTED]: Does chrony work for you? Do I have chrony misconfigured? For the archive: I sort of had chrony misconfigured. On my system, I had the rtc kernel module loaded. As soon as I exchanged that with the genrtc module, chrony loaded the servers just fine. It's

[gentoo-user] chrony seems to ignore configuration file

2007-03-10 Thread Alexander Skwar
] ~ $ ps awux|grep -v vim|grep -v grep|grep -v tail|grep chrony root 13997 0.0 0.1 1956 888 ?S21:07 0:00 /usr/sbin/chronyd -f /etc/chrony/chrony.conf -r -s -s Does chrony work for you? Do I have chrony misconfigured? Thanks, Alexander Skwar -- Quack! Quack!! Quack

[gentoo-user] Re: portage date

2007-03-09 Thread Alexander Skwar
Arnau Bria [EMAIL PROTECTED]: But sometimes I look for the date when I did my last sync, Have a look of the date of the file timestamp.chk, to be found in /usr/portage/metadata/timestamp.chk Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la (was: Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr

2007-03-07 Thread Alexander Skwar
difficult to run revdep-rebuild in this case with XCB? Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la (was: Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr

2007-03-07 Thread Alexander Skwar
Alexander Skwar listen at alexander.skwar.name writes: Now the revdep-rebuild emerge is failing at gnome-base/gnome-mount-0.4-r5 with: FWIW: It's also failing at libgnomeui with: [...] grep: /usr/lib/libXCBRenderUtil.la: No such file or directory /bin/sed: can't read /usr/lib

[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-06 Thread Alexander Skwar
/nautilus-2.16.3 Now you can remove -p (or --pretend) from arguments and re-run revdep-rebuild. You can find the complete output of running revdep-rebuild at http://askwar.pastebin.ca/383328. Best regards, Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Alexander Skwar
fails, as gtk+-2.10.9 is the first package which should be rebuild. You can find the build log of gtk+ at http://alexander.skwar.name/~askwar/stuff/gentoo/x11-libs:gtk+-2.10.9:20070305-102953.log What package do I need to rebuild, so that I'm able to build gtk+ again? Thanks a lot, Alexander

[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Alexander Skwar
Hello! Boyd Stephen Smith Jr. bss03 @volumehost.net writes: On Monday 05 March 2007, Alexander Skwar [EMAIL PROTECTED] wrote about '[gentoo-user] Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la': Hello! I'm trying to rebuild gtk

[gentoo-user] Re: Problems rebuilding gtk+ (and many other packages), due to not found /usr/lib/libXCBRenderUtil.la

2007-03-05 Thread Alexander Skwar
. Following up, I had to rebuild: =dev-cpp/cairomm-1.2.2 =dev-cpp/gtkmm-2.10.6 =media-video/mjpegtools-1.9.0_rc1 but, had no problem doing so. Hm. Must be something else, as I have none of these packages installed. Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] Configure eth0 when plugged and de-configure ath0

2007-03-02 Thread Alexander Skwar
net.ath0? Best regards, Alexander Skwar -- And it's my opinion, and that's only my opinion, you are a lunatic. Just because there are a few hunderd other people sharing your lunacy with you does not make you any saner. Doomed, eh? -- Oleg Kiselev,[EMAIL PROTECTED] -- gentoo-user@gentoo.org mailing

[gentoo-user] Re: Configure eth0 when plugged and de-configure ath0

2007-03-02 Thread Alexander Skwar
Neil Bothwick [EMAIL PROTECTED]: emerge ifplugd then use the functions in /etc/conf.d/net to do what you want. Ah, yes, I totally forgot about this functionality. Thanks a lot for the hint! This is what I use, Thanks for this short example. I appreciate it! BR, Alexander Skwar -- gentoo

[gentoo-user] It is Bugday time!

2007-02-27 Thread Alexander Færøy
Hi there! It is once again Bugday time! We will kick off Bugday in #Gentoo-Bugs on Saturday the 3'rd of March! Make sure you will be there! Hopefully we are able to fix as many bugs as last event, but join in and help us reach our goals ;) Best regards, Alexander -- Alexander Færøy Bugday

[gentoo-user] Re: b.g.o. down?

2007-02-13 Thread Alexander Skwar
Alan McKinnon [EMAIL PROTECTED]: Time now is Tue Feb 13 10:24:05 SAST 2007. I can't access bugs.gentoo.org - it times out. Works fine for me at Tue Feb 13 09:38:37 MET 2007 (ie. local time in Zürich, Switzerland). Alexander Skwar -- gentoo-user@gentoo.org mailing list

[gentoo-user] udev usb printer permissions

2007-02-08 Thread Alexander Puchmayr
Hi there! Can anyone please tell me why /dev/usb/lp0 has the following onwer/group and permissions? zeus ~ # ls -l /dev/usb/ total 0 crw-rw 1 root plugdev 180, 0 Feb 8 2007 lp0 /etc/udev/rules.d/50-udev.rules says: [...] # usb devices KERNEL==hiddev*, NAME=usb/%k

[gentoo-user] I want you for Bugday!

2007-02-02 Thread Alexander Færøy
of the operators or other people who are hanging around in the channel :) Best regards, Alexander -- Alexander Færøy Bugday Lead Alpha/IA64/MIPS Architecture Teams User Relations, Quality Assurance pgpATEcu7Gwk1.pgp Description: PGP signature

[gentoo-user] It is Bugday time once again!

2007-01-27 Thread Alexander Færøy
:) Remember, February the third is reserved for Bugday -- No matter what! Best regards, Alexander -- Alexander Færøy Bugday Lead Alpha/IA64/MIPS Architecture Teams User Relations, Quality Assurance pgpO6uXn8vW1Q.pgp Description: PGP signature

Re: [gentoo-user] MySQL5 and Innodb not working

2007-01-17 Thread Alexander Kirillov
I'm using Gentoo Base System version 1.6.14 on a x86_64 Intel(R) Celeron(R) CPU 2.66GHz. I've added dev-db/mysql innodb berkdb to my package.use then I've run emerge -1 dev-db/mysql. I've installed PHPMyAdmin that is up and running (MySQL 5.0.26). When I try to create a Innodb table, I get an

Re: [gentoo-user] MySQL5 and Innodb not working

2007-01-17 Thread Alexander Kirillov
# /etc/init.d/mysql start HTH You'll find my mysqld.err in attachment. I must admin that I don't undersdand what all that mess mean. Do you understand anything? Thomas. On 1/17/07, *Alexander Kirillov* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I'm using Gentoo Base System version

[gentoo-user] Re: How do I get php4

2007-01-09 Thread Alexander Skwar
to emerge is determined by selecting the appropriate version. Also, is there any way while doing a search to see the reason for a package being masked? Check out the file profiles/package.mask in your portage tree; eg. /usr/portage/profiles/package.mask. Alexander Skwar -- gentoo-user@gentoo.org

[gentoo-user] The first Bugday in 2007!

2006-12-30 Thread Alexander Færøy
of you and your families! Best regards, Alexander -- Alexander Færøy Bugday Lead Alpha/IA64/MIPS Architecture Teams User Relations pgpo5g0kiK6hg.pgp Description: PGP signature

[gentoo-user] Re: lvm setup questions

2006-12-24 Thread Alexander Skwar
/. Alexander Skwar -- If everything seems to be going well, you have obviously overlooked something. -- gentoo-user@gentoo.org mailing list

[gentoo-user] Updates from the Bugday team.

2006-12-11 Thread Alexander Færøy
of January 2007. Best regards, Alex [1] https://forums.gentoo.org/viewtopic-t-522662.html [2] https://bugs.gentoo.org/show_bug.cgi?id=157807 [3] http://bugday.gentoo.org -- Alexander Færøy [EMAIL PROTECTED] Gentoo/MIPS, Gentoo/Alpha, User relations and Bugday. pgpUi8dA9w09O.pgp Description: PGP

[gentoo-user] Re: Best method for automounting...

2006-12-01 Thread Alexander Skwar
alone. Why should hal leave CF cards alone? On my own personal view, the way that kde handles things with hal, dbus and pmount are kinda of kludgy. Well, KDE... Alexander Skwar -- cas well there ya go. say something stupid in irc and have it immortalised forever in someone's .sig file

[gentoo-user] Re: Best method for automounting...

2006-12-01 Thread Alexander Skwar
KDE is used? The KDE system is also more flexible How do you make use of media:/ files with normal (ie. non-KDE) applications? Alexander Skwar -- Ten years of rejection slips is nature's way of telling you to stop writing. -- R. Geis -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: XMMS: Bye, Bye Gentoo

2006-12-01 Thread Alexander Skwar
they also rely on old (even deprecated?) versions of a toolkit? And in how far are other mistakes a justification for making a mistake? Alexander Skwar -- May your camel be as swift as the wind. -- gentoo-user@gentoo.org mailing list

[gentoo-user] Monthly BUGDAY reminder.

2006-11-27 Thread Alexander Færøy
Oioi users and developers! This is your monthly bugday reminder that the next bugday is going to held on Saturday the 2. December. Come by in #Gentoo-bugs and help out fixing some our bugs. If you have any questions, feel free to email me or contact me on IRC (eroyf). Regards, Alexander H

[gentoo-user] Re: /usr almost full

2006-11-24 Thread Alexander Skwar
ol' primary logical partitions? Not with Knoppix, you need a live CD with LVM support. The Gentoo Live CDs should have it. Knoppix has LVM, but not EVMS. Gentoo has both. For recovery stuff, I prefer grml, though. Text based, loads faster and has more recovery things. Alexander Skwar

[gentoo-user] EVMS (was: Resize /)

2006-11-23 Thread Alexander Skwar
the basics of LVM? Alexander Skwar -- Last night the power went out. Good thing my camera had a flash The neighbors thought it was lightning in my house, so they called the cops. -- Steven Wright -- gentoo-user@gentoo.org mailing list

<    4   5   6   7   8   9   10   11   12   13   >