Re: [gentoo-user] Xscreensaver issue

2005-12-27 Thread Christoph Gysin

sHadoW MaN wrote:
I have Xscreensaver 4.22 installed and the thing I find strange is that 
when a regular user locked the screen and then I tried to unlock the 
screen with root password, it does not work, with the previous versions 
this worked. is There a way to fix this please?


I use 4.22-r4, and unlocking works with the root password. And in case it makes 
any difference: I don't use pam.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Courier-imap won't start after system world rebuild

2005-12-24 Thread Christoph Gysin

John J. Foster wrote:


//garbanzo/root # start-stop-daemon --quiet --start \
 --exec /usr/bin/env \
 - /usr/lib/courier-imap/gentoo-imapd-ssl.rc

produces no visible errors, but still can't connect to maildirs.


Just run:

/usr/lib/courier-imap/gentoo-imapd-ssl.rc


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



Re: [gentoo-user] emerge e17

2005-11-01 Thread Christoph Gysin

赵光 wrote:

i want know how to emerge e17
i found some method on gentoo forum,but i can;t emerge it
some package on cvs can't download
who can tell me how to emerge it


The anonymous cvs server from sourceforge is very busy. Perhaps you are luckier 
with the newly set up mirror from thinktux.net. Just export ECVS_SERVER before 
emerging:


export ECVS_SERVER=thinktux.net:/root

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge e17

2005-11-01 Thread Christoph Gysin

赵光 wrote:

!!! ERROR: x11-libs/ecore- failed.
!!! Function cvs_fetch, Line 332, Exitcode 1
!!! cvs login command failed
!!! If you need support, post the topmost build error, NOT this status 
message


look like the server refuse me


Try again in a few hours. It is down for maintenance at the moment.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Redirecting a script output to the mail command

2005-11-01 Thread Christoph Gysin

Thiago Lüttig wrote:
I need to redirect an script output to the mail command.  how ?? i've 
tried the following:


./script.sh  mail [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

but the bash says [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
command not found.


Use the pipe character '|':

./script.sh | mail [EMAIL PROTECTED]

The greater-than character '' is used for redirecting output to a file.

Christoph

PS: Please disable sending HTML emails in your gmail preferences.
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge e17

2005-11-01 Thread Christoph Gysin
Fernando Meira wrote:
 On 11/1/05, *Christoph Gysin* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 wrote:
 
 赵光 wrote:
   !!! ERROR: x11-libs/ecore- failed.
   !!! Function cvs_fetch, Line 332, Exitcode 1
   !!! cvs login command failed
   !!! If you need support, post the topmost build error, NOT this
 status
   message
  
   look like the server refuse me
 
 Try again in a few hours. It is down for maintenance at the moment.
 
 Christoph
 --
 echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
 --
 gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list
 
 Or use the same method for the normal cvs server: wait a few hours and 
 try again! :)

Yes, but anon cvs on sourceforge *is* busy. And merging e17 involves about 15 
packages from cvs,
each does its own cvs login  cvs update. That's exactly why this mirror has 
been provided.
Actually, there's a discussion going on if this mirror should be defined in all 
e17 packages in the
gentoo portage tree.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dumb `lspci -F` question...

2005-10-28 Thread Christoph Gysin

Stroller wrote:
Can anyone explain to me how to use this, please? Try as I might I don't 
seem to be getting it right.


Seems to be a bug in lspci. It works here like it should.

I have tried this on a couple of machines. The output produced by `lspci 
-x` _looks_ reasonable - I've attached foo.txt.


The difference to my output is the leading zeros.


:00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host 
bridge (rev 03)

  ^
The following will work:

$ lspci -x | sed 's/^://'  foo.txt
$ lspci -F foo.txt

Nonetheless this seems like a bug and should be fixed. Could you file a bug and 
reference it here?


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dumb `lspci -F` question...

2005-10-28 Thread Christoph Gysin

Christoph Gysin wrote:
Nonetheless this seems like a bug and should be fixed. Could you file a 
bug and reference it here?


Searching google turns out that it has already been fixed. Update to the latest 
pciutils will fix the issue.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dumb `lspci -F` question...

2005-10-28 Thread Christoph Gysin

Holly Bostick wrote:

Why search Google and not b.g.o itself, or packages.gentoo.org? Either
manually or-- if you use Firefox-- using the Firefox b.g.o search
engine? Seems like a waste of effort to have to filter irrelevant hits
from Google when one already knows that the status of the issue will be
recorded on b.g.o (if a bug was filed and resolved) or
packages.gentoo.org (in the Changelog for the revision/update to pciutils).


Because this is a pciutils issue, and has nothing to do with gentoo. The 
Changelog will only report a revision bump.
Actually I did search b.g.o first, but there were no relevant results. Google 
turned out that debian had patched this some time ago, and now it is already 
included upstream.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dumb `lspci -F` question...

2005-10-28 Thread Christoph Gysin

Stroller wrote:
Do you have any references on this, please? I'm obviously using 
different search terms from you, because I can't find anything about 
this bug on Google.


search term:
bug lspci -F :

... brings us to:
http://www.google.ch/search?q=bug+%22lspci+-F%22+%22%3A%22+

... where hit number 3 leads us to:
http://packages.debian.org/changelogs/pool/main/p/pciutils/pciutils_2.1.11-15.1/changelog

... which says:
* fix lspci -F for new or old lspci -x format (closes: #261536)
 based on patch by Ben Pfaff

... where #261536 is a link to:
http://bugs.debian.org/261536

I've just run esync  am only offered the same version of pciutils that 
I already have - 2.1.11-r5. If you can provide a link to the pciutils 
bug then I'll request a version bump with b.g.o. (I'd also like to know 
more about this so I can advise my customers, should I request a `lspci 
-x` output from them).


The newest release is still masked by keyword. To unmask:

# mkdir -p /etc/portage
# echo sys-apps/pciutils ~x86  /etc/portage/package.keywords
# emerge -avt sys-apps/pciutils

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] external conceptronic box

2005-10-26 Thread Christoph Gysin

Jorge Almeida wrote:

I'm thinking of purchasing a Conceptronic External USB 2.0 Hard Disk
Box 3.5 (CHD3U), together with a IDE hd, to use mostly for backups.
Anyone has any experience with this? The main question is: Should I
worry about drivers?


Every USB (2.0) disk/stick is covered by the USB mass-storage driver. You'll 
need:
CONFIG_USB_EHCI_HCD (USB 2.0)
CONFIG_USB_STORAGE (mass-storage)
CONFIG_BLK_DEV_SD (SCSI-disk)

After connecting the disk, check dmesg to see which device has been created. 
Most probably it's /dev/sda, if you don't have any other SCSI/USB disks.



(Sorry for the OT'ness, but it _is_ to be used with gentoo :))


Don't worry. gentoo-user is used to it ;-)

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Generate data dvd iso image with growisofs or other

2005-10-26 Thread Christoph Gysin

Harry Putnam wrote:

I'm having trouble digging out of google and growisofs --help how to
create a dvd data image.  growisofs --help give very little to work
with...


Maybe you should take a look at the man page? There is a nice EXAMPLE section...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] external conceptronic box

2005-10-26 Thread Christoph Gysin

Jorge Almeida wrote:

CONFIG_USB_EHCI_HCD (USB 2.0)
CONFIG_USB_STORAGE (mass-storage)
CONFIG_BLK_DEV_SD (SCSI-disk)


Does the latter mean that some scsi emulation is used?


Well, yes, the USB mass-storge driver emulates a SCSI disk. But this is not the same as the SCSI 
emulation used for IDE drives.



Is there some documentation about it that I should know of?


There's not much more to know about setting up a USB disk. Enable the options mentioned above in 
your kernel config and attach the disk.


Feel free to post again if you experience problems.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Uploading ebuilds

2005-10-24 Thread Christoph Gysin

Rafael Fernández López wrote:

I've created an ebuild for tkgate (http://www.tkgate.org). It is very
frustrating because I cannot see how to upload it or whatever. I'm not a
developer user in CVS so I cannot upload. If I fill in a bug for
uploading ebuilds (is the right way) I've created a patch file, so what
I've to do !!! THE EBUILD IS DONE !!! WHY CANNOT GENTOO USERS BENEFIT
FROM IT ??


Yes, the right way is to file a bug on bugzilla. But be patient. A developer 
needs to be willing to maintain your ebuild, or it won't ever get accepted to 
portage.


Christoph

PS: Your Caps-Lock key seems to be broken.
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT -- gcc .o linking and undefined references

2005-10-24 Thread Christoph Gysin

Dan wrote:
The bit that makes me think I'm stupid is that it seems that neither gcc 
or I can find the source (.c) or compiled binaries (.o) which implement 
the structures and functions defined in ldap.h.  What am I doing wrong?  
Where are the .c and .o files supposed to be on a regular linux system? 
Where on gentoo? Have I missed a crucial flag?


Openldap (like most software) installs its code in libraries under /usr/lib. 
They are called libname.a (static) or libname.so (dynamic). In your case the 
file is called /usr/lib/libldap.so. But you don't really need to know that. To 
compile your code, simply type:


gcc -o your_prog main.o myfile1.o myfile2.o -lldap

Where -lldap means: link against libldap.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Odd portage permission problems

2005-10-24 Thread Christoph Gysin

Wes Gray wrote:

What do you make of this?  Do I need to run fsck?


This would be the first thing I would try. Also check dmesg.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Uploading ebuilds

2005-10-24 Thread Christoph Gysin

Rafael Fernández López wrote:

I filled it in, and it is uploaded. I'm gonna work with wxmaxima too, and
create a new ebuild for it (http://wxmaxima.sf.net). I'd like to know if
there is any posibility of becoming a Gentoo Dev, I'm offering as a
developer, and I'd like to know what I've to know or study before it.


Read: http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=1chap=2

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Um...Who can fix this?

2005-10-24 Thread Christoph Gysin

gentuxx wrote:

I was emerging some packages to set up a postfix virtual mailer and
got this:


emerge (8 of 10) mail-client/sylpheed-claws-1.0.5 to /


!!! Security Violation: A file exists that is not in the manifest.
!!! File: files/digest-sylpheed-claws-1.9.1


# emerge --sync

 -- or --

# cd /usr/portage/mail-client/sylpheed-claws
# ebuild sylpheed-claws-1.9.1.ebuild digest

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Devices to stream music.

2005-10-21 Thread Christoph Gysin

Steve [Gentoo] wrote:

*   Phillips Streamium   [ http://en.streamium.com/products/sl50i/ ]
*   Netgear MP101   [ http://www.netgear.com/products/details/MP101.php ]

I've seen vague hints that these devices might be supported by UPNP - 
for which there is a package in portage... but it seems as if the 
manufacturers expect the PC storing the MP3s to run Windows... and 
presumably some proprietary server software. I'd far prefer to use my 
Gentoo box which is on all the time.Can either of these devices be 
convinced to work against Gentoo - and if not - can any anyone suggest 
an alternative device which is supported?


Check out http://www.slimdevices.com

The server software is opensource, written in perl.
IIRC the firmware of the device is also opensource!

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-18 Thread Christoph Gysin

Jerry McBride wrote:

Yes that would be possible. But since the OP's kernel doesn't even boot up,
it's not an option.


He was asking how to see the previous dmesg output this would do it on 
future boot ups...


He was trying to update the kernel. Since it didn't boot up, he was looking for 
a way to get the kernel messages from the non-booting kernel.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] codec h264

2005-10-18 Thread Christoph Gysin

Uwe Thiem wrote:
anybody in the know whether there is a h264 codec (especially an *encoder*) 
for linux?


http://developers.videolan.org/x264.html

x264 is still in early development, but you might give it a try.

You can use mencoder (from the mplayer package) to encode h264.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ethereal compile error

2005-10-18 Thread Christoph Gysin

John Jolet wrote:

add -radius to your USE flags?


How willl this help?

$ grep IUSE /usr/portage/net-analyzer/ethereal/*.ebuild
IUSE=adns gtk ipv6 snmp ssl kerberos

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] codec h264

2005-10-18 Thread Christoph Gysin

Uwe Thiem wrote:

Thanks! I'll have a look but guess early development isn't good enough yet.


I'd still give it a shot. Most of the time the software is more stable than the 
developers would admit.


I asked because we encoded a 1h45m movie with h264 on an mac with surprising 
results. The whole movie in full PAL quality shrunk to about 500MB The 
encoding took 5 hours on a dual G5, though.


Sounds interesting!

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Getting distribution name and release version

2005-10-18 Thread Christoph Gysin

[EMAIL PROTECTED] wrote:
We are writing remote systems management software for Linux systems and 
are looking for a standard way to obtain a remote systems distribution 
name and release version. The “lsb_release –ir” commands seems to 
provide what we are looking for and works under a number of popular 
distributions. I’ve tested the command using Gentoo 2005.0 text install 
and the command was not found. Does Gentoo support “lsb_release –ir” 
command?


There is no such thing as a release in gentoo. You could get the current 
profile by reading the link in /etc/make.profile.


 If not how can I contact the developers to request this?

By writing to [EMAIL PROTECTED]

AFAIR gentoo won't ever be LSB compliant. It doesn't really make sense on such a 
customizable distribution.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Christoph Gysin

Ian Brandt wrote:

Is it possible to get the dmesg for the boot prior to the current one?


No it isn't. dmesg shows the ring buffer contents of the running kernel.


I'm trying to remotely upgrade from the 2.4 to 2.6 kernel.  I followed
the migration guide, but I got something wrong because my server
didn't come back up after reboot.  Fortunately I used lilo -R to boot
to the 2.6 kernel, so using remote power cycle I was able to get back
to my working 2.4.  The problem is now I have no idea how to tell what
went wrong?


Perhaps your kernel failed to mount the root filesystem. Where should it write 
the messages to in this case? ;-)


You could add a serial console to the host, which lets you catch the output 
generated by the kernel during boot.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dmesg for Previous Boot?

2005-10-17 Thread Christoph Gysin

Jerry McBride wrote:
No. Once the kernel reboots, the dmesg data is lost. Unless ofcourse you put 
this in /etc/conf.d/local.start:


#!/bin/bash
# /etc/conf.d/local.start
/bin/dmesg  /var/log/dmesg

Then you will at the least have a log of the current dmesg, which could be 
rotated.


Yes that would be possible. But since the OP's kernel doesn't even boot up, it's 
not an option.


With baselayout 1.12.0 there will be an option in /etc/rc.conf called 
RC_BOOTLOG=yes to enable saving kernel output to /var/log *after* a successful 
boot.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Somebody's cleaning /usr/portage/distfiles and I want it to stop! ;-)

2005-10-13 Thread Christoph Gysin

Dave Nebinger wrote:

On Thursday 13 October 2005 12:48 am, Justin Patrin wrote:

Are you running http-accelerater and repcacheman on one?


Oh, and both use /var/cache/http-replicator as the source dir, 
not /usr/portage/distfiles.


AFAIK repcacheman *moves* the sourcefiles from /usr/portage/distfiles to 
/var/cache/http-replicator. Only tarballs not referenced by any SRC_URI will 
stay in /usr/portage/distfiles.


But that shouldn't be a problem, if your host is properly configured to us 
http-replicator as proxy...


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg.conf [SOLVED]

2005-10-13 Thread Christoph Gysin

Jorge Almeida wrote:

Glad that worked for you, but please now remember to add nvidia-kernel
and nvidia-glx to /etc/portage/package.keywords as allowed to be ~x86,
or else Portage will try to downgrade them the next time you do an
emerge world-- ACCEPT_KEYWORDS on an emerge command line is only
*temporary for that emerge*, and *is not remembered permanently by Portage*.


I don't know if it's a good idea, in this case. After all, the current
masked version will be unmasked one day, and I may not need always the
bleeding-edge version (I'd rather use stable things, if they do the
job). But I always issue emerge -pv before emerging anything, so a
possible downgrade would be detected in advance.


Won't happen if you unmask only the specific version you are using:

# echo =media-video/nvidia-kernel-1.0.7174 ~x86  
/etc/portage/package.keywords

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Shell through the web

2005-10-11 Thread Christoph Gysin

James Colby wrote:
I am wondering if anyone has any suggestions of a way to get to a shell 
over the web using only port 80 or port 443.  I would like to be able to 
open up a shell on my gentoo box from , but I am behind a firewall.  I 
have  searched sourcforge and freshmeat and have not had any luck.  Is 
anyone doing this that may have a suggestion/advice for me?


If it's only a firewall just let your sshd run on port 80 or 443. Then connect 
with:


$ ssh -p 80 yourhost.domain.com

If your also behind a proxy (very likely), you need to tunnel ssh through http:

http://www.nocrew.org/software/httptunnel.html

# emerge -avt net-misc/httptunnel

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Multi-services box

2005-09-30 Thread Christoph Gysin

Mark Shields wrote:
reports the speed as UDMA44 to the BIOS, when in fact there is no such 
standard and it should be UDMA66, but that's easily fixed with hdparm).


Actually, there was a UDMA44 standard. It's defined in ATA-5 (Ansi NCITS 340-2000), tough I've never 
heard of hardware supporting only UDMA44...


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild for eggs.

2005-09-21 Thread Christoph Gysin

Pupeno wrote:

DEPEND=chicken mysql


should be:
DEPEND=dev-scheme/chicken
dev-db/mysql


RDEPEND=


Not sure, but I've often saw this:

RDEPEND=${DEPEND}


src_unpack() {
mkdir -p ${S}
cp /usr/portage/distfiles/${A} ${S}
}


mkdir isn't nessessary IIRC.
You also shouldn't have to copy the egg. Does it get modified during 
chicken-setup? If not, you can leave out the whole src_unpack().


The rest seems OK to me...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ebuild for eggs.

2005-09-21 Thread Christoph Gysin

Christoph Gysin wrote:
You also shouldn't have to copy the egg. Does it get modified during 
chicken-setup? If not, you can leave out the whole src_unpack().


Of course, you'll need to specify the path to the egg in chicken-setup.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name

2005-09-19 Thread Christoph Gysin

Joseph wrote:

The (CN) of the certificate match out company name it doesn't match
localhost


I assume your apache is configured with hostname localhost.

What does your apache.conf look like? (snipped to the relevant parts, of course)

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [warn] RSA server certificate CommonName (CN) `localhost' does NOT match server name

2005-09-18 Thread Christoph Gysin

Joseph wrote:

How to get rid of this error:
[warn] RSA server certificate CommonName (CN) `localhost' does NOT match server 
name

Every time I start apache it generate this error in ssl_error_log
My certificate  is for my domain-name not my localhost, and I don't have
any vhost configured with localhost so why is it trying to match
`localhost' to certificate CommonName?


This is either a misconfigured apache or a wrong certificate.

Could you post the certificate?

$ openssl x509 -text -in your_cert

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Central syslog server and then

2005-09-16 Thread Christoph Gysin

Patrick Marquetecken wrote:

I'm going to setup a central syslog server for Linux and windows machines,
but whats the best program to examin these logs, and send out email alerts
to users ?

It seems that there are not so many opensource solutions.


Which ones have you already checked out?

Perhaps sys-apps/logwatch is what your looking for.
http://www.logwatch.org/

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Xorg and RANDR

2005-09-14 Thread Christoph Gysin

I'm trying to use the RANDR extension from xorg. Here is what i get:

$ grep RANDR /var/log/Xorg.0.log
(II) Initializing built-in extension RANDR

seems like RANDR is built-in, but:

$ xrandr
Xlib:  extension RANDR missing on display :0.0.

Any experts on xorg here? ;-)

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Enabling DMA on SE7520BD2S

2005-09-13 Thread Christoph Gysin

Jaroslaw Kapica wrote:
Well I tried few diffrent combinations of drivers before, (I've even 
compiled all drivers in ;} ), but it didn't help too. There are too many 
posibilities to gues the right one, moreover I think that it maight be 
sth somewhere else?


CONFIG_BLK_DEV_PIIX should be your driver. Please also attach the appropriate 
parts from dmesg.


Did you try removing CONFIG_IDE_GENERIC? If the ATA drives won't get recognised 
without it, the PIIx driver doesn't know your chipset.


I forgot to mention in last post that I use vanila-sources-2.11.11 with 
no module support enabled and grsecurity patch.


This should probably be 2.6.11. There were some major updates regarding Intel 
chipsets in 2.6.12. I'm not sure if your chipset is also affected.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Building Xorg - internal compiler error: segmentation fault

2005-09-12 Thread Christoph Gysin

Frank Schafer wrote:

so I hit this bug too. :( Well, the log itself says it's a bug and (even
worse) that nobody knows where it comes from.

Somebody on b.g.o. suggests to try building with a vanilly kernel. Did
someone here make the same experience and if yes, will it run then on a
gentoo-kernel?


Reproducible? Always at the same location?

If it segfaults randomly, try to check for bad memory.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub over the top of Win XP

2005-09-07 Thread Christoph Gysin

Glenn Enright wrote:

On Wed, 07 Sep 2005 04:40, Mark Knecht wrote:


  The disk layout is like this

(MBR) - Win XP
/dev/hda1 - Win XP
/dev/hda2 - extended partition
/dev/hda5 - /boot
/dev/hda6 - swap
/dev/hda7 - /
/dev/hda8 - /home

grub root (hd0,4)
grub setup (hd0)   (Install GRUB in the MBR)
grub quit


Youve got the right idea, but hd0,4 is the logical holder for your linux 
partitions, not the boot partition that holds the grub files. So root is 
your /boot partition, ie hd0,5. 


/boot isn't hd0,5, its hd0,1

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub over the top of Win XP

2005-09-07 Thread Christoph Gysin

Mark Knecht wrote:

   The disk layout is like this

(MBR) - Win XP
/dev/hda1 - Win XP
/dev/hda2 - extended partition
/dev/hda5 - /boot
/dev/hda6 - swap
/dev/hda7 - /
/dev/hda8 - /home

   Now, my question, where do I write grub? I believe it's into the
MBR and not into partition 1, correct? If so I'd use:

grub

grub root (hd0,4)
grub setup (hd0)   (Install GRUB in the MBR)
grub quit


   Is this correct?


Not quite. At least you got the confusing numbering scheme right ;-)

(hd0,4) would be your / partition. But grub expects the partition containing the 
grub installation files, which are located on /boot so it should be (hd0,2)


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub over the top of Win XP

2005-09-07 Thread Christoph Gysin

Christoph Gysin wrote:
(hd0,4) would be your / partition. But grub expects the partition 
containing the grub installation files, which are located on /boot so it 
should be (hd0,2)


stupid me, of course it should be (hd0,1) as mentioned in my other post.

If you're confused now, go with Heinz's trial and error way ;-)

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] grub over the top of Win XP

2005-09-07 Thread Christoph Gysin

Neil Bothwick wrote:

Correct, and /dev/hda5 is (hd0,4) despite all the conflicting advice
you've been given.  All my boxes have /boot on hda5 and all use hd0,4
(well, except the iBook which uses that horrible yaboot thing, anyone
who wants to start a grub vs. lilo flame war should be made to use
yaboot).


Sorry for the confusing answers. I was pretty sure grub doesn't care wether your 
partions are primary or logical, giving each a number starting from 0. 
Appearantly this is *not* the case. From the docs:


 (hd0,1)

   Here, `hd' means it is a hard disk drive. The first integer `0'
indicates the drive number, that is, the first hard disk, while the
second integer, `1', indicates the partition number (or the PC slice
number in the BSD terminology). Once again, please note that the
partition numbers are counted from _zero_, not from one. This
expression means the second partition of the first hard disk drive. In
this case, GRUB uses one partition of the disk, instead of the whole
disk.

 (hd0,4)

   This specifies the first extended partition of the first hard disk
drive. Note that the partition numbers for extended partitions are
counted from `4', regardless of the actual number of primary partitions
on your hard disk.

Hope this made things clearer now...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Introducing RAID 1 into a running system

2005-09-07 Thread Christoph Gysin

Heinz Sporn wrote:

Question: may I run mkraid /dev/md0 on the fly now or will that somehow
destroy the partition table on the entire disk A ?


This wont't work since only data written to md0 gets mirrored. You can't mirror 
an existing partition. An mkraid will probably destroy partition A2.


You'll have to unmount the partiton A2 and mount md0 at some time. There's no 
way to do this on the fly AFAIK.


But theres still a little shortcut:

First, let me recommend you mdadm. It's a replacement for the old raidtools. 
*Much* better IMHO.


- Create a new RAID1 in degraded state from B2:
# mdadm --create /dev/md0 --level 1 --raid-devices 2 /dev/B2 missing

- Copy contents from A2 to md0
- umount A2
- add A2 to md0:
# mdadm /dev/md0 --add /dev/A2

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Introducing RAID 1 into a running system

2005-09-07 Thread Christoph Gysin

Mike Williams wrote:

Quicker method :)

create B1 and B2
umount /dev/A2
# mdadm --create /dev/md0 -l1 -n2 /dev/A2 /dev/B2

You CAN create a mirror of an existing partition, and NOT lose data.
I know, I've done it.


But how does it know which of the devices is the master? Does it simply copy the 
first device mentioned to the second?


Also the RAID configuration gets stored on the partition. (see mdadm -Es 
/dev/hdax). Where will it be put so the filesystem doesn't get corrupted? Are 
there some reserved blocks the fs won't touch?


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage - xcdroast

2005-09-06 Thread Christoph Gysin

Javier Uribe wrote:

* emerge --sync
* ACCEPT_KEYWORDS=~x86 emerge gnomebaker


N!

The way to do it would be:

# mkdir -p /etc/portage
# echo app-cdr/gnomebaker ~x86  /etc/portage/package.keywords
# emerge -avt gnomebaker

Don't use ACCEPT_KEYWORDS on the command line. This has been discussed over and 
over again. Search the archives.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Please point me to the doco on an nVidia install

2005-08-31 Thread Christoph Gysin

Andrew Lowe wrote:
I've managed to build up a machine that uses an nVidia nforce2 
chipset. I'm now in the process of installing the nVidia drivers. The 
problem is that I'm sure I've come across doco that describes what to do 
but for the life of me I can't remember where it is. I've done some 
googling but to no avail. Would someone be so kind as to point me to 
appropriate doco for the installation and configuration of the nVidia 
graphics drivers.


PLEASE don't ask stuff that hits #1 in a google search...

Find it yourself:
http://www.google.ch/search?q=gentoo+nvidia

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Installing on a Mini ATX

2005-08-30 Thread Christoph Gysin

Frank Schafer wrote:

I have a Mini ATX board without floppy and CD-ROM. I have a running LFS
installed on this server.
It has a 20GB HDD with 2 partitions and 2 network connections (Ethernet
and WiFi).


nice ;-)


Is there some way to copy the LifeCD content to the second partition of
this disk, boot from this partition and install Gentoo on the first
partition?


No need to do that, since you're already running Linux on the box. Check out:
http://www.gentoo.org/doc/en/altinstall.xml#doc_chap6

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Installing on a Mini ATX

2005-08-30 Thread Christoph Gysin

Frank Schafer wrote:

Nice reading ...

5.8.
... Mount /proc to your diskless directory and chroot into it to
continue with the install.

We are chrooting into /proc ??? ;)


No, we are chrooting into our diskless directory.


6.
...untar the tarball that is mounted...

We can mount tarballs ??? ;)


From the text:

..., mount the partition, untar the tarball that is mounted, ...

Ok, it's not perfect. The long version would be:

..., mount the partition, untar the tarball located on the mounted partition, 
...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] what is wrong with script

2005-08-30 Thread Christoph Gysin

bshlists wrote:
I've been trying run this script on my gentoo laptop, but for some reason it 
does not work.  If you see what is wrong could you email me.  Thanks.


#!/bin/bash

if [ ${ACTION} = add ]  [ -f ${DEVICE} ]
then
rmmod garmin_gps
chmod 666 $DEVICE
fi



$ man test

   -f FILE
  FILE exists and is a regular file


I don't know the garmin_gps module and its devices, but I assume $DEVICE is a 
character device. So the test should be:


...  [ -c ${DEVICE} ]

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Finding other machines on the network

2005-08-30 Thread Christoph Gysin

John Jolet wrote:
yeah, if it's got a firewall disallowing icmp responses.  then you can do nmap 
-P0 to find it.  ping would never find it.  It's gotta have SOME port open.  


As far as I've read his post, there's no firewall involved. So why should he do portscans in all 
hosts on the subnet?


Also, nmap can do os fingerprinting and probably show you which one is the 
solaris or sunos machine...


Sure, but that's not what he's looking for...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mail in $HOME/.maildir, why ???

2005-08-24 Thread Christoph Gysin

Jarry wrote:

I'm using sendmail as my mail-server, and I noticed, that mail for
users is stored in $HOME/.maildir, not in /var/spool/mail.
And each mail is stored as separate file, not all in one file.
WHY???


It's called the maildir mail storage format. I find it very useful, especially 
with big mailboxes...



Some mail clients does not look for new mail in $HOME/.maildir
with default settings (for example elm, only with -f).


Your mailreader must support maildir to read mails from it, of course. But yours 
seems to do it (with -f), so that's not really a problem, is it?



Moreover, I expected that all mail will be in /var/spool/mail, so
I created /var relatively big and now I see that it is almost empty.


Well, normally your /home isn't that small, so that shouldn't be a problem 
too...


Even my pop3 server does not look for new mail in $HOME/.maildir,
so no user can download his mail throught pop3...


Again, use a pop3 server which supports maildir, and everything is fine.


How can I force my mailserver to use /var/spool/mail?


You could add mbox to your useflags and emerge sendmail. If you *really* want to 
use mbox...


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] very OT (was: why gentoo doesn't have long description?)

2005-08-24 Thread Christoph Gysin

Daniel da Veiga wrote:

You know bud, read some rules, be polite.

If you have nothing good to say, say NOTHING!.

Do you really THINK before replying? Have you added something to the
question? Care more about WHAT people write than WHERE is it written,
you'll be more happy. Comments like yours are good for old usenet
users, and pointless today.


Please stop that. All of you.

- You shall not top-post.
- You shall not yell at people caught top-posting.
- You shall not yell at people yelling at people caught top-posting.
- ...

If you don't want to receive mail from certain people, have a look at 
/usr/portage/mail-filter. But do not flood the list with rants about other users...


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Lost Labyrinth

2005-08-22 Thread Christoph Gysin

Matan Peled wrote:

Christoph Gysin wrote:


To get a chance of getting it included in the portage tree, you'll need
to provide a package with everything needed to build the game from
source. Some sort of build instruction would also be nice.


But we can't... It requires a commercial basic compiler =/


This is bad. Opensource software shouldn't depend on commercial stuff.

In this case, I'm not willing to spend my time building a package for it.


A binary package is our only choice.


Good luck then...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unison requires Mozilla, doesn't accept Firefox?

2005-08-18 Thread Christoph Gysin

Mark Knecht wrote:

   It seems I've ended up with copies of Mozilla on the two machines I
used to check out Unison. Apparently, at least the way I emerged it,
the ebuild doesn't have any flags to effect this.


I don't have mozilla installed:

$ emerge -avt unison

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

Calculating dependencies ...done!
[ebuild  N] net-misc/unison-2.12.0  -debug +gtk +gtk2 -static -threads 821 
kB
[ebuild  N]  net-misc/x11-ssh-askpass-1.2.2-r1  28 kB
[ebuild  N]  dev-ml/lablgtk-2.4.0  -debug -doc -glade -gnome -gnomecanvas 
+opengl -svg 622 kB

[ebuild  N]   dev-ml/lablgl-1.00  -doc -glut -tcltk 381 kB
[ebuild  N]   dev-lang/ocaml-3.08.1  -latex -tcltk 2,002 kB


Anyone know how to get rid of Mozilla in this case? If not should I
 file an ebuild request?

No. You should file a bug (if it really *is* a bug). But you'll need to be able 
to reproduce it first.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unison requires Mozilla, doesn't accept Firefox?

2005-08-18 Thread Christoph Gysin

Mark Knecht wrote:

   It seems I've ended up with copies of Mozilla on the two machines I
used to check out Unison. Apparently, at least the way I emerged it,
the ebuild doesn't have any flags to effect this.


Found out some more:

You seem to have the 'gnome', 'mozilla' and 'gtk' or 'gtk2' useflag in your 
make.conf.


This is the relevant dependency tree (snipped out some stuff):

[ebuild  N] net-misc/unison-2.12.0  +gtk +gtk2
[ebuild  N]  dev-ml/lablgtk-2.4.0  +gnome
[ebuild  N]   gnome-base/gnome-panel-2.10.2
[ebuild  N]gnome-extra/evolution-data-server-1.2.3  +mozilla
[ebuild  N] www-client/mozilla-1.7.11

You advised portage to build unison, which needs lablgtk. lablgtk gets built 
with gnome-support, so it needs gnome-panel, which in turn needs 
evolution-data-server. And since you have the global useflag mozilla, this will 
pull mozilla in.


Right? (could also be some other combination of use-flags, you get the idea)

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] unsuscribe

2005-08-17 Thread Christoph Gysin

Frank Schafer wrote:

To unsubscribe send a mail to:

[EMAIL PROTECTED]


... you got this with the Welcome message during subscribing.


Not only that. In every mail you get from this list, there is a line in the 
header:

List-Unsubscribe: mailto:[EMAIL PROTECTED]

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ktoon

2005-08-16 Thread Christoph Gysin

Ian K wrote:

Does anyone know how to get KToon working?
http://ktoon.toonka.com/


No. Let's see what the problem is...


I cannot compile it because when I run Qmake
to compile the sources, it says qmake: command not
found.


You seem to be missing qmake, which turns out to be part of QT (by searching 
google).



What can I do?


Install QT?

# emerge -avt qt

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] external modem identificaton

2005-08-16 Thread Christoph Gysin

Joseph wrote:

How to identify external modem?
I think it is by running command:
ATI4 


Though, how do I connect to a modem from a command line to get a
response to ATI4?


$ cat /dev/ttyS0 
$ echo ATI4  /dev/ttyS0
$ kill %1

My modem also gives useful Information on ATI1, ATI3 and ATI9.

For a more advanced features, I use minicom.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] I (user) can write to / ... but why?

2005-08-16 Thread Christoph Gysin

Neil Bothwick wrote:

The option you mean is 'user' not 'users'. But I can't imagine how this
makes sense on /


Actually, both user and users are valid mount options, with slightly
different meanings. Neither is applicable here though, because / is
mounted by root and both options only affect the ability to mount a
device, not the permission to read/write it.


Thanks, didn't knew that one. If I understand this right, then 'users' allows 
all users to unmount the filesystem, instead of just the user who did mount it 
in the first place?


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] F4L

2005-08-16 Thread Christoph Gysin

Nick Rout wrote:

try the ebuild that is on bugs.gentoo.org


Be nice and provide a link:
http://bugs.gentoo.org/show_bug.cgi?id=82154

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dual-linuxdistro-boot kernel question

2005-08-16 Thread Christoph Gysin

Fernando Meira wrote:
I was told the following, which I don't agree, but in any case, I would 
like to hear from someone that knows :)
- when having 2 different distro on 1 pc, do they have to use the same 
kernel?
Even if they share the same swap partition and /boot is inside the root 
of one of the distros (and not in a separate partition)...


No, they don't have to. But they could ;-)

The bootloader could select the distribution by passing the root=/dev/hda? 
boot parameter.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo Installer iso ?

2005-08-15 Thread Christoph Gysin

Nelis Lamprecht wrote:

I can't seem to see these two additional images on any of the
mirrors, could someone please point them out to me ?


http://your_favourite_mirror/experimental/x86/livecd/x86/livecd-x86-2005.1.iso

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo Installer iso ?

2005-08-15 Thread Christoph Gysin

Christoph Gysin wrote:

Nelis Lamprecht wrote:


I can't seem to see these two additional images on any of the
mirrors, could someone please point them out to me ?


http://your_favourite_mirror/experimental/x86/livecd/x86/livecd-x86-2005.1.iso 


Sorry, didn't read your whole post. The hardened one is in:
http://your_favourite_mirror/experimental/x86/hardened/livecd/hardened-x86-2005.1.iso

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] I (user) can write to / ... but why?

2005-08-15 Thread Christoph Gysin

Daniel da Veiga wrote:

Have you tried adding users to your fstab?


Have you read the post before answering?

The option you mean is 'user' not 'users'. But I can't imagine how this makes 
sense on /

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] why I cannot compile gsview? don't have idea what is this error message?

2005-08-10 Thread Christoph Gysin

Zhang Weiwu wrote:

bash-2.05b# emerge gsview
Calculating dependencies ...done!


emerge (1 of 1) app-text/gsview-4.6 to /


!!! Security Violation: A file exists that is not in the manifest.
!!! File: files/digest-gsview-4.5


try:

# emerge --sync

 or

# rm /usr/portage/app-text/gsview/files/digest-gsview-4.5

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't find file I need for an emerge!

2005-08-10 Thread Christoph Gysin

Michael Sullivan wrote:

Yesterday I got my external DVD-RW/CD-RW drive in.  I
added dvd use flags to /etc/make.conf and issued
emerge  uDN world.  The first package in the emerge
is xcdroast, which is good because that's what I use
to write CDs (and DVDs if I can get this to work.) 
emerge wanted to download the file

xcdroast-0.98_alpha15_new_configure.tar.gz for
xcdroast, but no gentoo mirror I've looked at has it. 
In fact, no gentoo mirror I've looked at has any files

for xcdroast - the listing skips from xcb-2.4.tar.gz
to xchat-1.8.11.tar.bz2 in the alphabetical listing. 
Am I missing something?


Retry tomorrow. The mirrors need some time to distribute the file.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



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

2005-08-09 Thread Christoph Gysin

Norberto Bensa wrote:

Christoph Gysin wrote:


What makes you believe this has something to do with /tmp?


he's using a pipe (stdin | stdout) 


What have pipes to do with /tmp? A pipe is nothing more than a buffer (in 
memory) between two processes. If there's not enough memory, the buffer could be 
swapped out to the swap partition (if any). Nothing gets written to /tmp.



and nope... I didn't read the whole message.


Please read the posts before answering. If the post is really long, it's okay to 
skip some parts if you mention that in your answer.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 16 colours xpm

2005-08-08 Thread Christoph Gysin

Uwe Thiem wrote:
Anybody in the know how to generate an xpm image with 16 colours and 1 
character per pixel? I mean other than using vi. ;-) Alternatively, 
converting an image to that format would do for me.


imagemagick is your friend :-)

# emerge -avt imagemagick

The following isn't tested, read the man page if it doesn't work...

$ convert -size 800x600 -colors 16 -depth 8 image.png image.xpm

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



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

2005-08-08 Thread Christoph Gysin

[EMAIL PROTECTED] wrote:
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?

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



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

2005-08-08 Thread Christoph Gysin

Norberto Bensa wrote:

[EMAIL PROTECTED] wrote:

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


What makes you believe this has something to do with /tmp?

Just curious...

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



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

2005-08-08 Thread Christoph Gysin

[EMAIL PROTECTED] wrote:

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 ?

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



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

2005-08-08 Thread Christoph Gysin

[EMAIL PROTECTED] wrote:

with this, fsck won't change anything to my partition at all?


nope.


and what about this line from the output of tune2fs?
Filesystem state: clean with errors
Is it like critical or like informative?


only fsck can tell...

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?


How useful is this system to you, when you can't even write to the disk?

I would take to system down, check the filesystems, repair them (if needed), 
recover lost data from backups and get up and running again.


Things are a little more complicated for you, since you don't seem to have full 
access to the machine. Talk to your vendor/sysadmin who is responsible for the 
(physical) machines. I'm not familiar with your particular situation...


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] enlightenment 16 or 17

2005-08-07 Thread Christoph Gysin

Fernando Meira wrote:
which I understand because it is trying to use *vi* and I don't have it. 
If I'm not wrong, vi is not even in portage.
So, is there a way to work around this, maybe using another editor to 
edit it?


It's probably hardcoded in the code.

Workaround:

$ sudo ln -s nano /usr/bin/vi

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] enlightenment 16 or 17

2005-08-04 Thread Christoph Gysin

Fernando Meira wrote:
Christoph, I can't find the screenshot I saw and made me think about 
moving to E, but this one is also good and has the panel (right under 
the IM app) I was talking about: 
http://www.informatik.uni-oldenburg.de/~uriel/images/screen.jpg 


In the browser window you can see the guy describing his dektop in the gentoo 
forums:

http://forums.gentoo.org/viewtopic-t-282082.html

It seems like you're looking for the gdesklets.

My aim for the desktop look is something simple, with gentoo icons at 
the bottom for shortcuts to most used apps and that stuff (calendar and 
info panel)... [now I think that I may misused the word panel.. 
sorry!] I will need help to make it look like that.. and guide or howto?


With e17 you'll get engage, an OSX like iconbar. For the calendar and info panel 
you could use gdesklets and gdeskcal (like on the screenshot).



A question before emerging e17: that won't replace e16, right?


No problem, they won't interfere with each other.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] enlightenment 16 or 17

2005-08-04 Thread Christoph Gysin

Fernando Meira wrote:

And in the E docs, there is this sentence:
 Note that you should not mix -* and ~x86 ebuilds.

So is it enough that I just change everything to -* and all packages 
will be upgraded, or will I need to unmerge every package before?


Just keyword all packages -* and update everything. unmerging is handled by 
portage, as you would expect it ;-)


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] enlightenment 16 or 17

2005-08-04 Thread Christoph Gysin

Fernando Meira wrote:
Also found other scripts to compile directly from cvs, without using 
portage. Can anyone tell me what the advantage of doing so?


I'd suggest using portage since it allows you to uninstall, query information 
and doing other nice package managment stuff.


Christoph, is there so many modifications to update E17 every day? What 
about once a week?


I update about once or twice a week. Mostly after raster has commited some new 
stuff. See [1] or [2] for news on e17.


[1] http://www.get-e.org/Main/News/
or via RSS: http://www.get-e.org/Main/News/feed.xml
[2] http://www.edevelop.org/

You could also watch for CVS changes yourself:

$ cd /usr/portage/distfiles/cvs-src/e17
$ cvs -nq up
$ cd /usr/portage/distfiles/cvs-src/misc
$ cvs -nq up

Every line starting with 'U' got updated.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Simple HTTP servers question.

2005-08-04 Thread Christoph Gysin

Steve [Gentoo] wrote:

Essential :
   * Must be secure against remote attacks.
   * Must support username-and-password based authentication.

Desirable :
   * Support to host multiple domains on a single public IP address 
(NAT'd to a single static IP address for my server)
   * As lightweight as possible (traffic volume would be minuscule - 
server would be heavily loaded and low capacity.)


Can anyone make suggestions as to good packages to investigate?


mini_httpd
http://www.acme.com/software/mini_httpd/

Supports ssl, basic authentication and multihoming / virtual hosting.

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] enlightenment 16 or 17

2005-08-03 Thread Christoph Gysin

Luke Albers wrote:

I run this every day to recompile from CVS.  Somtimes it compiles,
sometimes it doesnt, but I dont really care.  I don't think it is
difficult to use at all, you will rarely need to change much from the
command line.  The only thing that can be a bitch is making all the eapp
files, but you can get other peoples' and use them.


I'd suggest running this once:

echo 
=x11-wm/e- -*
=dev-db/edb- -*
=dev-libs/eet- -*
=media-libs/imlib2- -*
=media-libs/imlib2_loaders- -*
=x11-libs/evas- -*
=x11-libs/ecore- -*
=media-libs/epeg- -*
=media-libs/epsilon- -*
=dev-libs/embryo- -*
=media-libs/edje- -*
=x11-libs/esmart- -*
=media-libs/etox- -*
=x11-libs/ewl- -*
=dev-libs/engrave- -*
=dev-util/e_utils- -*
=x11-misc/entrance- -*
=app-misc/evidence- -*
=x11-misc/engage- -*
=media-gfx/elicit- -*
=media-gfx/entice- -*
=media-video/elation- -*
=media-video/envision- -*
=app-misc/examine- -*
=media-libs/emotion- -*
=mail-client/embrace- -*
=net-news/erss- -*
=media-video/eclair- -*
=sci-calculators/equate- -*
=x11-plugins/e_modules- -*
  /etc/portage/package.keywords

and then the following each time you want to update:

emerge -v edb eet imlib2 imlib2_loaders evas ecore epeg epsilon embryo
edje esmart emotion etox ewl e engrave e_utils entrance evidence engage
elicit entice elation envision examine equate erss embrace eclair
e_modules

Else you'll lose everything previously defined in your package.keywords :-(

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Matlab under gentoo

2005-07-29 Thread Christoph Gysin

Yuan MEI wrote:

however, I cannot execute matlab with 'LD_ASSUME_KERNEL=2.4.1 matlab',
which causes:

/bin/sh: error while loading shared libraries: libdl.so.2: 
cannot open shared object file: No such file or directory


Does libdl.so.2 exist on your system?

I'm running ~x86:

$ equery b /lib/libdl.so.2
[ Searching for file(s) /lib/libdl.so.2 in *... ]
sys-libs/glibc-2.3.5-r1 (/lib/libdl.so.2 - libdl-2.3.5.so)

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] confusing RE doesn't work in diff

2005-07-27 Thread Christoph Gysin

Zhang Weiwu wrote:

[EMAIL PROTECTED]:/tmp$ diff -I ^[[:space:]]*/[*].*[*]/[[:space:]]*$ 
header.inc.php empty
1,2d0
 ?php
   /* $Id: header.inc.php.template,v 1.58 2005/07/08 05:00:14 milosch Exp 
$ */

in man it's being said, 
   -I RE  --ignore-matching-lines=RE

  Ignore changes whose lines all match RE.

I read man grep and it seems there are two sets of RE, extended and basic. But 
it's not mensioned in diff(1) wheather or not diff(1) takes extended or basic 
RE. I am using Debian so it should be gnu diff.


If it's not mentioned, it possibly uses basic regular expressions.

try:

$ diff -I '/\* \$Id.*\$ \*/' header.inc.php empty

Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] confusing RE doesn't work in diff

2005-07-25 Thread Christoph Gysin

Zhang Weiwu wrote:

This works:
[EMAIL PROTECTED]:/tmp$ egrep \b*\/[*].*[*]\/\b* Calendar.php
/* $Id: class.boalarm.inc.php,v 1.1.1.1 2005/03/18 09:17:36
dawnlinux Exp $ */
/* $Id: class.boalarm.inc.php,v 1.11 2004/05/23 14:51:27
ralfbecker Exp $ */

This doesn't work:
[EMAIL PROTECTED]:/tmp$ egrep ^\b*\/[*].*[*]\/\b*$ Calendar.php

any hint?


^ only matches at the beginning of a line. This isn't the case in your 
examples.


Christoph
--
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] distcc (was: howto install gentoo without a cd-rom)

2005-07-19 Thread Christoph Gysin
John Blinka wrote:
 I've almost got this laptop functioning under gentoo, but the compile
 times are horrendously long.  Hence this question:  Can I use distcc
 to speed it up?  I have 3 other machines already using distcc, but they
 are more modern; their /etc/make.conf contains:
 
 CFLAGS=-O2 -mcpu=i686 -fomit-frame-pointer -pipe
 CHOST=i686-pc-linux-gnu
 
 whereas the Dell XPi 150 CD contains:
 
 CFLAGS=-O2 -mcpu=i586 -fomit-frame-pointer
 CHOST=i386-pc-linux-gnu
 
 Do these differences prevent the Dell XPi 150 CD from being able
 to use the distcc results from the other machines?

No, that's not a problem. gcc won't use your settings from make.conf if
invoked by distcc.

But make sure you use the same gcc-versions on all boxes. It could work
with some combinations, but don't report bugs if it doesn't.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] enlightenment WM -- setup

2005-07-11 Thread Christoph Gysin
Fernando Meira wrote:
 Hi everyone,
 
 I've seen a few screenshots of the Enlightenment Window Manager and I
 wanted to try it.
 I've emerged *enlightenment *and (as the howto says) I should be able to
 load Enlightenment after restarting X, however I don't get that option.
 I only have default, KDE and failsafe.
 I'm using kdm and XSESSION=enlightenment in the rc.conf.

The default entry *should* run the session specified in XSESSION. At
least it does so in entrance, the enlightenment displaymanager.

Do you have a /etc/X11/Sessions/enlightenment ?

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Anybody know where to ftp genpatches-2.6.12-7.base.tar.bz2?

2005-07-07 Thread Christoph Gysin
Dave Nebinger wrote:
 I did a sync last night and gentoo-sources-2.6.12-r4 wants to be emerged.
 Got the kernel ok, but it needs genpatches-2.6.12-7.base.tar.bz2.
 
 I've searched a number of the mirrors and so far haven't found it.
 
 Anyone out there know where I can find it?

Daniel Drake is responsible for the genpatches:
http://dev.gentoo.org/~dsd/genpatches/tarballs/

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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

2005-07-06 Thread Christoph Gysin
David Morgan wrote:
 afaik you can only do it with su -c echo foo  bar, which stops bash
 from doing anything with the  or the whitespace to begin with, but
 then passes everything inside the double quotes to another shell, which
 gets started by su -c
 
 It's kind of annoying, I know, but I don't think there's a way round it
 with sudo.

Yes it is possible. But you need the shell (which handles the redirect)
to run as root.

$ sudo echo package ~x86  /etc/portage/package.keywords

will run the redirection as user, where:

$ sudo bash -c echo package ~x86  /etc/portage/package.keywords

will run the redirection as root.

For stuff like this, I'd recommend you to write simple shell functions:

addkeyword(){
  sudo bash -c echo $*  /etc/portage/package.keywords
}

Write them in your .bashrc and their avaible when you need it.

Use it like this:

$ addkeyword package ~x86

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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

2005-07-06 Thread Christoph Gysin
Holly Bostick wrote:
 I'm really lost. Where am I going wrong?

check my other post.

 Oh, btw, just remembered-- this is bash 3. Does that make a difference?

No.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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

2005-07-06 Thread Christoph Gysin
Holly Bostick wrote:
 Thank you, Christoph

Your welcome.

 Last question on this subject-- is this all just bash scripting (so I
 can learn about it if I sit and study the abs-guide) or is there
 someplace else I should check out if I want to learn how to write this
 stuff myself?

Yes, this is pure bash scripting. The related parts are redirection [1]
and shell functions [2].

[1] http://www.tldp.org/LDP/abs/html/io-redirection.html
[2] http://www.tldp.org/LDP/abs/html/functions.html

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] which package is kfm in?

2005-07-06 Thread Christoph Gysin
Could some KDE user out there run the following command for me:

$ equery b $(which kfm)

Thanks!

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] which package is kfm in?

2005-07-06 Thread Christoph Gysin
Holly Bostick wrote:
 Actually, none-- it's 'konqueror --profile filemanagement' now (this
 just bit me the other day when I tried one of my rare uses of Konq and
 went looking for kfm, which no longer exists).
 
 So just install konqueror.

Thanks!

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



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

2005-07-06 Thread Christoph Gysin
Holly Bostick wrote:
 Or is this not a valid proof that there are some limits left?

Not, it's not. A simple sudo bash will give you a root shell.
The problem in your example was the missing quotes:

$ sudo bash -c /etc/init.d/samba restart

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Motherboard for Dual-Core CPU - Linux firendly

2005-06-28 Thread Christoph Gysin

Joseph wrote:

Looking for Linux friendly motherboard where everything will work from
sound to graphics for Dual-Core CPU (AMD 4400)
Any recommendations?


I'd stick with Intel, they make pretty good Dual-Boards. The new Intel 
HD-Audio onboard soundcard, and the widely used Marvell/Yukon Gb-LAN 
adapters are supported in linux-2.6.12. SATA-controllers also just work.


You'll have to use P4 or Xeon CPU's of course...

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



Re: [gentoo-user] lirc

2005-06-23 Thread Christoph Gysin
Rafael Dantas de Castro wrote:
 Of course lirc needs a kernel module, didn´t you read the docs?

How about compiling it directly into the kernel? That's the way I did it...

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc

2005-06-22 Thread Christoph Gysin
Luigi Pinna wrote:
 I have no /dev/lirc ...
 What must I do? I use udev but the device doesn't exist
 I can create it with mknod but I don't know the major and the minor of 
 the device...

I had the same problem on my xbox a while ago.

Either set in /etc/conf.d/lircd
LIRCD_OPTS=-d /dev/lirc0

or set a rule in /etc/udev/rules.d/10-udev.rules
KERNEL=lirc0, NAME=%k, SYMLINK=lirc

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] text browser with frames and javascript that actually works

2005-06-22 Thread Christoph Gysin
Iain Buchanan wrote:
 from pc at work:
 ssh -L :192.168.1.3:80 [EMAIL PROTECTED]

or, to start an ssh tunnel in the background, i use:

$ ssh -fNL port:host:port [EMAIL PROTECTED]

or for the opposite direction:

$ ssh -fNR port:host:port [EMAIL PROTECTED]

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Alternatives to xdm/gdm?

2005-06-20 Thread Christoph Gysin
Mark Knecht wrote:
 I found 'entrance' but there are too many ~x86 packages for my liking.
 Can anyone else recommend a graphical login manager that might have
 the ability to allow a user to shut the system down from the login
 screen? gdm wants to emerge pretty much all of gnome so I cannot use
 that. xdm seems so sparce and doesn't allow shutdown.

The only reason why so many packages are needed to build entrance is
because the Enlightenment Foundation Libraries are split in a lot of
small packages. All the EFL dependencies needed by entrance are only
about 10M in size.

entrance is actually quite stable. The whole e project will probably
stay masked until e17 is finished, which will need another couple of
months development...

To emerge entrance, copy-paste the following block in a terminal:

mkdir -p /etc/portage
cat  EOF  /etc/portage/package.keywords
x11-misc/entrance ~x86
x11-libs/ecore ~x86
x11-libs/evas ~x86
dev-libs/eet ~x86
media-libs/edje ~x86
dev-libs/embryo ~x86
x11-libs/esmart ~x86
media-libs/epsilon ~x86
media-libs/epeg ~x86
EOF
emerge -avt entrance

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can't mount vfat partition

2005-06-16 Thread Christoph Gysin
Colin wrote:
 I just can't mount this FAT32 partition:
 /dev/hde5   /home/colin/Documents   vfat   
 uid=colin,umask=122   0 0
 
 When I try to mount it, I get this error:
 mount: wrong fs type, bad option, bad superblock on /dev/hde5,
or too many mounted file systems
 
 I've tried every mount command I could think of.  It mounted under the
 LiveCD.  Yes, I've compiled in msdos, VFAT and NTFS support, but it just
 refuses to mount.

FAT32 needs the correct codepage selected to mount the FS. You have to
compile them in your kernel and select the correct one as default, or
specify it on the commandline:

for example:
$ mount -o codepage=cp850 /dev/hde5 /mnt/point

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Upgrade/Downgrade cycles

2005-06-16 Thread Christoph Gysin
Richard Fish wrote:
 It is a long-standing bug in portage, and apparently not easy to fix.

reference to bugzilla, anyone?

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Module parameters

2005-06-08 Thread Christoph Gysin
Patrick Marquetecken wrote:
 To keep a networkcard in 100mbit full duplex i have put a line in
 /etc/modules.conf.
 Now hte next time this machine is rebooted will it use this parameters or
 must i do something extra?

AFAIK /etc/modules.conf is generated from update-modules. Edit
/etc/modules.d/somefile and run update-modules. Then reboot (or rmmod
and modprobe).

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] raid messages at boot time

2005-05-31 Thread Christoph Gysin
Richard Fish wrote:
 I think a far better option would be to filter them in
 /etc/syslog-ng/syslog-ng.conf.  Then you do not have to re-patch your
 kernel with every upgrade.

This affects only output via syslog. During the md autorun, the kernel hasn't
even finished booting. The post was about output from dmesg, the kernel
ringbuffer. AFAIK there's no way around a kernel patch.

 I use the following instructions to filter out the PHY reset until link
 up messages that I get when eth0 is up (required for ifplugd to
 function), but not connected to anything.  It can easily be adapted for
 the RAID messages.
 
 # The eth reset messages also bug me...
 filter not_eth_reset {
 not(match(PHY reset until link up));
 };
 
 log { source(src); filter(not_eth_reset); destination(messages); };

Nice example though. Haven't used syslog filtering by now.

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox sage

2005-05-31 Thread Christoph Gysin
maxim wexler wrote:
 Yes, thanks, emerge --sync is awesome! But must it run
 so long? I started more than an hour ago and it's
 still churning away. I noticed it started another
 server(went from Xeon to P4) and kept on going. Does
 it know enough to stop? Is it repeating itself? At
 some point I'm going to need to use the phone; what'll
 I do then?

You can safely abort emerge sync with Ctrl-C while it is syncing with the remote
server. It will continue updating your tree the next time it gets invoked.
After the sync, while updating the portage cache (no network needed for this)
you could suspend it from your shell witch Ctrl-Z. Resume it with 'fg'

Christoph
-- 
echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



  1   2   >