[gentoo-user] zire 31?

2005-06-12 Thread gentoo
Hello,

if i connect my zire 31 to my gentoo box i get:

usb 1-1: new full speed USB device using ohci_hcd and address 6

how can i access the device? Have already installed pilotlink, but
i do not know which name the new device has. There is no /dev/pilot or so.

Can somebody please help?

Ciao,
Steffen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sudo echo cannot write to /etc/ files ?

2005-07-06 Thread gentoo
Le Mercredi, 6 Juillet 2005 15.52, Holly Bostick a ecrit :
> Hey, ho--
>
> Here's (one of) today's non-critical problems that's getting on my
> nerves, so hopefully somebody can help.
>
> I've finally got around to setting up sudo. It works fine, except for
> one thing.
>
> I don't just give myself blanket permissions to sudo to all commands; I
> made a Cmd_Alias group which includes a lot of utility apps. And, like
> many of you, I included emerge in this group.
>
> But a lot of the time, when I do an emerge -av, I find that there's a
> USE flag I want or don't want for the package, or I want an unstable
> version, or whatever, which means I have to echo to one of the files in
> /etc/portage.
>
> Echo is in the sudo-ed group, and echo isn't the problem-- the problem
> is that permission is refused to write to the file itself (which is an
> error *from* echo, so it would seem that echo itself is OK as far as
> sudo goes). Which means that I have to su anyway, to echo to the file,
> which really isn't the point of the exercise.
>
> As I see it, this error can mean only one of two things:
>
> sudo does not give me a login shell (so my UID is 'really' still my UID
> and not root's, and I don't have permission to write to the file); or
>
> there is another, "invisible" cli utility responsible for actually
> writing to the file, which is not sudo-ed.
>
> Or could it be something else?
>
> In any case, does anybody know how I could fix this? It's really
> screwing up my useability, which was just starting to shape up nicely :-) .
>
> Thanks,
> Holly

I think the problem come from the fact that echo is sudo-ed but the shell 
redirection isn't.

Compare this:
su -c "echo foo > /etc/portage/whatever"
and 
su -c "echo foo" > /etc/portage/whatever

The first one will succeed, but not the second.

To solve your problem, I would just do:
chgrp -R portage /etc/portage
chmod -R g+w /etc/portage

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



Re: [gentoo-user] sudo echo cannot write to /etc/ files ?

2005-07-06 Thread gentoo
On Wednesday 06 July 2005 17.21, Holly Bostick wrote:
> > To solve your problem, I would just do:
> > chgrp -R portage /etc/portage
> > chmod -R g+w /etc/portage
>
> Well, it didn't work (this to all the respondents).

Are you in the portage group?

> sudo echo 'media-video/xine-ui ~x86' >>/etc/portage/package.keywords

no need to sudo the echo if you're in the right group.

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



[gentoo-user] revered skyscraper

2007-07-30 Thread gentoo
vtfmtb
 upoiug  wdrh  svuk<>

[gentoo-user] financial prime minister

2007-08-03 Thread gentoo
wasxbq
 fyqaka
 lvgbxy  xvbi<>

[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



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



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] OT: disk full but lot of space

2005-08-08 Thread gentoo
Hello,

This is OT, but I'm kind of worried and google hasn't been my friend...

* I'm doing backups of my server everynight and had the following errors in 
the mail from the cron output this morning. repeated a dozen of times.

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: No space left on device
Input file = (stdin), output file = (stdout)
/local/sbin/mk-rs-backups.sh: line 26: 22516 Broken pipe $TAR cjf 
$DSTDIR/site-$site.tar.gz $name

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: No space left on device
Input file = (stdin), output file = (stdout)
tar: Child returned status 1
tar: Error exit delayed from previous errors

* checking my logs I found the following error repeating ~6000 times.

Aug  8 03:17:00 www kernel: EXT3-fs error (device ide0(3,2)): ext3_new_block: 
block(14366126) >= blocks count(14366126) - block_group = 438, es == c2510400
[...]
Aug  8 08:46:52 www kernel: EXT3-fs error (device ide0(3,2)): ext3_new_block: 
block(14372149) >= blocks count(14366126) - block_group = 438, es == c2510400

"df" is telling that my disk is only half full: ~28Gb free.
"df -i" is reporting only ~2% inodes used.

"tune2ds -l" follows

So... is my disk broken? my fs corrupted? While is ext3 trying to allocate a 
block with a higher count than the max?

Any help welcomed, thanks in advance.

[EMAIL PROTECTED] log]# /sbin/tune2fs -l /dev/hda2
tune2fs 1.26 (3-Feb-2002)
Filesystem volume name:   /
Last mounted on:  
Filesystem UUID:  
Filesystem magic number:  0xEF53
Filesystem revision #:1 (dynamic)
Filesystem features:  has_journal filetype needs_recovery sparse_super
Filesystem state: clean with errors
Errors behavior:  Continue
Filesystem OS type:   Linux
Inode count:  7192576
Block count:  14366126
Reserved block count: 718306
Free blocks:  11154684
Free inodes:  7060644
First block:  0
Block size:   4096
Fragment size:4096
Blocks per group: 32768
Fragments per group:  32768
Inodes per group: 16384
Inode blocks per group:   512
Last mount time:  Wed Feb 23 20:49:57 2005
Last write time:  Mon Aug  8 08:46:52 2005
Mount count:  22
Maximum mount count:  -1
Last checked: Wed Nov 20 03:44:33 2002
Check interval:   0 ()
Reserved blocks uid:  0 (user root)
Reserved blocks gid:  0 (group root)
First inode:  11
Inode size:   128
Journal UUID: 
Journal inode:8
Journal device:   0x
First orphan inode:   6488266

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



Re: [gentoo-user] OT: disk full but lot of space

2005-08-08 Thread gentoo
> > Aug  8 03:17:00 www kernel: EXT3-fs error (device ide0(3,2)):
> > ext3_new_block:  
> > block(14366126) >= blocks count(14366126) - block_group = 438, es ==
> > c2510400 
> > [...]
> > Aug  8 08:46:52 www kernel: EXT3-fs error (device ide0(3,2)):
> > ext3_new_block:  
> > block(14372149) >= blocks count(14366126) - block_group = 438, es ==
> > c2510400 

> Did you try fsck?

nope :-(
I'm a bit too afraid to try it. It's a production server with only one 
partition and it's located about 6000 miles away. If something goes wrong, 
I'll be really in a bad situation.

I think I'll have to do it anyway, but I'm checking for lighter solutions 
first...

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



Re: [gentoo-user] OT: disk full but lot of space

2005-08-08 Thread gentoo
Le Lundi, 8 Août 2005 13.57, vous avez ecrit :
> > bzip2: I/O or other error, bailing out.  Possible reason follows.
> > bzip2: No space left on device
> >         Input file = (stdin), output file = (stdout)
> > tar: Child returned status 1
> > tar: Error exit delayed from previous errors
>
> Check your temp partitions...

No temp partitions. There is only one partition: /
It's a rented server, so I can't do anything about it.

Beside the last command of my script is "date > DATE", to keep a timestamp in 
a file. Even this has failed: "date: write error: No space left on device"

--mat

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: disk full but lot of space

2005-08-08 Thread gentoo
Le Lundi, 8 Août 2005 14.10, Christoph Gysin a ecrit :
> >>Did you try fsck?
> >
> > nope :-(
> > I'm a bit too afraid to try it. It's a production server with only one
> > partition and it's located about 6000 miles away. If something goes
> > wrong, I'll be really in a bad situation.
> >
> > I think I'll have to do it anyway, but I'm checking for lighter solutions
> > first...
>
> fsck -n ?

with this, fsck won't change anything to my partition at all?
and what about this line from the output of tune2fs?
Filesystem state: clean with errors
Is it like "critical" or like "informative"?

Since e2fsck _will_ find errors, I'll have to do an e2fsck without -n anyway. 
Or should I light a candle, buy some horseshoes and hope that my / will stay 
the longest possible "clean with errors", before going to HD paradise?

--mat

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: disk full but lot of space

2005-08-08 Thread gentoo
 -11308393 -11308394 -11308395 
-11308396 -11308397 -11308398 -11308399 -11308400 -11308401 -11308402 
-11308403 -11308404 -11308405 -11308406 -11308407 -11308409 -11308410 
-11308411 -11308412 -11308413 -11308414 -11308415 -11308416 -11308417 
-11308418 -11308419 -11308420 -11308421 -11308422 -11308423 -12978808
Fix? no
Free blocks count wrong for group #1 (28, counted=0).
Fix? no
Free blocks count wrong for group #2 (62, counted=11).
Fix? no
Free blocks count wrong for group #4 (10, counted=9).
Fix? no
Free blocks count wrong for group #5 (841, counted=836).
Fix? no
Free blocks count wrong for group #8 (6360, counted=6344).
Fix? no
Free blocks count wrong for group #13 (30819, counted=30804).
Fix? no
Free blocks count wrong for group #139 (30511, counted=30496).
Fix? no
Free blocks count wrong for group #198 (138, counted=184).
Fix? no
Free blocks count wrong for group #277 (25407, counted=25332).
Fix? no
Free blocks count wrong for group #345 (27614, counted=27583).
Fix? no
Free blocks count wrong for group #438 (19246, counted=13222).
Fix? no
Free blocks count wrong (11147972, counted=11096727).
Fix? no

Inode bitmap differences:  -213129 -213131 -229438 -229528 -2277431 -2277432 
-2277435 +3244154 +3244183 +3244186 +3244187 +3244188 +3244189 +3244204 
+3244206 +3244208 +3244210 +3244211 +3244236 +3244243 +3244263 +3244264 
+3244265 +3244266 +3244267 +3244268 +3244269 +3244270 +3244271 +3244272 
+3244273 +3244274 +3244275 +3244276 +3244277 +3244278 +3244279 +3244280 
+3244281 +3244288 +3244289 +3244292 +3244293 +3244294 +3244298 +3244299 
+3244300 +3244302 +3244303 +3244304 +3244305 +3244306 +3244307 +3244308 
+3244309 +3244310 -6488266
Fix? no
Free inodes count wrong for group #13 (16094, counted=16092).
Fix? no
Free inodes count wrong for group #139 (16312, counted=16309).
Fix? no
Free inodes count wrong for group #198 (16066, counted=16113).
Fix? no
Free inodes count wrong (7061883, counted=7061925).
Fix? no

/: ** WARNING: Filesystem still has errors **

/: 130693/7192576 files (3.7% non-contiguous), 3218154/14366126 blocks


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



Re: [gentoo-user] gcc hardened and vanilla + distcc

2005-12-01 Thread gentoo
On 23:36 Thu 01 Dec , Peper wrote:
> Hello,
> I want to use gcc-vanilla on my desktop(x86) and gcc-hardened on my 
> server(x86). Can i then use distcc?
> 
> And second, harder(imho) step: can i also join  amd64 with gcc-vanilla to my 
> small distcc-net?
> 
> -- 
> Best Regards,
> Peper
> -- 
> gentoo-user@gentoo.org mailing list
> 
Hi,
Not very sure but think you can't.
When using hardened-gcc it generates code using SSP+PIE etc. specific code so 
it's not compatible with vanilla-gcc.
No experience with 64-bit CPUs.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: gcc hardened and vanilla + distcc

2005-12-02 Thread gentoo
On 15:53 Fri 02 Dec , Peper wrote:
> > Hi,
> > Not very sure but think you can't.
> > When using hardened-gcc it generates code using SSP+PIE etc. specific code
> > so it's not compatible with vanilla-gcc. No experience with 64-bit CPUs.
> > HTH.Rumen
> 
> $ gcc-config -l
>  [1] i686-pc-linux-gnu-3.3.6
>  [2] i686-pc-linux-gnu-3.3.6-hardenednopie
>  [3] i686-pc-linux-gnu-3.3.6-hardenednopiessp
>  [4] i686-pc-linux-gnu-3.3.6-hardenednossp
>  [5] i686-pc-linux-gnu-3.3.6-vanilla
>  [6] i686-pc-linux-gnu-3.4.4 *
>  [7] i686-pc-linux-gnu-3.4.4-hardenednopie
>  [8] i686-pc-linux-gnu-3.4.4-hardenednopiessp
>  [9] i686-pc-linux-gnu-3.4.4-hardenednossp
>  [10] i686-pc-linux-gnu-3.4.4-vanilla
> 
> Aren't both version compiled? In this hardened is default so it has no 
> suffix. 
> Or am i getting smth wrong?
> 
> -- 
> Best Regards,
> Peper
> -- 
> gentoo-user@gentoo.org mailing list
> 
Hi,
>From this it seems you're using a hardened GCC (the vanilla is the one wo any 
>patches).
But to really use it you must be using also a hardened profile or (by memory)
have "hardened pie" in your USE-flags to get a hardened binary (check hardened 
project).
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: gcc hardened and vanilla + distcc

2005-12-03 Thread gentoo
On 15:09 Sat 03 Dec , Peper wrote:
> > Hi,
> > From this it seems you're using a hardened GCC (the vanilla is the one wo
> > any patches). But to really use it you must be using also a hardened
> > profile or (by memory) have "hardened pie" in your USE-flags to get a
> > hardened binary (check hardened project). HTH.Rumen
> 
> So there is no way to distcc use not hardened version while system is set to 
> use hardened version(with proper USE flasgs etc.)?
> 
> -- 
> Best Regards,
> Peper
> -- 
> gentoo-user@gentoo.org mailing list
> 
Hi,
No one that i've heard of. Maybe you could just switch to a vanilla gcc-profile 
and later restore the hardened 
one (i've done that with some hardened bugs), but that's a lot of manual work 
as only you will know when you need 
to do it.
And there are at least three additional patches (flags) for a hardened gcc - 
SSP, PIC and PIE.
Another layer is the PaX patch to binutils (header marking) and some grsecurity 
patches which i think don't affect 
binaries generation.
Both RSBAC & SELinux also use the hardened-GCC plus their own MAC tools in 
place of grsec's MAC.
Think most of this is true but better post to gentoo-hardened ML too.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dns+mail server is good or bad?

2005-12-04 Thread gentoo
On 18:28 Sun 04 Dec , El Nino wrote:
> Dear friends,
> 
> is it a good idea to deploy a dns server + mail server on one server?
> 
> --
> ...
> "The future lies ahead."
>  ___
> < Have you mooed today? >
>  
> \^__^
>  \   (oo) \___
>  (__) \ )\/\
> | |-----w   |
> | || |
> 
> 2.6.14-gentoo-r2-sinhalese-r1.0
> (((o)))~--~--~--
> Proud to be a Sinhalese.
> SINHALESE ARE GENIUSES OF IRRIGATION
> http://easyweb.easynet.co.uk/~sydney/sinhales.htm
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
Hi,
Yes, it's even quite obligatory if you use qmail, as it doesn't use /etc/hosts 
for resolution.
i have djbdns+qmail and all is working wonderfully.
Of course it' possible to have separate servers for them, much depends on your 
requirements.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] gcc Upgrade Problem

2005-12-04 Thread gentoo
On 08:06 Sun 04 Dec , C. Beamer wrote:
> Hi all,
> 
> I was upgrading gcc using the directions in the GCC Upgrade Guide.  All
> was going well.  I was user what the Guide refers to as the "safer"
> method.  I got to the 321 of 642 mark and the upgrade bombed.
> 
> The specific upgrade being done was cyrus-sasl.  Early in the output it
> complained about both "gdbm" and "berkdb" USE flags being set.   Then, a
> message was displayed that it would be best to build this package with
> berkdb and told me how to set this in my "package.use" file.  The build
> waited 10 seconds and then proceeded. This occurred overnight, so I'm
> just finding this out.
> 
> Immediately after waiting the 10 seconds for a response to the db issue,
> the build process displayed this message:
> 
> * If you are still using postfix->sasl->saslauthd->pam->mysql for
> * authentication, please edit /etc/conf.d/saslauthd to read:
> * SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam -r"
> * Don't forget to restart the service: `/etc/init.d/saslauthd restart`.
> 
> I'm not exactly sure what this means.  I do have mysql on my system and
> have to provide a password when I use the database associated with it,
> but beyond that, I don't know if I should be doing what this message is
> telling me or not.  Assistance here would be appreciated.
> 
> Again, a pause for 10 seconds occurred while waiting for a response, but
> since I was asleep and didn't give one, the build went ahead.
> 
> The configure process completed and the make started.
> 
> The last few lines before the make process bombed and the first couple
> of lines of the error message are as follows:
> 
> ar cru .libs/libsasldb.a db_gdbm.o allockey.o
> ar: allockey.o: No such file or directorymake[2]: *** [libsasldb.a] Error 1
> make[2]: *** [libsasldb.a] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb'
> 
> If I am interpreting this correctly, it the configure and build went
> ahead using gdbm rather than berkdb and the correction would be to edit
> my package.use file as previously indicated and rebuild.
> 
> However, my issue is that since I was at the 321/642 point of doing the
> 'emerge -e' world' portion of the upgrade, I don't know how to rectify
> the problems and continue with the upgrade.  Or do I have to start from
> scratch with the 'emerge -e world'?
> 
> Can someone offer some guidance here?
> 
> I apologize for the length of this, but wanted to make sure that I
> included all the details that might be relevant.
> 
> Regards,
> 
> Colleen
> 
> 
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
Hi,
At the end of that same quide there're some hints on most common errors.
So to just continue on with the recompile run:"#emerge --resume --skipfirst".
But that will work only if no other emerge command was run in between.
Later you could investigate about this error.
It seems it just a matter of choosing the right way to authenticate.
HTH.Rumen
-- 
gentoo-user@gentoo.org mailing list



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

2005-12-04 Thread gentoo
Hi,
On 14:58 Sun 04 Dec , Jarry wrote:
> Hi,
> I tried to update my gcc using emerge -e (Safer method)
> as described in gcc-upgrading-guide, but apparently I
> screwed something up. I did:
> 
> emerge -uav gcc
> gcc-config i686-pc-linux-gnu-3.4.4
> source /etc/profile
> emerge -e system
> emerge -e world
You need to emerge "libstdc++-3.3.4" or similar which is needed for 
compatibility.
You need a python to be recompiled with GCC-3.4.4 or have "libstdc++".
HTH.Rumen
> emerge -aC =sys-devel/gcc-3.3*
> 
> Now whenever I start emerge (--sync, --depclean, or else),
> I get following error:
> 
> obelix ~ # emerge --sync
> /usr/bin/python: error while loading shared libraries:
> libstdc++.so.5: cannot open shared object file:
> No such file or directory
> 
> Could someone explain me, what I did wrong, and how can I fix it?
> 
> Jarry
> -- 
> gentoo-user@gentoo.org mailing list
> 
-- 
gentoo-user@gentoo.org mailing list



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

2005-12-04 Thread gentoo
Hi,
On 15:22 Sun 04 Dec , Jarry wrote:
> [EMAIL PROTECTED] wrote:
> 
> > Hi,
> > On 14:58 Sun 04 Dec , Jarry wrote:
> > 
> >>Hi,
> >>I tried to update my gcc using emerge -e (Safer method)
> >>as described in gcc-upgrading-guide, but apparently I
> >>screwed something up. I did:
> >>
> >>emerge -uav gcc
> >>gcc-config i686-pc-linux-gnu-3.4.4
> >>source /etc/profile
> >>emerge -e system
> >>emerge -e world
> > 
> > You need to emerge "libstdc++-3.3.4" or similar which is needed for 
> > compatibility.
> > You need a python to be recompiled with GCC-3.4.4 or have "libstdc++".
> > HTH.Rumen
> 
> Hm, that seems to me like circulus vitiosus. In order to emerge
> libstdc++-3.3.4 I must have installed libstdc++-3.3.4, which I
> don't have, and which I want to emerge...
> 
> I get the same error:
> emerge libstdc++-3.3.4
> /usr/bin/python: error while loading shared libraries:
> libstdc++.so.5: cannot open shared object file:
> No such file or directory
> 
There are three ways to fix this.
1.Have a binary package of "gcc-3.3.*" and merge it for the time being;
2.Get a binary package of python compiled against gcc-3.4.4;
3.Get a binary of libstdc++-3.3.4.
i could go via 1) as i keep binary packages of all my apps.
Think the easiest for you is to find a libstdc++-binary 3) and install it.
IIRC there are at least one binary repo out there, someone here ?
> I think, I forgot to do it between "source /etc/profile" and
> "emerge -e system" (mea culpa). But what now? Is there any way
> to fix it?
> 
> Jarry
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
HTH.Rumen
-- 
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



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] 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...]
>> > Load"glx"
>> > 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



[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



[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] 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] 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



[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] 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



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] 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] 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



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



[gentoo-user] launch a program at boot

2006-08-21 Thread gentoo
How do I launch a java script at boot time???

rob
-- 
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] Scripting KDE?

2024-07-29 Thread gentoo
Hello,

29.07.2024 15:17:26 Peter Humphrey :
> I'd like to be able to shut a KDE machine down from another room, over SSH.

https://superuser.com/questions/395820/how-to-properly-end-a-kde-session-from-shell-without-root-privileges
https://stackoverflow.com/questions/78175326/how-can-i-trigger-shutdown-or-logout-in-kde-plasma-via-qdbus-in-python

(don't get irritated about that python in the second)

HTH,
-dnh



gentoo-user@lists.gentoo.org

2005-05-19 Thread Steve [Gentoo]
One of the principle uses of my Gentoo box is to aggregate all of my 
disparate pop-3 accounts, filter spam and to provide access to the ham 
from my desktop and laptop using Thunderbird (both, I admit, under Windows.)

In the most part I am happy with this setup (postfix, dovecot, procmail, 
spamassasin & ruledujour, razor, pyzor, DCC - with remote ssh tunnels 
for smtp and IMAP4) - this configuration successfully filters about 
99.5% of my spam without having (yet) introduced a false positive - a 
fact I attribute to the advantage that my ham is extremely unlikely to 
be matched in DCC/razor/pyzor.  Every day, however, I do receive a 
couple of spams which I don't automatically identify.  These spams are 
easy enough to move out of my inbox or delete by hand, but I can't help 
thinking it would be better to report these spams back to 
DCC/razor/pyzor hoping to eliminate similar rubbish in future.  I'm 
aware of the command line client razor-report, but to be honest using 
that directly is a bit of a pain...I really need a strategy to report 
spam which requires no more human intervention than at present is needed 
to manually remove the spam from my inbox.

I wonder if it would be possible to set-up an "internal" account "spam" 
to which only local users (i.e. myself) can send mail... "bounce" all my 
spam there (using the "Mail Redirect" extension?) - and somehow use 
procmail to report it?  Is there a neater solution?

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


[gentoo-user] Online backups...

2005-05-24 Thread Steve [Gentoo]
I admit that this is a pretty generic idea... but I hope no-one sees 
harm in me asking about it here... I plan to do this with gentoo... so 
if someone else has had a similar plan... maybe they could offer me the 
benefit of their wisdom :-)


Assumptions:
   1.   There are two Linux Hosts connected to the internet by ADSL 
(512/256Kbps) and that for, say, 6 hours each night this bandwidth is 
mostly unused.
   2.   Each Linux Host has under 1GB of "current" files - and under 
100Mb of this changes each day on each host.
   3.   The (different) administrators of each host do not want to take 
responsibility for keeping the others' data secret, and neither wants 
the responsibility of having access to the other's files.

   4.   A daily backup is desired by the administrator of each host.

Any solution needs to operate transparently - reporting any failures to 
the administrator responsible for the data which has failed to be backed 
up.  Furthermore, any solution must:


   1.   Manage disk usage and consume bandwidth subject to the 
constraints of the administrator.
   2.   Use strong encryption in order to eliminate fear that the 
backup copy my compromise secrecy of backup data.
   3.   Require the transmission only of the changed data (in order to 
minimise consumption of bandwidth)


Is anyone familiar with any projects with these aims?



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] # ./CA.pl -newca certification problem

2005-06-02 Thread Steve [Gentoo]

askar ... wrote:


I'm trying to setup email system by reading the "Virtual Mailhosting
System with Postfix Guide".
I have a problem in section 5.
When I do 
# ./CA.pl -newca

have error "unable to load certificate
2319:error:0906D06C:PEM routines:PEM_read_bio:no start
line:pem_lib.c:637:Expecting: TRUSTED CERTIFICATE".

Googled, but couldn't find any hint to fix my problem.

Please advice me smth.

While not a direct answer to your question, have you tried using tinyca 
instead of CA.pl?  I always found CA.pl something of a challenge with 
many chances to make a silly error. Using tinyca (under Xwindows) I 
found managing certificates was a breeze.



--
gentoo-user@gentoo.org mailing list



[gentoo-user] docbook-sgml-utils and jade...

2005-06-12 Thread Steve [Gentoo]
s: libosp.so.3: cannot open 
shared obje

ct file: No such file or directory
make[2]: *** [backend-spec.html] Error 127
make[2]: Leaving directory 
`/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docb

ook-utils-0.6.14/doc/HTML'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/docbook-sgml-utils-0.6.14/work/docb

ook-utils-0.6.14/doc'
make: *** [all-recursive] Error 1

!!! ERROR: app-text/docbook-sgml-utils-0.6.14 failed.
!!! Function src_compile, Line 556, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status 
message.


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



Re: [gentoo-user] docbook-sgml-utils and jade...

2005-06-12 Thread Steve [Gentoo]

Tim Igoe wrote:


It seems to me that jade is linked against libsop.so.3, however I only
appear to have a copy of libsop.so.4.  I've not unmasked or otherwise
tried to do anything fancy - in fact I'm not particularly interested in
either Jade or Docbook-sgml - however it seems they are dependencies.

Am I the only one getting this problem?
   



It was mentioned only days ago on this very list.

The fix is

emerge openjade
emerge -uD world
 

Thanks... I'm not sure  why my search of the list didn't turn up that 
discussion... that fixes things.


As an asside, I'd have expected, assuming this is a simple issue that 
packages should now be dependent on openjade and not jade, that the 
portage tree would have been updated to reflect this?  Is this planned?  
I wonder why it seems to have taken so long?


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



Re: [gentoo-user] DR working for M$

2005-06-14 Thread Beber [Gentoo]
It is written on http://www.gentoo.org since 2 days ;)

On 6/14/05, A. Khattri <[EMAIL PROTECTED]> wrote:
> 
> Im suprised noone has mentioned this yet:
> http://www.osnews.com/comment.php?news_id=10838
> 
> 
> --
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Subversion 1.2

2005-07-14 Thread Steve [Gentoo]
I'd have thought lots of people in the gentoo crowd would have been 
eagerly awaiting subversion 1.2.x with its substantial new "reserved 
checkout" - but nothing seems to have moved forward.


Portage (by default) still gives me version 1.1.3... but version 1.2 has 
been available for a couple of months and 1.2.1 a fortnight... I 
wouldn't have considered this a difficult package to port to Gentoo - 
especially as just about every other platform is supported directly by 
the Subversion developers...


I've tried using ~x86 as my USE flag - but the 1.2 ebuild still won't 
install reporting a "Problem in dev-util/subversion-1.2 dependencies"... 
I'm reluctant to use an unstable subverison port as it would cost me a 
fair bit of time if it scrambles my version controlled files.  Does 
anyone know what the problems are and why its taking so long to get 
1.2.x into the default portage tree?



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Subversion 1.2

2005-07-14 Thread Steve [Gentoo]

Marco Matthies wrote:


Gentoo leaves packages in unstable for a default period of time to make sure 
they work allright. If you want the newest version of a package, you must tell 
portage to do so by putting the appropriate stuff (subversion and it's 
dependencies) in /etc/portage/package.keywords.
 

Hmmm - that all sounds sane, but what is this default period of time?  
What criteria must be met in order for a masked package (and 
specifically for Subversion) to become unmasked?



Here, i just did it myself by putting this in my package.keywords
(create this file if it doesn't exist) :

=dev-util/subversion-1.2.1  ~x86
=dev-libs/apr-util-0.9.5~x86
=dev-libs/apr-0.9.5 ~x86
 

In one way this looks better than my fiddling with USE - however I'm 
reluctant to choose specific versions in a durable configuration file.  
Ideally I'd like to follow the natural upgrade cycle in future.  
Wouldn't putting those lines in my package.keywords file prevent me 
getting, say, version 1.3 automatically when I do an "emerge -uD world" 
in another few months?



This was just info about portage, it is in no
way any form of endorsement on the new version of subversion, as I
haven't used it at all - and I don't know if you should be so impatient with a 
new version of a package that seems to be important to you and your data...
 

I'm only impatient in so far as I'd prefer to use my gentoo server 
rather than some other platform. I'm already using Subversion 1.2 on 
other platforms and I've found no problems for my configuration so 
(other than possible gentoo specific issues) I'm happy to run the latest 
Subversion.
[Disclaimer - please don't blame me if your requirements are more 
demanding than mine!. :-) ]


Thanks for the reply - it at least convinces me that it is possible to 
get Subersion-1.2 installed... However, your solution raises more 
questions from me about Gentoo.  I'm now unsure if I want to wait-out 
the default unstable time for packages (to minimise risk and to simplify 
systems management) - or if there is a more subtle way to declare that 
I'd like version 1.2.1 now and to have that upgraded when a future 
version newer than that which becomes unmasked.  Am I missing some other 
obvious things?  I found the Gentoo handbook a little opaque on the 
topic of masked packages... lots of info - just not the answers to the 
questions I was thinking.



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Subversion 1.2

2005-07-14 Thread Steve [Gentoo]

Petteri Räty wrote:


What criteria must be met in order for a masked package (and
specifically for Subversion) to become unmasked?
   


At least a month and there can't be any major bugs reported to
bugs.gentoo.org. About specifics on Subversion you need to ask its
maintainer. It will stay masked as long as needed for the maintainer to become 
sure that the package really is stable.
 

Hmmm... I suppose that suggests there were some major bugs...  using 
bugs.gentoo.org is new to me - it seems that's where I was missing a 
pointer.  Thanks again.  I didn't want to pester the maintainer with 
superfluous questions as to why packages are masked. It seems a pity 
that all the information isn't available on one page... using 
packages.gentoo.org and bugs.gentoo.org together gives the right info - 
even if it requires a little bit more effort. :-)  I'll be sure to see 
if I can offer feedback to the bugzilla database if I find something 
relevant to add.


Ideally I'd like to follow the natural upgrade cycle in future. 
Wouldn't putting those lines in my package.keywords file prevent me getting, say, version 1.3 automatically when I do an "emerge -uD world" in another few months?
   


No it would not. You are just changing the accepted the keywords for
Subversion. Portage always chooses the latest version with accepted
keywords. If just add dev-util/subversion you say that you will accept
every version marked as ~x86 or you can use =dev-util/subversion-1.2.1
to only mark one version. If you don't use version numbers, you will
always update to the latest version. If you lock down the version
number, the next time you will update if after there is a version
greater then 1.2.1, which is marked stable (x86).
 

Ah, ha.  That sounds sensible - now I follow.  My USE confusion is 
probably that I'd referred to some wrong/out-of-date documentation... 
when I use ACCEPT_KEYWORDS in place of USE it now behaves just how I had 
previously expected it should have done.


# ACCEPT_KEYWORDS="~x86" emerge -uD subversion

This does what I'd originally intended to try...  (and doesn't force me 
to remember how to spell the  dependencies.) I assume there's no 
significant advantage I've missed in preferring to use the 
package.keywords file instead?



Hopefully I answered this.
 


I think you did... Thanks!


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Subversion 1.2

2005-07-15 Thread Steve [Gentoo]

Holly Bostick wrote:


The thing is Portage doesn't *remember* ACCEPT_KEYWORDS, beyond the
original compile in which it is used. So if you use it, and keep the
package, as soon as you do an emerge -u world, Portage will try to
downgrade the package to the last stable version, which is the only one
that it knows to be allowed (because /etc/make.conf says "xarch", not
"~arch", and no exception for this particular package and its
dependencies has been made in /etc/portage/package.keywords).
 

OK - now using package.keywords make far more sense to me.  I'd always 
assumed (wrongly I guess) that "emerge -u" would only upgrade and never 
downgrade... Now I see why I'd need the entry in package.keywords.



It's a beautiful system :-) .
 


I'm closer to believing you. :-)

The only way in which I'm not yet as convinced as you are is with 
respect to dependencies.  I'm comfortable with the idea that I browse 
the bugs to verify that none of the issues affect my install directly - 
then to accept an unstable version of a specific package... but I'd 
prefer not to have to dig out the package dependencies and explicitly 
allow the unstable branch for those packages too (as seems to have been 
indicated earlier in this thread.)   Is there a simple way to say, for 
example, "I'm willing to accept the unstable version of 
Subversion-1.2.1, and (naturally) the unstable version of any package on 
which Suversion-1.2.1 depends?"  It was my wish to side-step explicitly 
dealing with package dependencies which prompted me to use 
ACCEPT_KEYWORDS with emerge -uD ...


Steve



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Filesystem access to Gentoo from XP over SSH - suggestions?

2005-07-15 Thread Steve [Gentoo]

I was wondering if others have tackled this before me?

I only have remote SSH access to my Gentoo box (everything else is fire 
walled) and I use this to map ports on my client machine to 
corresponding ports on my server machine - so, for example, I can access 
IMAP; SMTP, X applications etc. on the Gentoo server remotely.  My 
remote client is WinXP, and I use Cygwin OpenSSH.  Owing to low 
bandwidth. While Xwindows is usable it is very slow - command line 
interaction without X is acceptable for most tasks but imposes a very 
restrictive interface.  If possible I would like to be able to edit 
(relatively small) configuration files remotely in a text editor running 
under windows.


What would be the easiest way to somehow "map" a network drive on my 
Gentoo server from Windows given that I need to tunnel over SSH?




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Filesystem access to Gentoo from XP over SSH - suggestions?

2005-07-18 Thread Steve [Gentoo]
Thanks for the many suggestions...  Lots of interesting ideas and 
different perspectives.


Zac Medico wrote:


Filezilla is an ftp client that supports file transfer over ssh: 
http://filezilla.sourceforge.net/
 

I'll give that a look - it's not really what I was after - while I 
suppose I wasn't really clear about my intentions, I really wanted 
FS-like access to enable me not only to edit text files, but also to use 
visual differencing tools etc.  I'm suspecting that this wouldn't be 
supported using an ftp-like approach.



For remote X you should use nx (emerge nxserver-freenx) or vnc (emerge 
tightvnc).
 

That's new to me - looks very interesting...  I'm guessing I'd need to 
get this working under cygwin for my XP client...  Anything which 
improves the performance of remote X sessions would be very useful.



To map a network drive, you should probably tunnel samba through ssh.  Google for 
"samba tunnel putty".
 

This is exactly what I wanted to know. I hadn't thought of googling with 
"putty" as I'm using OpenSSH on both client and server - but the 
techniques look the same.


Steve

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Daily dumb question... chron.

2005-07-18 Thread Steve [Gentoo]
Because I need my Gentoo server to perform periodic tasks on my behalf I 
new I needed some implementation of "cron" - and after a brief 
investigation I settled on fcron as I liked the idea that I could give 
flexible scheduling in order to allow the OS to delay processing in the 
event of heavy system load.  I've written a couple of my own 
administration tasks (to be run as my own non-root user) and these work 
fine.


I've noticed the directories /etc/cron.daily; /etc/cron.hourly; 
/etc/cron.monthly etc. and therein a bunch of non-user-specific 
administration tasks... For example, in ./etc/cron.daily I've 
logrotate.cron and rulesdujour - but none of these appear to have run in 
the last month.  Are thse system tasks supposed to be fired 
automatically by fcron?  What would be the easiest way to get all my 
periodic system administration tasks defined in these directories to be 
fired automatically?  Did I make a sensible choice with fcron?




--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Daily dumb question... chron.

2005-07-19 Thread Steve [Gentoo]

Bob Sanders wrote:

Are thse system tasks supposed to be fired automatically by fcron? 
   


Yes.  In the ebuild it says -
   einfo "To activate /etc/cron.{hourly|daily|weekly|montly} please run: "
   einfo "crontab /etc/crontab"
 

I hadn't seen that message - but then again, when I installed fcron the 
/etc/cron.* stuff wasn't especially important to me... so I might easily 
have ignored it at the time.  It's a pity this sort of "essential" 
warning isn't available for all packages as some kind of Gentoo 
knowledge base - I guess I could read the ebuild files - but it would be 
far more convenient to have tips/tricks/gotchas available annotated with 
each package - say on http://packages.gentoo.org/...  Hmmm.


In any case, thanks - "crontab /etc/crontab" seems the perfect resolution.

Steve

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Filesystem access to Gentoo from XP over SSH - suggestions?

2005-07-22 Thread Steve [Gentoo]

Zac Medico wrote:
>>> For remote X you should use nx (emerge nxserver-freenx)...
>> That's new to me - looks very interesting...
> There are native win32 clients (no cygwin required) for both.  The 
tightvnc client is gpl.  The nx client that I know of is commercial 
software but it's a freely downloadable from nomachine.com.


I've had a look at this but I'm a bit stumped by the nomachine.com nx 
client.  When I install their client, it takes out my Cygwin 
installation... presumably because it is linked against an old copy of 
the cywin DLLs (which I'd have thought would be a violation of the 
Cygwin licence terms.)


---
# ls
C:\usr\cygwin\bin\zsh.exe (3752): *** system shared memory version 
mismatch dete

cted - 0x75BE0074/0x75BE0084.
This problem is probably due to using incompatible versions of the 
cygwin DLL.

Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version 
*should*

reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
159955652 [main] zsh 3288 fork_parent: child 3752 died waiting for 
longjmp before initialization

zsh: fork failed: interrupt
---

Uninstalling the nx client and rebooting fixes the fault which 
installing introduced.  The knowledge base seems to gloss over this 
problem - claiming in separate articles that it is cosmetic or a known 
problem.  I guess, given that I need cygwin, that my only option is to 
wait and hope the nx client for windows is fixed at some point?


Steve



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Peculiar... ssh / shell glitch...

2005-07-27 Thread Steve [Gentoo]
I use cygwin openssh to connect to my Gentoo server... recently I've 
noticed a change in behaviour.


When I press C I'd expect my gentoo shell (zsh) to abort the 
current empty statement and wait for another.  These days, however, I 
see "Killed by signal 2" and then my ssh connection closes.  Does anyone 
have any idea why this might have started to happen?


Steve


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Peculiar... ssh / shell glitch...

2005-07-28 Thread Steve [Gentoo]

Zac Medico wrote:

Apparently the signal is being handled by cygwin on the client side 
(not a gentoo server problem).  Something must have changed in your 
cygwin evironment.  A quick search shows that this is a common 
problem:  
http://www.google.com/search?hl=en&q=%22Killed+by+signal+2%22+cygwin+ssh.  
In the first search result it suggested to "Switch off ForwardX11 in 
your .ssh/config".


Thanks...
I guess I suspected gentoo rather than cygwin as I first noticed just 
after an emerge -uD world... 
Cygwin it must be then.


Steve


--
gentoo-user@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] 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



[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] 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] [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] 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] 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



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] 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



[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] 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] 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] 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


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



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



[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..!!"


[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] 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..!!"


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] 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 :
>>  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


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

2006-10-02 Thread Steve [Gentoo]
ebug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: 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] 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


DocumentRoot /var/www/vlan.mydomain.net
ServerName vlan.mydomain.net



ServerName temporary.mydomain.net
DocumentRoot /var/www/temporary.mydomain.net

--


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

--
NameVirtualHost *:80
NameVirtualHost *:443


DocumentRoot /var/www/vlan.mydomain.net
ServerName vlan.mydomain.net



ServerName temporary.mydomain.net
DocumentRoot /var/www/temporary.mydomain.net



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

--

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] procmail, formail and maildir for digests...

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

--
:0

* ^List-Id:.*
| 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



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:.*
| 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:.*"
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



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



[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] 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



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", , "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] [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] 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] 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



[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



[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=
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=
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=, 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



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] 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


[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


  1   2   3   >