Re: [gentoo-user] How to set up drive with many Linux distros?

2024-02-26 Thread gentoo-user
Since this is a fairly custom task, I would approach it with a custom
solution.

- GPT 
- systemd-boot
- One /boot partition
- One BTRFS-on-LUKS partition (formatted using the distro with the
oldest kernel)
- {@root,@home,@var,@srv,@opt}-{distro1,distro2,distro3} subvolumes
- Potentially {@distro1,distro2,distro3}-{downloads,documents,pictures}
subvolumes, if there's a usecase for that
- Bootstrap all the distros manually. Arch and Gentoo do that by
default, debian land has debootstrap, not too familiar with rhel
universe, but at the end of the day everything's a file :)

You could also write a script that keeps all the distros up to date
from within whichever one you're currently booted by mounting
subvolumes to /mnt or wherever, chrooting in and running the update.

You could also replace systemd-boot with efibootmgr to use UEFI boot
directly, but I would advise doing that after the everything is working
correctly as it's much easier to experiment using a good old bootloader
edit function.

BTRFS requires _some_ maintenance, but imho it's reasonable - run a
deduplication and defrag job on a scheduling tool of your choice and
you're good to go!

$0.02



Re: [gentoo-user] Re: Suggestions for backup scheme?

2024-01-31 Thread gentoo-user
On Tue, 2024-01-30 at 20:38 +, Grant Edwards wrote:
> 
> It took me an embarassing number of tries to get the intervals and
> crontab entries to mesh so it worked the way I wanted. It's not
> really
> that difficult (and it's pretty well documented), but I managed to
> combine a misreading of how often and in what order the rsync wrapper
> was supposed to run with my chronic inability to grok crontab
> specifications. Hilarity ensued.
> 

I just wanted to share my 2¢. https://crontab.guru has made my life a
lot easier when it comes to setting up crontab.



Re: [gentoo-user] Help with IPv6, please

2019-12-05 Thread gentoo-user
> Hello list,
Hi,

> Having been inspired by the recent discussion of IPv6, I decided to try it, 
> starting with my ISP, my Billion Bipac vDSL modem-router and one host - this 
> one. Of course it isn't straightforward.
>
> Zen has allocated me a /64 ND prefix and a /48 PD prefix. I found a way to 
> tell the Bipac to set up IPv6, and rebooted it; it now tells me its LAN 
> address is 2a02:8010:663d:0:6203:47ff:fe2d:8eba/64. Nslookup on this host 
> says 
> the same, without the /64. But then this:
>
> $ ping6 vdsl
> ping: vdsl: No address associated with hostname
> $ ping6 2a02:8010:663d:0:6203:47ff:fe2d:8eba
> PING 2a02:8010:663d:0:6203:47ff:fe2d:8eba(2a02:8010:663d:0:6203:47ff:fe2d:
> 8eba) 56 data bytes
> 64 bytes from 2a02:8010:663d:0:6203:47ff:fe2d:8eba: icmp_seq=1 ttl=64 
> time=1.75 ms
> ^C
>
> If I add the LAN address of the Bipac to /etc/hosts, ping finds it okay, but 
> what if the address changes if the Bipac reboots? I thought this kind of 
> address fixing was unnecessary in IPv6.
>
> And am I supposed to fix the IPv6 addresses of the other hosts on the LAN, or 
> just stick to IPv4 for local comms? And I haven't yet even thought about the 
> wireless devices served by the Bipac, though I see my mobile phone has 
> acquired an IPv6 address starting with fe80::40be... and it doesn't look like 
> its MAC address.
It really depends how you're setting up IPv6 on your local network.
The easiest option is if you're using stateful DHCPv6. In this case you
just need to set up your dhcp server to notify your dns server of any
new leases. If you're using static IPv6 addresses you can create a
static mapping between hostnames and addresses either in /etc/hosts or
your dns server. If you're using SLAAC, however, the only option I can
think of is to use stateless DHCPv6 to notify the DHCP server of your
client fqdn which should then sync the record with the DNS server.

-- 
Simon Thelen



Bouncing messages from gentoo-user@lists.gentoo.org

2019-10-27 Thread gentoo-user+owner


Some messages to you could not be delivered. If you're seeing this
message it means things are back to normal, and it's merely for your
information.

Here is the list of the bounced messages:
- 188350




Re: [gentoo-user] Black Screen of Death

2019-07-18 Thread gentoo-user


[2019-07-18 23:29] jdm 
> Hi,
Hi,

> For the last 2 months I have been getting a problem where my machine
> locks and after 2 seconds goes to a black screen. The machine is then
> unusable, ctrl-alt-delete F1 or sys rescue keys do not work and you
> cannot remote login.
>
> I initially thought this was a problem with lxd but then experienced
> issue when just using Enlightenment desktop. I have switched to xfce4
> but still getting issue. 
>
> It happens 2 to 3 times a week.
>
> There is nothing in logs (/var/log/messages).
>
> I upgraded BIOS a beginning of year so don't think it's that but have
> just upgraded again to see if that helps.
>
> Running ASUS Prime x470 Prime with ryzen 2700 and have upgraded kernel
> to latest stable when running emerge --update...
I'm not sure if it's still an issue with the 2nd gen cpus, but at least
with the first gen's I had lockups until I disabled the c-state
functionality in the UEFI. There was a previous thread on this list
discussing the issue which might be interesting if you haven't read it
yet [1].

[..]

[1]: 
https://archives.gentoo.org/gentoo-user/message/1cfd9cd62796b4a41a2152a66cc1df0e



Re: [gentoo-user] alsa and multiple sources of sound...

2019-05-25 Thread gentoo-user
[2019-05-25 09:06] tu...@posteo.de
>
> part   text/plain 670
> Hi,
Hi,

> I thought, alsa could handle multiple sources of sound
> simultanously...
That only works if you have dmix enabled and set all audio sources to use the
dmix devices as the default audio device. If you don't have an alsa
configuration in ~/.asoundrc or /etc/asound.conf dmix should be enabled
by default, in which case it might be that one of the audio sources is
grabbing the hardware device directly instead of going through the
default device. See [1] for details.

[1]: https://alsa.opensrc.org/Dmix



Re: [gentoo-user] palemoon-27.3.0 anyone?

2017-06-30 Thread gentoo-user
On 17-06-30 at 12:01, james wrote:
> I see it is in an overlay that I do not use (yet)::
> 
> [2] "octopus" layman/octopus
> 
> Anyone running this version or Palemoon-27.3.0 from another ebuild?
> I'm not much interested in building Palemoon from sources.
> Also, I've been using qupzilla-2.1.2 as my main browser, without issue,
> but I do like Palemoon too.
I maintain my own ebuild at [1], and since (whenever I committed that),
no problems I can remember (except for any changes I may have made when
updating which I can't remember).

> Note: For a while, I've been using Palemoon-27.2.1-r1 without issues,
> all on gcc-5.4.0-r3; so any (Palemoon) issues in moving to gcc-6.3.0 ?
I'm on gcc-6.3.0 and have no gcc-related issues.

[1]: 
https://git.c-14.de/landsraad.git/tree/www-client/palemoon/palemoon-27.3.0.ebuild

-- 
Simon Thelen



Re: [gentoo-user] tmp on tmpfs

2017-05-24 Thread gentoo-user
On 17-05-24 at 05:34, Rich Freeman wrote:
[..]
> Others have mentioned zram.  I've used it, but unless something has
> changed one of its limitations is that it can't give up memory.  That
> is less of an issue if you're using swap since it can be swapped out
> if idle.  However, if you're not using swap then you're potentially
> giving up a chunk of RAM to do it, though less RAM than a tmpfs if it
> is full most of the time (which I doubt is typically the case).
Seems to work fine here (with kernels newer than the late 3.x when I started 
using zram):

radiocarbon:~% dd if=/dev/urandom of=/tmp/foo
^C3405370+0 records in
3405370+0 records out
1743549440 bytes (1.7 GB, 1.6 GiB) copied, 10.8268 s, 161 MB/s
dd if=/dev/urandom of=/tmp/foo  8 MiB 10.853 (user: 0.339, kernel: 10.482)
radiocarbon:~% zramctl
NAME   ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram0 lz4 2G4K   64B4K   8 [SWAP]
/dev/zram1 lz4 3G  1.6G  1.6G  1.6G   8 /tmp
radiocarbon:~% free -m
  totalusedfree  shared  buff/cache   available
Mem:   79203096  61 22847634487
Swap:  2047   02047
radiocarbon:~% rm /tmp/foo
radiocarbon:~% zramctl
NAME   ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram0 lz4 2G4K   64B4K   8 [SWAP]
/dev/zram1 lz4 3G  3.9M1M  1.3M   8 /tmp
radiocarbon:~% free -m
  totalusedfree  shared  buff/cache   available
Mem:   792014123458 22930496171
Swap:  2047   02047

-- 
Simon Thelen



Re: [gentoo-user] tmp on tmpfs

2017-05-23 Thread gentoo-user
On 17-05-23 at 22:16, Ian Zimmerman wrote:
> So what are gentoo users' opinions on this matter of faith?
I use an ext4 partition backed by zram. Gives me ~3x compression on the
things I normally have lying around there (plain text files) and ensures
that anything I throw there (or programs throw there) gets cleaned up on
reboot.

> I have long been in the camp that thinks tmpfs for /tmp has no
> advantages (and may have disadvantages) over a normal filesystem like
> ext3, because the files there are normally so small that they will stay
> in the page cache 100% of the time.
I've never actually benchmarked this. Most of the things I notice that
tend to end up there are temporary build files generated during
configure stages or temporary log files used by various programs (clang
static analyzer). Even if the entire file stays in the page cache, it'll
still generate IO overhead and extra seeks that might slow down the rest
of your system (unless your /tmp is on a different hard drive) which on
spinning rust will cause slowdowns while on an ssd it'll eat away at
your writes (which you may or may not have to worry about).

> But I see that tmpfs is the default with systemd.  Surely they have a
> good reason for this? :)
Or someone decided they liked the idea and made it the default and
nobody ever complained (or if they did were told to just change it on
their system). 

Either way, it'd be nice if someone actually benchmarked this.

-- 
Simon Thelen



Re: [gentoo-user] Problem while writing ebuild

2017-05-04 Thread gentoo-user
On 17-05-04 at 17:59, Danny YUE wrote:
> Hi,
> 
> As a noob in ebuild files, I got some problems while created my own
> ebuild. I googled a lot but did not really find any clue.
If you have questions on ebuild files, checking [1] is probably the best
bet. Has generic information on ebuilds as well as specific information
regarding specific eclasses.

> Let's say package A has features B and C. They are Github repositories
> and A is the entry, while B and C are submodules.
> 
> Now I want to make it three different packages respectively, and use USE
> flags to control which to install just like texlive.
> 
[..]
> 
> 2) Only A has Github release URL, B and C by default should be fetched
> via `git submodule...'. How am I supposed to fetch these packages in my
> ebuild file? Download inside `src_unpack'?
git-r3.eclass has an EGIT_SUBMODULES array that you can populate
according to the use flags, but you'll probably have to specify the main
repo uri for A in both A, B, and C as the EGIT_REPO_URI and then just cd
to the submodule in the ebuild for B/C. See [2] for more information.

[1]: https://devmanual.gentoo.org/
[2]: https://devmanual.gentoo.org/eclass-reference/git-r3.eclass/index.html

-- 
Simon Thelen



Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-13 Thread gentoo-user
On 17-03-13 at 04:18, tu...@posteo.de wrote:
> On 03/12 03:36, gentoo-u...@c-14.de wrote:
> > On 17-03-12 at 15:29, tu...@posteo.de wrote:
[..]
> Those settings lead to this recursive dependencies:
> 
> dev-libs/openssl:0
> 
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) pulled in 
> by
> dev-libs/openssl:0[bindist=] required by 
> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, ebuild scheduled for merge)
>   
>   
> 
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
> >=dev-libs/openssl-0.9.8f:0[bindist=] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
>   
>  
Are you sure you have -bindist in package.use for openssl, openssh and
qtnetwork? bindist= implies that the bindist useflag must be the same on
all three, in this case it should be -bindist on all of them.

-- 
Simon Thelen



Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread gentoo-user
On 17-03-12 at 15:29, tu...@posteo.de wrote:
> Hi,
> 
> finally I am on my new root...only a few steps need to be done.
> 
[..]
> and this is, where me trouble starts:
> 
> Hostapd wants:
> # required by net-wireless/hostapd-2.6::gentoo[ssl]
> # required by hostapd (argument)
> >=dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist
> 
> And others wants:
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) conflicts 
> with
> >=dev-libs/openssl-0.9.8f:0[bindist] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
> ^^^ 
> dev-libs/openssl:0[bindist] required by 
> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed)
>^^^ 
> 
> Is there any way around this?
Disable the bindist flag on openssh and qtnetwork

-- 
Simon Thelen



Re: [gentoo-user] [OT] Retro ...

2016-02-17 Thread gentoo-user
On 16-02-17 at 19:21, meino.cra...@gmx.de wrote:
> Hi,
> 
> curious about how that had felt in ancient times, when hardware
> and software were limited, I tried 'ed' - the one and only
> editor ;)
>
> One feature I cant figure out (and the reason for that may be, that it
> is not there... :) is:
> 
> One has to specify the line, which s/he wants to edit. This is
> possible via regexp (which matches more than one line and may be
> not, what you want) and via line numbers.
> 
> In case one wants to use line numbers:
> One can list the whole text to the console...but the line numbers
> are missing.
> The "visual version of ed" called 'vi' is able to preceed any line 
> with a line number.
> 
> Is this possible with ed?
> How does one know the number of a specific line?
Use %n instead of %p

`info ed' is your friend

-- 
Simon Thelen



Re: [gentoo-user] Don't start a new thread by changing the subject

2011-06-25 Thread enno+gentoo
Hi,

Am 25.06.2011 10:09, schrieb Marc Joliet:
 Am Fri, 24 Jun 2011 16:12:26 -0700
 schrieb kashani kashani-l...@badapple.net:
  Because you responded to an existing thread you are not creating a new 
 thread and thus and reducing the size of the audience that reads your 
 email. Specially I'd have responded to open source monitoring on 
 gentoo, but since I deleted the Fortran thread in its boring entirety I 
 didn't even see it until I saw a response further down the chain today. 
 Whoever started Fbsplash did the same thing.
 
 For me, both of the threads you mention appear as their own threads (using
 claws-mail). So I checked the email sources and could not find any 
 References
 headers in either of the thread parents. So, perhaps this is a bug in
 Thunderbird?
Fine here, too.
Using mail-client/thunderbird-3.1.10.

HTH,
Enno



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Re: thunderbird fixed folders? [SOLVED]

2011-06-06 Thread enno+gentoo
Hi,

Am 06.06.2011 12:34, schrieb Indi:
 Another giant, glaring flaw: Doesn't appear to be any addressbook
 integration whatsoever that I can find, so it's necessary to pretend 
 it's the 80s and remember the ancient practice of clunkily, manually 
 C  P from the *separate* addressbook. Jzus, and people think mutt 
 is barebones, LOL (address autocompletion Just Works in mutt). 
Don't know about integration of other addressbooks but tb has and always
had its own addressbook. The integrated addressbook and autocompletion
work fine here. Out of the box.
With the lightning addon I have a usable calendar integrated and using
funambol I can easily synchronize with my mobile phone.
As I'm not affected I don't know about any issues for the visually impaired.

Regards,
Enno




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] script for sending mail with attachement?

2010-05-11 Thread lists-gentoo-user

Jarry wrote:

Hi,
my small mysql-database is archived every couple of hours, but
all those backups (~5MB each) are still on the server, which
I do not consider secure. I would like to have them sent to me
per email.

What I am looking for is some command-line mailer, which could
be used in script-mode, and able to send attachements. Any ideas?

Jarry


mail-client/nail is a replacement (with more functionality) than 
mail-client/mailx.  With nail you can specify the from address of your emails

-Brandon



[gentoo-user] Frequently seeing error processing environment

2009-04-10 Thread Joel Thibault (Gentoo)
Hello.  I am new to the list so I apologize if this has been discussed before.

I see lots of messages like this one, and it seems to come more often
when I am emerging a large number of packages (like emerge -e system):

 *
 * ERROR: sys-devel/automake-wrapper-3-r1 failed.
 * Call stack:
 *   ebuild.sh, line 1772:  Called die
 * The specific snippet of code:
 *  die error processing environment
 *  The die message:
 *   error processing environment

It is difficult to reproduce, as I can typically try that package
again or emerge --resume (without --skipfirst) and everything goes
fine, until the problem hits a different package.  What information
would be useful from me in trying to figure out this problem?

This has been a problem for me for months now, and I've tried various
ideas from bugzilla and the forums to no effect.

$ emerge --info
Portage 2.2_rc28 (default/linux/x86/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r1, 2
.6.24-gentoo-r3 i686)
=
System uname: Linux-2.6.24-gentoo-r3-i686-AMD_Duron-tm-_processor-with-glibc2.0
Timestamp of tree: Fri, 10 Apr 2009 06:00:01 +
ccache version 2.4 [enabled]
app-shells/bash: 3.2_p39
dev-java/java-config: 2.1.7
dev-lang/python: 2.5.2-r7
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.9.6-r2, 1.10.2
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-march=athlon-tbird -O2 -pipe -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d
/etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild
/etc/terminfo /etc/udev/rules.d
CXXFLAGS=-march=athlon-tbird -O2 -pipe -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=buildpkg ccache distlocks fixpackages parallel-fetch
preserve-libs protect-owned sandbox sfperms strict unmerge-orphans
userfetch userpriv usersandbox usersync
GENTOO_MIRRORS=http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
http://mirror.datapipe.net/gentoo
http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/
http://gentoo.mirrors.tds.net/gentoo
http://gentoo.chem.wisc.edu/gentoo/;
LDFLAGS=-Wl,-O1
MAKEOPTS=-j2
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_EXTRA_OPTS=--timeout=600
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/etc/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=acl aim amazon amd aspnet async automount bash-completion berkdb
bittorrent bzip2 cdinstall chroot cli colordiff cracklib crypt cscope
css cups dedicated device-mapper divx dri ecc emacs fbcon isdnlog java
junit logrotate logwatch memlimit mono mudflap ncurses nowebdav nptl
nptlonly openmp parport pcre perl ppds pppd python readline reflection
samba session spl ssl subversion sysfs tcpd userlocales x86 xorg zlib
ALSA_CARDS=emu10k1 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
linear meter mmap_emul mulaw multi null plug rate route share shm
softvol APACHE2_MODULES=actions alias auth_basic authn_alias
authn_anon authn_dbm authn_default authn_file authz_dbm authz_default
authz_groupfile authz_host authz_owner authz_user autoindex cache dav
dav_fs dav_lock deflate dir disk_cache env expires ext_filter
file_cache filter headers include info log_config logio mem_cache mime
mime_magic negotiation rewrite setenvif speling status unique_id
userdir usertrack vhost_alias ELIBC=glibc INPUT_DEVICES=keyboard
mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk
hd44780 lb216 lcdm001 mtxorb ncurses text USERLAND=GNU
VIDEO_CARDS=3dfx
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS

Thanks for any help you can give!
Joel


-- 
Joel Thibault [AIM: Jole Tebo]
Software Engineer in Boston



Re: [gentoo-user] Simplistic bash-script to manage package.use

2008-07-13 Thread Gentoo User
Hi,
I  don't want to make your work bad.
After thinking it over I think it is actually a useful script, because
it adds  a little bit more security to editing the package.use file
(I'm always fearing the day when I'm writing echo stuff 
/etc/portage/package.use).
But do you know that package.use can also be a directory which can
contain several files storing the use flags?



Geralt.

On 7/13/08, Mikko Husari [EMAIL PROTECTED] wrote:
 Gentoo User wrote:

  Hi,
 
  the question is: is it really necessary? If I want to add a new entry
  into this file I just call echo category/package myflags 
  /etc/portage/package.use and if I want to edit them I just call my
  favorite editor, use its search capabilities and change the line.
  So I don't really see the benefit of a command line tool, since I
  still need to write flags, package and everything and the tools I'm
  using now (mostly echo, grep and vim) to do this are not very
  complicated and most of the typing goes to the use flags and package
  name anyway.
 
 
  Just my opinion.
 
 
  Best regards
 
  Geralt
 
 
  On 7/12/08, Mikko Husari [EMAIL PROTECTED] wrote:
 
 
   greetings earthlings,
  
i did not found (nor did i look for long enough) any tools/scripts to
   easily manage package.use file, so i did my own. now i started to think
   that, if there really is not any, my creation would be sufficient
 (although
   possibly buggy) for most users who wish to have easy control over
   package.use.
  
yes, i know this is not the best place to announce but, this is not
 an
   real announcement, this is an query for an superior solution which would
   show my creation to be useless/dublicate/stupid. (if mine is
 useless/stupid
   it would be nice, so i would not have to maintain it and i also could
 use
   some real software).
  
-- husku
  
  
  
  
 
  well, i cant argue with you on that. although, i also used
 vim,grep,sed,echo to change my flags. still i felt i needes an easier way,
 thats why i wrote it and thats why i think this is easier than
 vim+handwork. basicly that script is only an interface to sed,echo,grep and
 equery.

  did you try to use it? id bet i could get changes applied much more rapidly
 with that script than with vim or echo. (can not necessarily compete with
 echo if you are sure it is an new addition)
  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Simplistic bash-script to manage package.use

2008-07-13 Thread Gentoo User
   (I'm always fearing the day when I'm writing echo stuff 
   /etc/portage/package.use).


 Put set -o noclobber in your profile.
Cool, thanks :-)
But is there a way to overwrite an existing file when this option is enabled?




Geralt
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Simplistic bash-script to manage package.use

2008-07-12 Thread Gentoo User
Hi,

the question is: is it really necessary? If I want to add a new entry
into this file I just call echo category/package myflags 
/etc/portage/package.use and if I want to edit them I just call my
favorite editor, use its search capabilities and change the line.
So I don't really see the benefit of a command line tool, since I
still need to write flags, package and everything and the tools I'm
using now (mostly echo, grep and vim) to do this are not very
complicated and most of the typing goes to the use flags and package
name anyway.


Just my opinion.


Best regards

Geralt


On 7/12/08, Mikko Husari [EMAIL PROTECTED] wrote:
 greetings earthlings,

  i did not found (nor did i look for long enough) any tools/scripts to
 easily manage package.use file, so i did my own. now i started to think
 that, if there really is not any, my creation would be sufficient (although
 possibly buggy) for most users who wish to have easy control over
 package.use.

  yes, i know this is not the best place to announce but, this is not an
 real announcement, this is an query for an superior solution which would
 show my creation to be useless/dublicate/stupid. (if mine is useless/stupid
 it would be nice, so i would not have to maintain it and i also could use
 some real software).

  -- husku


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Gnome wallpaper

2008-05-15 Thread gentoo


On Wed, 14 May 2008, Adam Carter wrote:


 My wallpaper doesnt come up when Gnome starts, but if i open the System -
 Preferences - Appearance dialogue it appears (i dont even need to make a
 change). So it looks like something is not running until i open the
 dialogue. Any ideas on how to fix it? Or will i have to resort to 'mv .gnome
 .gnome.orig' (or .gnome2) or something like that?


I have that when the filesystem the wallpaper is on (for me: /home), is not 
mounted. I then manually do the mount and select the wallpaper as you describe.


So maybe your wallpaper is needed before the right filesystem is mounted. Maybe 
it's a network file system?


Regards,
Christophe L.

--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] kdelibs wont compile

2007-08-18 Thread gentoo
Today after an emerge update the system wants to update to kde 3.5.7 
However I've run into a major problem, kdelibs wont compile
It keeps stopping at the following point:

checking for Qt... configure: error: Qt (= Qt 3.3 and  4.0) (library
qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/kde-base/kdelibs-3.5.5-r10/work/kdelibs-3.5.5/config.log

!!! ERROR: kde-base/kdelibs-3.5.5-r10 failed.
Call stack:
  ebuild.sh, line 1632:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  kdelibs-3.5.5-r10.ebuild, line 165:   Called kde_src_compile
  kde.eclass, line 170:   Called kde_src_compile 'all'
  kde.eclass, line 340:   Called kde_src_compile 'myconf' 'configure' 'make'
  kde.eclass, line 322:   Called econf '--with-distribution=Gentoo'
'--disable-fast-malloc' '--disable-libfam' '--enable-dnotify'
'--with-libart' '--with-libidn' '--without-acl' '--with-ssl'
'--with-alsa' '--without-arts' '--without-gssapi' '--without-tiff'
'--without-jasper' '--without-openexr' '--enable-cups' '--with-utempter'
'--without-lua' '--enable-sendfile' '--enable-mitshm' '--without-aspell'
'--disable-dnssd' '--without-hspell'
'--with-rgbfile=/usr/share/X11/rgb.txt' '--with-x' '--enable-mitshm'
'--without-xinerama' '--with-qt-dir=/usr/qt/3' '--enable-mt'
'--with-qt-libraries=/usr/qt/3/lib' '--disable-dependency-tracking'
'--disable-debug' '--without-debug' '--disable-final' '--without-arts'
'--prefix=/usr/kde/3.5' '--mandir=/usr/kde/3.5/share/man'
'--infodir=/usr/kde/3.5/share/info' '--datadir=/usr/kde/3.5/share'
'--sysconfdir=/usr/kde/3.5/etc'
  ebuild.sh, line 586:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack
if relevant.
!!! A complete build log is located at
'/var/tmp/portage/kde-base/kdelibs-3.5.5-r10/temp/build.log'.

I have qt 3.3.8-r3 and qt 4.3.0-r2 installed
How can the latest stable version of kdelibs not function with the latest
stable version of qt?
Also I don't understand what is meant by Make sure that you have compiled
Qt with thread support! I can't see a flag for thread support when I do
emerge -pv qt

Any help would be most appreciated
Matt
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdelibs wont compile

2007-08-18 Thread gentoo


 Probably just means that qt-3.x is broken e.g. cause by the expat bump.
 Use
 revdep-rebuild to fix it (see the numerous recent threads on this list).

 --
 Bo Andresen

I'm in a right mess here.  I did a revdep-rebuild -p. It wanted to
rebuild, essentially all of kde-3.5.5, because I'm in the middle of a big
emerge, everything is missing libexpat, presumably because expat was early
in the emerge.  There was no mention of qt-3.3.8-r3, but of course the
first thing revdep-rebuild wants to rebuild is kdelibs which wont rebuild
because of the qt problem.
I've tried rebuilding qt-3.3.8-r3 but that wont rebuild either, it stops
with the following error messages:

collect2: ld returned 1 exit status
make[3]: *** [../../../bin/uic] Error 1
make[3]: Leaving directory
`/var/tmp/portage/x11-libs/qt-3.3.8-r3/work/qt-x11-free-3.3.8/tools/designer/uic'
make[2]: *** [sub-uic] Error 2
make[2]: Leaving directory
`/var/tmp/portage/x11-libs/qt-3.3.8-r3/work/qt-x11-free-3.3.8/tools/designer'
make[1]: *** [sub-designer] Error 2
make[1]: Leaving directory
`/var/tmp/portage/x11-libs/qt-3.3.8-r3/work/qt-x11-free-3.3.8/tools'
make: *** [sub-tools] Error 2

!!! ERROR: x11-libs/qt-3.3.8-r3 failed.
Call stack:
  ebuild.sh, line 1632:   Called dyn_compile
  ebuild.sh, line 983:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  qt-3.3.8-r3.ebuild, line 214:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack
if relevant.
!!! A complete build log is located at
'/var/tmp/portage/x11-libs/qt-3.3.8-r3/temp/build.log'.

So where do I go from here?

Matt

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdelibs wont compile

2007-08-18 Thread gentoo


 it does, if you run revdep-rebuilt without options.


 --
 [EMAIL PROTECTED] mailing list


Right, Ignoring all the kde and media stuff in the revdep-rebuild -p
output leaves the following packages:
dev-libs/apr-util-1.2.8
dev-libs/apr-util-0.9.12-r1
x11-libs/pango-1.16.4
x11-libs/wxGTK-2.6.3.3

In answer to the other question, I'm using portage-2.1.2.11

The output from the faile qt-3.3.8-r3 rebuild prior to the error is:

usr/X11R6/lib/libfontconfig.so: undefined reference to
`XML_SetCharacterDataHa$
/usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_ErrorString'
/usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_ParseBuffer'
/usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_ParserCreate'
/usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_SetUserData'
/usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_GetErrorCode'
/usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_GetBuffer'
/usr/X11R6/lib/libfontconfig.so: undefined reference to
`XML_GetCurrentLineNumbers'
collect2: ld returned 1 exit status
make[3]: *** [../../../bin/uic] Error 1

Matt

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdelibs wont compile

2007-08-18 Thread gentoo


 it does, if you run revdep-rebuilt without options.


 --
 [EMAIL PROTECTED] mailing list


 Right, Ignoring all the kde and media stuff in the revdep-rebuild -p
 output leaves the following packages:
 dev-libs/apr-util-1.2.8
 dev-libs/apr-util-0.9.12-r1
 x11-libs/pango-1.16.4
 x11-libs/wxGTK-2.6.3.3

 In answer to the other question, I'm using portage-2.1.2.11

 The output from the faile qt-3.3.8-r3 rebuild prior to the error is:

 usr/X11R6/lib/libfontconfig.so: undefined reference to
 `XML_SetCharacterDataHa$
 /usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_ErrorString'
 /usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_ParseBuffer'
 /usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_ParserCreate'
 /usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_SetUserData'
 /usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_GetErrorCode'
 /usr/X11R6/lib/libfontconfig.so: undefined reference to `XML_GetBuffer'
 /usr/X11R6/lib/libfontconfig.so: undefined reference to
 `XML_GetCurrentLineNumbers'
 collect2: ld returned 1 exit status
 make[3]: *** [../../../bin/uic] Error 1

 Matt

OK, masking expat allowed me to rebuild qt-3.3.8-r8.  I've started
rebuilding kdelibs-3.5.7-r2 and it's got past where it stopped last time,
so fingers crossed I can finish the emerge now.
Obviously there is some issue with expat-2
Thanks for the advice
Matt
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] financial prime minister

2007-08-04 Thread gentoo
wasxbq
 fyqaka
 lvgbxy  xvbituba player.jpg

[gentoo-user] revered skyscraper

2007-07-30 Thread gentoo
vtfmtb
 upoiug  wdrh  svukdebutante.jpg

[gentoo-user] Spamassassin

2007-07-04 Thread Gentoo Voyager

how do i confirm whether my spamassassin woking or no. i'm using
qmail,qmail-scanner  spammassassin in gentoo..


--
Try to  be a Buddhist..!!


[gentoo-user] qmail spamming

2007-07-03 Thread Gentoo Voyager

Dear all,

I'm using qmail with qmail-scanner. but i'm getting lots of mails from drug
sites(drug advertiesment)  to my users mail boxes. i have installed the
spammassin. but still I'm getting such spam mail. please help me how I'm
stop this spam mails.

Thanks  regards,

--
Try to  be a Buddhist..!!


[gentoo-user] Gentoo Halt message

2007-06-26 Thread Gentoo Voyager

Dear all,
how to send automatic mail while halting the gentoo system. qmail server
running on my gentoo box.

Thanks,

--
Try to  be a Buddhist..!!


Re: [gentoo-user] Really weird network problem

2007-06-23 Thread ralph-gentoo
Hi,

Can you give us a route -n plus your ifconfig settings?

If you've got wireshark or tcpdump, what packets do you capture?

Ralph

 I have some strange network problem: i can ping(icmp
 works), i can arping(arp works), my dns works, btw routes also looks ok,
 but then I try to open any site all i get is request sent message
 from links, or connection broken to
 x.x.x.x ... from conquer, and opera just displays empty pages,
 and i dont think i have firewall(I'am quite new to
 gentoo). Internet from windows and from livecd works without problems.
 My best gues is it`s something wrong with tcp, maybe someone had a
 similar problem
 and could share their experience?
 Thanks in advance. Sorry for english:)

-- 
For contact details, please see www.ralphholz.de.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Modelling software - free - preferably easy to install under Gentoo.

2007-06-18 Thread Steve [Gentoo]
On Sat, Jun 16, 2007 at 05:22:47PM +, James wrote:
 Matlab is the standard for mathematical analysis of all sorts of
 phenomenon, from a mathematical perspective.

I'm familiar with Matlab... you're the second person to mention
Octave...

  I would like to do some analysis on these signals to see if there are
  any interesting things that can be demonstrated - for example, if I
  could show a strong correlation in the signals between two times, but
  none at other times, I might be able to conclude that there was
  communication of some description, but only for a fixed duration.

 Very unclear what you are saying. Are these signals related to events in
 your network? More information will help.

I agree - Not only was my post unclear, but I'm unclear about what I
want too. :-)

My data, in  reality, consists national statistics - and my
self-appointed challenge is to establish if, subject to appropriate
analysis, they will expose undocumented trends or other anomalies.  I
don't know what trends or anomalies I want to find until I discover
them... but I suspect that, once found, they'd be interesting. :-)

 'exi octave' reveals:

Octave is a good suggestion - but probably not what I need.  I've been
pointed at R ( http://www.r-project.org/ ) which looks more hopeful,
though I can't find it in portage. If there were an interactive GUI to
apply standard statistical analyses to data as a front-end to R, then
that would likely be just what I want.  Failing that - just finding R
in portage would be a step forwards.

I'd be very interested to know if R has competition...
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Weird kmail/kontact behaviour on startup

2007-06-17 Thread ralph-gentoo
Hi all,

This is a bit of a weird behaviour:

- On KDE startup, an instance of kmail will invariably start, too.

- I close it and start kontact - which will again open two windows, one with 
the kontact screen and basket open (why basket?) and one with kmail

- I close these two again and start kontact again - this time I get my normal 
kontact with the mail open

- On at least one occasion, though not reproducible, kmail started together 
with kopete, although I had only clicked kopete? Har?

I have checked the autostart entries, and de-activated the session manager, to 
no avail. I can't even guess what might be the cause of this - it might have 
started after an emerge -uD prettymuchworld but I don't remember any 
KDE-related updates recently.

Any ideas where I could look?

Thanks,
Ralph

-- 
For contact details, please see www.ralphholz.de.


pgpw3w6qIP9uc.pgp
Description: PGP signature


[gentoo-user] Modelling software - free - preferably easy to install under Gentoo.

2007-06-16 Thread Steve [Gentoo]
I have some (say 100) discrete data sequences sampling a single analogue
system with time-stamp data.

I would like to do some analysis on these signals to see if there are
any interesting things that can be demonstrated - for example, if I
could show a strong correlation in the signals between two times, but
none at other times, I might be able to conclude that there was
communication of some description, but only for a fixed duration.

At the moment I'm open minded about what kind of software I'd want to
employ - and also about what I'd like to prove.  Essentially, I'd like
to analyse the data for features - then ask if they correspond with
system events I'm already broadly aware about (rather than vice-versa.)

Can anyone point me in the right direction, please?

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Gentoo and Emacs in a terminal and intellisense-like functionality.

2007-05-26 Thread Steve [Gentoo]
I've a few vaguely related questions.  I'm an Emacs user from a decade
ago - and have recently returned to using it... I'm trying to set it up
as a useful modern development environment.  I'd have chosen Eclipse, or
something like that, if it wasn't for a constraint that I need it to
work remotely (in a terminal) without resorting to X; VNC etc.

There are two things I'd like to do, but on which I'm not getting very
far very fast... I'd be interested to know if other Gentoo users have
any hints or tips.

I'd really like to have Intellisense-like behaviour - i.e. I've
entered an object name when editing C++ - and I want to see a list of
methods/attributes for that object... then, having chosen one, I want to
see the arguments and types it requires.  I'm aware of [CE]tags - though
understand this facility to be somewhat more basic.  I've read a little
about Semantic, and I've installed app-emacs/semantic from portage...
but can't see how to encourage it to do what I want.  Any hints?

The other thing I'd like to do is allow cursor positioning by clicking
with a mouse.  I realise that this isn't traditionally considered
possible... but I'd like a facility in my terminal window a bit like gpm
on the linux console.  Is this viable today?


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] kde-base/kde-env Block kdelibs

2007-04-24 Thread AIT Gentoo User
Dear list friends,

i tried to update one of my gentoo box.it gave me following notice. it
tried to unmerge kde-env but there is no like ebuild in de portage. so
what will be the problem. please help me resolve this.

NOTICE
--
[ebuild  N] dev-libs/dbus-qt3-old-0.70  USE=-debug 0 kB
[ebuild  N] net-dns/avahi-0.6.18  USE=gdbm python qt4 -autoipd
-bookmarks -  
 dbus -doc -gtk -howl-compat -mdnsresponder-compat -mono -qt3
-test 0 kB
[ebuild U ] kde-base/kdebase-3.5.6-r2 [3.5.3-r3] USE=cups hal
ieee1394 java 
   opengl pam ssl xcomposite xinerama xscreensaver zeroconf
-arts* -debug -kdeenab
   lefinal* -kdehiddenvisibility -ldap -lm_sensors
-logitech-mouse -openexr* -samba  
  0 kB
[ebuild  N] kde-misc/kdnssd-avahi-0.1.2  USE=xinerama -arts -debug
739 kB
[blocks B ] kde-base/kde-env (is blocking kde-base/kdelibs-3.5.6-r5)



EMERGE INFO
---
Portage 2.1.2.4 (default-linux/x86/2006.1, gcc-4.1.1/vanilla,
glibc-2.4-r3, 2.6.20-gentoo-r1-ait0310a i686)
=
System uname: 2.6.20-gentoo-r1-ait0310a i686 Intel(R) Pentium(R) 4 CPU
3.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 23 Apr 2007 15:00:10 +
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.0-r2, 2.0.26-r4
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -march=pentium4 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
/etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
/etc/terminfo
CXXFLAGS=-O3 -march=pentium4 -pipe
DISTDIR=/home/nuwa/ait/distfiles
FEATURES=candy ccache distlocks metadata-transfer parallel-fetch sandbox
sfperms strict userfetch userpriv usersandbox
GENTOO_MIRRORS=http://pushpaka.aitcybera.com http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
LINGUAS=si en
MAKEOPTS=-j5
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac aalib acl akode alsa audiofile avahi berkdb bitmap-fonts
bzip2 cdr cli cracklib crypt cups curl directfb dri dts dv dvd dvdr
dvdread encode fam fbcon ffmpeg flac fortran gdbm ggi gif gphoto2 gpm
gstreamer gtk2 hal iconv id3 ieee1394 imlib immqt isdnlog java jbig jpeg
jpeg2 jpeg2k kde lame libcaca libg++ lirc live lua mad midi mmx mmxext mng
mp3 mp4 mpeg2 mpi ncurses nls nptl nptlonly opengl pam pcre pdf perl png
posix povray ppds pppd python qt qt4 rdesktop readline real reflection
samba sametime scanner sdl session speex spell spl sqlite sse sse2 ssl svg
svga tcpd theora tiff truetype truetype-fonts type1-fonts unicode v4l v4l2
vcd vorbis win32codecs wma wmf x86 xine xinerama xorg xv zeroconf zip
zlib ALSA_CARDS=intel8x0 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear
meter mulaw multi null plug rate route share shm softvol ELIBC=glibc
INPUT_DEVICES=keyboard mouse KERNEL=linux LCD_DEVICES=bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=si en
USERLAND=GNU VIDEO_CARDS=nvidia vesa
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY




---

Thanks  Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde-base/kde-env Block kdelibs-SOLVED

2007-04-24 Thread AIT Gentoo User
Thanks Rumen,

i removed kdelibs but not workd.finaly i removed
/var/db/pkg/kde-base/kde-env folder.  tried. it worked.

THANKS ALL,

 AIT Gentoo User написа:
 Dear list friends,

 i tried to update one of my gentoo box.it gave me following notice. it
 tried to unmerge kde-env but there is no like ebuild in de portage. so
 what will be the problem. please help me resolve this.

 NOTICE
 --
 [ebuild  N] dev-libs/dbus-qt3-old-0.70  USE=-debug 0 kB
 [ebuild  N] net-dns/avahi-0.6.18  USE=gdbm python qt4 -autoipd
 -bookmarks -
  dbus -doc -gtk -howl-compat -mdnsresponder-compat -mono
 -qt3
 -test 0 kB
 [ebuild U ] kde-base/kdebase-3.5.6-r2 [3.5.3-r3] USE=cups hal
 ieee1394 java
opengl pam ssl xcomposite xinerama xscreensaver zeroconf
 -arts* -debug -kdeenab
lefinal* -kdehiddenvisibility -ldap -lm_sensors
 -logitech-mouse -openexr* -samba
   0 kB
 [ebuild  N] kde-misc/kdnssd-avahi-0.1.2  USE=xinerama -arts -debug
 739 kB
 [blocks B ] kde-base/kde-env (is blocking kde-base/kdelibs-3.5.6-r5)



 EMERGE INFO
 ---
 Portage 2.1.2.4 (default-linux/x86/2006.1, gcc-4.1.1/vanilla,
 glibc-2.4-r3, 2.6.20-gentoo-r1-ait0310a i686)
 =
 System uname: 2.6.20-gentoo-r1-ait0310a i686 Intel(R) Pentium(R) 4 CPU
 3.00GHz
 Gentoo Base System release 1.12.9
 Timestamp of tree: Mon, 23 Apr:00:10 +
 app-admin/eselect-compiler: 2.0.0_rc2-r1
 dev-java/java-config: 1.3.0-r2, 2.0.26-r4
 dev-lang/python: 2.4.3-r1
 dev-python/pycrypto: 2.0.1-r5
 sys-apps/sandbox:1.2.18.1
 sys-devel/autoconf:  2.13, 2.60
 sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2,
 1.10
 sys-devel/binutils:  2.17
 sys-devel/gcc-config: 2.0.0_rc1
 sys-devel/libtool:   1.5.22
 virtual/os-headers:  2.6.11-r5
 ACCEPT_KEYWORDS=x86 ~x86
 AUTOCLEAN=yes
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-O3 -march=pentium4 -pipe
 CHOST=i686-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
 /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
 CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
 /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
 /etc/terminfo
 CXXFLAGS=-O3 -march=pentium4 -pipe
 DISTDIR=/home/nuwa/ait/distfiles
 FEATURES=candy ccache distlocks metadata-transfer parallel-fetch
 sandbox
 sfperms strict userfetch userpriv usersandbox
 GENTOO_MIRRORS=http://pushpaka.aitcybera.com
 http://distfiles.gentoo.org
 http://distro.ibiblio.org/pub/linux/distributions/gentoo;
 LINGUAS=si en
 MAKEOPTS=-j5
 PKGDIR=/usr/portage/packages
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --delete-after --stats
 --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
 --filter=H_**/files/digest-*
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.gentoo.org/gentoo-portage
 USE=X a52 aac aalib acl akode alsa audiofile avahi berkdb bitmap-fonts
 bzip2 cdr cli cracklib crypt cups curl directfb dri dts dv dvd dvdr
 dvdread encode fam fbcon ffmpeg flac fortran gdbm ggi gif gphoto2 gpm
 gstreamer gtk2 hal iconv id3 ieee1394 imlib immqt isdnlog java jbig jpeg
 jpeg2 jpeg2k kde lame libcaca libg++ lirc live lua mad midi mmx mmxext
 mng
 mp3 mp4 mpeg2 mpi ncurses nls nptl nptlonly opengl pam pcre pdf perl png
 posix povray ppds pppd python qt qt4 rdesktop readline real reflection
 samba sametime scanner sdl session speex spell spl sqlite sse sse2 ssl
 svg
 svga tcpd theora tiff truetype truetype-fonts type1-fonts unicode v4l
 v4l2
 vcd vorbis win32codecs wma wmf x86 xine xinerama xorg xv zeroconf zip
 zlib ALSA_CARDS=intel8x0 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix
 dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
 linear
 meter mulaw multi null plug rate route share shm softvol ELIBC=glibc
 INPUT_DEVICES=keyboard mouse KERNEL=linux LCD_DEVICES=bayrad cfontz
 cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=si en
 USERLAND=GNU VIDEO_CARDS=nvidia vesa
 Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
 LDFLAGS,
 PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
 PORTDIR_OVERLAY




 ---

 Thanks  Regards,

 AIT Gentoo User

 Hi,
 Try the following:
 #emerge =kde-base/kdelibs-3.5.6-r5 -aC
 will ask for confirmation to unmerge.
 The old kde-env ebuild must be in VDB (/var/db/pkg/...)
 HTH. Rumen




---

Thanks  Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde-base/kde-env Block kdelibs-SOLVED

2007-04-24 Thread AIT Gentoo User
i sync it for the latest portage. kde-base/kde-envebuild not in that
portage.so how to unmerge it?

 On Tue, 24 Apr:37:35 +0530 (IST), AIT Gentoo User wrote:

 i removed kdelibs but not workd.finaly i removed
 /var/db/pkg/kde-base/kde-env folder.  tried. it worked.

 That only removed the database entry for kde-env, not kde-env itself. The
 correct solution was to emerge --unmerge kde-env. It doesn't matter that
 the ebuild is no longer in the portage tree, because portage stores a
 copy of the ebuild used to install a package in /var/db/pkg and uses that
 to unmerge.


 --
 Neil Bothwick

 Rainbows are just to look at, not to really understand.



---

Thanks  Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Weird high-level question about an ad-hoc wiki-like database

2007-03-31 Thread Steve [Gentoo]
I am looking for a client-server package (preferably with the server on
gentoo from portage) which provides something which is vaguely like
CRM... but in reverse - and for personal as opposed to corporate use.

One requirement is for it to act as an address book that will allow me
to associate:

Contact name, phone number, mobile number, email address etc.
Company name, location, notes
Communication time-stamp; notes; associated documents.

I'd like to be able to search all that for keywords... and to be able to
find out at a glance from, say, a phone number when I was last contacted
and what happened.  I'd also like to be able to tell quickly if I've
talked to other contacts at the same company - and, if so, how recently
- and about what.

Of primary importance is the idea that I want to be able to resolve
these kinds of things as quickly as possible (so it looks as if I'm not
yet senile because I don't remember who someone is.) It would be great
if it would integrate with my postfix email server and tag incoming
mails if they are referenced by my inverse CRM system. :-)

I think it would be invaluable when getting quotes for things, for
example, when you ask a dozen companies - forget who is who... but then
get quotes by phone... and you wish you knew what they had promised on
the previous call.

Does anyone use anything that might fit the bill?  Any other suggestions?
Does anyone use a good address book (preferably one which integrates
with Thunderbird via LDAP)?

I hope this isn't too off-topic.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Clamassassin - does anyone know what is wrong?

2007-03-23 Thread Steve [Gentoo]

#emerge clamassassin
Calculating dependencies... done!

 Emerging (1 of 1) mail-filter/clamassassin-1.2.3 to /
* clamassassin-1.2.3.tar.gz RMD160 ;-) 
...   [ ok ]
* clamassassin-1.2.3.tar.gz SHA1 ;-) 
... [ ok ]
* clamassassin-1.2.3.tar.gz SHA256 ;-) 
...   [ ok ]
* clamassassin-1.2.3.tar.gz size ;-) 
... [ ok ]
* checking ebuild checksums ;-) 
...  [ ok ]
* checking auxfile checksums ;-) 
... [ ok ]
* checking miscfile checksums ;-) 
...[ ok ]
* checking clamassassin-1.2.3.tar.gz ;-) 
... [ ok ]

 Unpacking source...
 Unpacking clamassassin-1.2.3.tar.gz to 
/var/tmp/portage/mail-filter/clamassassin-1.2.3/work

 Source unpacked.
 Compiling source in 
/var/tmp/portage/mail-filter/clamassassin-1.2.3/work/clamassassin-1.2.3 ...
./configure --prefix=/usr --host=i686-pc-linux-gnu 
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share 
--sysconfdir=/etc --localstatedir=/var/lib --disable-subject-rewrite 
--disable-clamdscan --build=i686-pc-linux-gnu

checking for rm... /bin/rm
checking for cat... /bin/cat
checking for sed... /bin/sed
checking for echo... /bin/echo
checking for formail... /usr/bin/formail
checking for mktemp... /bin/mktemp
checking for sigtool... /usr/bin/sigtool
checking for clamscan... /usr/bin/clamscan
checking for clamdscan... /usr/bin/clamdscan
checking for /tmp/clamd... no
configure: ClamAV version 0.90 detected.
configure: Using scanner /usr/bin/clamscan
configure: Using scanner options --no-summary --stdout --mbox
configure: Using virus signature file dir /var/lib/clamav
configure: Signature version reporting is off.
configure: Scanner name adding is on.
configure: Using temporary directory 
/var/tmp/portage/mail-filter/clamassassin-1.2.3/temp

configure: Subject header rewriting is off.
configure: creating ./config.status
config.status: creating clamassassin
config.status: creating Makefile
 Source compiled.
--- ACCESS VIOLATION SUMMARY 
---
LOG FILE = 
/var/log/sandbox/sandbox-mail-filter_-_clamassassin-1.2.3-11762.log


open_wr:   /var/lib/clamav/.dbLock
open_wr:   /var/lib/clamav/.dbLock
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Spamassassin 3.1.8: sa-update

2007-03-13 Thread Steve [Gentoo]

Thomas Rösner wrote:

Dan Farrell schrieb:

I'm surprised to find that sa-update now doesn't work for me.

[snip]
Is there some obvious bit of configuration I'm overlooking?




perl-cleaner?
I'd not thought of that but... perl-cleaner all has not made any 
difference...  I still get:


--
Can't locate object method finish via package 
Mail::SpamAssassin::Timeout at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/PluginHandler.pm line 
187.

--

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Spamassassin 3.1.8: sa-update

2007-03-09 Thread Steve [Gentoo]
I've used portage to upgrade from Spamassassin 3.1.4 to 3.1.8, and I'm 
surprised to find that sa-update now doesn't work for me.


# whoami
root
# sa-update
Can't locate object method finish via package 
Mail::SpamAssassin::Timeout at 
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/PluginHandler.pm line 
187.

# equery list spamassassin
[ Searching for package 'spamassassin' in all categories among: ]
* installed packages
[I--] [  ] mail-filter/spamassassin-3.1.8 (0)
[I--] [ ~] mail-filter/spamassassin-fuzzyocr-2.3b (0)
[I--] [  ] mail-filter/spamassassin-ruledujour-20051123 (0)
$

Is there some obvious bit of configuration I'm overlooking?

--
gentoo-user@gentoo.org mailing list



[gentoo-user] AFS...

2007-02-26 Thread Steve [Gentoo]

When following:

http://www.gentoo.org/doc/en/openafs.xml

I get as far as

# fs setacl -dir /vicepa -acl rl
fs:'/vicepa': Function not implemented

Why is that?  I've googled and can find someone who says that the 
instructions did not work for him - for the same reason - but there is 
no hint as to how to resolve the issue.


Any ideas?


--
gentoo-user@gentoo.org mailing list



[gentoo-user] [Off Topic] screen configuration...

2007-02-23 Thread Steve [Gentoo]
I'm frustrated...

I want to use screen, but my emacs-afflicted fingers automatically type
control-a to go to the beginning of the line in my shell - which is
somewhat unfortunate for screen.

I assume from the manual that I can re-bind keys to avoid this
problem... my first guess was to bung bind '^a' into my .screenrc -
but that doesn't do the trick.  Does anyone here have the correct
incantation?

Steve

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] spamassassin-ruledujour failing...

2007-02-21 Thread Steve [Gentoo]
I'm getting these three emails every day from ruledujour...  I'm using 
the latest stable ebuild of each i.e.:


mail-filter/spamassassin-3.1.8
mail-filter/spamassassin-ruledujour-20051123

Does everyone who has ruledujour execute daily get these faults reported?

--
Subject: RulesDuJour/gifu: Matt Kettler's AntiDrug RuleSet has been updated

Matt Kettler's AntiDrug has changed on gifu.
Version line: # rev 0.65 10/01/2006 - updated URL, etc


--
Subject: RulesDuJour/gifu: Catch German language spam.  Maintained by 
Michael Monnerie RuleSet has been updated


Catch German language spam. Maintained by Michael Monnerie has changed on gifu.
Version line: # Version: 01.21.08 # Anti Raucher Gesetze SPA


--

--

--
Subject: RulesDuJour/gifu: lint failed. Updates rolled back.

***WARNING***: spamassassin --lint failed.
Rolling configuration files back, not restarting SpamAssassin.
Rollback command is:  mv -f /etc/spamassassin/antidrug.cf 
/etc/spamassassin/RulesDuJour/antidrug.cf.2; mv -f 
/etc/spamassassin/RulesDuJour/antidrug.cf.20070221-0313 
/etc/spamassassin/antidrug.cf; mv -f /etc/spamassassin/70_zmi_german.cf 
/etc/spamassassin/RulesDuJour/70_zmi_german.cf.2; mv -f 
/etc/spamassassin/RulesDuJour/70_zmi_german.cf.20070221-0313 
/etc/spamassassin/70_zmi_german.cf;

Lint output: [22610] warn: config: unparseable chars in 'if you are running SA 
3.0.0 or higher, you already have antidrug and this file': '3.0.0'
[22610] warn: lint: 1 issues detected, please rerun with debug enabled for more 
information


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] spamassassin-ruledujour failing...

2007-02-21 Thread Steve [Gentoo]

Norberto Bensa wrote:

Steve [Gentoo] wrote:
  

Does everyone who has ruledujour execute daily get these faults reported?

Nope. But I've disabled AntiDrug in /etc/rulesdujour/config because for a few 
days, I was getting a warning about antidrug's maintainer losing it's 
domain/host/isp or something like that. And BTW:
  

I've followed your lead... much more pleasant. :-)

Lint output: [22610] warn: config: unparseable chars in 'if you are running
SA 3.0.0 or higher, you already have antidrug and this file': '3.0.0'


  ^
;-)
  
Yes... but... I'd have hoped that the default configuration would not 
generate errors like this.  If the error is caused by my specific 
configuration... then I'd understand that it is all my fault... (as they 
say) - but it seems a bad idea to have a broken rule-set included in the 
defaults... (which, to me, it appears to be.)


Steve

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Sync'ing eGroupware and Kontact's calendar

2007-02-16 Thread ralph-gentoo
Hi everyone,

I decided to try Kontact's connectivity to eGroupware and have come thus far: 
I can now use the remote eGroupware as a resource in my calendar and can 
create appointments. Which is fine.

But in addition I am looking for a feature that will synchronize the local 
calendar resource with the remote one. Am I missing something and that should 
happen automagically? In which case it doesn't, at least for me.

I have tried kitchensync and generated a connected pair which I had hoped 
would work, but the app crashed on me as soon as I pressed the sync button.

Multisync can only sync the addressbook... which seems easy enough without - 
remote contacts were downloaded and added automagically and I can easily 
choose store in... anyway.

I would appreciate any hints as to where I am going wrong.

Thanks,
Ralph

-- 
For contact details, please see www.ralphholz.de.


pgpvMXvY484NY.pgp
Description: PGP signature


[gentoo-user] [Fwd: RulesDuJour/gifu: 404 errors]

2007-01-18 Thread Steve [Gentoo]
 to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:33:19--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 4) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:36:33--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 5) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:39:46--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 6) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:43:01--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 7) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:46:17--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 8) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:49:34--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try: 9) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:52:53--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:10) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:56:12--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:11) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--16:59:30--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:12) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:02:49--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:13) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:06:08--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:14) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:09:28--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:15) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:12:46--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:16) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:16:05--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:17) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:19:24--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:18) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:22:43--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:19) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:26:03--  http://www.rulesemporium.com/rules/70_sare_evilnum0.cf
 (try:20) = `70_sare_evilnum0.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Giving up.
EvilNumbers1 had an unknown error:
--17:29:12--  http://www.rulesemporium.com/rules/70_sare_evilnum1.cf
  = `70_sare_evilnum1.cf'
Resolving www.rulesemporium.com... 209.177.149.122
Connecting to www.rulesemporium.com|209.177.149.122|:80... failed: 
Connection timed out.

Retrying.

--17:32:22--  http://www.rulesemporium.com/rules/70_sare_evilnum1.cf
 (try: 2) = `70_sare_evilnum1.cf'
Connecting to www.rulesemporium.com|209.177.149.122|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,574 (1.5K) [text/plain]
Server file no newer than local file `70_sare_evilnum1.cf' -- not 
retrieving.


--
--
gentoo-user@gentoo.org mailing list



[gentoo-user] OT DirectPush email and Windows Mobile 5...

2006-12-19 Thread Steve [Gentoo]
I apologise in advance for this question being tenuously related to 
Gentoo... My justification is only that I really like my Gentoo-based 
Postfix /dovecot mail-server... but I also want to push emails to a 
connected Windows Mobile 5 PDA/phone.


Historically mobile devices have polled for email - which kind-of 
worked... but was far from ideal as it introduced unnecessary delays if 
the poll-interval was too long - and killed battery life if the poll 
interval is too short (as well as running up bandwidth bills).  Windows 
Mobile 5 touts a new Direct Push technology - which, as far as I can 
tell, is an Internet-based protocol which alerts the mobile device to 
establish a tcp connection and then listen on it waiting for a new 
message.  I understand that push-email in the past was synchronised 
using SMS messages to force a poll - but that (expensive) option is now 
considered deprecated.  The problem I have with Direct Push is that 
documentation is extremely scarce; frequently contradictory - and, it 
seems, always Microsoft centric and assuming closed-shop IT.  The sales 
pitch from phone/network providers seems usually to be We envision all 
of our potential customers already have Microsoft Exchange, and can 
apply the 'Direct Push' option pack. - which is bizarre and infuriating...


Is there a way to do Direct Push with Gentoo?  While I'm aware of the 
standard techniques to interact from traditional email client hosts, 
email access from PDAs introduces the additional complexity of managing 
battery life on the mobile device.  I'd like to use the supplied Windows 
Mobile 5 software on the mobile device is there an open source 
alternative to avoid me having to switch to Exchange for my mailserver?  
Do other Gentooists use push-email to a mobile device?  Is the best 
option to plumb for more proprietary client-side software such as 
ChatterMail [ http://www.chatteremail.com/ ] ?



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ipw3945d no longer starting when wifi switch is set to on with udev-103 (without coldplug now)

2006-12-05 Thread jak gentoo

On 12/5/06, Gabriel Rossetti [EMAIL PROTECTED] wrote:


Hello everyone,

I updated my system and the new udev-103 didn't like coldplug (since it
is now able to do it itself). My problem is that now
ipw3945d is no longer started when I switch on the wifi switch on my
laptop, like it was when coldplug was installed. Any
ideas on how to achieve this functionality now?

Thank you,
Gabriel

--
gentoo-user@gentoo.org mailing list

Hi Gabriel,


do you use ipw3945d stable or testing?
it seems the stable release has problems with udev 103, mybe try to use the
testing ipw3945d.
I use testing and i didn´ t had any problems after the update of udev. also
testing comes with an rc-start-script now.

greez

jakommo


[gentoo-user] SUDO: running /etc/init.d/cupsd restart

2006-12-04 Thread jak gentoo

Hi all,

I'm trying to allow users in the wheel group to run /etc/init.d/cupsd
restart
I edited /etc/sudoers with visudo to the following but it doesn't work, any
ideas?

%wheel ALL=(ALL)NOPASSWD: /sbin/runscript.sh
%wheel ALL=(ALL)NOPASSWD: /etc/init.d/cupsd restart

when I try with my normal acount I get
[EMAIL PROTECTED] ~ $ /etc/init.d/cupsd restart
* /sbin/runscript.sh: must be root to run init scripts
but I'm in the wheel group
[EMAIL PROTECTED] ~ $ id
uid=1000(jak) gid=100(users) groups=10(wheel),100(users)

Regards

jakommo


Re: [gentoo-user] SUDO: running /etc/init.d/cupsd restart

2006-12-04 Thread jak gentoo

On 12/4/06, Daniel Waeber [EMAIL PROTECTED] wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

jak gentoo wrote:
 Hi all,

 I'm trying to allow users in the wheel group to run /etc/init.d/cupsd
 restart
 I edited /etc/sudoers with visudo to the following but it doesn't work,
any
 ideas?

 %wheel ALL=(ALL)NOPASSWD: /sbin/runscript.sh
You won't need the line above, it would be a risk if wheel group is
allowed to to run any script wiht runscript.sh as root.

 %wheel ALL=(ALL)NOPASSWD: /etc/init.d/cupsd restart

 when I try with my normal acount I get
 [EMAIL PROTECTED] ~ $ /etc/init.d/cupsd restart
 * /sbin/runscript.sh: must be root to run init scripts
But you have to start the cupsd script with sudo:
$ sudo /etc/init.d/cupsd restart

At least this is how I know sudo.
- --
wabu


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5-ecc0.1.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFdCgfBbWbHb9PeLsRAn2eAKCDoJ0WS0Ji29u8bfWMfkXPLBIWVwCeO11w
E9tcCK5q+LcwE4vVX9JteWg=
=K6aG
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list

thanks to both of you, I was to stupid to add sudo in front.

its running now.

jakommo


[gentoo-user] Overlay SVN problem

2006-12-03 Thread jak gentoo

Hi all,

I have a problem, here's the descrition:
I tried to emerge emerald- from the xeffects overlay, but the progress
hang up, so I hit crtl+c an it told me it caught the signal but is still
cleaning up, but after five minutes notting happend so I killed the
processes and now I have a problem.
when  I try the emerge emerald again it tells me:

svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

!!! ERROR: x11-wm/emerald- failed.
Call stack:
 ebuild.sh, line 1546:   Called dyn_unpack
 ebuild.sh, line 708:   Called src_unpack
 ebuild.sh, line 1255:   Called subversion_src_unpack
 subversion.eclass, line 274:   Called subversion_fetch
 subversion.eclass, line 195:   Called die


I ran svn cleanup on different directories but it seems I didn't get the
right one because the lock is still aktive.
does someone know on which directory I have to run svn ceanup to solve the
locking problem???

thanks

jakommo


Re: [gentoo-user] Transcoding movie DVD to MPEG4?

2006-12-03 Thread jak gentoo

On 12/3/06, Mick [EMAIL PROTECTED] wrote:


Hi All,

I want to copy a movie from a DVD which I bought in a shop, to another DVD
to
take with me on holiday.  I'll be playing back the copy on my laptop and
(if
it is feasible) the hotel's DVD player.

I thought that K3B and a double layer blank DVD+R is all I need to burn an
iso
image of the DVD.  After two expensive coasters (see other recent topic) I
came to the conclusion that the combination of
K3B/Phillips-DVD8421/Imation-DVD+R DL will just not work.  I could start
trying out different brands of DVD+R DL, but I cannot see a sustainable
economic case for persevering with my coaster production.  :-(

So, I am now looking at alternative solutions to be able to enjoy my
movies
when on hols.  I mounted the DVD and can see a number of *.vob files only
some of which are the main film.  Saving these would be enough, if only
they
could fit in a single layer DVD.  Each of these *.vob files are approx.:

-r-xr-xr-x  1 michael users 1073684480 Dec  3 11:21 vts_01_1.vob

There are 6 of them in a video which I want to copy, but given the recent
failed attempts with burning DVD+R DLs I will have to compact them so that
they can fit in a single DVD.  I read about transcoding into mpeg4, but I
don't know what are the right options for what I want.  What would you
recommend?
--
Regards,
Mick




Hi Mick,
I'm not sure if this is what you want, but there is a tool in portage called
dvdrip, maybe that helps.
I never used it so I don't know if it will suit your needs.


[gentoo-user] Re: Overlay SVN problem

2006-12-03 Thread jak gentoo

On 12/3/06,  [EMAIL PROTECTED] wrote:


Hi all,

I have a problem, here's the descrition:
I tried to emerge emerald- from the xeffects overlay, but the progress
hang up, so I hit crtl+c an it told me it caught the signal but is still
cleaning up, but after five minutes notting happend so I killed the
processes and now I have a problem.
when  I try the emerge emerald again it tells me:

svn: Working copy '.' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)

!!! ERROR: x11-wm/emerald- failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  ebuild.sh, line 1255:   Called subversion_src_unpack
  subversion.eclass, line 274:   Called subversion_fetch
  subversion.eclass , line 195:   Called die


I ran svn cleanup on different directories but it seems I didn't get the
right one because the lock is still aktive.
does someone know on which directory I have to run svn ceanup to solve the
locking problem???

thanks

jakommo



Ok found it myself by running emerge in debug mod.
it was svn cleanup /usr/portage/distfiles/svn-src/emerald/emerald/

jakommo


Re: [gentoo-user] Using a remote DVD writer

2006-12-01 Thread jak gentoo

On 11/29/06, Mick [EMAIL PROTECTED] wrote:


On Tuesday 28 November 2006 23:10, Daniel Iliev wrote:
 Mick wrote:
  Hi All,
 
  My laptop does not have a DVD writer, only a DVD/CD player.  On the
other
  hand, my desktop has the works.  Other than booting the desktop in
Gentoo
  and burning DVDs directly, is there a way to use it remotely from my
  laptop?  Can I define in K3B my desktop's DVD drive(s)?  How can I set
  this up for a LAN connection?
 
  While at it, is there a way to achieve this at all when the desktop is
  not running Gentoo, but WinXP?
 
  PS. I do not currently have SAMBA configured on either box.

 I think these two command chains should work:

 mkisofs -opt1 -opt2 -optN /files/for/burning | \
 ssh desktop cdrecord dev=/dev/hdc -driveropts=burnfree - ---for CDs

 mkisofs -opt1 -opt2 -optN /files/for/burning | \
 ssh desktop  growisofs -dvd-compat -Z /dev/dvd=/dev/fd/0 ---for DVDs

 If you decide to try the above commands, please, do it with *RW media*
 first, because I haven't tested them.

Thanks for all suggestions.  Daniel's idea seems to be closer to what I
was
looking for (I do not have Java installed on either box, although I could
run
Knoppix on  the CD writer machine).  Only I have no idea what the options
should be to copy a DVD - I guess an iso image of the original?  I'll need
to
go through that man page a few times, unless you can suggest an
appropriate
string of options.

PS.  When I used the k3b gui with default settings to copy a WinXP
directory
to a DVD it capitalised all filenames and substituted most characters
like , spaces, etc with _.  I assume that this is because it applied
Jolliet standard.  How should I set it in K3B to get all the
file name characters copied over intact?  How would I do this in mkisofs,
too?
--
Regards,
Mick


on mkisofs I think you have to use -r for Rock  Ridge then you should get

the real filenames


Re: [gentoo-user] new udev (?) loading ipw3945 without starting ipw3945d

2006-12-01 Thread jak gentoo

On 11/30/06, Daniel Barkalow [EMAIL PROTECTED] wrote:


On Wed, 29 Nov 2006, Richard Fish wrote:

 On 11/29/06, Daniel Barkalow [EMAIL PROTECTED] wrote:
  I switched to udev-103 recently, and now when I boot I find that
ipw3945d
  is not getting started, which causes my wireless card to not appear at
  all. rmmod ipw3945; modprobe ipw3945 once the system has started
works.
 
  Any advice?

 my /etc/modules.d/ipw3945 file contains the following:

ipw3945d, I assume?

 install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.2;
 /sbin/ipw3945d --quiet
 remove ipw3945 /sbin/ipw3945d --kill ; sleep 0.2; /sbin/modprobe -r
 --ignore-remove ipw3945
 alias pci:v8086d4222sv*sd*bc*sc*i* off
 alias pci:v8086d4227sv*sd*bc*sc*i* off

 The alias lines are necessary to prevent udev from coldplugging the
 driver which otherwise would occur at a very early point in the boot
 sequence...in fact before /var is mounted on my system.  Without /var
 mounted and read-write, ipw3945d cannot start.

 I then /sbin/modprobe ipw3945 in /etc/conf.d/local.start to load the
 module near the end of the boot sequence.

 Perhaps you need to do something similar?

That's probably the same thing I need (except / rw should be sufficient
for me, so I think I can use /etc/modules.autoload).

I wonder if udev can be configured not to load the module. Probably the
right thing is really to have ipw3945d run as regular service. It'd be
nice if ipw3945 produced class net node for the device when the daemon
isn't running, and just required the daemon to actually turn it on.

-Daniel
*This .sig left intentionally blank*
--
gentoo-user@gentoo.org mailing list

if you use the testing versoin of ipw3945d it comes with an rc

startscript, maybe that helps.
I 'm using ipw3945d testing an I didn't had problems after updating udev to
103


[gentoo-user] Spamassassin / fcron / RulesDuJour

2006-11-15 Thread Steve [Gentoo]
Last night my default gentoo RulesDuJour for Spamassassin acquired new
Adult and General rule-sets from SARE.  Thereafter spamd refused all
connections and subsequently received mail was not spam filtered. 
Issuing '/etc/init.d/spamd restart' as root resolved the situation...
but I don't want to have to do this every time a rule-set is
automatically updated overnight.

This is a (sanitised) extract from /var/log/messages :

--
Nov 15 03:20:00 svr fcron[5328]: process already running: root's
/usr/bin/test -x /usr/sbin/run-crons  /usr/sbin/run-crons
Nov 15 03:20:14 svr postfix/pickup[11065]: ...: uid=0 from=root
Nov 15 03:20:14 svr postfix/cleanup[11232]: ...: message-id=...
Nov 15 03:20:15 svr spamd[7808]: spamd: connection from localhost
[127.0.0.1] at port 1125
Nov 15 03:20:15 svr spamd[7808]: spamd: setuid to foouser succeeded
Nov 15 03:20:15 svr spamd[7808]: spamd: processing message .. for
foouser:1000
Nov 15 03:20:18 svr spamd[7808]: spamd: clean message (-2.9/5.0) for
foouser:1000 in 3.1 seconds, 647 bytes.
Nov 15 03:20:18 svr spamd[7808]: spamd: result: . -2 - AWL,BAYES_00
scantime=3.1,size=647,user=foouser,...
Nov 15 03:20:18 svr postfix/local[11237]: ...
Nov 15 03:20:18 svr postfix/qmgr[5607]: ...: removed
Nov 15 03:20:19 svr spamd[5462]: prefork: child states: II
Nov 15 03:20:26 svr postfix/pickup[11065]: ...: uid=0 from=root
Nov 15 03:20:26 svr postfix/cleanup[11232]: ...
Nov 15 03:20:27 svr spamd[7808]: spamd: setuid to foouser succeeded
Nov 15 03:20:27 svr spamd[7808]: spamd: processing message ... for
foouser:1000
Nov 15 03:20:29 svr spamd[7808]: spamd: clean message (-2.2/5.0) for
foouser:1000 in 2.7 seconds, 612 bytes.
Nov 15 03:20:29 svr spamd[7808]: spamd: result: . -2 - AWL,BAYES_05
scantime=2.7,size=612,user=foouser,uid=1000,...
Nov 15 03:20:29 svr postfix/local[11237]: EEA5F3B945:
to=[EMAIL PROTECTED], orig_to=root, relay=local, delay=3, status=sent
(delivered to command: /usr/bin/proc
Nov 15 03:20:29 svr postfix/qmgr[5607]: EEA5F3B945: removed
Nov 15 03:20:30 svr spamd[5462]: prefork: child states: II
Nov 15 03:21:05 svr spamd[5462]: spamd: server killed by SIGTERM,
shutting down
Nov 15 03:21:11 svr rc-scripts: Failed to stop spamd
Nov 15 03:30:00 svr fcron[5328]: process already running: root's
/usr/bin/test -x /usr/sbin/run-crons  /usr/sbin/run-crons
Nov 15 03:40:00 svr fcron[11746]: Job /usr/bin/test -x
/usr/sbin/run-crons  /usr/sbin/run-crons started for user root (pid 11747)
Nov 15 03:50:00 svr fcron[11759]: Job /usr/bin/test -x
/usr/sbin/run-crons  /usr/sbin/run-crons started for user root (pid 11760)
Nov 15 03:50:24 svr postfix/smtpd[11772]: connect from localhost[127.0.0.1]
Nov 15 03:50:24 svr postfix/smtpd[11772]: ...: client=localhost[127.0.0.1]
Nov 15 03:50:24 svr postfix/cleanup[11775]: ...: message-id=...
Nov 15 03:50:24 svr postfix/qmgr[5607]: 73FAA3B4FB: from=...
Nov 15 03:50:24 svr postfix/smtpd[11772]: disconnect from
localhost[127.0.0.1]
Nov 15 03:50:24 svr spamc[11779]: connect(AF_INET) to spamd at 127.0.0.1
failed, retrying (#1 of 3): Connection refused
Nov 15 03:50:25 svr spamc[11779]: connect(AF_INET) to spamd at 127.0.0.1
failed, retrying (#2 of 3): Connection refused
--

Does anyone else have this problem?  Can it be attributed to Fcron or
RulesDuJour or something peculiar to my setup?
I don't understand the process already running messages from fcron -
my cron jobs all seem to be executed normally.



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] User services best practice?

2006-11-13 Thread Steve [Gentoo]
While system-level services are typically managed by /etc/init.d/* in
Gentoo, these are maintained by root for all users.  I'm interested in
an end-user without root access who wants to 'run a service-like
process' (for example, fectmail to poll remote accounts...)  While an
end user can easily run a daemon process or kill one, this doesn't
persist across a reboot.  I've tried using fcron to schedule user
processes to re-start after a re-boot... but this feels like a hack.

Is there a standard Gentoo way to solve this (I presume common) task?


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/kbd-1.12-r8

2006-11-08 Thread Steve [Gentoo]
Bo Ørsted Andresen wrote:
 If you look at the configure script you will see that it's is testing if you 
 are on a sparc64. The test shows you aren't which appears to be unrelated to 
 your problem. Line 153 which appears to be failing is this:

 echo ARCH=${TARGET_ARCH/i?86/i386}  make_include

 which is supposed to substitute i686 with i386 in your case and store it in 
 make_include as ARCH=i386. I have no clue why that would fail. The only 
 thing that I can think of is to remerge your shell (probably 
 app-shells/bash). If noone else has a clue and that doesn't help I guess your 
 best option is to file a bug with the info you've posted now...
Thanks for your help, and while it might not have been obvious to you
(or anyone else reading along)... everything that was confusing before
is clear now... to me at least.  While I can see what is wrong, it isn't
100% clear if it constitutes a bug or not.

The problem is that the configure script starts '#!/bin/sh' - but goes
on to depend upon Bash specific features... specifically substitution. 
I expect this would not be a problem for most users where /bin/sh is a
sym-link to /bin/bash but, for me, /bin/sh was a sym-link to
/bin/ash... and, for that shell, line 151 is invalid.  What is less
clear is whether or not, in a Gentoo context, it is 'correct' to have
/bin/sh being Borne-like but not Bash-like.  By preference I'd prefer
/bin/sh to be the minimal shell that will execute Borne-shell scripts...
but I recognise the Linux-world normality of /bin/sh actually being bash.

As at-least a temporary fix I replaced my /bin/sh-/bin/ash with a
/bin/sh-/bin/bash... and everything now emerges smoothly... From a
prissy perspective I'd have hoped that the configure script would
specify that it needed bash functionality by demanding evaluation by
bash instead of whatever /bin/sh happens to be...

Thanks again,

Steve



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sys-apps/kbd-1.12-r8

2006-11-07 Thread Steve [Gentoo]
Bo Ørsted Andresen wrote:
 # cd /var/tmp/portage/sys-apps/kbd-1.12-r8/work
 # sed -i -e '141 aset -x\n' -e '152 aset +x\n' kbd-1.12/configure
 # ebuild `portageq portdir`/sys-apps/kbd/kbd-1.12-r8.ebuild compile
   
I've followed your suggestion - I was surprised to see sparc64 mentioned
- my gentoo box really is an aged PII (Celeron).

 Compiling source in /var/tmp/portage/kbd-1.12-r8/work/kbd-1.12 ...
Configuring for PREFIX=/usr
Configuring for DATADIR=/usr/share
Configuring for MANDIR=/usr/share/man
checking for gcc
+ uname -m
+ HOST_ARCH=i686
+ gcc -O -dumpmachine
+ awk -F- {print $1}
+ TARGET_ARCH=i686
+ test i686 = sparc64
./configure: 153: Syntax error: Bad substitution

!!! ERROR: sys-apps/kbd-1.12-r8 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  kbd-1.12-r8.ebuild, line 93:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.




 Also might be a good idea to post the output of:

 # emerge --info
   

# emerge --info
Portage 2.1.1-r1 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3,
2.6.17-gentoo-r8 i686)
=
System uname: 2.6.17-gentoo-r8 i686 Celeron (Mendocino)
Gentoo Base System version 1.12.6
Last Sync: Mon, 06 Nov 2006 10:30:01 +
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python: 2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=pentium2 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /var/bind
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild
/etc/terminfo
CXXFLAGS=-O2 -march=pentium2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://gentoo.blueyonder.co.uk
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/;
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude='/distfiles' --exclude='/local'
--exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=x86 berkdb bitmap-fonts cli cracklib crypt cups dlloader dri
elibc_glibc fortran gdbm gpm iconv input_devices_evdev
input_devices_keyboard input_devices_mouse ipv6 isdnlog kernel_linux
libg++ ncurses nls nptl nptlonly pam pcre perl ppds pppd python readline
reflection session spl ssl tcpd truetype-fonts type1-fonts udev unicode
userland_GNU video_cards_apm video_cards_ark video_cards_ati
video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy
video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i740
video_cards_i810 video_cards_imstt video_cards_mga video_cards_neomagic
video_cards_nsc video_cards_nv video_cards_rendition video_cards_s3
video_cards_s3virge video_cards_savage video_cards_siliconmotion
video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga
video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa
video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo
xorg zlib
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Secure remote backup

2006-11-06 Thread Steve [Gentoo]
Dan Johansson wrote:
 cross-site-remote-backups 
Erm, Me too...

My first attempt centred on Duplicity - which, on the surface, seemed to
be exactly what I wanted... but, unfortunately, it is unusably buggy...
and is no longer in avtive development.

My second (in-progress) attempt is with BoxBackup - which seems far more
robust... and promises the benefits of a 'continuous' backup - which I
now consider significant.  The BoxBackup distribution instills a greater
sense of confidence - but documentation remains thin... and I'm
wrestling with configuring the backup daemon on a remote server (for
which I do not have root access...)

I'd be interested to hear other annecdotes about BoxBackup - is anyone
here using it and happy with their setup?  Is there a good HowTo anywhere?



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] sys-apps/kbd-1.12-r8

2006-11-06 Thread Steve [Gentoo]
Does anyone else have problems like this?


 # emerge -uDNav world

 These are the packages that would be merged, in order:

 Calculating world dependencies... done!
 [ebuild U ] sys-apps/kbd-1.12-r8 [1.12-r7] USE=nls 0 kB

 Total size of downloads: 0 kB

 Would you like to merge these packages? [Yes/No] yes

  Emerging (1 of 1) sys-apps/kbd-1.12-r8 to /
  * kbd-1.12.tar.gz MD5 ;-)
 ...[ ok ]
  * kbd-1.12.tar.gz RMD160 ;-)
 ... [ ok ]
  * kbd-1.12.tar.gz SHA1 ;-)
 ...   [ ok ]
  * kbd-1.12.tar.gz SHA256 ;-)
 ... [ ok ]
  * kbd-1.12.tar.gz size ;-)
 ...   [ ok ]
  * svorakln.tar.gz MD5 ;-)
 ...[ ok ]
  * svorakln.tar.gz RMD160 ;-)
 ... [ ok ]
  * svorakln.tar.gz SHA1 ;-)
 ...   [ ok ]
  * svorakln.tar.gz SHA256 ;-)
 ... [ ok ]
  * svorakln.tar.gz size ;-)
 ...   [ ok ]
  * checking ebuild checksums ;-)
 ...  [ ok ]
  * checking auxfile checksums ;-)
 ... [ ok ]
  * checking miscfile checksums ;-)
 ...[ ok ]
  * checking kbd-1.12.tar.gz ;-)
 ...   [ ok ]
  * checking svorakln.tar.gz ;-)
 ...   [ ok ]
  Unpacking source...
  Unpacking kbd-1.12.tar.gz to /var/tmp/portage/kbd-1.12-r8/work
  Unpacking svorakln.tar.gz to /var/tmp/portage/kbd-1.12-r8/work
  * Applying kbd-1.08-terminal.patch
 ...   [ ok ]
  * Applying kbd-1.12-configure-LANG.patch
 ... [ ok ]
  * Applying kbd-1.12-find-map-fix.patch
 ...   [ ok ]
  * Applying kbd-1.12-kbd_repeat-v2.patch
 ...  [ ok ]
  * Applying kbd-1.12-debian.patch
 ... [ ok ]
  * Applying kbd-1.12-unimap.patch
 ... [ ok ]
  * Applying kbd-1.12-cz-qwerty-map.patch
 ...  [ ok ]
  * Applying kbd-1.12-jp-escape.patch
 ...  [ ok ]
  * Applying kbd-1.12-Meta_utf8.patch
 ...  [ ok ]
  * Applying kbd-1.12-alias.patch
 ...  [ ok ]
  * Applying kbd-1.12-setfont-man.patch
 ...[ ok ]
  * Applying kbd-1.12-xcompile.patch
 ...   [ ok ]
  * Applying kbd-1.12-kbio.patch
 ...   [ ok ]
  Source unpacked.
  Compiling source in /var/tmp/portage/kbd-1.12-r8/work/kbd-1.12 ...
 Configuring for PREFIX=/usr
 Configuring for DATADIR=/usr/share
 Configuring for MANDIR=/usr/share/man
 checking for gcc
 ./configure: 151: Syntax error: Bad substitution

 !!! ERROR: sys-apps/kbd-1.12-r8 failed.
 Call stack:
   ebuild.sh, line 1546:   Called dyn_compile
   ebuild.sh, line 937:   Called src_compile
   kbd-1.12-r8.ebuild, line 93:   Called die

 !!! (no error message)
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP servers

2006-10-18 Thread Steve [Gentoo]
Régis Décamps wrote:
 On 10/17/06, Steve [Gentoo] [EMAIL PROTECTED] wrote:
  I'm no longer so sure about when imap processes are spawned or
 terminated - but there seem to
 be a non-deterministic lots of them for each Thunderbird session.
 There is one process create each time Thunderbird opens a new
 connection, up to a limit which should be configured in your imap
 server (MAXPERIP for courier-imap)
I couldn't find a setting for this in dovecot...
 Thunderbird opens a connection each time a new folder is accessed, and
 closes them when it has reach a limit which is configured in Account
 Setting, account, Server settings, Advanced, maximum unmber of
 connections to cache
...but, given that gem, it doesn't matter to me any longer.  I've
reduced the setting in Thunderbird to something sensibly small and
things are running far more smoothly now.

Thanks!


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] IMAP servers

2006-10-17 Thread Steve [Gentoo]
Roman Zilka wrote:
 On Mon, Oct 16, 2006 at 11:26:23AM +0100, Joost Roeleveld wrote:
   
 it appears that there is one connection per folder
 and one process per connection... which seems (to me at least) to be 
 overkill.
   
 Having never used dovecot, I can't comment on this. But maybe this can be 
 changed in a configuration file somewhere?
 
 Confirm. There are a few settings regarding exactly this
 issue. Check out all the login_process* and login_max* options at least.
   
This sounded very promising... and I've now spent some time tweaking
those parameters (I'm not sure why I'd previously overlooked them.)

The parameter login_processes_count seems to control the number of
/usr/libexec/dovecot/imap-login processes that are run (when idle)
awaiting connections.  The parameter login_max_processes_count appears
to relate to the same imap_login process.  It was not the imap_login
processes which concern me from a scalability perspective - but rather
the imap (/usr/libexec/dovecot/imap) processes.  I'm no longer so sure
about when imap processes are spawned or terminated - but there seem to
be a non-deterministic lots of them for each Thunderbird session.




-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] IMAP servers

2006-10-16 Thread Steve [Gentoo]
This is not so much a problem as an 'I wonder'...

I currently use dovecot imap with maildir to support several dozen
folders containing several gigabytes of mail using Thunderbird as a mail
client.  This works - but I am surprised by the number of imap
processes that the mail server is running to support a single
Thunderbird client... it appears that there is one connection per folder
and one process per connection... which seems (to me at least) to be
overkill.

I'm aware that there are lots of IMAP clients I might have chosen -
Courier; UWImap, Cyrus and dovecot... but I'm finding it difficult to
establish details which would help me choose the most appropriate server
for my purposes.  In order of importance, I'm interested in:

1.   Stability and reliability.
2.   Scalability to handle a very large number of 'folders' for a
relatively small number of end-users.
3.   Performance (primarily with respect to 'new mail'
notifications, but also, to a lesser extent, with searching archived
messages.

I'd be interested to hear any anecdotes from Gentooists who have
addressed a similar question recently...

Steve



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: procmail, formail and maildir for digests...

2006-10-12 Thread Steve [Gentoo]
Moshe Kamensky wrote:
 The -s option of formail allows you to specify an argument, which is a 
 program name. This program will be run for each message, with the 
 message on the stdin. So if you have such a program that delivers to a 
 maildir, you can use it. procmail itself is one such program, so you 
 should be able to do something like

 | formail +1 -ds procmail .procmailrc.gentoo

 and then have .procmailrc.gentoo say something like

 :0
 gentoo-user/
   
That works perfectly... Thanks!

I'd overlooked that -s had an optional argument with formail - and while
I'd realised I probably wanted procmail to deliver messages, I hadn't
realised that I could have separate configurations as easily as that.

I'm surprised this example is neither one of the convenient examples in
the man procmailex man page... nor widely cited in the online howtos
I've seen.





-- 
gentoo-user@gentoo.org mailing list



Re: Re: [gentoo-user] procmail, formail and maildir for digests...

2006-10-11 Thread Steve [Gentoo]
Kevin Fullerton wrote:
 Here's the procmail recipe I use with maildir folders and the Gentoo lists - 
 I think as long as procmail is setup with maildir support you just need to 
 set your MAILDIR var and use a trailing slash and it knows it'd delivering to 
 a MailDir.
   
A, I guess I hadn't been as clear as I could have been. I have an
almost identical setup to yours right now and that allows me to use
procmail to deliver to maildir...  The problem I have is that I want to
use formail to split my digests into individual messages (because large
digests play havoc with IMAP, and to make replies easier) - but I can
only find documentation showing how to use formail to split digests into
mbox format.  Unsurprisingly the silly attempt below doesn't work (as |
formail... is interpreted by /bin/sh.) :
--

:0
* ^List-Id:.*gentoo-user.gentoo.org
| formail +1 -ds  gentoo_user/

--

Is formail the right tool for me to use here?  Is there a tool to
deliver an mbox of messages to a maildir that I can use in place of '
gentoo_user/' above?


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] procmail, formail and maildir for digests...

2006-10-11 Thread Steve [Gentoo]
Rasmus:

I've had a look at mb2md, and this seems close to what I'd need - though
I'm dubious about two aspects:

1.It doesn't seem to have a filter mode (i.e. It always takes file
as input as opposed to stdin, which would allow it to slot more neatly
into a procmail based solution.
2.The documentation suggests that it is intended to transform whole
mbox files into maildir directories - whereas I'd need it to take an
mbox file and append it to a maildir directory which would likely
already contain messages from the previous digest.

Am I missing something obvious (to someone else)?

Reader at Newsguy:

While I don't really understand why your suggestion should work...I
tried it anyway.  It didn't work... and delivered the digest to my inbox
and to my gentoo folder, but didn't in split the digest.

--
From [EMAIL PROTECTED]  Wed Oct 11 14:40:21 2006
 Subject: Digest of gentoo-user@gentoo.org issue 950 (52678-52727)
  Folder:
.Mailing.Gentoo.ThisMonth/new/1160574057.17594_0.server  161160
procmail: Extraneous filter-flag ignored
procmail: Skipped * ^List-Id:.*gentoo-user.gentoo.org
procmail: Skipped | formail +1 -ds 
--

It seems strange that this should be tricky to set-up - procmail
obviously intends to address digest splitting and to support both mbox
and maildir delivery... Surely there's a simple solution?

Steve

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] procmail, formail and maildir for digests...

2006-10-10 Thread Steve [Gentoo]
I'm familiar with this procmail recipe:

--
:0

* ^List-Id:.*gentoo-user.gentoo.org
| formail +1 -ds  gentoo_user
--

However... I need to use maildir is there a straightforward way to deliver 
directly to maildir folders with formail from procmail?






-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Can anyone tell me where I've loused-up this apache config?

2006-10-03 Thread Steve [Gentoo]
This time a bamboozling Apache/vhost/https problem.

I have a working vhost configuration for several domains in apache2
(latest stable from portage - 2.0.58) and I want to support not only
http services, but, for one domain name at least, I want to support an
https service.  The working configuration for http has a
00_default_vhost.conf file:-

--
NameVirtualHost *:80

VirtualHost *:80
DocumentRoot /var/www/vlan.mydomain.net
ServerName vlan.mydomain.net
/VirtualHost

VirtualHost *:80
ServerName temporary.mydomain.net
DocumentRoot /var/www/temporary.mydomain.net
/VirtualHost
--


I updated this (following a how-to as closely as I could...) to this:

--
NameVirtualHost *:80
NameVirtualHost *:443

VirtualHost *:80
DocumentRoot /var/www/vlan.mydomain.net
ServerName vlan.mydomain.net
/VirtualHost

VirtualHost *:80
ServerName temporary.mydomain.net
DocumentRoot /var/www/temporary.mydomain.net
/VirtualHost

VirtualHost *:443
DocumentRoot /var/www/ssl.mydomain.net
ServerName ssl.mydomain.net
SSLCipherSuite HIGH:MEDIUM
SSLProtocol all -SSLv2
SSLCertificateFile /etc/apache2/ssl.crt/ssl.mydomain.net.crt
SSLCertificateKeyFile /etc/apache2/ssl.crt/ssl.mydomain.key
SSLCertificateChainFile /etc/apache2/ssl.crt/mydomain.crt
SSLCACertificateFile /etc/apache2/ssl.crt/mydomain.crt
/VirtualHost
--

I believe that I've put valid crt and key files in /etc/apache2/ssl.crt/
- and I'd have expected an error message at least if this is, in fact,
the fault.

When I parse this configuration with apache2 and the flags from
/etc/conf.d/apache2 (i.e. SSL ) this is how it goes :
--
# apache2 -D SSL --lint
# apache2 -D SSL -S
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443  is a NameVirtualHost
 default server ssl.mydomain.net
(/etc/apache2/vhosts.d/00_default_vhost.conf:12)
 port 443 namevhost ssl.mydomain.net
(/etc/apache2/vhosts.d/00_default_vhost.conf:12)
*:80   is a NameVirtualHost
 default server vlan.mydomain.net
(/etc/apache2/vhosts.d/00_default_vhost.conf:24)
 port 80 namevhost vlan.mydomain.net
(/etc/apache2/vhosts.d/00_default_vhost.conf:24)
 port 80 namevhost temporary.mydomain.net
(/etc/apache2/vhosts.d/00_default_vhost.conf:37)
Syntax OK
--

Unfortunately, when I attempt to connect to the SSL service on
http://ssl.mydomain.net/ using Firefox I get an immediate error :

The connection was interrupted
The connection to ssl.shic.dynalias.net was interrupted while the page
was loading.

Links (the text browser) gives the somewhat less helpful error message :

Error loading https://ssl.mydomain.net/: SSL error

Nothing seems to be written to /var/log/apache2/error_log or access_log.

I've read reports that I must be explicit about which IP address I want
to vhost on - which is undesirable as I want to serve both over Ethernet
and Wireless (i.e. I have two network adaptors) - but seems to make no
difference if I experimentally substitute my ethernet IP address for *
in the vhost configuration.

What's wrong?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Wacky ssh X11 question...

2006-10-02 Thread Steve [Gentoo]
: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/user/.ssh/identity (0x0)
debug2: key: /home/user/.ssh/id_rsa (0x0)
debug2: key: /home/user/.ssh/id_dsa (0x1002ac08)
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/user/.ssh/identity
debug1: Trying private key: /home/user/.ssh/id_rsa
debug1: Offering public key: /home/user/.ssh/id_dsa
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-dss blen 432
debug2: input_userauth_pk_ok: fp
a5:97:1e:c3:8b:72:0c:91:69:13:32:25:95:8b:8d:c7
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: x11_get_proto: /usr/X11R6/bin/xauth  list :0.0 2/dev/null
debug1: Requesting X11 forwarding with authentication spoofing.
debug2: channel 0: request x11-req confirm 0
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 4 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 131072
--


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Backups... a very general question...

2006-09-27 Thread Steve [Gentoo]
I've recently been thinking about backup strategy... following a painful
re-install after dropping a clanger during a kernel upgrade.  While this
seems a very basic topic, I can find surprisingly little documentation
about this on-line.

I need to address several entirely different kinds of backup:

1.   A backup of my root  boot partitions in a working state.  This
should be a backup to DVD-RW(s) - and would not contain any user-data...
but would provide a recovery point to get a working server as quickly as
possible in the event of a drive failure.  It would be fantastic if, in
addition to this. there were some means to track which packages had been
merged/updated since the backup was made - and a copy to be made of any
configuration changes... The list of updated packages (and the versions
to which they've been updated) and any changes to configuration files
would be tiny and hence easy to backup via another approach.  It would
be fantastic if the backup DVDs were bootable and doing so would restore
the backup.

2.  I've many gigabytes of MP3 files stored in Artist/[year]Album/*.*
hierarchy... which I extend sporadically.  I'd like a backup of this (as
organising it took lots of time) but a different approach is necessary
here... I'd like to pack as many whole albums onto DVDRs as would fit,
which I'd then number, and given a list detailing which albums are on
which DVDs, I could also play albums from a DVD player attached to a
hi-fi.  I'd like to be prompted to backup each time N-Mb of new data has
been added to my MP3 directory - and that the most recent DVD-R should
be authored with minimum user intervention.

3.  My home directory; subversion repositories and DBMS catalogues are
backed-up to a remote account.  I currently do this with a cron-job
which takes dumps; creates tar files; AES encrypts then uploads using
SSH to the remote site... which manages a history of 3 backups using a
simple shell-script.  This works OK, but it is very ad-hoc... and it
won't scale as every backup requires that I upload a new copy - even if
I've only made a trivial change to my data.  It would be far better if
an incremental update were possible - though I'm not willing to give up
encryption of data I send off-site.

Are there any packages which would make any (or all) of these tasks more
straightforward or more efficient?


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge tinyca fails...

2006-09-26 Thread Steve [Gentoo]
After getting into a real pickle with a kernel upgrade (causing me to
corrupt my /dev) I opted to re-install from the latest minimal install
CD rather than try to unpick the mess.  My gentoo box is used almost
exclusively used remotely as a mail/web server - however I find tinyca a
very useful tool which I use occasionally (remotely over SSH/X11) -
tinyca is the only GUI application I need to install.

In the past I've run emerge tinyca and all the dependencies were sorted
out for me... However, with the latest portage, and only
apache/zope/postfix/dovecot/openssh installed from it, when I emerge
tinyca,  gnome-base/gnome-libs-1.4.2 is identified as a dependency - and
this does not compile (error messages below.)  As far as I am aware,
I've set no USE flags that should affect this package...

Any ideas?

--
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I/usr/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-DWITH_GTK -DDEBUG -DGNOME_LIB -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -O2 -march=pentium2
-pipe -I/usr/include/db1 -Wall -Wunused -c readXPM.c  -fPIC -DPIC -o
.libs/readXPM.lo
readXPM.c:138:21: error: X11/xpm.h: No such file or directory
readXPM.c:148: error: expected declaration specifiers or '...' before
'XpmImage'
readXPM.c:164: error: expected declaration specifiers or '...' before
'XpmImage'
readXPM.c: In function 'doXpm':
readXPM.c:189: error: 'xpm_image' undeclared (first use in this function)
readXPM.c:189: error: (Each undeclared identifier is reported only once
readXPM.c:189: error: for each function it appears in.)
readXPM.c:240: warning: implicit declaration of function 'my_x_query_colors'
readXPM.c:282: warning: implicit declaration of function 'XpmFreeXpmImage'
readXPM.c: In function '_XmHTMLReadXPM':
readXPM.c:299: error: 'XpmImage' undeclared (first use in this function)
readXPM.c:299: error: expected ';' before 'xpm_image'
readXPM.c:300: error: 'XpmInfo' undeclared (first use in this function)
readXPM.c:300: error: expected ';' before 'foo'
readXPM.c:303: error: 'xpm_image' undeclared (first use in this function)
readXPM.c:304: error: 'foo' undeclared (first use in this function)
readXPM.c:306: warning: implicit declaration of function
'XpmCreateXpmImageFromBuffer'
readXPM.c:307: error: 'XpmSuccess' undeclared (first use in this function)
readXPM.c:311: warning: implicit declaration of function 'XpmGetErrorString'
readXPM.c:314: warning: implicit declaration of function 'XpmFreeXpmInfo'
readXPM.c:322: error: too many arguments to function 'doXpm'
readXPM.c: In function '_XmHTMLCreateXpmFromData':
readXPM.c:338: error: 'XpmImage' undeclared (first use in this function)
readXPM.c:338: error: expected ';' before 'xpm_image'
readXPM.c:339: error: 'XpmInfo' undeclared (first use in this function)
readXPM.c:339: error: expected ';' before 'foo'
readXPM.c:342: error: 'xpm_image' undeclared (first use in this function)
readXPM.c:343: error: 'foo' undeclared (first use in this function)
readXPM.c:345: warning: implicit declaration of function
'XpmCreateXpmImageFromData'
readXPM.c:345: error: 'XpmSuccess' undeclared (first use in this function)
readXPM.c:360: error: too many arguments to function 'doXpm'
make[2]: *** [readXPM.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2/gtk-xmhtml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-libs-1.4.2/work/gnome-libs-1.4.2'
make: *** [all-recursive-am] Error 2

!!! ERROR: gnome-base/gnome-libs-1.4.2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  gnome-libs-1.4.2.ebuild, line 64:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if relevant.
--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: launch a program at boot

2006-08-21 Thread gentoo
On Monday 21 August 2006 17:38, Alexander Skwar wrote:
 · [EMAIL PROTECTED] [EMAIL PROTECTED]:
  How do I launch a java script at boot time???

 By starting it at boot time ;) That's done with an init script, normally.
 Other options include to add it to inittab or to /etc/conf.d/local.start.

 But are there JS interpreters for the command line?

 Alexander Skwar

I think so I am not shure the program was installtd to launch through xdm as a 
server for the graphical interface. I cal login and launch the script but ti 
wont auto launch. 

rob

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] nvidia-drivers and revdep-rebuild problems

2006-07-29 Thread gentoo
On Monday 24 July 2006 00:41, Philip Webb wrote:
 060723 billydw wrote:
  I am pretty much a Gentoo newbie, but less so with linux.
  I have successfully installed Gentoo 2006.0
  from the  Universal Install CD (amd64 arch).
  I have Xorg-x11 7.0 emerged and I think configured correctly -
  no unresolved EEs or WWs in /var/log/Xorg.0.log.
  Using startx brings up twm and it looks fine.
  I first emerged nvidia-glx and nvidia-kernel.
  While running # revdep-rebuild, I get this message:

For the Nvidia card I have I had to go to Nidiias web site and download the 
driver from there to get it to work. after I ran the file from Nvidia mt Card 
works fine even in dual mode ( tv , CRT).



rob
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] video capture

2006-07-18 Thread gentoo
I have tryed the cat command all I get in the .mpg is snow . I tryes to use 
composit video and still get snow. Do I have to tell the tuner to tune to 
line in port 
rob

On Sunday 16 July 2006 20:00, Nick Rout wrote:
 You have a pvr-150 which has onboard mpeg2 encoding. Most standard v4l
 software will not play tv from such a card, because it expects a different
 format from the card. For example the tvtime supported cards list says:

 The ivtv driver supports cards that provide high quality MPEG2 encoded
 video. This cards are ideal for PVR systems. However, tvtime has no
 MPEG2 decoding capabilities or audio playback code, and therefore cannot
 be used to watch live TV from these cards.

 Try

 cat /dev/video0  test.mpeg
 ctrl-c to stop
 mplayer test.mpeg

 or just:

 mplayer /dev/video

 you can tune the card and adjust the inputs etc with the tools provided
 by ivtv. Mine is permanently set to the composite inputs as it used for
 the output from a set top box. I have never used the tuner. getting an
 external composite video signal like a set top box output a VHS player
 is a good way to test. Move onto the tuner once you are sure you can get
 composite to work.


 On Sat, 15 Jul 2006 16:53:29 -0400

 rob wrote:
  On Saturday 15 July 2006 14:15, Uwe Thiem wrote:
   On 15 July 2006 18:25, Richard Fish wrote:
On 7/15/06, rob [EMAIL PROTECTED] wrote:
 emerged  most of the stuff in media-tv but I can't get anyone of
 thease to show TV most say device not configured. Evan the ones
 that I know point to /dev/video0
 I think I did everything right.
 pleas help or tell me of a better card to use.
   
Are you sure this is a card problem, and not a permissions issue?  It
looks like udev makes most of the device nodes in the video group.
Is your user account a member of that group?
 
  Well I emerged gentoo-sources with ~86 gave me linux-2.6.17-gentoo-r3.
  Now the tuner comes up and  using the ivtv test it now captures only snow
  but it is a start. I have tryed to change channel but it doesn't work.
  Even line in gives me the same thing.  Any other seguestions
 
  rob
  --
  gentoo-user@gentoo.org mailing list

 --
 Nick Rout [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] X11 7 won't start

2006-07-15 Thread Gentoo
After upgrading to x11 7.0, following the migration guide, I get the 
following error from startx:


Fatal server error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server :0.0
  after 0 requests (0 known processed) with 0 events remaining.

I have numerous fonts in my xorg.conf FontPath, as near as I can tell. 
I've had this problem with both radeon and vesa drivers.  Any help 
appreciated.g


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lirc problems

2006-07-13 Thread gentoo
On Thursday 13 July 2006 07:57, Hans-Werner Hilse wrote:
 Hi,

 On Wed, 12 Jul 2006 19:14:00 -0400 [EMAIL PROTECTED] wrote:
  I made a serial reciever I found at Lirc.org a very few components.
  I emerge lirc with LIRC_OPT=serial.  When it goes and compiles the
  lirc_serial module it fails.  Can any one help
  kernel Gentoo-2.6.12-R9
  lirc 0.8

 What's the error message? Your kernel version is a bit outdated. I'd
 start with a new one after all. LIRC 0.8 is newer than your kernel
 version and thus may have a different interface.

  I also have a keyspan media remote it is seen by kernel is there a
  way to get it to work. Lirc doesn't support it.

 What's the kernel message or which device list are you referring to by
 claiming it being seen by the kernel?

 -hwh

I upgraded my kernel now it works
thanx
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Lirc problems

2006-07-12 Thread gentoo
I made a serial reciever I found at Lirc.org a very few components.
I emerge lirc with LIRC_OPT=serial.  When it goes and compiles the lirc_serial 
module it fails.  Can any one help
kernel Gentoo-2.6.12-R9
lirc 0.8


I also have a keyspan media remote it is seen by kernel is there a way to get  
it to work. Lirc doesn't support it.

rob
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] screen balnking and box shutting down

2006-07-04 Thread gentoo
This is what I got 
Thanks to the help I got on auto-login my box login with a user and starts a 
signal X11 related program  Oxine but after 5 min the screen goes blank.
(It's hard to watch a movie then this happens.) 
Oxine is run from .xinitrc

thanks again to all those that hepled me with the auto-login stuff
rob
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] auto login

2006-07-04 Thread gentoo
On Tuesday 04 July 2006 07:21, Nick Rout wrote:
 On Mon, 3 Jul 2006 20:49:12 -0400

 [EMAIL PROTECTED] wrote:
  How do I auto login and start a single X11 related program  EX oxine.
  I have it all configured to run  but I still have to login and startx for
  it to work.
 
 
  Can Anyone help
  rob
  [EMAIL PROTECTED]

Thanks for all the help I got it to work.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] auto login

2006-07-03 Thread gentoo
How do I auto login and start a single X11 related program  EX oxine.
I have it all configured to run  but I still have to login and startx for it 
to work.


Can Anyone help
rob
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --sync fails

2006-06-22 Thread sternklang gentoo
Were you trying to do this?:PORTAGE_RSYNC_EXTRA_OPTS=--timeout=300-- sternklang[EMAIL PROTECTED]


Re: [gentoo-user] Emerging xinetd: big changes to config file

2006-06-22 Thread sternklang gentoo
Well, you might look at the recent changes section of their website and see what's listed there. And there's always man xinetd.conf to get a detailed explanation of what should be in the file. 
What version did you upgrade from/to? I really don't recall major changes recently, but I run a testing system so the changes may have happened a while back and if you're on stable you may only just be seeing them. Is it the placing of service files into /etc/xinetd.d that you are referring to?
On 6/22/06, Kevin O'Gorman [EMAIL PROTECTED] wrote:
However, I'm still nervousabout what will happen on the next reboot.I do have to do thatfrom time to time.++ kevin--Kevin O'Gorman, PhD--gentoo-user@gentoo.org
 mailing list-- sternklang[EMAIL PROTECTED]


Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread sternklang gentoo
Hi,If there are only two ports on the card, there is almost certainly a single hub controller on the card, so they would share the available bandwidth. That would be a max of 
12Mbits/second for 1.1.On 6/22/06, Caster [EMAIL PROTECTED] wrote:
On 6/22/06, 张�|武 [EMAIL PROTECTED]
 wrote:
Hello. My old sparc server have a USB extension card, which provides twoUSB slots at the back of the machine, driving a USB printer on Slot A.This printer runs at heavy load. because it cannot print the documents

as fast as we need, I wish to add another printer. In most casese, weneed the two printer working together the same time rather then oneafter the other.The two USB slots provided by the USB card are both OHCI (some USB 
1.xstuff, not USB 2.0). So far it seems one single printer uses up all theUSB bandwidth (sometimes printer stop there several seconds wait forsignal). What would happen if I put another Printer there?
case A: the new printer uses the bandwidth on slot B, both run as fast
as if they were the only USB printer;case B: the new printer share bandwidth with the old one, the result isboth printer work 1/2 fast, that is equal to not having bought anotherprinter at all.Which one is true?
Thanks in advance:)--gentoo-user@gentoo.org mailing list
According to 
http://www.sounddevices.com/tech/usbbasics.htm if the ports are on the same controller, they share bandwith. It probably depends on the hardware if it provides controller for each port or not. I think mostly it's two ports per controller, but dunno how to determine it... From lspci, and lsusb I would think that in my case (nforce4ultra) it's only one controller, but to share 10 ports ? Nonsense. In windows it shows 5 devices, which would correspond with the idea of 2 ports per controller... but dunno how to see that in linux.
You could probably plug some usb flash storage in and perform transfers to see if it slows down the printing, to be sure :)Caster
-- sternklang[EMAIL PROTECTED]


Re: [gentoo-user] New portage adds USE description

2006-06-22 Thread sternklang gentoo
There's a sticky forum thread that includes some information and links to several other sources as well: http://forums.gentoo.org/viewtopic-t-471357.html
On 6/22/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote:
On Friday 23 June 2006 01:31, Richard Broersma Jr wrote: Would anyone be so kind as to point out any documentation that explain the new features of Portage 2.1.-- sternklang
[EMAIL PROTECTED]


[gentoo-user] USB devices (dvd writer+scanner)

2006-05-20 Thread gentoo
Hello,

I want to use linux for dvd writing and scanning.
Both my scanner (Canon) and my dvd writer (BenQ) are usb devices.

How can I know which device files these devices use? Or how can I configure
a device file for these devices?

Thank you very much in advance,
Steffen


pseiko pseiko # lsusb
Bus 003 Device 001: ID :
Bus 002 Device 001: ID :
Bus 001 Device 009: ID 04a5:1007 Acer Peripherals Inc. (now BenQ Corp.)
Bus 001 Device 007: ID 04a9:2220 Canon, Inc.
Bus 001 Device 004: ID 0d49:7010 Maxtor
Bus 001 Device 002: ID 05e3:0606 Genesys Logic, Inc.
Bus 001 Device 001: ID :


pseiko pseiko # cat /proc/bus/usb/devices

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor= ProdID= Rev= 2.06
S:  Manufacturer=Linux 2.6.16.1 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=:02:0e.1
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 3
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor= ProdID= Rev= 2.06
S:  Manufacturer=Linux 2.6.16.1 ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=:02:0e.0
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 5
B:  Alloc=  0/800 us ( 0%), #Int=  1, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor= ProdID= Rev= 2.06
S:  Manufacturer=Linux 2.6.16.1 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=:02:0e.2
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 4
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=05e3 ProdID=0606 Rev= 7.02
S:  Product=USB2.0 Hub
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=256ms

//The scanner

T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=01 Dev#=  7 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=ff(vend.) Sub=00 Prot=ff MxPS= 8 #Cfgs=  1
P:  Vendor=04a9 ProdID=2220 Rev= 1.00
S:  Manufacturer=Canon
S:  Product=CanoScan
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=ff Driver=(none)
E:  Ad=81(I) Atr=03(Int.) MxPS=   1 Ivl=16ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

// I guess this is the dvd writer?

T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=02 Dev#=  9 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=04a5 ProdID=1007 Rev= 1.12
S:  Product=USB 2.0 Storage Device
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=125us


pgpdeGvFYtf9v.pgp
Description: PGP signature


[gentoo-user] Spamassassin

2006-03-16 Thread Steve [Gentoo]
I have (the latest) spamassassin 3.1.0 (on Perl 5.8.7) installed on my 
not-extremely-powerful small-scale Gentoo server (P2-450 with 256Mb RAM 
and 500Mb swap - not running X) and I'm experiencing a recurring 
fault... I'm running spamd and using the spamassassin client to 
re-direct email to it from my systemwide procmail setup (using the 
recommended | /usr/bin/spamc -f approach with a size limiter to avoid 
over-burdening spamassassin with any massive emails.)


Everything seems to work well for a fair while, then the spamd process 
gets wedged - and in spite of there being a near-0 load, and dozens 
and dozens of messages reported by mailq, none of my mail gets processed 
in a hurry - and after a long while (maybe every half-an-hour, say) an 
email is delivered from the head of my mail queue - which has not passed 
through spamd (according to the headers) - and has no spam-score attached.


I read some suggestions a long while ago which said that --round-robin 
as an option was a work-around for a bug with the same consequences.  
My  /etc/conf.d/spamd currently has the options:


SPAMD_OPTS=-m 5 -c -H -l --round-robin

However, I still get this problem.  I thought that it was related to the 
length of time the spamd process had been running - so I set a cron job 
to re-start the server at an unusual time early every morning... but 
this hasn't been an successful work around either.  It now seems that to 
be triggered by an increased system load - today I ran


# emerge apache squirrelmail

then left... when I returned the emerge had long-since completed by my 
spamd remained stuck.


Is this a problem everyone is having?  I had no problem like this with 
the elder (3.0.4) version of spamassassin I had installed previously on 
the same hardware.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: What trouble am I creating by commenting entries in [...]/packag.mask

2006-02-03 Thread gentoo-user

Harry Putnam wrote:


The reason has been posted in a few messages in this thread or at

least in my initial post; from /usr/portage/package.mask:

# Donnie Berkholz [EMAIL PROTECTED] (07 Aug 2005)
# Modularized X, upstream release candidates

And a quite long string of package names follow including xvidtune

I'm apparently using the wrong command to try to learn the
dependancies.

 root # equery depends  x11-apps/xvidtune
 [ Searching for packages depending on x11-apps/xvidtune... ]

No help there.

 


Hello Harry,

the developers are currently in the process of switching to a modular X 
server. This is a big change which is known to break stuff.

You should, however, be fine as long as you do use stable packages.

See also the latest Gentoo Newsletter at
http://www.gentoo.org/news/en/gwn/20060130-newsletter.xml which also 
contains a migration guide.


Editing files under /usr/portage is Not What You Want To Do (TM). The 
changes will be destroyed the next time you do emerge --sync. Rather 
go to /etc/portage and create package.mask/.use/.keywords...


Hope I could be of help.

Johnny

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem doing an emerge -uD world on AMD64

2006-01-05 Thread gentoo
I will try this when I get home after work as I cannot ssh into my network
at home at the moment as I forgot to restart the SSH daemon before I left
for the day :-/

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Did you try to run ldconfig so libraries cache was rebuild?

 - --
 Paweł Madej aka Nysander
 http://quanteam.info  | http://forum-farmaceutyczne.org
 http://nysander.quanteam.info | http://wiki.quanteam.info
 GPG key: 5861680B | keyserver: http://pgp.mit.edu
 key fingerprint: 34A9 B8BB DFA2 4F0B EFB5  CE50 82F4 8C82 5861 680B
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)

 iD8DBQFDvWeIgvSMglhhaAsRAj5OAJ9sr08FH6HREPPfpkZ9OwAlg7UYpgCghH+g
 APXGXKRTPnZbq/CgpO54viQ=
 =TchJ
 -END PGP SIGNATURE-
 --
 gentoo-user@gentoo.org mailing list






-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] help

2005-12-29 Thread gentoo user mail list

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Fetchmail

2005-12-13 Thread Steve [Gentoo]
I've recently experienced a bizarre failure... and I wondered if anyone 
else has experienced something similar or has a suggestion to avoid a 
similar annoyance in future.


I run fetchmail to poll 3 servers every minute... and while this has 
worked fine for weeks, last night it froze at 2am and stopped polling.  
When I killed the fetchmail process and ran fetchmail again this 
afternoon, things jumped to life again and appear back to normal... but 
I wished I didn't have to make the manual intervention.  Fetchmail is 
version 6.2.5.2+RPA+NTLM+SDPS+SSL+INET6+NLS from portage and has the 
following in ~/.fetchmailrc


--
set postmaster [EMAIL PROTECTED]
set no bouncemail
set no spambounce
set logfile .fetchmail.log
set properties 
set daemon 60
poll pop3.host1.net with proto POP3
   user 'user1' there with password 'pass1' is 'me' here options 
stripcr

poll pop3.host1.net with proto POP3
   user 'user2' there with password 'pass2' is 'me' here options 
stripcr

poll mail.host2.org with proto POP3
   user 'user3' there with password 'pass3' is 'me' here with 
options stripcr

--
The tail of the trace file read:
--
fetchmail: awakened at Tue Dec 13 01:59:58 2005
fetchmail: 1 message for user2 at pop3.host1.net (5449 octets).
fetchmail: reading message [EMAIL PROTECTED]:1 of 1 (5449 octets) 
fetchmail:  flushed

fetchmail: sleeping at Tue Dec 13 02:00:12 2005
fetchmail: awakened at Tue Dec 13 02:01:12 2005
fetchmail: 2 messages for user2 at pop3.host1.net (11540 octets).
fetchmail: reading message [EMAIL PROTECTED]:1 of 2 (5020 octets) 
fetchmail:  flushed
fetchmail: reading message [EMAIL PROTECTED]:2 of 2 (6520 octets) 
fetchmail:  flushed

--
Can anyone tell me why this happened?

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Fetchmail

2005-12-13 Thread Steve [Gentoo]

[EMAIL PROTECTED] wrote:
Maybe if you took `set daemon 60' out of .fetchmailrc and ran it from cron? 
Thanks for the suggestion, but the reason I've avoided the cron approach 
is that I've two objectives:
1.   To minimise latency in delivery of messages as far as is practical 
(without placing stupid demands on the resources of the POP3 servers)
2.   To cope with very large emails (several MB) which may be present at 
any POP account and must be downloaded over a potentially extremely 
congested relatively low-bandwidth link.


The advantage of daemon mode here is that I neither end up with a huge 
polling delay nor any risk of a collision where two processes attempt to 
access the same POP account at the same time (which I'd expect to cause 
aggravation.)


I've used fetchmail for several years too - and this is the first time 
I've been sure it's let me down... I was wondering if it was a known 
(obscure) bug with the latest version... maybe, for example, one that 
only arises in the context of a TCP error or, maybe, a remote server 
failing mid-transaction?


Steve


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Fetchmail

2005-12-13 Thread Steve [Gentoo]

[EMAIL PROTECTED] wrote:

The advantage of daemon mode here is that I neither end up with a huge
polling delay nor any risk of a collision where two processes attempt
to access the same POP account at the same time (which I'd expect to
cause aggravation.)


Running from cron will not cause the later, since fetchmail will not run with 
an instance already running.
Ah, ha - I hadn't realised... sounds reasonable to me. But... I suppose  
this would mean I loose my minute's gap between connections and end up 
doing a fixed delay between connection initiations... I suppose that 
wouldn't be the end of the world... if it meant I eliminated the 
potential for locking-up... but I'm now wary that if one invocation 
blocks (as seems to have happened to my fetchmail daemon) then this 
would block successive cron invoked fetchmail processes too...


I can give it a try but, as I don't know how to reproduce the fault, I 
won't be able to test the idea in any meaningful way.




--
gentoo-user@gentoo.org mailing list



[gentoo-user] LDAP Error

2005-12-12 Thread Gentoo
Hi,

I am looking to use ldap with my mail server.  When I run the command 
slaptest I get the following error.

/etc/openldap/schema/cosine.schema: line 1084: ObjectClass not found: 
person
config check failed


Has any one come across this error before and could some one point me in 
the right direction to resolve this problem.

Thanks

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Postfix Install

2005-12-10 Thread Gentoo
Hi,

Iam new to gentoo.  A friends uses it and suggested I get it a try.  I am 
very new to gentoo so any help or pointers towards doc would be great.  I 
have tried to install postfix with  emerge postfix and get the following 
error.

Calculating dependencies ...done!

!!! Error: the mail-mta/ssmtp package conflicts with another package.
!!!both can't be installed on the same system together.
!!!Please use 'emerge --pretend' to determine blockers.

with emerge --pretend postfix I get the following

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[blocks B ] mail-mta/ssmtp (is blocking mail-mta/postfix-2.2.5)
[ebuild  N] dev-libs/libpcre-6.3
[ebuild  N] mail-mta/postfix-2.2.5

So does this mean I have to install dev-libs/libpcre-6.3?

Thanks for your help.


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Arrghh,,, X.org and NVidia (partly solved)

2005-12-08 Thread gentoo
Try to execute the command
# NVmakedevices.sh
before starting X
it works for me,cause the ebuild did not make the files in /dev.

Bert Berrevoets

 I've always had agp compiled into the kernel and never had a problem with
 the nvidia driver.

 I don't know how much you've done, but have you made sure that the system
 is
 set for nvidia opengl? I think if it weren't it might explain why it's not
 saying no screens found with the nvidia driver, but glx isn't working.

 eselect opengl list - is nvidia the one with the * by it?

 On 12/8/05, Kristian Poul Herkild [EMAIL PROTECTED] wrote:

 Luis Ortiz wrote:
  Kristian Poul Herkild wrote:
  [more...]
 
 _glxgears returns following:_
 Xlib:  extension GLX missing on display :0.0.
 glxgears: Error: couldn't get an RGB, Double-buffered visual.
 
 _nvidia-settings (under menuitem OpenGL/GLX information) return
 following:_
 The OpenGL extension 'GLX' is not supported by
 the X server or there was a problem retrieving
 GLX information from the X server.
 
 -Kristian Poul Herkild
 
 
  Do you have:
 
  Load glx
 
  in the modules section?
 
  Section Module
  # [some other modules...]
  Loadglx
  EndSection
 
  --
  Luis Ortiz

 Yup

 # This loads the GLX module
  Load   glx

 and it's within the Module section. All it took was to uncomment the
 line. But it's not bad. I got the nvidia kernel to work and that's a
 major step forward.

 However, AGPGART was not compiled as a module but compiled directly into
 the kernel which means NvAGP cannot be used, so now I'm recompiling the
 kernel with AGPGART as a module and I've added Option NvAgp 3 to
 /etc/X11/xorg.conf ... and then I'll have to do the nvidia-kernel dance
 again and if that doesn't do anything I'll come screaming again ;)

 But at least the nvidia-kernel _does_ work :)

 -Kristian Poul Herkild
 --
 gentoo-user@gentoo.org mailing list




 --
 
 Steven Susbauer



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread gentoo
Hi,
On 08:48 Tue 06 Dec , Rumen Yotov wrote:
 On 07:31 Tue 06 Dec , [EMAIL PROTECTED] wrote:
  [EMAIL PROTECTED] wrote:
  
   i also could put the whole binary of libstdc++-v3-3.3.6.tbz2 on
   my ftp server.
   It's for athlon-xp (march=athlon-xp -O2 -pipe -fomit-frame-pointer)
   quite safe. It has no USE-flags so no problems. Haven't checked
   what's inside though. The ftp address is: ftp://ftp.qrypto.org
   (some 260K). Just say if you want it.
   HTH.Rumen
   -- 
   gentoo-user@gentoo.org mailing list
   
  It would be very nice of you, if you could do it for me.
  Thank you in advance. Actually, I've already thought of
  reinstalling from null, because now I'm pretty deadlocked...
  
  Jarry
  
  -- 
  Telefonieren Sie schon oder sparen Sie noch?
  NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
  -- 
  gentoo-user@gentoo.org mailing list
  
 Hi,
 Now you should see it.
 No time constrains. This is on my router which works 24/7 -if there's a 
 connection ;-)
 Rumen
Just forgot to add that if emerge doesn't work you can just unpack the binary 
in root dir.
Ignore the message about extra info at the end of archive.
Rumen

 -- 
 gentoo-user@gentoo.org mailing list
 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread gentoo
On 05:40 Tue 06 Dec , Jarry wrote:
 kashani wrote:
 
  http://badapple.net/libstdc++.so.5
  Pulled from a server with pentium4 and -O2 -pipe
 
 Thank you. I'm not sure my athlon-xp will swallow it,
 but I'll give it a try...
 
 Jarry
 -- 
 gentoo-user@gentoo.org mailing list
 
Hi,
i also could put the whole binary of libstdc++-v3-3.3.6.tbz2 on my ftp server.
It's for athlon-xp (march=athlon-xp -O2 -pipe -fomit-frame-pointer) quite safe.
It has no USE-flags so no problems. Haven't checked what's inside though.
The ftp address is: ftp://ftp.qrypto.org (some 260K). Just say if you want it.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



  1   2   >