Re: [gentoo-user] Omit certain parts of portage tree during sync

2005-07-03 Thread Patrick Börjesson
xcluded from # consideration. This may cause dependency failures if you are not # careful. # The file format is one pattern per line, blanks and ';' or '#' # lines are # comments. See 'man rsync' for more details on the exclude-from # format. -- R

Re: [gentoo-user] OT: keys that don't create keycodes

2005-07-19 Thread Patrick Börjesson
by the user... I had the same problem when I bought a new keyboard, but I just couldn't find a solution for it so I returned it and went back to one of my old IBM-clicky-click keyboards ;) -- Regards, Patrick Börjesson PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21792A5D PGP fingerprint: 74AF D4EF 6BDE CF77 16BE 6A29 CDB8 7607 2179 2A5D pgpw7mN7zHWUM.pgp Description: PGP signature

Re: [gentoo-user] portage: sendmail blocked by ssmtp...

2005-07-21 Thread Patrick Börjesson
ler.conf to switch which MTA to be used... Or you just "emerge -C ssmtp && emerge sendmail" and everything should be fine. -- Regards, Patrick Börjesson PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21792A5D PGP fingerprint: 74AF D4EF 6BDE CF77 16BE 6A29 CDB8 7607 2179 2A5D pgpkRSsB6RIW4.pgp Description: PGP signature

Re: [gentoo-user] portage: sendmail blocked by ssmtp...]

2005-07-22 Thread Patrick Börjesson
On 05/07/22 14:23, Jarry wrote: > I'm rather new to this "portage-world", and I've lost track of all > softwares I installed. Can portage somehow list all packages which > have been installed? # emerge gentoolkit $ equery list -- Regards, Patrick Börjesson PGP

Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-23 Thread Patrick Börjesson
On 05/07/23 13:38, Jules Colding wrote: > "emerge --sync && emerge -vauDN" today gave me the following error. [snip] I'd think that the developers would rather have that information posted to http://bugs.gentoo.org/ instead... -- Regards, Patrick Börjesson PGP sig

Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-23 Thread Patrick Börjesson
You might want to actually try to find information about the subjects you respond to. Straight out of the AMD64 Gentoo Handbook: "AMD64 users who want to use a native 64 bit system should use -march=k8" Combining that cite with the information from the gcc info page, I'm pretty s

Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-23 Thread Patrick Börjesson
On 05/07/23 18:37, Richard Fish wrote: > Patrick Börjesson wrote: > > >>Oh, and despite what Patrick said, I think you were right to post here > >>first-- no need to clog up b.g.o with what might be a configuration > >>problem and waste developer's time cl

Re: [gentoo-user] Can't emerge mozilla-firefox-1.0.6-r2

2005-07-23 Thread Patrick Börjesson
On 05/07/23 20:19, Richard Fish wrote: > Patrick Börjesson wrote: > > I'd think that the developers would rather have that information > > posted to http://bugs.gentoo.org/ instead... > > To me, Holly, and I'd bet many others, the "instead..." in that lin

Re: [gentoo-user] Stupid Postfix alias question...

2006-02-01 Thread Patrick Börjesson
nking it should work safely, but I can't seem to find the reference to > in in the documentation, although I know it's gotta be in there somewhere. According to `man 8 local` on line 56, it seems what you're trying to do should work as you wrote it. -- / Patrick Börjesson \

Re: [gentoo-user] daemon start up problem

2006-02-08 Thread Patrick Börjesson
it system of Gentoo expects the links in /etc/runlevels/... to have the same name as the script they link to. So to get proper behaviour: ln -sf /etc/init.d/webservice.sh /etc/runlevels/default/webservice.sh (or "rc-update add webservice.sh default") Then remove

Re: [gentoo-user] Postfix authentication error??

2006-02-09 Thread Patrick Börjesson
, but it seems that the imap daemon has trouble connecting to whatever authentication resource you're using (maybe courier's authdaemon?). Sorry for not being of more help... -- / Patrick Börjesson \ --- / () The ASCII Ribbon Campaign - against HTML Email \ /\ and proprietary formats. pgp1LxGRhfT09.pgp Description: PGP signature

Re: [gentoo-user] How many GB for / partition?

2006-02-17 Thread Patrick Börjesson
no bearing in the argument, since harddrives will fail no matter how many (or few) harddrives you have. And even though having more harddrives increases the chance of one of them failing, how does that impact your choice in what partitioning-scheme you want to use (especially if you use LVM)? > > Seems like. But maybe it's just, that I've got problems > > following your nonsense, hm? > > you mean your nonesense? > Yep, it is hard to deal with you. > > I snipped the rest: TL:DR Wow, intelligent rebuttals here... Impressive. At the end of the day, it's basically a choice of how secure/robust you want your filesystem layout to be compared to how much tinkering you want to do to keep everything rolling along nicely. Using alot of ordinary partitions seems to be pretty outdated when we have access to LVM, and can bring alot of hassle if you have made your partitions to small, or waste alot of space if made to big. Using one partition for basically everything under / is a bit less secure if you're running a couple of services on your system, but if you're just using the system as a workstation, I wouldn't be too worried about it. Using LVM seems to be a lot more flexible since you can start small with your filesystems, and extend them after time when need be. But this also includes some supervision of how much space you have available on your different filesystems. Could probably be considered a more convenient alternative if you plan to extend your system later on with more harddrives, or plan on separating your data areas to further security/robustness. Please end the flamefest now, k? -- / Patrick Börjesson \ --- / () The ASCII Ribbon Campaign - against HTML Email \ /\ and proprietary formats. pgpFPrfUVCSC8.pgp Description: PGP signature

Re: [gentoo-user] Gentoo USE flags

2006-03-14 Thread Patrick Börjesson
cations. For more information about masking, package-specific use-flags and so on: $ man portage Regards, Patrick Börjesson -- / () The ASCII Ribbon Campaign - against HTML Email \ /\ and proprietary formats. pgpJDGIxFKcIe.pgp Description: PGP signature

Re: [gentoo-user] Portage Problem

2006-03-14 Thread Patrick Börjesson
On 2006-03-14 16:47, Timothy A. Holmes uttered these thoughts: > I am trying to install JFFNMS, as part of its dependancies, it wants to > install php4.4.2, however the computer already has PHP5 installed and > running nicely. > > Is there a way to install JFFNMS without installing php4 and have

Re: [gentoo-user] Stop and continue emerge -e world

2006-03-14 Thread Patrick Börjesson
would be to use revdep-rebuild instead of emerge -e world (isn't this mensioned in the upgrade guide for gcc?). If you still have gcc-3.3.6 installed on your system, you won't have a problem from rebooting (as far as I know). Regards, Patrick Börjesson -- / () The ASCII Ribbon Ca

Re: [gentoo-user] subversion

2006-03-15 Thread Patrick Börjesson
On 2006-03-15 00:47, David Corbin uttered these thoughts: > Anybody have any idea when subversion 1.3 will available as an ebuild? It is... Marked testing on most architectures it seems. If you want it, read "man portage" and look for package.keywords Regards, Patrick Börjesson -

Re: [gentoo-user] Re: bbgallery and template files

2005-08-27 Thread Patrick Börjesson
on CPU) to compile each. So 10 hours is definitely not something to worry about. -- Regards, Patrick Börjesson PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21792A5D PGP fingerprint: 74AF D4EF 6BDE CF77 16BE 6A29 CDB8 7607 2179 2A5D pgpdCNC25ZX9V.pgp Description: PGP signature

Re: [gentoo-user] cdrecord-prodvd extrange behaivor

2005-09-27 Thread Patrick Börjesson
nce in his last email. To quote: > > Just to make sure that the drive wasnt the problem , I replaced it with a > > completely different drive and got exactly the same behavior. -- Regards, Patrick Börjesson PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21792A5D PGP fingerprint: 74AF D4EF 6BDE CF77 16BE 6A29 CDB8 7607 2179 2A5D pgpeKQa7VDpGb.pgp Description: PGP signature

Re: [gentoo-user] Bridging problems with new baselayout - SOLVED

2005-10-07 Thread Patrick Börjesson
hey're supposed to be the same script. -- Regards, Patrick Börjesson PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21792A5D PGP fingerprint: 74AF D4EF 6BDE CF77 16BE 6A29 CDB8 7607 2179 2A5D pgp4vzk1WlIeH.pgp Description: PGP signature

Re: [gentoo-user] Mail systems

2005-10-10 Thread Patrick Börjesson
you have any problems, the mailing list is always open ;) PS. I'm pretty certain I've forgotten to bring something up, but the documentation on either Gentoo's official site or [1] will probably help. DS. [1] http://dev.gentoo.org/~spider/local-mail-0.3.0/local-email.html -- Regards, Patrick Börjesson PGP signature: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21792A5D PGP fingerprint: 74AF D4EF 6BDE CF77 16BE 6A29 CDB8 7607 2179 2A5D pgpEX4dOhl4N1.pgp Description: PGP signature

Re: [gentoo-user] PANIC !!!!

2005-10-22 Thread Patrick Börjesson
void when dealing with libraries, since there's often more than one application depending on a particular library. Example: App A and app B link agains library L. Run an 'emerge -u A' and app A, and library L gets upgraded. App B is fucked in the same way as you having run an

Re: [gentoo-user] insufficient emerge -t output

2006-04-13 Thread Patrick Börjesson
before? Send output of: grep gnome /var/lib/portage/world Regards, Patrick Börjesson -- () The ASCII Ribbon Campaign - against HTML Email /\ and proprietary formats. pgprbns0kJ8gB.pgp Description: PGP signature

Re: [gentoo-user] Re: glibc-2.4-r2: Problems with UTF-8 locale

2006-05-05 Thread Patrick Börjesson
ise I still have the above > said locales only.. Any ideas? locale-gen automatically uses /etc/locales.build (if it exists) if it doesn't find any locales to generate in /etc/locale.gen Regards, Patrick Börjesson -- () The ASCII Ribbon Campaign - against HTML Email /\ and proprietary formats. pgpz1jEZJOeyT.pgp Description: PGP signature

Re: [gentoo-user] gentoo servers down?

2006-05-05 Thread Patrick Börjesson
seems that (at least) bugs.gentoo.org has had some problems for a while now. From what i gather it's the database it's using that's pretty bogged down... Regards, Patrick Börjesson -- () The ASCII Ribbon Campaign - against HTML Email /\ and proprietary formats. pgpr6erAPBlSG.pgp Description: PGP signature