Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Anders Hasselqvist
On Mon, 24 Nov 2003, Noberasco Michele wrote:

  Hi everyone,
 Hello Oliver

  Is there any reiserfs undelete command/application
  out there, for the case of accidently deleted file(s) ?
 Nope.

 Someone with more technical backround (less lazyness ;-P) would provide
 you with a more exaustive answer, but in short you cannot undelete files
 in a ReiserFS partition because of its very internal structure.

 Correct me if I'm wrong...

 Bye,
 Michele Noberasco


Hi,

Well, I did undelete some files I accidently lost on a ReiserFS partition.
It is a bit tricky and I can't remember exactly how I did it.
Here goes:

Unmount the drive a.s.a.p after you deleted the file
Make a backup of the partition
run reiserfsck --rebuild-tree --scan-whole-partition
remount.
Copy the deleted file to another partition
Re-install the backup

Something like that.

There is a mail about this in the reiserfs mail archives. I don't remember
the author so you have to search manually.

Regards,
-- 
Anders Hasselqvist
[EMAIL PROTECTED]
http://good-deed.dhs.org/

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] can't compile kdemultimedia

2003-11-25 Thread Jason Stubbs
On Tuesday 25 November 2003 13:03, gabriel wrote:
 /usr/include/asm/byteorder.h:38: error: syntax error before __u64

That's the error. At line 38 in this file, I found:

static inline __u64 ___arch__swab64(__u64 val)

I'm no C expert but I believe that to most compilers inline and __inline and 
__inline__ mean exactly the same thing. What gcc version are you running?

I ran the following to check what package owns this file:

bash-2.05b$ cd /var/db/pkg/
bash-2.05b$ grep /usr/include/asm/byteorder.h `find * | grep CONTENTS`
sys-kernel/linux-headers-2.4.19/CONTENTS:obj /usr/include/asm/byteorder.h 
394f687dddb66b9d0652e1c037723093 1049845989
sys-kernel/linux-headers-2.4.21-r1/CONTENTS:obj /usr/include/asm/byteorder.h 
d949a158827cff68d1a92e227a05eadf 1069041753

It's a bit worrying that two packages (on my system) own the same file. 
Which linux-headers are you running? If you find several, try unmerging them 
all and then re-emerging the latest.

That's about all the help I can provide at the moment. Hopefully it is enough.

Jason

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Citrix terminal

2003-11-25 Thread Patrick Marquetecken
Hi,

I need to start programs on a Citrix, i have tried this with rdesktop,
but no luck, is there another program that i can use? 

TIA
Patrick

-- 
Well Bones, do the new medical facilities meet with your approval?
They do not. It's like working in a damn computer center

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] Citrix terminal

2003-11-25 Thread FX
I am just a little curious,  what is your Terminal Server  ( windows or 
Linux)  base?

that you are trying  citrix?


On Tue, 2003-11-25 at 00:10, Patrick Marquetecken wrote:
 Hi,
 
 I need to start programs on a Citrix, i have tried this with rdesktop,
 but no luck, is there another program that i can use? 
 
 TIA
 Patrick
-- 
FX [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Citrix terminal

2003-11-25 Thread Tom Wesley
On Tue, 2003-11-25 at 08:10, Patrick Marquetecken wrote:
 Hi,
 
 I need to start programs on a Citrix, i have tried this with rdesktop,
 but no luck, is there another program that i can use? 
 
 TIA
 Patrick

Check the Citrix website for the Linux client.  Or, preferably, emerge

*  net-misc/icaclient
  Latest version available: 7.0
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 1,820 kB
  Homepage:http://www.citrix.com/download/unix-downloads.asp
  Description: ICA Client



-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] can't compile kdemultimedia

2003-11-25 Thread Jason Stubbs
On Tuesday 25 November 2003 17:09, Jason Stubbs wrote:
 bash-2.05b$ cd /var/db/pkg/
 bash-2.05b$ grep /usr/include/asm/byteorder.h `find * | grep CONTENTS`
 sys-kernel/linux-headers-2.4.19/CONTENTS:obj /usr/include/asm/byteorder.h
 394f687dddb66b9d0652e1c037723093 1049845989
 sys-kernel/linux-headers-2.4.21-r1/CONTENTS:obj
 /usr/include/asm/byteorder.h d949a158827cff68d1a92e227a05eadf 1069041753

 It's a bit worrying that two packages (on my system) own the same file.
 Which linux-headers are you running? If you find several, try unmerging
 them all and then re-emerging the latest.

BTW, the reason why two versions were able to be installed is because they 
were mistakenly SLOTted. That's been fixed now, so it shouldn't happen again 
(if this applies to you, too).

Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -u system faliure

2003-11-25 Thread Jonas Widarsson
Jonas Widarsson wrote:

Marius Mauch wrote:

On 11/20/03  Jonas Widarsson wrote:

 

My first Gentoo install.
CDs downloaded with content: 1.4 20030911
Pentium III.
I chose to go for stage1.
reference:
http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap9
everything down to #9 was successful.
after emerge sync, I was encouraged to update portage.
I googled for it and found this:
http://www.gentoo.org/doc/en/portage-user.xml
  


It's a documentation bug, you have to finish step 11 before you can run
`emerge -u system` or `emerge -u portage`. Ignore the Update portage
message for now.
Marius

 

If I'm out of trouble tomorrow, I completely agree with you.
Thanks
Jonas

--
[EMAIL PROTECTED] mailing list


Done with most of the system installation process.
Worked flawlessly, except I couldn't install lilo to boot correctly, but 
that's another topic.
If I can't work it out by myself (Probably just didn't read the guide 
correctly), I'll be back asking more simple dumb questions.

Thanks all you incredible guys wasting time on Gentoo-newbies like me.

Jonas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Debugging OpenGL program returns error

2003-11-25 Thread Paulo Jorge de Oliveira Cantante de Matos

 
 Do any OpenGL programs run? This looks like you've added SSE support on an
 architecture that doesn't support it. Try recompiling X11 with USE=-sse and
 see if that fixes it.

I've disabled the sse flag and reemerged xfree, everything compiled
correctly and everything runs correctly, however, I get exactly the same
problem with GDB. Any ideas?

Best regards,

-- 

Paulo J. Matos : pocm [_at_] mega . ist . utl . pt
Instituto Superior Tecnico - Lisbon
Computer and Software Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Citrix terminal

2003-11-25 Thread Ulrich Plate
FX wrote:

 I am just a little curious,  what is your Terminal Server  ( windows
 or Linux)  base?

Don't know about him, but much to my chagrin (I've got a bucketful of
WinCE-based Compaq thin clients in a broom closet) Citrix doesn't have
Linux versions of their ICA server products. Only Unix - AIX = 4.3.3,
Solaris and HP/UX - is supported. 

Ulrich Plate


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Debugging OpenGL program returns error

2003-11-25 Thread Paulo Jorge de Oliveira Cantante de Matos
On Tue, 2003-11-25 at 02:10, Leendert van den Berg wrote:
  Yes, all OpenGL programs run. :D
  I'm using a Pentium 4, indeed I have use flag for sse set but I though
  sse was supported in Pentium 4. Well, I'll try to unset the flag and
  recompile X to see if gdb runs ok this time!
  
  Is there any way to see if my processor has sse support?
 
 Yes, the Pentium 4 should have SSE. You can verify this by looking at the flags
 section when you do cat /proc/cpuinfo
 

flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm

So, it seems I have sse after all. :) But still, gdb doesn't run. :( Has
anyone tried successfuly to debug the program I attached?

Best regards,

Paulo

(gdb) run
Starting program: /home/pmatos/ist/mvt/labs/openglbk-edit/wrap
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 5583)]
 
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 16384 (LWP 5583)]
0x406567ff in _mesa_test_os_sse_exception_support ()
   from /usr/X11R6/lib/modules/dri/radeon_dri.so
(gdb)
   
   Do any OpenGL programs run? This looks like you've added SSE support on an
   architecture that doesn't support it. Try recompiling X11 with USE=-sse and
   see if that fixes it.
 
 I don't think it is SSE related at all.
 
 Try running the following program in gdb:
 
 int main()
 {
int abc = 2, bcd = 0;
abc /= bcd;
 
return 0;
 }
 it should give you the very same error.
 
 I am guessing that the _mesa_test_os_sse_exception_support () function is
 testing arithmetic/floating point exceptions, but when you run under gdb, gdb
 will intercept for example the SIGFPE signal (Floating Point Exception) instead.
 
 Leendert
 
 --
 [EMAIL PROTECTED] mailing list
-- 

Paulo J. Matos : pocm [_at_] mega . ist . utl . pt
Instituto Superior Tecnico - Lisbon
Computer and Software Eng. - A.I.
 -  http://mega.ist.utl.pt/~pocm
---
- God had a deadline...
So, he wrote it all in Lisp!


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] User input during boot, how to catch input

2003-11-25 Thread Frank Schäfer
On Tue, 2003-11-25 at 01:01, SN wrote:
 You have a laptop probably, this is a weekly topic...
 
 The idea is, create different runlevels for including/excluding network,
 then configure grub/lilo to select the correct runlevel.
 
 Ah that was just an example, actually I want to do something more complex
 and I need userinput for it.

In the init script which needs the input: put a ``read'' command at the
point u need the input. (if your init scripts are sh/bash)



--
[EMAIL PROTECTED] mailing list



[gentoo-user] silly question...

2003-11-25 Thread s970501
i did
  #rc-update del (3 times)
and
  #emerge unmerge ...
and
  #del files (of 3 extra logd) in /etc/init.d

but... i can still see log daemon in 'ps aux'
and fail messages from boot log.

what should i do more?



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how NOT to start net.eth0?

2003-11-25 Thread Matthieu Amiguet
Thank you all for your suggestions.

However, I still have no idea about what is starting my net.eth0:

- cd /etc/init.d
grep need net *

gives
samba, slapd, slurpd, sshd, winbind

none of which is started after boot.

- cd /etc/init.d
grep use net *

gives
cupsd, rsyncd

which aren't started either.

- pcmcia is not started

- I don't see a line about starting eth0 in the startup sequence

BUT... net.eth0 is started after boot.

Moreover, if I stop net.eth0, no other service is stopped (I guess that if another 
service was depending on it, it would also stop, right?)


It seems the workaround is to move the script out of the init.d directory. This does 
work, but I really would like to understand what is happening.
I must be missing something, but I just cannot see what. If no service depending 
directly on net is started and net is not started manually, what could start it? Or 
could something depend on net whithout the need or use command?
Or could it be that the status is reported unaccurately (I mean, reporting started 
even if it was never really started)?

If you think this thread is going too far for a user list, please tell me what is the 
appropriate list... but I like to understand what is happening in my box and this is a 
reason why I choose gentoo.

Best regards,

Matthieu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] User input during boot, how to catch input

2003-11-25 Thread SN
Cool thanks I'll try that today.


- Original Message - 
From: Frank Schäfer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 10:21 AM
Subject: Re: [gentoo-user] User input during boot, how to catch input


 On Tue, 2003-11-25 at 01:01, SN wrote:
  You have a laptop probably, this is a weekly topic...
 
  The idea is, create different runlevels for including/excluding
network,
  then configure grub/lilo to select the correct runlevel.
 
  Ah that was just an example, actually I want to do something more
complex
  and I need userinput for it.

 In the init script which needs the input: put a ``read'' command at the
 point u need the input. (if your init scripts are sh/bash)



 --
 [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how NOT to start net.eth0?

2003-11-25 Thread Matthieu Amiguet
I finally found what was starting my network interface: hotplug.
If I remove hotplug from the default bootlevel, net.eth0 isn't started. So this is not 
due to service dependencies in the sense of the gentoo init system.

Thank you all for your help.

As a matter of fact, I'm not sure why I would need hotplug. I'll try without and see 
what happens.

Matthieu

--
[EMAIL PROTECTED] mailing list



[gentoo-user] ebuild.sh

2003-11-25 Thread Andrei Ivanov


Hello, I'm trying to compile a package, but not merge it in the system, 
but something seems to be wrong:

 ebuild /usr/portage/dev-db/postgresql/postgresql-7.3.4-r1.ebuild fetch
 md5 src_uri ;-) postgresql-7.3.4.tar.gz

ebuild /usr/portage/dev-db/postgresql/postgresql-7.3.4-r1.ebuild unpack
 md5 src_uri ;-) postgresql-7.3.4.tar.gz
/usr/sbin/ebuild.sh: line 1196: 
/var/db/pkg/dev-db/postgresql-7.3.4-r1/postgresql-7.3.4-r1.ebuild: No such 
file or directory

!!! ERROR: dev-db/postgresql-7.3.4-r1 failed.
!!! Function , Line 1196, Exitcode 1
!!! error sourcing ebuild


But:

emerge =postgresql-7.3.4-r1
Calculating dependencies ...done!
 emerge (1 of 1) dev-db/postgresql-7.3.4-r1 to /
 md5 src_uri ;-) postgresql-7.3.4.tar.gz
 Unpacking source...
 Unpacking postgresql-7.3.4.tar.gz to 
/var/tmp/portage/postgresql-7.3.4-r1/work
 Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use 
--host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu



Why don't the first commands work ?

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how NOT to start net.eth0?

2003-11-25 Thread Dirk Heinrichs
Am Tuesday 25 November 2003 10:54 schrieb ext Matthieu Amiguet:
 I finally found what was starting my network interface: hotplug.

 As a matter of fact, I'm not sure why I would need hotplug.
USB?

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Cap Gemini Ernst  Young| Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.cgey.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgp0.pgp
Description: signature


Re: [gentoo-user] how NOT to start net.eth0?

2003-11-25 Thread MAL
Matthieu Amiguet wrote:
I finally found what was starting my network interface: hotplug.
If I remove hotplug from the default bootlevel, net.eth0 isn't started. So this is not 
due to service dependencies in the sense of the gentoo init system.
Look in /etc/hotplug/net.agent

Hotplug is detecting the presence of your network adapter and starting 
it.  You probably don't need hotplug ;)

Personally, I like having control over when things are loaded/started.

MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Finding all suid binaries.

2003-11-25 Thread Tom Eastman
On Tue, 25 Nov 2003 23:48, Tom Eastman wrote:
 On the same subject, how can I know whether a suid binary I find is
 supposed to be suid?  For example, why on *earth* is 'ping' suid?  Is it
 supposed to be?  How about 'gnuplot'?  How can that possibly need to be
 suid?

Answered my own question by looking at the ebuild for gnuplot. I had the SVGA 
use flag set which sets it suid.  Ah well it turns out there's a honking big 
warning that it prints as well... must not have been paying attention when I 
installed it :-)

Tom


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Undocumented USE flags

2003-11-25 Thread Frank Schäfer
Hi all,

I'm trying to optimize the USE flags for my workstation.

I did an:

``emerge -Depv world''

to see which USE flags should be set to fit my needs. For some packages
i see USE possibilities, which aren't documented at

http://www.gentoo.org/dyn/use-index.xml

Where can I find documentation for these flags.

Btw.: Is there a possibility to only download all the packages reported
by ``emerge -p'' and then (somewhen) do the actually ``emerge -De'' (?)
offline?

Thanks for your time
Frank



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Finding all suid binaries.

2003-11-25 Thread Frank Schäfer
Hi Tom,

 I tried `find / -perm +7000`, is that the right kind of thing?  The 7000 was a 
 guess, I've never really worked out how the bits in that 4th digit are 
 supposed to go.
 

7000 would be suid, gid, sticky (see man chmod)

 Last question...  I think it was Mandrake that I was using when I noticed that 
 the 'ls' command printed suid binaries in a nice obvious red colour, at least 
 when you were root.  Does anyone know how I could turn that feature on?  It 
 seems like a nice idea.

Perhaps ``man dircolors'' or ``man dir_colors'' could help.

Regards
Frank



--
[EMAIL PROTECTED] mailing list



[gentoo-user] OT: Apache/JK2 configuration issue

2003-11-25 Thread Christian Aust
Hi all,

sorry to bother you with this, but maybe someone's listening and willing to
help me:

I've emerge Apache2 and Tomcat, and added mod_jk2 as described at
http://www.dcdan.com/roller/page/dan/20031110 et al. Then I've added a file
80_mod_jk2.conf to /etc/apaches/conf/modules.d which simply loads the module
if JK2 had been defined during startup.

It all works pretty much perfect until here. The module gets loaded, JK2
connectors are set up and Tomcat processes *.jsp files which were forwarded
by Apache like this:

   IfModule mod_jk2.c
  Location /*.jsp
 JkUriSet worker ajp13:localhost:8009
  /Location
   /IfModule

However, there's a folder pictures that I would like Apache to protect it
with a password and share it via WebDAV. This it what's in the conf file for
it:

   Alias /webdav /var/www/domain.com/htdocs/pictures
   Location /webdav
 Options None
 DAV On 
 AuthName 'WebDAV'
 AuthType Basic
 AuthUserFile /var/www/domain.com/.htpasswd
 AuthGroupFile /dev/null
 Limit GET OPTIONS
   Require valid-user
 /Limit 
   /Location

Accessing it with WebDAV works as expected, but accessing it using a browser
will give me an error message from TOMCAT saying that the ressource isn't
available. How come that Tomcat deals with this request anyway, since the
URI doesn't contain .jsp? The same error message occurs, when I just remove
the JkUriSet statement. So it looks as if JK2/Tomcat will handle requests by
itself as soon as it's loaded. Could anybody give me a hint on what's going
on here? Best regards,

-  Christian 

-- 

Christian Aust
mailto:[EMAIL PROTECTED]
icq: 84500990 - Yahoo!: datenimperator - MSN: datenimperator
PGP: A94E 0181 664D 27E3 F05A  A751 6A7E 90D1 A0A3 DEC7

For those with an eye for the finer details, we salute you.
 - FGTH, Welcome to the pleasuredome


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] no floppy

2003-11-25 Thread Peter Ruskin
On Tuesday 25 Nov 2003 02:23, Jason Stubbs wrote:
 On Monday 24 November 2003 23:52, Peter Ruskin wrote:
  $ ll /dev/fd/0
  lrwx--1 peterpeter  64 2003-11-24 14:49
  /dev/fd/0 - /dev/pts/0

 So, er, fd in this case stands for file descriptor?

Exactly, in this case stdin.  See /usr/src/linux/Documentation/
devices.txt and search for fd.

Peter
-- 
==
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 
2.4.23_pre8-gss)
i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Undocumented USE flags

2003-11-25 Thread Frank Schäfer
Thanks a lot.

 In  /etc/make.conf  is written:
 # The available list of use flags with descriptions is in your portage tree.
 # Use 'less' to view them:  -- less /usr/portage/profiles/use.desc --

I assumed, that the ling on the gentoo website is more up to date (I
don't let etc-update override my make.conf)

Not at all; for the gatos or sdk flags from xfree-4.3.0 or the
mozxmlterm flag from mozilla aren't described neither on the web nor
in use.desc :(

They seem to be package specific. Now where to put them, make.conf,
ebuild ...?

 Btw.: Is there a possibility to only download all the packages reported
 by ``emerge -p'' and then (somewhen) do the actually ``emerge -De'' (?)
 offline?
   
 
 energe -f
 or  --fetchonly

Already done this ``emerge -Def'' :)

Thanks onesmore
Frank



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Undocumented USE flags

2003-11-25 Thread Frank Schäfer
Ok,

found them in the ebuilds. Mostly not commented. :(

Frank



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Undocumented USE flags

2003-11-25 Thread Jason Stubbs
On Tuesday 25 November 2003 21:34, Frank Schäfer wrote:
  # The available list of use flags with descriptions is in your portage
  tree. # Use 'less' to view them:  -- less /usr/portage/profiles/use.desc
  --

 Not at all; for the gatos or sdk flags from xfree-4.3.0 or the
 mozxmlterm flag from mozilla aren't described neither on the web nor
 in use.desc :(

In the same directory as above is use.local.desc. Check there.

 They seem to be package specific. Now where to put them, make.conf,
 ebuild ...?

Put them in make.conf as per usual.

Jason

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Printing from OpenOffice with Cups

2003-11-25 Thread Allen Parker
Just a suggestion, if you're printing with HP OfficeJet, emerge hpoj AND
hpijs, if you're not sure if you should use hpoj, check
http://hpoj.sf.net/suplist.shtml ... if you're using HP ANYTHING, I suggest
that you emerge hpijs (the HP InkJet GhostScript server, which will allow
you to print PostScript on single function, photo, and business inkjets and
PCL laser printers with nicer looking results). If you're using a PostScript
HP printer, use the linuxprinting.org PPD's for HP and you should be set.

I hope that my input helped!

irc.freenode.net
#gentoo #gentoo-dev #gentoo-SPARC
/query infowolfe

I only really watch #gentoo-dev, so if you need to contact me, please /query
me instead of asking for me in channel, if I'm around, I'll respond
immediately, otherwise, who knows when I'll respond.

Allen Parker

 -Original Message-
 From: Andrew Cowie [mailto:[EMAIL PROTECTED]
 Sent: Monday, November 24, 2003 1:20 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] Printing from OpenOffice with Cups
 
 On Sat, 2003-11-22 at 06:01, Janne Johansson wrote:
  I'm runnig Ximian-OO1.1 from BMG and spadmin isn't even available, it
  just works with cups right out of the ebuild. Has Ximian done something
  good for printing with their OO.
 
 Yeah, openoffice-ximian totally uses CUPS to handle all the print work.
 
 (so, assuming you have CUPS as your print infrastructure, and have that
 working, life rocks. Can't tell you off hand how things go if you're not
 using CUPS.)
 
 It's a bit slow to pull up the printer properties dialog boxes, but the
 behavior overall is excellent. Printing from OO 1.1 to an HP LaserJet
 via a network JetDirect port works nice and smooth.
 
 AfC
 
 --
 Andrew Frederick Cowie
 Operational Dynamics Consulting Pty Ltd
 
 Australia +61 2 9977 6866
 
 http://www.operationaldynamics.com/
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Re: djbdns setup questions

2003-11-25 Thread Allen Parker
A few stupid things to check: experience really leads the way!
1. DNS nameserver: iptables -L
If you see anything saying DROP or DENY either to the ip-range you're
talking about or port 53, that's a problem.
2. Make sure that djbdns is setup to respond correctly
I've bollixed this on bind9 enough times, you *have* to make sure that your
nameserver is allowing client-queries, I'm not sure if djbdns does this by
default... if it's currently setup as a caching nameserver, it should.
3. Make sure the client /etc/resolv.conf or other nameserver
configurations are correctly pointed at modor/shire's internal ip(s).
4. Do a whois on the dommainname and check to make sure that the correct
nameserver output is there (whois.opensrs.net is my favorite)
5. Read the nameserver record for the domain and pick an ip that has a name
pointed at it and on a machine that isn't on the same network (if you have
Comcast/Verizon, choose a machine hosted one Level3's network for example)
do a query for that hostname.
6. If all else fails, I'll see if I can duplicate your problem locally and
attempt to help you fix it.

 -Original Message-
 From: Tom Caudron [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 7:28 AM
 To: gentoo-user Listserv
 Subject: [gentoo-user] Re: djbdns setup questions
 
 Joshua said, when you did your dig, did you do this locally on the
 same LAN or outside, because mine fails.
 
 I did the dig from within the same LAN, but not on the same machine.
 
 It's odd, since t looks like packets are finding their way to the dns to
 get the info (according to tcpdump on the dns), but they never get it
 (according to the results of the ping command on the client).  I am at a
 loss as to what I should be looking at next.
 
 One question.  When I registered the dns with go-daddy.com I just gave
 it a name (mordor.kungfugamers.com) and told it the ip address.  The
 only reason I gave it a name was because go-daddy insisted.  Frankly, an
 IP was good enough for me.  Should I be doing something with that name
 on the server itself?  I mean, it's internal name isn't
 mordor.kungfugamers.com.  If so, what do I do about the fact that I had
 to register it with 2 names (mordor.kungfugamers.com and
 shire.kungfugamers.com) because go-daddy demanded multiple authoritative
 dns's.
 
 -Tom Caudron
 
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Undocumented USE flags

2003-11-25 Thread Javier Gostling
On Tue, Nov 25, 2003 at 08:05:48AM -0500, Allen Parker wrote:
 If you spit out a list of USE variables and ebuilds (just the packagenames).
 I'd be more than happy to tell you what they do to the ebuild process off
 list.

Perhaps adding the relevant use flags and their effect on package
descriptions to the online package database would be a good idea.

Cheers,
-- 
Javier Gostling D.
[EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Sigurd Stordal
 There was a program I used to use with ext2 before ext3 was big. I can't
debugfs, it will try to undelete the file if possible. but as always, it's 
important to unmount the partition asap after the deletion.
-- 
Sigurd Stordal
master in Petrology/mineralogy
President of GOGS
Opuscreator VS in DNM95

--
[EMAIL PROTECTED] mailing list



[gentoo-user] net.eth0 problems on boot

2003-11-25 Thread Paul Kimberley
Hi,

A few days ago my nic stopped working on boot, the problem is the
/etc/init.d/net.eth0 script can't start-up. I get this error!

bash-2.05b# /etc/init.d/net.eth0 start
 * Bringing eth0 up...
 * eth0 is not plugged in or has no carrier
signal[ !! ]

I can manually run 'dhcpcd eth0' and then it works again!

bash-2.05b# /etc/init.d/net.eth0 start
 * Bringing eth0
up...[ ok ]

Anyone have any idea's where to start to debug this? I'm on a LAN so I
shouldn't be getting no carrier signals and the cable IS plugged in!

Any help would be appreciated!

-Thanks




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] can't compile kdemultimedia

2003-11-25 Thread Mike Gardiner
Well documented in, http://bugs.gentoo.org/show_bug.cgi?id=32246,
although lacking a resolution.

Regards,
Mike
(#gentoo:Obz)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -u system faliure

2003-11-25 Thread Collins Richey
On Tue, 25 Nov 2003 09:21:36 +0100 Jonas Widarsson [EMAIL PROTECTED]
wrote:

 
 Done with most of the system installation process.
 Worked flawlessly, except I couldn't install lilo to boot correctly, but 
 that's another topic.
 If I can't work it out by myself (Probably just didn't read the guide 
 correctly), I'll be back asking more simple dumb questions.
 
 Thanks all you incredible guys wasting time on Gentoo-newbies like me.
 

We all started as n00bs.  Time is not wasted when you ask questions and learn
rather than just whining.  Just remember to share your knowledge with others.

As you have noted from this interchange, gentoo and its documentation is not
100% perfect, but people are willing to listen.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] net.eth0 problems on boot

2003-11-25 Thread mathieu
Le Mardi, 25 Novembre 2003 16.44, Paul Kimberley a écrit :
 Hi,

 A few days ago my nic stopped working on boot, the problem is the
 /etc/init.d/net.eth0 script can't start-up. I get this error!

 bash-2.05b# /etc/init.d/net.eth0 start
  * Bringing eth0 up...
  * eth0 is not plugged in or has no carrier
 signal[ !! ]

 I can manually run 'dhcpcd eth0' and then it works again!

 bash-2.05b# /etc/init.d/net.eth0 start
  * Bringing eth0
 up...[ ok ]

 Anyone have any idea's where to start to debug this? I'm on a LAN so I
 shouldn't be getting no carrier signals and the cable IS plugged in!

This is a known bug of baselayout:
http://bugs.gentoo.org/show_bug.cgi?id=33272

the easiest fix until it's fixed is to manually edit net.eth0 and replace
carrier_IFACE=$(ifconfig | gawk -v IFACE=${iface} '/RUNNING/ { if ($1 == 
IFACE) print running }')
with
carrier_IFACE='running'

hth

-- 
mathieu perrenoud

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] net.eth0 problems on boot

2003-11-25 Thread Paul Kimberley
Sorry for replying to my own thread but, I've found where the problem
starts. 

Does anyone know where $carrier_IFACE gets set? is it set by the kernel?
I've done a grep of the etc dir, and nothing in there sets this flag...

# Check that the interface has a carrier
if [ ${carrier_IFACE} = running ]
 then
/sbin/dhcpcd ${dhcpcd_IFACE} ${IFACE} /dev/null || {
 retval=$?
 eend ${retval} Failed to bring
${IFACE} up
 return ${retval}
 }
 else
   eend 1 ${IFACE} is not plugged in or has no
carrier signal

 Hi,
 
 A few days ago my nic stopped working on boot, the problem is the
 /etc/init.d/net.eth0 script can't start-up. I get this error!
 
 bash-2.05b# /etc/init.d/net.eth0 start
  * Bringing eth0 up...
  * eth0 is not plugged in or has no carrier
 signal[ !! ]
 
 I can manually run 'dhcpcd eth0' and then it works again!
 
 bash-2.05b# /etc/init.d/net.eth0 start
  * Bringing eth0
 up...[ ok ]
 
 Anyone have any idea's where to start to debug this? I'm on a LAN so I
 shouldn't be getting no carrier signals and the cable IS plugged in!
 
 Any help would be appreciated!
 
 -Thanks


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: [normal] [gentoo-user] net.eth0 problems on boot

2003-11-25 Thread Marc Redmann
Hi Paul,

 Hi,
 
 A few days ago my nic stopped working on boot, the problem is the
 /etc/init.d/net.eth0 script can't start-up. I get this error!
 
 bash-2.05b# /etc/init.d/net.eth0 start
  * Bringing eth0 up...
  * eth0 is not plugged in or has no carrier
 signal[ !! ]

had the same problem yesterday, i guess you updated your baselayout to
the most recent version which is a little buggy.

maybe you can find a solution that fits your needs here:
http://bugs.gentoo.org/show_bug.cgi?id=33272

brgds,
Marc


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] can't compile kdemultimedia OT: bug 33906 attn OBZ

2003-11-25 Thread Allen Parker
Obz! ... infowolfe... check 33906 and let me know if you like?

 -Original Message-
 From: Mike Gardiner [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 8:34 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] can't compile kdemultimedia
 
 Well documented in, http://bugs.gentoo.org/show_bug.cgi?id=32246,
 although lacking a resolution.
 
 Regards,
 Mike
 (#gentoo:Obz)
 
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Javascript not workin in Konqueror

2003-11-25 Thread Guy Van Sanden
Hello

Javascript does not seem to work in konqueror (at all), it is enabled in
my control panel.
I'm using KDE 3.1.4 (qt-3.2.2) on Gentoo 1.4

How can I turn it on?

Guy

-- 
__  

Guy Van Sanden 
http://unixmafia.port5.com  

Registered Linux user #249404 - September 1997
__


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -u system faliure SOLVED

2003-11-25 Thread Jonas Widarsson
Collins Richey wrote:

On Tue, 25 Nov 2003 09:21:36 +0100 Jonas Widarsson [EMAIL PROTECTED]
wrote:
 

Done with most of the system installation process.
Worked flawlessly, except I couldn't install lilo to boot correctly, but 
that's another topic.
If I can't work it out by myself (Probably just didn't read the guide 
correctly), I'll be back asking more simple dumb questions.

Thanks all you incredible guys wasting time on Gentoo-newbies like me.

   

We all started as n00bs.  Time is not wasted when you ask questions and learn
rather than just whining.  Just remember to share your knowledge with others.
As you have noted from this interchange, gentoo and its documentation is not
100% perfect, but people are willing to listen.
 

All worked out.
I don't really know what failed before, when the kernel wouldn't boot, 
but after doing:
genkernel --config
and that procedure was finished, it worked.
Thanx
Jonas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] ebuild.sh

2003-11-25 Thread Thomas Buntrock
On Tue, Nov 25, 2003 at 12:11:45PM +0200, Andrei Ivanov wrote:
 
 
 Hello, I'm trying to compile a package, but not merge it in the system, 
 but something seems to be wrong:
 
  ebuild /usr/portage/dev-db/postgresql/postgresql-7.3.4-r1.ebuild fetch
  md5 src_uri ;-) postgresql-7.3.4.tar.gz
 
 ebuild /usr/portage/dev-db/postgresql/postgresql-7.3.4-r1.ebuild unpack
  md5 src_uri ;-) postgresql-7.3.4.tar.gz
 /usr/sbin/ebuild.sh: line 1196: 
 /var/db/pkg/dev-db/postgresql-7.3.4-r1/postgresql-7.3.4-r1.ebuild: No such 
 file or directory
 
 !!! ERROR: dev-db/postgresql-7.3.4-r1 failed.
 !!! Function , Line 1196, Exitcode 1
 !!! error sourcing ebuild
 
 
 But:
 
 emerge =postgresql-7.3.4-r1
 Calculating dependencies ...done!
  emerge (1 of 1) dev-db/postgresql-7.3.4-r1 to /
  md5 src_uri ;-) postgresql-7.3.4.tar.gz
  Unpacking source...
  Unpacking postgresql-7.3.4.tar.gz to 
 /var/tmp/portage/postgresql-7.3.4-r1/work
  Source unpacked.
 configure: WARNING: If you wanted to set the --build type, don't use 
 --host.
 If a cross compiler is detected then cross compile mode will be used.
 checking build system type... i686-pc-linux-gnu
 
 
 
 Why don't the first commands work ?

I can't tell you why it's not working, but why don't you use emerge
--oneshot /usr/portage/dev-db/postgresql/postgresql-7.3.4-r1.ebuild

Thomas


pgp0.pgp
Description: PGP signature


[gentoo-user] Undetected Xircom Card (Newbie Q)

2003-11-25 Thread Kurt Guenther
I'm just getting started and booted of CD1, but my Xircom PCMCIA card 
isn't detected, so I don't have a network connection.  I looked through 
the install and faq docs, but they don't seem to have instructions for 
laptops.  Any ideas?

--Kurt





--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Undetected Xircom Card (Newbie Q)

2003-11-25 Thread Kurt Guenther
RTFM. boot:  gentoo pcmcia

--Kurt

Kurt Guenther wrote:

I'm just getting started and booted of CD1, but my Xircom PCMCIA card 
isn't detected, so I don't have a network connection.  I looked 
through the install and faq docs, but they don't seem to have 
instructions for laptops.  Any ideas?

--Kurt





--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


[gentoo-user] IPv6 init script

2003-11-25 Thread Redeeman
hi, i have got myself a ipv6 prefix, and i would like gentoo to setup
the interface just as it does with eth0, but how? i have tried with
freenet6, but it wont work proper, so i got myself a new prefix, that
doesent depend on the tspc client, but i have no idea on how to set an
init script up that brings the interface up

help apreciated

-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



[gentoo-user] gentoo pro audio

2003-11-25 Thread derek holzer
hi list,

I use Linux primarily for audio, and just dropped into Gentoo after 
experimenting with Debian/DeMuDi and RedHat/PlanetCCRMA. I have to say 
that PlanetCCRMA really has thier sh^t down as far as up-to-date pro 
sound apps such as PD, Jack, ALSA, etc, which is one thing that I am 
missing just a bit in Gentoo. I find the pro audio ebuilds a few 
versions behind, and often only the ~arch catagory, which seems to break 
things most on my backup laptop, a G3 Pismo.

Also noted that current ebuild of PD is broken, and gives errors when 
installing with Jack, whether USE=jack is enabled or not! Is there any 
way to edit the Makefile of an app before it builds? I mean, to do 
something like disable -Werror flags...

My question is this: who is generally responsible for the audio app 
ebuilds? Apps such as Jack and ALSA, not to mention Ardour, are going 
through leaps and bounds in the develpoment scale right now, and it is 
good to really stay on top of them, so I would like ot know who to bug ;-)

Also, is there a good forum or website dedicated to support for these?

http://homepage.mac.com/ashura666/gentoo/
looks like it was once a thriving page, but it hasn't seen an update 
since last January!!!

tnx+bst,
Derek
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] apache2 worker|perchild ebuild

2003-11-25 Thread Andrew Farmer
On Tue, 25 Nov 2003 03:04:40 -0800, Erwin Lang muttered:
 hi all!
 
 is there an ebuild available for compiling apache with the worker or perchild 
 module or must i change the ebuild by myself?

AFAIK you can set this in /etc/httpd/httpd.conf.

-- 
Andrew Farmer
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


[gentoo-user] kernel sources with cpufreq

2003-11-25 Thread Matthieu Amiguet
Does anybody knows which kernel sources - if any - include the cpufreq patches? I'd 
like to try cpudyn on my pentium-M based thinkpad.

Matthieu

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gentoo pro audio

2003-11-25 Thread brett holcomb
You might check the Gentoo site for info on who maintains 
the build.  I know that in the CVS tree there is 
information on the ebuilds with email addresses.

As for changing them I've been doing that myself with Jack 
and Ardour.  In /etc/make.conf enable the local Portage 
directory (I can't remember the variable name and I'm not 
at the machines). Then copy the ebuild's directory you 
want to the local portage, /usr/local/portage on mine, 
making sure you copy the directory structure (i.e. 
/usr/local/portage/media-sound/jack-cvs).  Get rid of the 
older ebuilds, then rename the remaining one to something 
(i.e jack-cvs-0.9.ebuild from jack-cvs-0.8.ebuild).  In 
the ebuilds you will see a variable called myconf which 
has options put in it such as --enable-stripped-jack.  Add 
any config options you want to this variable.  If you want 
to use a USE variable then put it in IUSE in the ebuild 
and do the testing on it to set myconf.

I modified the jack-cvs ebuilds to get the latest cvs and 
also to enable capabilities (someone added jack-caps but 
the ebuild never made it into portage), and correct a 
problem with jackstart dying on a md5 sum error.  Check 
Gentoo bugzilla for the ebuilds - search under jack, 
jackstart or my name.

If you want more info I would go to the jack mail list and 
the list of whatever software you use.  For Gentoo ebuild 
help check the Gentoo website docs, then look at existing 
ebuilds, and finally try your hand at modifying one.

To bug about problems - submit good reports on Gentoo's 
bugzilla. Also, make your own ebuilds and submit them. 
Also Gentoo would not object to help so you could contact 
someone and offer to help G.

On Tue, 25 Nov 2003 16:42:47 +0100
 derek holzer [EMAIL PROTECTED] wrote:
hi list,

I use Linux primarily for audio, and just dropped into 
Gentoo after experimenting with Debian/DeMuDi and 
RedHat/PlanetCCRMA. I have to say that PlanetCCRMA really 
has thier sh^t down as far as up-to-date pro sound apps 
such as PD, Jack, ALSA, etc, which is one thing that I am 
missing just a bit in Gentoo. I find the pro audio 
ebuilds a few versions behind, and often only the ~arch 
catagory, which seems to break things most on my backup 
laptop, a G3 Pismo.

Also noted that current ebuild of PD is broken, and gives 
errors when installing with Jack, whether USE=jack is 
enabled or not! Is there any way to edit the Makefile of 
an app before it builds? I mean, to do something like 
disable -Werror flags...

My question is this: who is generally responsible for the 
audio app ebuilds? Apps such as Jack and ALSA, not to 
mention Ardour, are going through leaps and bounds in the 
develpoment scale right now, and it is good to really 
stay on top of them, so I would like ot know who to bug 
;-)

Also, is there a good forum or website dedicated to 
support for these?

http://homepage.mac.com/ashura666/gentoo/
looks like it was once a thriving page, but it hasn't 
seen an update since last January!!!

tnx+bst,
Derek
--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] rp-pppoe fails with adsl-setup

2003-11-25 Thread Lucas Sallovitz
Alan Watson wrote:

I ran adsl-setup and everything seemed to go OK. eth1 came up ok with
dhcpcd. But when I ran adsl-start I got the error message:
/usr/sbin/adsl-start: line 191:  2167 Terminated$CONNECT $@
 

/dev/null 21
   

Any help would be really appreciated.

Alan

--
[EMAIL PROTECTED] mailing list
 

check your log entries as adsl-start is one of the least communicative 
programs ever wrote

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] silly question...

2003-11-25 Thread Lucas Sallovitz
[EMAIL PROTECTED] wrote:

i did
 #rc-update del (3 times)
and
 #emerge unmerge ...
and
 #del files (of 3 extra logd) in /etc/init.d
but... i can still see log daemon in 'ps aux'
and fail messages from boot log.
what should i do more?



--
[EMAIL PROTECTED] mailing list
 

You forgot to reboot :)
Seriusly, you forgot to reboot or /etc/init.d/servicename stop
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] cups printing problems

2003-11-25 Thread Harlan
Hi Kathy,
  I put the ppd file in:
 /usr/share/cups/model/HP-DeskJet_420C-hpijs.ppd

  I believe that is what the directions said to do.  Still don't have a device 
to select from in the dropdown combo box.

Thanks Again,

Harlan...

On Saturday 22 November 2003 03:23 pm, Kathy Wills wrote:
 I what directory did you save the ppd file?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel sources with cpufreq

2003-11-25 Thread Chris I
On Tue, 2003-11-25 at 10:45, Matthieu Amiguet wrote:
 Does anybody knows which kernel sources - if any - include the cpufreq patches? I'd 
 like to try cpudyn on my pentium-M based thinkpad.

Works fine on 2.6.0 test kernels. The only 2.4 kernel i have used was a
2.4.22_pre kernel, and it worked fine iirc.

Chris I 

Violence in reality is quite different from theory. -- Spock, The Cloud
Minders, stardate 5818.4


signature.asc
Description: This is a digitally signed message part


RE: [gentoo-user] XFS server eating too much CPU

2003-11-25 Thread Van Eps, Nathan D. (James Tower)
kill -9: nothing can defeat the power of kill -9

-Original Message-
From: Martin Hudec [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 10:07 AM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] XFS server eating too much CPU


Hi there,

I've installed X Font server (4.3.0r3) on newly compiled Gentoo, and I've 
added it to default runlevel by rc-update add xfs default. Now it is eating 
minimum 40%CPU. It is not responding to kill command or /etc/init.d/xfs
stop. 
I have 1.3 GHz Celeron computer.

-- 
:
:. kind regards
:..  Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: [EMAIL PROTECTED] [EMAIL PROTECTED]
:.:
:.: When you want something, all the universe 
:.:   conspires in helping you to achieve it.
:.:   - The Alchemist (Paulo Coelho)


--
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] XFS server eating too much CPU

2003-11-25 Thread Martin Hudec
It does respond to kill -9 (the Force is definitely not with my XFS :)), but I 
need to XFS running and not using so much CPU :(.

On Tuesday 25 November 2003 17:27, Van Eps, Nathan D. (James Tower) wrote:
 kill -9: nothing can defeat the power of kill -9

-- 
:
:. kind regards
:..  Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: [EMAIL PROTECTED] [EMAIL PROTECTED]
:.:
:.: When you want something, all the universe 
:.:   conspires in helping you to achieve it.
:.:   - The Alchemist (Paulo Coelho)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: djbdns setup questions

2003-11-25 Thread Eric Paynter
Tom Caudron said:
 It's odd, since t looks like packets are finding their way to the
 dns to get the info (according to tcpdump on the dns), but they
 never get it (according to the results of the ping command on the
 client).  I am at a loss as to what I should be looking at next.

 One question.  When I registered the dns with go-daddy.com I just
 gave it a name (mordor.kungfugamers.com) and told it the ip
 address.  The only reason I gave it a name was because go-daddy
 insisted.  Frankly, an IP was good enough for me.  Should I be
 doing something with that name on the server itself?  I mean, it's
 internal name isn't
 mordor.kungfugamers.com.  If so, what do I do about the fact that
 I had to register it with 2 names (mordor.kungfugamers.com and
 shire.kungfugamers.com) because go-daddy demanded multiple
 authoritative dns's.

The internal name doesn't matter. They request the IP of each DNS
server for the glue records. Glue records work like this: your DNS
client asks where is www.kungfugamers.com. The DNS .com roots
respond I don't know, but mordor.kungfugamers.com knows.. So then
your client says, OK, so where is mordor.kungfugamers.com?. The
.com roots have to know the IP address at that server (and all name
servers), otherwise, you'll never find it. Once the client has the
IP of the name server, it goes to it for all further DNS requests on
that domain. It uses the IP address to perform the query and doesn't
care what the server's internal hostname is.

I have verified that the glue records are in place and working for
both of your name server names, and both point to 68.15.153.133. So
the problem isn't at the registry. However, when I query your name
server directly with dig @68.15.153.133 www.kungfugamers.com, the
request times out. Are you sure you aren't blocking the requests in
some way?

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cups printing problems

2003-11-25 Thread Harlan
Hi Kathy,

 I have stopped and restarted the cupsd before and after every change.
 I have the parport compiled into the kernel, not as a separate module, but I 
can certainly try that.

Here is a section of my /etc/log/cups/error_log file after stopping and 
starting cupsd:

I [25/Nov/2003:10:45:01 -0600] Listening to c0a80114:631
I [25/Nov/2003:10:45:01 -0600] Loaded configuration file 
/etc/cups/cupsd.conf
I [25/Nov/2003:10:45:01 -0600] Configured for up to 100 clients.
I [25/Nov/2003:10:45:01 -0600] Allowing up to 100 client connections per host.
I [25/Nov/2003:10:45:01 -0600] Full reload is required.
I [25/Nov/2003:10:45:21 -0600] LoadPPDs: Read /etc/cups/ppds.dat, 2771 
PPDs...
I [25/Nov/2003:10:46:06 -0600] LoadPPDs: No new or changed PPDs...
I [25/Nov/2003:10:46:06 -0600] Full reload complete.
I [25/Nov/2003:10:48:31 -0600] Started /usr/lib/cups/cgi-bin/printers.cgi 
(pid
=5151)
E [25/Nov/2003:10:48:31 -0600] [CGI] CUPS-Get-Printers request failed - 
server-e
rror-internal-error (500)
I [25/Nov/2003:10:48:51 -0600] Started /usr/lib/cups/cgi-bin/admin.cgi 
(pid=51
58)

As far as I know, I have all the latest foomatic scripts in place, according 
to the installation instructions.

I'm open to suggestions.

Thanks again for your help.

Harlan...


On Wednesday 19 November 2003 03:15 am, Kathy Wills wrote:
 Harlan wrote:
 Well, I re-installed (emerged in gentoo parlance) gimp-print, foomatic
  (and related packages) with newer versions.  I still have the same
  problems with the command-line foomatic-configure.  When I try to use the
  web admin tools with cups (Add Printer), I cannot select the device.  I
  put in the name I want, click on the Continue button, the Device
  dropdown is empty - no device choices.
 
 In the cups-doc.html that Kathy suggested, 5. Configure CUPS. says to
 basically use the Add Printer with a web browser and follow the
  directions, which I have done.
 
 Any ideas on how to get a device to be recognized?
 
 I do have /dev/lp0 and I can cat a text file to it.
 
 Thanks,
 
 Harlan...

 Did you do /etc/init.d/cupsd stop then /etc/init.d/cupsd start after
 doing your upgrades? Is the parport module loaded? Do you have any error
 messages regarding this in /var/log/cups?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cups printing problems

2003-11-25 Thread Ted Ozolins
Harlan wrote:

Hi Kathy,
 I put the ppd file in:
/usr/share/cups/model/HP-DeskJet_420C-hpijs.ppd
 I believe that is what the directions said to do.  Still don't have a device 
to select from in the dropdown combo box.

Thanks Again,

Harlan...

 

I read in another of your posts that you had stop/start cupsd, however, 
I ran into the same problem when setting up my printer. After stopping 
cupsd I decided to check with top to see if in fact cupsd had been 
halted, it had not. I then k with 9 cupsd then I restarted cups and 
my printer appeared in the selection drop_down.
Just a thought : )

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] gentoo pro audio

2003-11-25 Thread derek holzer
hi Brett,

thanks for the suggestions. I am still getting used to the Portage 
system. so easy on the outside, so strange on the inside!

It seemed like the ability to edit makefiles should be in it somewhere, 
so I am glad you could point me in the right direction. As for making 
audio ebuilds, I would love to try my hand at this when I get more 
comfortable with the system, and find a bit of time to read all the docs.

best wishes,
D.
brett holcomb wrote:


Gentoo would not object to 
help so you could contact someone and offer to help G.




--
[EMAIL PROTECTED] mailing list


[gentoo-user] Re: [POSSIBLE SPAM]:Re: [gentoo-user] cups printing problems

2003-11-25 Thread Harlan
Hi Ted,
  I have run into this now and again.  I do check if the daemon actually 
stops, usually I do ps -elf |grep cups.

Thanks for your suggestion.

Harlan...

On Tuesday 25 November 2003 11:06 am, Ted Ozolins wrote:
 I read in another of your posts that you had stop/start cupsd, however,
 I ran into the same problem when setting up my printer. After stopping
 cupsd I decided to check with top to see if in fact cupsd had been
 halted, it had not. I then k with 9 cupsd then I restarted cups and
 my printer appeared in the selection drop_down.
 Just a thought : )


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Problem generating kernelmodule for Qlogic 2-Gb Fiberchannel drivers

2003-11-25 Thread Herbert Szumovski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi guys,
I want to setup a server with GenToo, which has 2 QLA2340 Fiberchannel 
adapters built in.  I downloaded from their website the redhat package
http://download.qlogic.com/drivers/14511/qla2x00-v6.06.10-dist.tgz
By modifying their Makefile and Config.in I managed to include their
modules after some try and error, and compile a kernel with genkernel.
  Though it works, it's quite unclean, because 2 modules qla2300 and
qla2300_conf are needed.  Regardless what I do, genkernel only
compiles qla2300. I solved it in a way that when genkernel dies when it
tries to merge the non-existing qla2300_conf.o, I compile the module 
manually, copy it to a private location, run genkernel again, and after the 
make clean step copy it back to the driver-directory, so it can be happily 
merged.
   Before I dig into the details of genkernel and Makefiles to make this work 
cleanly, do I miss possibly an easy standard way to compile 3rd party drivers 
in ?

Thanks for any advice, Herbert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/w5OABZUJL46FGKURAkMRAKDNiVu47mMFCvH38V0R4MAgr7pAPACg1uEI
Js1yFEcPl1Dl7+ZNlvmrGJA=
=wyRp
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Oliver Lange
Anders Hasselqvist wrote:
Unmount the drive a.s.a.p after you deleted the file
Absolutely clear.

Make a backup of the partition
run reiserfsck --rebuild-tree --scan-whole-partition
remount.
Copy the deleted file to another partition
Re-install the backup
Something like that.
Well better than no way. It's an enourmous procedure, especially
if one has huge amounts of data on a modern (big) harddisk, but
in fact i rarely need such recovery operations (once in a few years),
so this is at least a way.
Thank you.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Oliver Lange
Redeeman wrote:
its not a minus, its also a feature, sometimes if i delete data i really
want it to disappear!
Well if i want to delete a file forever, there are many tools out there
which do the job. For example, Krusader offers a shred command, other
tools work from the console. These tools overwrite the whole file with
Null-Bytes before deleting them.
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] XFS server eating too much CPU

2003-11-25 Thread Thomas T. Veldhouse
Martin Hudec wrote:
 It does respond to kill -9 (the Force is definitely not with my XFS
 :)), but I need to XFS running and not using so much CPU :(.



XFS initially needs to index the available fonts.  It should only have to do
this the first time, and it should save the index for future use.  If you
let it finish, I doubt it would remain a problem in the future.

Tom Veldhouse


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cups printing problems

2003-11-25 Thread Kathy Wills
Harlan wrote:

Hi Kathy,

I have stopped and restarted the cupsd before and after every change.
I have the parport compiled into the kernel, not as a separate module, but I 
can certainly try that.

Here is a section of my /etc/log/cups/error_log file after stopping and 
starting cupsd:

I [25/Nov/2003:10:45:01 -0600] Listening to c0a80114:631
I [25/Nov/2003:10:45:01 -0600] Loaded configuration file 
/etc/cups/cupsd.conf
I [25/Nov/2003:10:45:01 -0600] Configured for up to 100 clients.
I [25/Nov/2003:10:45:01 -0600] Allowing up to 100 client connections per host.
I [25/Nov/2003:10:45:01 -0600] Full reload is required.
I [25/Nov/2003:10:45:21 -0600] LoadPPDs: Read /etc/cups/ppds.dat, 2771 
PPDs...
I [25/Nov/2003:10:46:06 -0600] LoadPPDs: No new or changed PPDs...
I [25/Nov/2003:10:46:06 -0600] Full reload complete.
I [25/Nov/2003:10:48:31 -0600] Started /usr/lib/cups/cgi-bin/printers.cgi 
(pid
=5151)
E [25/Nov/2003:10:48:31 -0600] [CGI] CUPS-Get-Printers request failed - 
server-e
rror-internal-error (500)
I [25/Nov/2003:10:48:51 -0600] Started /usr/lib/cups/cgi-bin/admin.cgi 
(pid=51
58)

As far as I know, I have all the latest foomatic scripts in place, according 
to the installation instructions.

I'm open to suggestions.

Thanks again for your help.

Harlan...

 

 

I'm fresh out of ideas. Check this out and see if can get some help 
http://www.linuxprinting.org/kpfeifle/LinuxKongress2002/Tutorial/VII.cups-help/VII.cups-help.html

--
Kathy Wills
+
+ Genealogy Web Site: http://www.kathywillsfamily.com   +
+   +
+ Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 +
+


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] emerge failes

2003-11-25 Thread Michael Spohn

 Does /bin/sh exist? It should be a symlink to /bin/bash. To fix that:
 ln -sf /bin/bash /bin/sh
 
 Also, check permissions on /bin/bash (although I'd think that you'd be 
 operating from bash). Should be:
 bash-2.05b$ ls -l /bin/bash
 -rwxr-xr-x1 root root   632976 Nov  1 23:47 /bin/bash
 
 Fix it with (if you have permission to):
 chmod 755 /bin/bash
 chown root:root /bin/bash

It's all like it should be. Something else must be going wrong. :-(

Michael



--
[EMAIL PROTECTED] mailing list



[gentoo-user] newbie install bewilderments

2003-11-25 Thread Glenn English
If this isn't the appropriate place to ask these questions, what is?

I'm trying to install Gentoo on my new computer - P4, Intel D865GBF
motherboard, IDE disks.

It's time to compile the kernel. The system boots from the hard disk,
and root can log in, with a kernel compiled using the default config,
but DMA isn't enabled for the disks. The 'Enable IDE DMA if available'
config switch is on. Why isn't DMA?

Where is the map between NIC cards and module names?

I've been told this motherboard is unstable with Linux unless you
compile your own kernel. Is that true? What do I need to do in
'genkernel --config' to make it stable?

When I run the memtest from the Live CD, it dies in pass2. I tried it
with both sticks in, and with both sticks individually - but the huge
compiles do just fine with 'top' saying 90% of the RAM is being used.
Explanation(s)? How can I run memtest without the Live CD?

The x86 install instructions from the website are very well done. Is
there a kernel config page? If so, where is it?

-- 
Glenn English
[EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Roger Miliker
On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
 I just downloaded Stage 1  and followed the directions up to the:

 emerge sync

 command.   My portage is out of date so I ran:

  emerge --update portage

 But I get this error:


 checking how to run the C++ preprocessor ... /lib/cpp
 configure:  error:  C++ preprocessor /lib/cpp fails sanity check

 !!! ERROR: sys-libs/ncurses-5.3-r2 failed.
 !!! Function econf, Line 3224, Exitcode 1
 !!! econf failed


 I'll just push on with the bootstrap for grins, and start over when
 things die for good.

 --Kurt




I'm not sure, but that might be a bug in the install-doc.
Wait until you finished the install to update portage.

Roger




 --
 [EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] newbie install bewilderments

2003-11-25 Thread Eric Paynter
Glenn English said:
 It's time to compile the kernel. The system boots from the hard
 disk, and root can log in, with a kernel compiled using the
 default config, but DMA isn't enabled for the disks. The 'Enable
 IDE DMA if available' config switch is on. Why isn't DMA?

Have your tried hdparm -d1 /dev/hdx, replacing hdx with your
hard drive?? If that works, you can add it to /etc/conf.d/hdparm.
You might need to emerge hdparm first.


 When I run the memtest from the Live CD, it dies in pass2. I tried
 it with both sticks in, and with both sticks individually

You may have a problem with your RAM even though it doesn't show up
under regular use. That's what memtest is for - to test all
combinations that might cause a failure, even though you may rarely
do those things live.

-Eric

-- 
arctic bears - email and name services
25 email [EMAIL PROTECTED] CA$11.95/month
DNS starting at CA$3.49/month - domains from CA$25.95/year
for details contact [EMAIL PROTECTED] or visit
http://www.arcticbears.com




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] can't compile kdemultimedia

2003-11-25 Thread gabriel
On November 25, 2003 03:09 am, Jason Stubbs wrote:
 It's a bit worrying that two packages (on my system) own the same file.
 Which linux-headers are you running? If you find several, try unmerging
 them all and then re-emerging the latest.

 That's about all the help I can provide at the moment. Hopefully it is
 enough.

well i unmerged all linux-headers packages and then re-emerged version 
2.4.21-r1, (what does that do?)  then re-emerged glibc 2.3.2-r9 again since 
it reccomends it after installing linux-headers.  then i tried to emerge 
kdemultimedia and it died again in the same spot.

i realise that someone already suggested that i edit 
/usr/include/asm/byteorder.h and see if that works, but i'm loathed to 
start screwing around with stuff i don't understand.  there must be a right 
way(tm) to fix this sort of thing.

you asked what version of gcc i'm running, so this is the output of gcc -v:


Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: /var/tmp/portage/gcc-3.3.2-r2/work/gcc-3.3.2/configure 
--prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 
--includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include 
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man 
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared 
--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib 
--enable-languages=c,c++,f77,objc,java --enable-threads=posix 
--enable-long-long --disable-checking --enable-cstdio=stdio 
--enable-clocale=generic --enable-__cxa_atexit 
--enable-version-specific-runtime-libs 
--with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 
--with-local-prefix=/usr/local --enable-shared --enable-nls 
--without-included-gettext --x-includes=/usr/X11R6/include 
--x-libraries=/usr/X11R6/lib --enable-interpreter --enable-java-awt=xlib 
--with-x --disable-multilib
Thread model: posix
gcc version 3.3.2 20031022 (Gentoo Linux 3.3.2-r2, propolice)


and here's the barf at the end (in case it's any different from last time:



/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT  -D_REENTRANT  -ansi -W -Wall -Wchar-subscripts -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -g3 -fno-inline  -march=athlon-tbird -O2  -pipe 
-Wformat-security -Wmissing-format-attribute -c -o plat_ultrix.lo `test -f 
'plat_ultrix.c' || echo './'`plat_ultrix.c
In file included from /usr/include/linux/cdrom.h:14,
 from plat_linux.c:84:
/usr/include/asm/byteorder.h:38: error: syntax error before __u64
plat_linux.c: In function `gen_init':
plat_linux.c:134: warning: unused parameter `d'
plat_linux.c: In function `gen_play':
plat_linux.c:520: warning: left-hand operand of comma expression has no effect
plat_linux.c:520: warning: left-hand operand of comma expression has no effect
plat_linux.c:520: warning: left-hand operand of comma expression has no effect
plat_linux.c:520: warning: statement with no effect
plat_linux.c: In function `gen_pause':
plat_linux.c:557: warning: statement with no effect
plat_linux.c: In function `gen_resume':
plat_linux.c:567: warning: statement with no effect
plat_linux.c: In function `gen_stop':
plat_linux.c:577: warning: statement with no effect
plat_linux.c: In function `gen_eject':
plat_linux.c:637: warning: statement with no effect
plat_linux.c: In function `gen_set_volume':
plat_linux.c:724: warning: left-hand operand of comma expression has no effect
plat_linux.c:724: warning: left-hand operand of comma expression has no effect
plat_linux.c:724: warning: statement with no effect
plat_linux.c: In function `gen_get_volume':
plat_linux.c:743: warning: left-hand operand of comma expression has no effect
plat_linux.c:743: warning: left-hand operand of comma expression has no effect
plat_linux.c:743: warning: statement with no effect
plat_ultrix.c:28: warning: `plat_ultrix_id' defined but not used
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT  -D_REENTRANT  -ansi -W -Wall -Wchar-subscripts -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -g3 -fno-inline  -march=athlon-tbird -O2  -pipe 
-Wformat-security -Wmissing-format-attribute -c -o plat_news.lo `test -f 
'plat_news.c' || echo './'`plat_news.c
make[4]: *** [plat_linux.lo] Error 1
make[4]: *** Waiting for unfinished jobs
plat_news.c:28: warning: `plat_news_id' defined but not used
make[4]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.2.0_beta1/work/kdemultimedia-3.1.93/kscd/libwm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.2.0_beta1/work/kdemultimedia-3.1.93/kscd/libwm'
make[2]: *** 

[gentoo-user] idle connections?

2003-11-25 Thread Keith Hamilton








Does anyone know of an idle program that will kill all idle
consoles after a certain amount of time?



-- keith








RE: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Van Eps, Nathan D. (James Tower)
Unix is a what you say is what you get sort of operating system. It is not
very forgiving, but I like it that way. It sucks when you type rm -r * in
the root directory by accident. I did type it once and learned a very
valuable lesson (don't do that).

If you are often deleting files by accident, you should look into a solution
that moves the files to a temporary folder to be deleted later. I can see
this happening if your used to windows or macos, because you can always
restore. I think gnome does this on the desktop by default. 

-Nathan


-Original Message-
From: Oliver Lange

Redeeman wrote:
 
 its not a minus, its also a feature, sometimes if i delete data i really
 want it to disappear!

Well if i want to delete a file forever, there are many tools out there
which do the job. For example, Krusader offers a shred command, other
tools work from the console. These tools overwrite the whole file with
Null-Bytes before deleting them.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge failes

2003-11-25 Thread Jason Stubbs
On Wednesday 26 November 2003 04:43, Michael Spohn wrote:
(B  Does /bin/sh exist? It should be a symlink to /bin/bash. To fix that:
(B  ln -sf /bin/bash /bin/sh
(B 
(B  Also, check permissions on /bin/bash (although I'd think that you'd be
(B  operating from bash). Should be:
(B  bash-2.05b$ ls -l /bin/bash
(B  -rwxr-xr-x1 root root   632976 Nov  1 23:47 /bin/bash
(B 
(B  Fix it with (if you have permission to):
(B  chmod 755 /bin/bash
(B  chown root:root /bin/bash
(B
(B It's all like it should be. Something else must be going wrong. :-(
(B
(BCheck out /usr/bin/python then.
(B
(BJason
(B
(B--
(B[EMAIL PROTECTED] mailing list

RE: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Allen Parker


 -Original Message-
 From: Roger Miliker [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 3:33 PM
 To: [EMAIL PROTECTED]; Kurt Guenther
 Subject: Re: [gentoo-user] emerge --update portage Fails
 
 On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
  I just downloaded Stage 1  and followed the directions up to the:
 
  emerge sync
 
  command.   My portage is out of date so I ran:
 
   emerge --update portage
 
  But I get this error:
 
 
  checking how to run the C++ preprocessor ... /lib/cpp
  configure:  error:  C++ preprocessor /lib/cpp fails sanity check
 
  !!! ERROR: sys-libs/ncurses-5.3-r2 failed.
  !!! Function econf, Line 3224, Exitcode 1
  !!! econf failed
 
 
  I'll just push on with the bootstrap for grins, and start over when
  things die for good.

That is a install-doc bug. You are *NOT* supposed to do anything with
portage except an emerge sync. When the emerge sync is completed you're
supposed to cd /usr/portage  scripts/boostrap.sh to start the boostrap
process. When you've reached stage2, it'll be safe to emerge -u portage, but
not until then. When you've completed stage1, but before stage2's emerge -p
system, emerge -u portage should be issued.

The reason why it's failing the sanity check is because it doesn't exist.
/lib/cpp is only installed during the gcc bootstrap process (something you
haven't done yet in a stage1 :-p)

  --Kurt
 
 
 
 
 I'm not sure, but that might be a bug in the install-doc.
 Wait until you finished the install to update portage.
 
 Roger
 
 
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Collins Richey
On Tue, 25 Nov 2003 17:21:56 -0500 Allen Parker [EMAIL PROTECTED] wrote:

 
 
  -Original Message-
  From: Roger Miliker [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 25, 2003 3:33 PM
  To: [EMAIL PROTECTED]; Kurt Guenther
  Subject: Re: [gentoo-user] emerge --update portage Fails
  
  On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
   I just downloaded Stage 1  and followed the directions up to the:
  
   emerge sync
  
   command.   My portage is out of date so I ran:
  
emerge --update portage
  

I would hope that someone has filed a bugzilla on the install documentation! 
This is the 2nd or 3rd hit this week.


-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] idle connections?

2003-11-25 Thread Allen Parker
First, please don't use HTML or read receipts, it's kinda rude.

Are you looking for something like debian's autolog? AFAIK, there's nothing
in portage that would fill that functionality for you. Sorry.


From: Keith Hamilton [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 25, 2003 4:06 PM
To: [EMAIL PROTECTED]
Subject: [gentoo-user] idle connections?

Does anyone know of an idle program that will kill all idle consoles after a
certain amount of time?

-- keith


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Allen Parker
The problem is that Gentoo would have to rebuild all of the isos it has,
re-md5 them and such to fix the /install.txt :(

 -Original Message-
 From: Collins Richey [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 5:35 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] emerge --update portage Fails
 
 On Tue, 25 Nov 2003 17:21:56 -0500 Allen Parker [EMAIL PROTECTED] wrote:
 
 
 
   -Original Message-
   From: Roger Miliker [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 25, 2003 3:33 PM
   To: [EMAIL PROTECTED]; Kurt Guenther
   Subject: Re: [gentoo-user] emerge --update portage Fails
  
   On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
I just downloaded Stage 1  and followed the directions up to the:
   
emerge sync
   
command.   My portage is out of date so I ran:
   
 emerge --update portage
   
 
 I would hope that someone has filed a bugzilla on the install
 documentation!
 This is the 2nd or 3rd hit this week.
 
 
 --
 Collins Richey - Denver Area
 if you fill your heart with regrets of yesterday and the
 worries of tomorrow, you have no today to be thankful for.
 
 
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Roger Miliker
On Tuesday 25 November 2003 23:34, Collins Richey wrote:
 On Tue, 25 Nov 2003 17:21:56 -0500 Allen Parker [EMAIL PROTECTED] wrote:
   -Original Message-
   From: Roger Miliker [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 25, 2003 3:33 PM
   To: [EMAIL PROTECTED]; Kurt Guenther
   Subject: Re: [gentoo-user] emerge --update portage Fails
  
   On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
I just downloaded Stage 1  and followed the directions up to the:
   
emerge sync
   
command.   My portage is out of date so I ran:
   
 emerge --update portage

 I would hope that someone has filed a bugzilla on the install
 documentation! This is the 2nd or 3rd hit this week.

There is.

http://bugs.gentoo.org/show_bug.cgi?id=33977

Roger

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Collins Richey
On Tue, 25 Nov 2003 17:37:08 -0500 Allen Parker [EMAIL PROTECTED] wrote:

 The problem is that Gentoo would have to rebuild all of the isos it has,
 re-md5 them and such to fix the /install.txt :(
 
  -Original Message-
  From: Collins Richey [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, November 25, 2003 5:35 PM
  To: [EMAIL PROTECTED]
  Subject: Re: [gentoo-user] emerge --update portage Fails
  
  On Tue, 25 Nov 2003 17:21:56 -0500 Allen Parker [EMAIL PROTECTED] wrote:
  
  
  
-Original Message-
From: Roger Miliker [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 3:33 PM
To: [EMAIL PROTECTED]; Kurt Guenther
Subject: Re: [gentoo-user] emerge --update portage Fails
   
On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
 I just downloaded Stage 1  and followed the directions up to the:

 emerge sync

 command.   My portage is out of date so I ran:

  emerge --update portage

  
  I would hope that someone has filed a bugzilla on the install
  documentation!
  This is the 2nd or 3rd hit this week.
  

I understand.  But at the very least there should be some sort of errata list to
help newbies through this confusing recommendation!  Not everyone who picks up a
gentoo cd is going to know to search the archives (as a matter of fact they are
pretty well hidden) when they've never even seen portage in action.

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] dependency tree

2003-11-25 Thread Adrian Pirciu
Hi all

I just merged gnome2, that means about 20 packets. I tested it and now 
I want to remove all this packages, but an emerge --unmerge gnome 
only removes the gnome package. How can i find a dependency tree 
or something, so that I can find out which packages are needed by 
gnome, but not needed by any other package, so I can safely delete 
all the ununsed packages I have now installed.

--
adixor

--
[EMAIL PROTECTED] mailing list



[gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Adrian Pirciu
Hi

I have a pretty slow computer, p3/700, and i can use a P4 to compile 
my packages. Given that on the P4 there's gentoo installed, how can I 
compile the packages I need on the P4 then merge them on my gentoo on 
P3 ? There must an easy way to do this. 

Thank you all.

adi

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Internal Modem - which tty to use..?

2003-11-25 Thread Stroller
Hi all,

I want to use my Linux box for voicemail. I believe this is done using 
mgetty / vgetty to answer the phone after a few rings, and that it 
should be possible to get it to play then an audio file of the outgoing 
message (sorry, I'm not here right now) and record another one for 
incoming messages.

The documentation on vgetty is sparse /or 404ing, but I have installed 
an internal modem in my machine  started following the modem-HOWTO at 
http://www.tldp.org/HOWTO/Modem-HOWTO.html. In section 2.4 it starts 
by discussing the IO address and IRQ  mentions that a PlugPlay BIOS 
can do this. I believe that the following output indicates that this 
has been done successfully:

  # cat /proc/pci
  PCI devices found:
  ...
   Bus  0, device  13, function  0:
Communication controller: Conexant HCF 56k Data/Fax/Voice Modem 
(rev 8).
  IRQ 11.
  Master Capable.  Latency=64.
  Non-prefetchable 32 bit memory at 0x4210 [0x4210].
  I/O at 0x2020 [0x2027].
  ...

Section 1.9 of the modem-HOWTO then says:
  For PnP modems: If the BIOS has already set these in the physical 
device
 (which a PnP BIOS will do if it thinks you don't have a PnP OS) then 
you need
 to determine the IRQ and IO address and then tell this to setserial.

Could someone explain how I should do this, please..?

The physical serial ports on the motherboard seem to have been 
allocated correctly at boot up:
  # dmesg | grep tty
  ttyS00 at 0x03f8 (irq = 4) is a 16550A
  ttyS01 at 0x02f8 (irq = 3) is a 16550A

But there are no other /dev/ttyS slots available:
  # ls /dev/ttyS*
  /dev/ttyS0  /dev/ttyS1
  # setserial /dev/ttyS2
  /dev/ttyS2: No such file or directory
How  do I create one, please..?

Many thanks in advance for any help or comments. I would be 
particularly interested to hear from anyone else who is using vgetty to 
answer the phone.

Stroller.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Ian Truelsen
On Tue, 25 Nov 2003 15:43:24 -0700
Collins Richey [EMAIL PROTECTED] wrote:

 On Tue, 25 Nov 2003 17:37:08 -0500 Allen Parker [EMAIL PROTECTED]
 wrote:
 
  The problem is that Gentoo would have to rebuild all of the isos it
  has, re-md5 them and such to fix the /install.txt :(
  
   -Original Message-
   From: Collins Richey [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 25, 2003 5:35 PM
   To: [EMAIL PROTECTED]
   Subject: Re: [gentoo-user] emerge --update portage Fails
   
   On Tue, 25 Nov 2003 17:21:56 -0500 Allen Parker [EMAIL PROTECTED]
   wrote:
   
   
   
 -Original Message-
 From: Roger Miliker [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 3:33 PM
 To: [EMAIL PROTECTED]; Kurt Guenther
 Subject: Re: [gentoo-user] emerge --update portage Fails

 On Tuesday 25 November 2003 21:21, Kurt Guenther wrote:
  I just downloaded Stage 1  and followed the directions up to
  the:
 
  emerge sync
 
  command.   My portage is out of date so I ran:
 
   emerge --update portage
 
   
   I would hope that someone has filed a bugzilla on the install
   documentation!
   This is the 2nd or 3rd hit this week.
   
 
 I understand.  But at the very least there should be some sort of
 errata list to help newbies through this confusing recommendation! 
 Not everyone who picks up a gentoo cd is going to know to search the
 archives (as a matter of fact they are pretty well hidden) when
 they've never even seen portage in action.
 
At least an update to the website would be a good idea. A mention to
ignore the portage notification? At the moment it specifically states
that you should update portage before bootstrapping, which is the cause
of the problems, from what I have read.

-- 
Ian Truelsen
Email: [EMAIL PROTECTED]
AIM: ihtruelsen
Homepage: http://www.ihtruelsen.dyndns.org

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Stroller
On Nov 25, 2003, at 11:12 pm, Adrian Pirciu wrote:
I have a pretty slow computer, p3/700, and i can use a P4 to compile
my packages. Given that on the P4 there's gentoo installed, how can I
compile the packages I need on the P4 then merge them on my gentoo on
P3 ? There must an easy way to do this.
From `man emerge`:

   --buildpkgonly (-B)
  Creates binary packages for all ebuilds processed without 
 actu-
  ally  merging the packages.  This comes with the caveat 
that all
  build time dependencies must already be emerged on the 
system.

   --usepkg (-k)
  Tells  emerge  to use binary packages (from $PKGDIR) if 
they are
  available, thus possibly avoiding some time-consuming  
compiles.
  This   option   is  useful  for  CD  installs;  you  can  
export
  PKGDIR=/mnt/cdrom/packages and then  use  this  option  
to  have
  emerge  pull  binary  packages from the CD in order to 
satisfy
  dependencies.

HTH,

Stroller.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] newbie install bewilderments

2003-11-25 Thread Stroller
On Nov 25, 2003, at 8:11 pm, Glenn English wrote:

It's time to compile the kernel. The system boots from the hard disk,
and root can log in, with a kernel compiled using the default config,
but DMA isn't enabled for the disks. The 'Enable IDE DMA if available'
config switch is on. Why isn't DMA?
Try `/etc/init.d/hdparm start`  see if it works. You'll wish to add 
this to the default runlevel, I think.

HTH,

Stroller.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Matthias F. Brandstetter
-- quoting Adrian Pirciu --
 I have a pretty slow computer, p3/700, and i can use a P4 to compile
 my packages. Given that on the P4 there's gentoo installed, how can I
 compile the packages I need on the P4 then merge them on my gentoo on
 P3 ? There must an easy way to do this.

I would suggest you look at:

[EMAIL PROTECTED] haim $ emerge search distcc
Searching...
[ Results for search key : distcc ]
[ Applications found : 2 ]

*  sec-policy/selinux-distcc
  Latest version available: 20030728
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 0 kB
  Homepage:http://www.gentoo.org/proj/en/hardened/
  Description: SELinux policy for distcc

*  sys-devel/distcc
  Latest version available: 2.9
  Latest version installed: [ Not Installed ]
  Size of downloaded files: 231 kB
  Homepage:http://distcc.samba.org/
  Description: a program to distribute compilation of C code across 
several machines on a network

-- 
Mmm...incapacitating.

-- Homer Simpson
   The Springfield Connection


--
[EMAIL PROTECTED] mailing list



[gentoo-user] searching for website manager

2003-11-25 Thread Matthias F. Brandstetter
Hi all,

I am searching for a website manager with the following features:

*) GPL-based
*) Perl, PHP, ... everything would be ok
*) support for more than one user / website
*) support for uploading one or more files / directories
*) support for changing file mode (like chmod command)
*) password protected access
*) output of all files / directories on this virtual host

In other words: I need a site manager, which my useres could use like a 
normal FTP client, but via their web browser.

Does anyone know of such a tool?
Greetings and TIA, Matthias

-- 
Flanders:
They're not perfect, but the Lord says love they neighbor --

Homer:  Shut up, Flanders.

Flanders:
Okely-dokely-do.

   Hurricane Neddy


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Harald Arnesen
Oliver Lange [EMAIL PROTECTED] writes:

 Redeeman wrote:
 its not a minus, its also a feature, sometimes if i delete data i
 really
 want it to disappear!


 Well if i want to delete a file forever, there are many tools out there
 which do the job. For example, Krusader offers a shred command, other
 tools work from the console. These tools overwrite the whole file with
 Null-Bytes before deleting them.

It's still not deleted. If a sufficiently determinded party wants to
recover your data, they can do it.
-- 
Hilsen Harald.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread nealbirch
On Tue, 25 Nov 2003 00:52:24 +0100
Norbert Kamenicky [EMAIL PROTECTED] wrote:

 Juan Ángel wrote:
 
  You could try to rewrite the rm program, or the code responsible
 
  of deleting in the VFS to fake a removal.
 
 :-)
 
 here u can find safe rm replacement
 which worx in  similar  way as on windblowz ...
 
 http://www.cs.ecu.edu/~collins/rm/rm.html

Also see:

http://www.yoursitemaster.com/open_source/projects/trashcan/index.htm

quote:
  Trash Can is a command line recycle bin for Linux/*NIX based systems.
  ksh, bash or zsh is needed to operate.

Abilities Include:

 command   description
  1) rm or throw - file removal
  2) trestore- file restoration (original path)
  3) delete  - permanent deletion of a single file from trash can
  4) purge   - automatic purging of trash over X number of days old
  5) empty   - completely empty trash can
  6) tkeep   - set number of days to keep trash
  7) tmax- configure trash can storage capacity
  8) prm - Permanent removal of files following this command
  9) trash   - displays Trash Can disk usage, trash commands, and
   unique files in trash sorted by name

Other Abilities:

 -  Trash is compressed to take up less room.
 -  restore  delete both display a list of files to choose from.
 -  Automatic permanent deletion of 'core'  'dead.letter' files
 -  Paging is enabled for long trash list.
 -  Entire directories can be removed and restored/deleted.
 -  Prompts user if restoring over and existing file, etc...
 -  Warns you in varying degrees (soft  hard) as your trash can
nears maximum storage capacity.
 -  Install script is included for easy installation.
It now has the ability to create users on the fly.
 -  Notifies you of files about to be deleted.
 -  Un-Install script is now included for ease of un-installation.
It can now handle multiple users:  uninstall for a single user,
selected users, or all users.
 -  Link deletion/restoration.

blah blah blah. 

So I guess if you are in the habit of deleting things you shouldn't, or
you provide support for people who do (*and who expect you to recover
for them when they screw up), you might want to look at this. Me, I make
it a habit to not delete stuff unless I need to. I'm just funny that
way. haha

Just as an aside, the first thing that gets done when I use windows is I
remove the option to copy files to the trash can. When I delete
something, I personally have a tendency to make sure that I am not going
to need it before I do so and I want it gone. If I need to back it up or
I am not sure, I mv the damn thing to a designated backup area.  This
saves time as my computer doesn't have to cp everything to the trash
when I delete something. (yeah, I know I can hold the shift key down,
but delete means delete, damn it, not back it up in case I am a
moron.)

anyway, back to your regularly scheduled programming.

-- 
  
/ By protracting life, we do not deduct  \
| one jot from the duration of death. -- |
\ Titus Lucretius Carus  /
  
\   ^__^
 \  (oo)\___
(__)\   )\/\
||w |
|| ||

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Stroller
On Nov 25, 2003, at 11:46 pm, Adrian Pirciu wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks. Now all I need is how to move the files from one computer to
another (that is, what directories should i move). The -B produces a
file or a directory of binaries ? What should I move ? To where ?
To find out for you, I emerged a small package, ran updatedb  used 
locate to find out what the result was. I'm a little unclear  as to why 
you were unable to do this yourself.

`emerge -B someapp` seems to put a tbz2 archive of the binaries in 
/usr/portage/packages/All/. Presumably you move that to the same 
directory on the slower machine  then `emerge -k someapp`. Don't 
forget to change you CFLAGS on the fast machine to reflect the 
processor of the slow machine.

Stroller.

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Adrian Pirciu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks a lot. I really didn't want you to bother too much, I just 
thought that somebody would know the answer right away, without 
trying. Right now I don't have access to a gentoo system and that's 
why I just wanted to know if this thing is possible and easy to do.

Thanks a lot, Stroller ! 

On Wednesday 26 November 2003 02:50, Stroller wrote:
 On Nov 25, 2003, at 11:46 pm, Adrian Pirciu wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Thanks. Now all I need is how to move the files from one computer
  to another (that is, what directories should i move). The -B
  produces a file or a directory of binaries ? What should I move ?
  To where ?

 To find out for you, I emerged a small package, ran updatedb  used
 locate to find out what the result was. I'm a little unclear  as to
 why you were unable to do this yourself.

 `emerge -B someapp` seems to put a tbz2 archive of the binaries in
 /usr/portage/packages/All/. Presumably you move that to the same
 directory on the slower machine  then `emerge -k someapp`. Don't
 forget to change you CFLAGS on the fast machine to reflect the
 processor of the slow machine.

 Stroller.


 --
 [EMAIL PROTECTED] mailing list

- -- 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/w/sAHMw8JJ+r9ucRAh9EAJ9rKOd9FC/5D8EoZOyCA0KqDnw/KwCfVayp
/BHrIadN4L26uzKAIPo6dZY=
=t7j1
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Allen Parker
If you send me off list your arch/CFLAGS for your slow machine, and what
packages you want, I'll be happy to emerge -B them for you and allow you to
download the packages via a high-speed mirror.

 -Original Message-
 From: Adrian Pirciu [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 8:00 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] compile on other computer, emerge on mine
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Thanks a lot. I really didn't want you to bother too much, I just
 thought that somebody would know the answer right away, without
 trying. Right now I don't have access to a gentoo system and that's
 why I just wanted to know if this thing is possible and easy to do.
 
 Thanks a lot, Stroller !
 
 On Wednesday 26 November 2003 02:50, Stroller wrote:
  On Nov 25, 2003, at 11:46 pm, Adrian Pirciu wrote:
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   Thanks. Now all I need is how to move the files from one computer
   to another (that is, what directories should i move). The -B
   produces a file or a directory of binaries ? What should I move ?
   To where ?
 
  To find out for you, I emerged a small package, ran updatedb  used
  locate to find out what the result was. I'm a little unclear  as to
  why you were unable to do this yourself.
 
  `emerge -B someapp` seems to put a tbz2 archive of the binaries in
  /usr/portage/packages/All/. Presumably you move that to the same
  directory on the slower machine  then `emerge -k someapp`. Don't
  forget to change you CFLAGS on the fast machine to reflect the
  processor of the slow machine.
 
  Stroller.
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 - --
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 
 iD8DBQE/w/sAHMw8JJ+r9ucRAh9EAJ9rKOd9FC/5D8EoZOyCA0KqDnw/KwCfVayp
 /BHrIadN4L26uzKAIPo6dZY=
 =t7j1
 -END PGP SIGNATURE-
 
 --
 [EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] compile on other computer, emerge on mine

2003-11-25 Thread Allen Parker
They already have something like that, it's called GRP.

 -Original Message-
 From: Adrian Pirciu [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 8:32 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [gentoo-user] compile on other computer, emerge on mine
 
 This is most unexpected. THANK YOU !! But frankly.. you woudn't want
 to see the list :) (and there are also the daily updates...) .
 Anyway, I'm thinking of doing something like a local gentoo binary
 packages repository me and my coworkers. I think it would be easier
 for everyone. We would have the packages we need compiled for all the
 architectures we have around...
 
 Really.. somebody who has a fast link and some good cpupower should do
 something like this. I really like(d) the compiling thing and all and
 gentoo works perfectly.. but things are starting to bother me since
 all day long, I just compile, compile, compile. This is not suitable
 for this computer, and, of course, everything slows down,
 productivity decreases, etc... Maybe I'm not the only one with this
 problem (thinking about the laptop dudes also) and this would be a
 great time saving thing. Of course, things might easily get out of
 hand, since we can make a version with use=+gtk2 and another with
 use=-gtk2 :)). Hope this doesn't happen. I think that 80% of the
 users share the same use flags.
 
 Does anybody see anything that would mark this binary library as
 ineffective and/or bad ?
 
 Thanks again for the idea Allen ...
 
 On Wednesday 26 November 2003 03:15, Allen Parker wrote:
  If you send me off list your arch/CFLAGS for your slow machine, and
  what packages you want, I'll be happy to emerge -B them for you and
  allow you to download the packages via a high-speed mirror.
 
   -Original Message-
   From: Adrian Pirciu [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 25, 2003 8:00 PM
   To: [EMAIL PROTECTED]
   Subject: Re: [gentoo-user] compile on other computer, emerge on
   mine
  
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
  
   Thanks a lot. I really didn't want you to bother too much, I just
   thought that somebody would know the answer right away, without
   trying. Right now I don't have access to a gentoo system and
   that's why I just wanted to know if this thing is possible and
   easy to do.
  
   Thanks a lot, Stroller !
  
   On Wednesday 26 November 2003 02:50, Stroller wrote:
On Nov 25, 2003, at 11:46 pm, Adrian Pirciu wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Thanks. Now all I need is how to move the files from one
 computer to another (that is, what directories should i
 move). The -B produces a file or a directory of binaries ?
 What should I move ? To where ?
   
To find out for you, I emerged a small package, ran updatedb 
used locate to find out what the result was. I'm a little
unclear  as to why you were unable to do this yourself.
   
`emerge -B someapp` seems to put a tbz2 archive of the binaries
in /usr/portage/packages/All/. Presumably you move that to the
same directory on the slower machine  then `emerge -k
someapp`. Don't forget to change you CFLAGS on the fast machine
to reflect the processor of the slow machine.
   
Stroller.
   
   
--
[EMAIL PROTECTED] mailing list
  
   - --
   -BEGIN PGP SIGNATURE-
   Version: GnuPG v1.2.3 (GNU/Linux)
  
   iD8DBQE/w/sAHMw8JJ+r9ucRAh9EAJ9rKOd9FC/5D8EoZOyCA0KqDnw/KwCfVayp
   /BHrIadN4L26uzKAIPo6dZY=
   =t7j1
   -END PGP SIGNATURE-
  
   --
   [EMAIL PROTECTED] mailing list
 
  --
  [EMAIL PROTECTED] mailing list
 
 --
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge --update portage Fails

2003-11-25 Thread Marius Mauch
On 11/25/03  Ian Truelsen wrote:

 At least an update to the website would be a good idea. A mention to
 ignore the portage notification? At the moment it specifically states
 that you should update portage before bootstrapping, which is the
 cause of the problems, from what I have read.

Sorry, that's my fault, didn't test the proposed fix for the install
docs and it actually made the situation worse (see bug 33977). Should be
fixed very soon.

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] how NOT to start net.eth0?

2003-11-25 Thread Tom Hosiawa
 I've got a network interface configured but I don't want it to be started at boot 
 (this is a laptop).
 
 I don't know why, but it is started anyway. 

I had a similar problem on my laptop until someone mentioned ifplugd, it
automatically starts and stops the devices depending on the status of
the connection (plugged or unplugged).

Tom


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installing Gentoo on temporary partition.

2003-11-25 Thread Paul Varner
Tom Eastman wrote:
 I'm about to install gentoo on a temporary partition on my P4 box.
 The installation, when done, will be transfered to my pentium 3 and
 I'll do the final bootloader/misc setup stuff that can only be done
 on the real box.

 How do people recommend I transfer the completed gentoo installation
 to the new computer?  I can't just copy the raw partitions because
 (a) they're not the right size, and (b) they're on an LVM volume.

 So I need some way of copying over the network that will preserve all
 the required permissions and stuff... would rsync be the way to go?
 Or maybe tarring up the whole thing once it's done?

 What kind of options would I have to provide to ensure that all the
 permissions/ownerships are set correctly?

 Can anyone see any other potential tripfalls I haven't thought of?

When I built my Pentium-233 system using my Pentium 4 box, I followed the
Installation guide using a chroot'ed environment into a file system that had
plenty of space.  Once I was finished, I used tar/bzip (i.e. tar cvjf ) to
archive the resulting system.  In my case since the system was in another
location, I wrote the file to a CD-ROM.  Went to the Pentium 233 system,
booted it with a rescue system (Since it was initially running SuSE, I used
that)  I then repartioned, did a mkfs to make the new file systems, mounted
the file systems, and extracted the tar image.  At that point, I did a
chroot into the new file systems and ran grub to install the bootloader.  I
then rebooted and everything came up and I rechecked the configuration and
fixed the stuff I missed.

I estimate that I definitely saved several days by not having to compile on
the pentium 233.

Regards,
Paul



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Finding all suid binaries.

2003-11-25 Thread Chris van der Pennen




On Tue, 2003-11-25 at 21:40, Frank Schfer wrote:

Hi Tom,

 I tried `find / -perm +7000`, is that the right kind of thing?  The 7000 was a 
 guess, I've never really worked out how the bits in that 4th digit are 
 supposed to go.
 

7000 would be suid, gid, sticky (see man chmod)


Speaking of sticky...what on earth (if anything) does it do?

Chris



-- 
YOW!! The land of the rising SONY!!








signature.asc
Description: This is a digitally signed message part


[gentoo-user] Python debugging

2003-11-25 Thread Jason Stubbs
Hello all,

I want to debug some patches I'm doing for emerge but I can't find a good 
debugger. I'm trying to use eric3 at the moment but it becomes unresponsive 
as soon as portage is imported. Can anyone suggest a good debugger for 
Python?

Regards,
Jason

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Hemmann, Volker Armin
On Tuesday 25 November 2003 19:31, Oliver Lange wrote:
 Redeeman wrote:
  its not a minus, its also a feature, sometimes if i delete data i really
  want it to disappear!

 Well if i want to delete a file forever, there are many tools out there
 which do the job. For example, Krusader offers a shred command, other
 tools work from the console. These tools overwrite the whole file with
 Null-Bytes before deleting them.


that is the same like buying a car.. and buying a second one for left turns...

If I delete a file, I want it to be gone. Nothing else.

rm means remove not 'park this in a hidden dir' or 'obfuscate the name'.

That windows does not realy 'delete' but merely renames and overwrites files, 
is only an additional sign for windos weak design. Undeleting there is not a 
feature, but a way to exploit the shortenings of fat.


 --
 [EMAIL PROTECTED] mailing list

-- 
Conclusions 
 In a straight-up fight, the Empire squashes the Federation like a bug. Even 
with its numerical advantage removed, the Empire would still squash the 
Federation like a bug. Accept it. -Michael Wong 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] can't compile kdemultimedia

2003-11-25 Thread Norberto Bensa
Jason Stubbs wrote:
 Check out the bug report like Mike Gardiner said. The problem is there - in
 extensive detail!

 Basically, for the time being, you'll have to either downgrade gcc to 3.2.x
 or edit /usr/portage/kde-base/kdemultimedia/kdemultimedia-3.1.4.ebuild and

Just edit the damn /usr/include/asm/byteorder.h header file!

See my other post in this thread. Anyway, I'm attaching a patch

Regards,
Norberto
diff -urN linux-2.4.22.orig/include/asm-i386/byteorder.h linux-2.4.22/include/asm-i386/byteorder.h
--- linux-2.4.22.orig/include/asm-i386/byteorder.h	2003-06-13 11:51:38.0 -0300
+++ linux-2.4.22/include/asm-i386/byteorder.h	2003-11-24 16:52:48.0 -0300
@@ -35,7 +35,7 @@
 }
 
 
-static inline __u64 ___arch__swab64(__u64 val) 
+static __inline__ __u64 ___arch__swab64(__u64 val) 
 { 
 	union { 
 		struct { __u32 a,b; } s;
@@ -43,13 +43,13 @@
 	} v;
 	v.u = val;
 #ifdef CONFIG_X86_BSWAP
-	asm(bswapl %0 ; bswapl %1 ; xchgl %0,%1 
+	__asm__(bswapl %0 ; bswapl %1 ; xchgl %0,%1 
 	: =r (v.s.a), =r (v.s.b) 
 	: 0 (v.s.a), 1 (v.s.b)); 
 #else
v.s.a = ___arch__swab32(v.s.a); 
 	v.s.b = ___arch__swab32(v.s.b); 
-	asm(xchgl %0,%1 : =r (v.s.a), =r (v.s.b) : 0 (v.s.a), 1 (v.s.b));
+	__asm__(xchgl %0,%1 : =r (v.s.a), =r (v.s.b) : 0 (v.s.a), 1 (v.s.b));
 #endif
 	return v.u;	
 } 


pgp0.pgp
Description: signature


Re: [gentoo-user] searching for website manager

2003-11-25 Thread Robert Jewell
On Tuesday 25 November 2003 19:04, Matthias F. Brandstetter wrote:
 Hi all,

 I am searching for a website manager with the following features:

 *) GPL-based
 *) Perl, PHP, ... everything would be ok
 *) support for more than one user / website
 *) support for uploading one or more files / directories
 *) support for changing file mode (like chmod command)
 *) password protected access
 *) output of all files / directories on this virtual host

 In other words: I need a site manager, which my useres could use like a
 normal FTP client, but via their web browser.

 Does anyone know of such a tool?
 Greetings and TIA, Matthias

A search for php ftp on freshmeat.net yielded a number of results. :)
http://freshmeat.net/search/?q=php+ftpsection=projectsx=0y=0

not that i've tried any.  there's also phpftp, which i've seen before.. but i 
don't think it does permissions.
http://www.inebria.com/phpftp/

Good luck
Bob

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] reiserfs undelete ?

2003-11-25 Thread Adrian Pirciu
ext2 at least _can_ undelete files. the problem is searching for the 
specific file to undelete. The quick way: start mc (midnight 
commander) and in one of the menus you will find Undelete: it will 
search for deleted files, but they have no names, only inode 
numbers.. if you know the approximate size of the file, you can sort 
by size and use F3 to see every file and try to guess the right 
one..I used that and it worked fine.

On Tuesday 25 November 2003 01:28, Matthew Baxa wrote:
 On Mon, 2003-11-24 at 17:11, Oliver Lange wrote:
  Phil Sexton wrote:
  Someone with more technical backround (less lazyness ;-P) would
   provide you with a more exaustive answer, but in short you
   cannot undelete files in a ReiserFS partition because of its
   very internal structure.
  
   Does this count?
   http://recover.sourceforge.net/unix/
 
  Oh boy, that's a clear minus point for reiserfs..

 Um, all the Unix filesystems (ext2, ext3, ReiserFS, XFS, JFS, UFS)
 have no undelete stuff.


--
[EMAIL PROTECTED] mailing list



  1   2   >