Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-22 Thread Emil Beinroth
Hi,
what version of portmap, nfs-utils and baselayout are you running? Have
you tried reinstalling those 3 to make sure the config files and init
scripts are up to date?

Please post the output of `rc-status -a` and `rpcinfo -p tobey`. They
might be helpful for diagnosing the problem.

And I guess you are using nfs3?

Cheers, Emil

-- 
Emil Beinroth
83059 Kolbermoor | Germany

"I saw `cout' being shifted "Hello world" times to the left and stopped right 
there."
-- Steve Gonedes


pgpd4GlzN92ME.pgp
Description: PGP signature


Re: [gentoo-user] gcc 4.2.0 with java

2007-09-22 Thread Bo Ørsted Andresen
On Saturday 22 September 2007 00:35:22 Andrew Gaydenko wrote:
> After adding 'sys-devel/gcc gcj' string to 'package.use' file and
> reemergeing (twicely) the gcc package 'revdep-rebuild' still shows:
>
>  * Checking dynamic linking consistency
> [ 49% ]  *   broken /usr/lib64/gcc/x86_64-pc-linux-gnu/4.2.0/libgij.la
> (requires /usr/lib/../lib64/libgcj.la) [ 50% ]  *   broken
> /usr/lib64/gcj-4.2.0/libjvm.la (requires /usr/lib/../lib64/libgcj.la) [ 96%
> ]  *   broken /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.0/libgij.la (requires
> /usr/lib/../lib64/libgcj.la) [ 100% ]
>
> A packages claiming to use 'gcj' was emerged (and used) without problems.
> Have I missed something?

https://bugs.gentoo.org/show_bug.cgi?id=125728#c29

-- 
Bo Andresen


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


[gentoo-user] New mobo and USB problems

2007-09-22 Thread David Relson
Greetings,

I've got a brand new ASUS M2A-VM HDMI motherboard, with AMD 690G
northbridge and ATI SB600 southbridge.  The on-board video is now
working (using the vesa driver) and DMA is working for the IDE drive.
Not yet working is USB.  As shown below, lspci reports "ATI
Technologies SB600 USB, ASUSTeK Computer Unknown device 81ef".  What
kernel CONFIG is needed to support this chipset?

I'm running a2.6.22-gentoo-r5 kernel built for the AMD 64 X2
processor.  Below I've shown the active USB options in .config and
relevant output from lsmod and lspci -v. 

Thanks.

Regards,

David

### USB options in .config ###

CONFIG_BLK_DEV_ATIIXP=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_STORAGE=m

### "lsmod" output ###

uhci_hcd   22668  0 
usb_storage35652  0 
ehci_hcd   28684  0 
usbcore   119364  4 uhci_hcd,usb_storage,ehci_hcd

### "lspci -v" output ###

00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) (prog-if
10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 81ef
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]

00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) (prog-if
10 [OHCI]) --- same as above, except IRQ 17 ---

00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) (prog-if
10 [OHCI]) --- same as above, except IRQ 18 ---

00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) (prog-if
10 [OHCI]) --- same as above, except IRQ 17 ---

00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) (prog-if
10 [OHCI]) --- same as above, except IRQ 18 ---

00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller
(EHCI) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Unknown
device 81ef Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
Memory at fe029000 (32-bit, non-prefetchable) [size=256]
Capabilities: [c0] Power Management version 2
Capabilities: [e4] Debug port
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] star

2007-09-22 Thread Florian Philipp
Hi!

I'd like to hear some comments on app-arch/star.

I've looked at its (IMHO really great) man page and didn't see anything
obviously concerning. Most frequently used tar options (-c -x -p -z -j)
seem to be in place.

What I'd like to know: Is it fully backward compatible to tar? Could I
safely unmerge tar and make a symlink from tar to star?

Thanks in advance!

Florian Philipp
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New mobo and USB problems

2007-09-22 Thread Florian Philipp
David Relson schrieb:
> Greetings,
> 
> I've got a brand new ASUS M2A-VM HDMI motherboard, with AMD 690G
> northbridge and ATI SB600 southbridge.  The on-board video is now
> working (using the vesa driver) and DMA is working for the IDE drive.
> Not yet working is USB.  As shown below, lspci reports "ATI
> Technologies SB600 USB, ASUSTeK Computer Unknown device 81ef".  What
> kernel CONFIG is needed to support this chipset?
> 
> I'm running a2.6.22-gentoo-r5 kernel built for the AMD 64 X2
> processor.  Below I've shown the active USB options in .config and
> relevant output from lsmod and lspci -v. 
> 
> Thanks.
> 
> Regards,
> 
> David
> 
> ### USB options in .config ###
> 
> CONFIG_BLK_DEV_ATIIXP=y
> CONFIG_USB_ARCH_HAS_HCD=y
> CONFIG_USB_ARCH_HAS_OHCI=y
> CONFIG_USB_ARCH_HAS_EHCI=y
> CONFIG_USB=m
> CONFIG_USB_DEVICEFS=y
> CONFIG_USB_EHCI_HCD=m
> CONFIG_USB_UHCI_HCD=m
> CONFIG_USB_STORAGE=m
> 
> ### "lsmod" output ###
> 
> uhci_hcd   22668  0 
> usb_storage35652  0 
> ehci_hcd   28684  0 
> usbcore   119364  4 uhci_hcd,usb_storage,ehci_hcd
> 
> ### "lspci -v" output ###
> 
> 00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) (prog-if
> 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Unknown device 81ef
>   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
>   Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]
> 
> 00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 17 ---
> 
> 00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 18 ---
> 
> 00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 17 ---
> 
> 00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) (prog-if
> 10 [OHCI]) --- same as above, except IRQ 18 ---
> 
> 00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller
> (EHCI) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Unknown
> device 81ef Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
>   Memory at fe029000 (32-bit, non-prefetchable) [size=256]
>   Capabilities: [c0] Power Management version 2
>   Capabilities: [e4] Debug port

As you can see from the output they seem to be OHCI:

Device Drivers --> USB support --> OHCI HCD support

Don't forget EHCI in the same menu for USB2.0 support.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-22 Thread Dan Farrell
On Fri, 21 Sep 2007 22:31:03 -0500
Dale <[EMAIL PROTECTED]> wrote:

> That your Dad is a lawyer may be worth mentioning to them.  Just don't
> tell them it is NOT his area of practice.  May help get that #1 deal. 
> 
> Dale
> 
> :-)  :-) 

Just be careful.  Implying legal action could cause you a whole heap of
trouble, since I assume you depend on their server for your
livelihood.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-22 Thread Dan Farrell
On Fri, 21 Sep 2007 19:45:47 -0400
"John Blinka" <[EMAIL PROTECTED]> wrote:

> Hi, all,
> 
> I have 2 gentoo machines, lotus and tobey.   tobey is an nfs server to
> lotus.
> Today I upgraded tobey, and now nfs doesn't work.  Previously, it
> worked for years.  The symptoms are:
> 
> 1)  mount -v /mnt/tobey on lotus returns
>  mount: RPC: Program not registered
> 
> 2)  /etc/init.d/nfs start on tobey produces no output, no running
> nfsd daemons, and exit code 1.

that should be /etc/init.d/nfsmount start.  /etc/init.d/nfs is for nfs
server.  

you can run "portmap" and "rpc.statd" and then just mount your nfs
shares; you don't need to start the service at all. 

Additionally make sure the box is not  firewalling access to 'lo',
because it will need said access to use rpc.statd.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-22 Thread Dan Farrell
On Fri, 21 Sep 2007 14:37:23 -0700
Grant <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> As I have previously posted about, my host sent me an email a few days
> ago stating that support tickets for 5,000-6,000 of their clients had
> been broken into.  I checked my records and found that my root
> password had previously been submitted in a support ticket.  I then
> decided I needed to reinstall my system.
> 
> I requested that my host allow me access to a second machine for 2-5
> days while I switch over to a clean system, after that I would turn
> the old system over to them and continue with the new system.
> 
> My request was denied!  I'm blown away by this.  Was I asking too
> much?
> 
> - Grant

Would it be unreasonable to tell us who this host is?  I want to make
sure I don't host any sites on their system; if they can't secure their
work tickets, what makes anybody think they can secure anything else?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] star

2007-09-22 Thread Volker Armin Hemmann
On Samstag, 22. September 2007, Florian Philipp wrote:
> Hi!
>
> I'd like to hear some comments on app-arch/star.
>
> I've looked at its (IMHO really great) man page and didn't see anything
> obviously concerning. Most frequently used tar options (-c -x -p -z -j)
> seem to be in place.
>
> What I'd like to know: Is it fully backward compatible to tar? Could I
> safely unmerge tar and make a symlink from tar to star?
>
> Thanks in advance!
>
> Florian Philipp

http://bulk.fefe.de/lk2006/bench.html

>Turns out that star can't do "star xzf -", it will say "Can only compress 
files." ROTFL! OK, so I used "|gzip -dc|star xf -" instead. What the hell.

seems that it is not 100% comaptible.

Since gnu tar, bsd tar and star each are different, I would not unmerge the 
gnu tar. Is there any reason not to use the gnu tar?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-22 Thread Doug Whitesell
You probably were not asking _too_ much. If you are dependent upon  
the system for your livelihood, I'd find somewhere else to host,  
since these folks sound like bozos.


IANAL, but if you have a contract with them there may be service  
level agreements that they're obligated to uphold, and they might not  
be upholding them.

---
dcw


On Sep 22, 2007, at 9:54 AM, Dan Farrell wrote:


On Fri, 21 Sep 2007 14:37:23 -0700
Grant <[EMAIL PROTECTED]> wrote:


Hello,

As I have previously posted about, my host sent me an email a few  
days

ago stating that support tickets for 5,000-6,000 of their clients had
been broken into.  I checked my records and found that my root
password had previously been submitted in a support ticket.  I then
decided I needed to reinstall my system.

I requested that my host allow me access to a second machine for 2-5
days while I switch over to a clean system, after that I would turn
the old system over to them and continue with the new system.

My request was denied!  I'm blown away by this.  Was I asking too
much?

- Grant


Would it be unreasonable to tell us who this host is?  I want to make
sure I don't host any sites on their system; if they can't secure  
their

work tickets, what makes anybody think they can secure anything else?
--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] star

2007-09-22 Thread Florian Philipp
Volker Armin Hemmann schrieb:
> On Samstag, 22. September 2007, Florian Philipp wrote:
>> Hi!
>>
>> I'd like to hear some comments on app-arch/star.
>>
>> I've looked at its (IMHO really great) man page and didn't see anything
>> obviously concerning. Most frequently used tar options (-c -x -p -z -j)
>> seem to be in place.
>>
>> What I'd like to know: Is it fully backward compatible to tar? Could I
>> safely unmerge tar and make a symlink from tar to star?
>>
>> Thanks in advance!
>>
>> Florian Philipp
> 
> http://bulk.fefe.de/lk2006/bench.html
> 
>> Turns out that star can't do "star xzf -", it will say "Can only compress 
> files." ROTFL! OK, so I used "|gzip -dc|star xf -" instead. What the hell.
> 
> seems that it is not 100% comaptible.
> 
> Since gnu tar, bsd tar and star each are different, I would not unmerge the 
> gnu tar. Is there any reason not to use the gnu tar?

star supports p7zip which can be much better and especially more
flexible than bzip2, gzip and zip. Its other features (better
funcionality for acl, sparse files, recovery and backups among other
things) didn't sound bad, either.

If star were a fully qualified replacement for gnu tar, there would not
have been the need to keep it (and to produce possible inconsitency when
using both versions).

I used find and grep to search for any implementations of tar
compressing to stdout - I couldn't find any.

Although I don't trust my skills with regular expressions and the result
 of my test that much I'll do the following:
I'll move /bin/tar to /bin/gnutar and make a symlink from /usr/bin/star
to /bin/tar.

Let's see if it works.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] man bash document doesn't match real life bash.

2007-09-22 Thread David Harel
As Etaoin Shrdlu said, bash does not even start /etc/profile. Below grep
on strace output on bash:
$ grep profile /tmp/bash.trace
$
$ # My comment, it got nothing
$ grep bashrc /tmp/bash.trace
open("/etc/bash/bashrc", O_RDONLY|O_LARGEFILE) = 3
read(3, "# /etc/bash/bashrc\n#\n# This file"..., 2540) = 2540
open("/home/harel/.bashrc", O_RDONLY|O_LARGEFILE) = 3


Neil Bothwick wrote:
> On Wed, 19 Sep 2007 17:03:16 +0200, David Harel wrote:
>
>   
>> I was surprised to find that in man bash the reference to initialization
>> files is wrong. The bash manual says it reads initialization files from
>> /etc/profile:
>> FILES
>>/bin/bash
>>   The bash executable
>>/etc/profile
>>   The systemwide initialization file, executed for login
>> shells
>>
>>
>> Where real life uses /etc/bash/bashrc
>> This part is taken from strace dump: strace bash -i
>> open("/etc/bash/bashrc", O_RDONLY|O_LARGEFILE) = 3
>> 
>
> It reads both, this is from /etc/profile
>
> if [ -n "${BASH_VERSION}" ] ; then
> # Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
> # including color.  We leave out color here because not all
> # terminals support it.
> if [ -f /etc/bash/bashrc ] ; then
> # Bash login shells run only /etc/profile
> # Bash non-login shells run only /etc/bash/bashrc
> # Since we want to run /etc/bash/bashrc regardless, we source it
> # from here.  It is unfortunate that there is no way to do
> # this *after* the user's .bash_profile runs (without putting
> # it in the user's dot-files), but it shouldn't make any
> # difference.
> . /etc/bash/bashrc
>
>
>   

-- 
Regards.

David Harel,

==

Home office +972 77 7657645
Fax:+972 77 7657645
Cellular:   +972 54 4534502
Snail Mail: Amuka
D.N Merom Hagalil
13802
Israel
Email:  [EMAIL PROTECTED]


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Looking into zip files

2007-09-22 Thread Mark Knecht
Hi,
   I wonder if anyone knows of a GUI app that can display the
hierarchy in a large zip file - maybe hundreds of directories, tens of
thousands of files and a couple of gigs of zip - without actually
unzipping the archive and using up both time and disk space.

   Extra points for a program that can extract just a portion of the
zip file, like a single directory and its contents thus saving me disk
space dealing with this.

Thanks,
Mark
-- 
[EMAIL PROTECTED] mailing list



Re: **SPAM** [gentoo-user] Looking into zip files

2007-09-22 Thread Łukasz Dudek
Dnia Sat, 22 Sep 2007 12:15:09 -0700
"Mark Knecht" <[EMAIL PROTECTED]> napisał(a):

> Hi,
>I wonder if anyone knows of a GUI app that can display the
> hierarchy in a large zip file - maybe hundreds of directories, tens of
> thousands of files and a couple of gigs of zip - without actually
> unzipping the archive and using up both time and disk space.
> 
>Extra points for a program that can extract just a portion of the
> zip file, like a single directory and its contents thus saving me disk
> space dealing with this.
> 
> Thanks,
> Mark
ark??


--
Wygrasz, czy przegrasz?

>>> http://link.interia.pl/f1bbd

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Looking into zip files

2007-09-22 Thread Robert Szentmihalyi
On Samstag, 22. September 2007, Mark Knecht wrote:
> Hi,
>I wonder if anyone knows of a GUI app that can display the
> hierarchy in a large zip file - maybe hundreds of directories, tens of
> thousands of files and a couple of gigs of zip - without actually
> unzipping the archive and using up both time and disk space.
>
>Extra points for a program that can extract just a portion of the
> zip file, like a single directory and its contents thus saving me disk
> space dealing with this.
>
> Thanks,
> Mark

Midnight Commander can do that.

hth,
Robert

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] star

2007-09-22 Thread Volker Armin Hemmann
On Samstag, 22. September 2007, Florian Philipp wrote:
> Volker Armin Hemmann schrieb:
> > On Samstag, 22. September 2007, Florian Philipp wrote:
> >> Hi!
> >>
> >> I'd like to hear some comments on app-arch/star.
> >>
> >> I've looked at its (IMHO really great) man page and didn't see anything
> >> obviously concerning. Most frequently used tar options (-c -x -p -z -j)
> >> seem to be in place.
> >>
> >> What I'd like to know: Is it fully backward compatible to tar? Could I
> >> safely unmerge tar and make a symlink from tar to star?
> >>
> >> Thanks in advance!
> >>
> >> Florian Philipp
> >
> > http://bulk.fefe.de/lk2006/bench.html
> >
> >> Turns out that star can't do "star xzf -", it will say "Can only
> >> compress
> >
> > files." ROTFL! OK, so I used "|gzip -dc|star xf -" instead. What the
> > hell.
> >
> > seems that it is not 100% comaptible.
> >
> > Since gnu tar, bsd tar and star each are different, I would not unmerge
> > the gnu tar. Is there any reason not to use the gnu tar?
>
> star supports p7zip which can be much better and especially more
> flexible than bzip2, gzip and zip. Its other features (better
> funcionality for acl, sparse files, recovery and backups among other
> things) didn't sound bad, either.

I don't know - bzip2 is very good at 'recovery' because only the affected 
block is lost.

and if p7zip supports pipes, you don't need its support in tar. Just pipe 
from/to it.


>
> If star were a fully qualified replacement for gnu tar, there would not
> have been the need to keep it (and to produce possible inconsitency when
> using both versions).

as you can see, you need to play around with pipes anyway when you use star. 
So switching just because of one compression algo and become incompatible 
with the way emerge unpacks packages sounds pretty stupid IMHO.



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-22 Thread John Blinka
On 9/22/07, Emil Beinroth <[EMAIL PROTECTED]> wrote:
>
> Hi,
> what version of portmap, nfs-utils and baselayout are you running? Have
> you tried reinstalling those 3 to make sure the config files and init
> scripts are up to date?
>
> Please post the output of `rc-status -a` and `rpcinfo -p tobey`. They
> might be helpful for diagnosing the problem.



 -> rpcinfo -p tobey
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp   1028  status
1000241   tcp   4656  status
> rc-status -a
Runlevel: boot
 alsasound
[ started  ]
 bootmisc
[ started  ]
 checkfs
[ started  ]
 checkroot
[ started  ]
 clock
[ started  ]
 consolefont
[ started  ]
 hostname
[ started  ]
 keymaps
[ started  ]
 localmount
[ started  ]
 modules
[ started  ]
 net.lo
[ started  ]
 rmnologin
[ started  ]
 svscan
[ started  ]
 urandom
[ started  ]
Runlevel: default
 courier-imapd
[ started  ]
 cupsd
[ started  ]
 dbus
[ started  ]
 dhcpd
[ stopped  ]
 distccd
[ started  ]
 fcron
[ started  ]
 fetchmail
[ stopped  ]
 local
[ stopped  ]
 net.eth0
[ started  ]
 netmount
[ started  ]
 nfs
[ stopped  ]
 ntp-client
[ stopped  ]
 ntpd
[ started  ]
 portmap
[ started  ]
 postfix
[ started  ]
 rsyncd
[ started  ]
 samba
[ started  ]
 slapd
[ stopped  ]
 sshd
[ started  ]
 syslog-ng
[ started  ]
 xdm
[ started  ]
 xinetd
[ started  ]
Runlevel: nonetwork
 local
[ stopped  ]
Runlevel: single
Runlevel: UNASSIGNED
 acpid
[ stopped  ]
 apache2
[ stopped  ]
 atd
[ stopped  ]
 bttrack
[ stopped  ]
 consolekit
[ stopped  ]
 courier-authlib
[ started  ]
 courier-imapd-ssl
[ stopped  ]
 courier-pop3d
[ stopped  ]
 courier-pop3d-ssl
[ stopped  ]
 crypto-loop
[ stopped  ]
 device-mapper
[ stopped  ]
 dhcrelay
[ stopped  ]
 dnsextd
[ stopped  ]
 gpm
[ stopped  ]
 hald
[ stopped  ]
 hdparm
[ stopped  ]
 hotplug
[ stopped  ]
 hplip
[ stopped  ]
 mDNSResponderPosix
[ stopped  ]
 mdnsd
[ stopped  ]
 nfsmount
[ stopped  ]
 nscd
[ stopped  ]
 numlock
[ stopped  ]
 pwcheck
[ stopped  ]
 rpc.idmapd
[ stopped  ]
 rpc.statd
[ started  ]
 saslauthd
[ stopped  ]
 slurpd
[ stopped  ]
 smartd
[ stopped  ]
 svnserve
[ stopped  ]
 udev-postmount
[ started  ]
 xprint
[ stopped  ]


net-fs/nfs-utils-1.1.0-r1
net-nds/portmap-6.0
sys-apps/baselayout-1.12.9-r2



And I guess you are using nfs3?



I really don't know.  Where would I look to determine whether I'm using 3 or
4?


John


Re: **SPAM** [gentoo-user] Looking into zip files

2007-09-22 Thread Mark Knecht
On 9/22/07, Łukasz Dudek <[EMAIL PROTECTED]> wrote:
> Dnia Sat, 22 Sep 2007 12:15:09 -0700
> "Mark Knecht" <[EMAIL PROTECTED]> napisał(a):
>
> > Hi,
> >I wonder if anyone knows of a GUI app that can display the
> > hierarchy in a large zip file - maybe hundreds of directories, tens of
> > thousands of files and a couple of gigs of zip - without actually
> > unzipping the archive and using up both time and disk space.
> >
> >Extra points for a program that can extract just a portion of the
> > zip file, like a single directory and its contents thus saving me disk
> > space dealing with this.
> >
> > Thanks,
> > Mark
> ark??
>

Thanks. arK looks like a good candidate. I tried mc but haven't
figured out the keyboard commands ot make it do anything. Drag and
drop in ark looks good for my needs.

Thanks!

Cheers,
Mark


Re: [gentoo-user] help with the dreaded mount: RPC: Program not registered

2007-09-22 Thread John Blinka
>
>
> that should be /etc/init.d/nfsmount start.  /etc/init.d/nfs is for nfs
> server.


I''m confused by your answer, because tobey is the server, and
/etc/init.d/nfs
fails on tobey.  Perhaps I don't understand something - wouldn't be the
first
time!

John


Re: [gentoo-user] {OT} Opinions on Host's Decision Please

2007-09-22 Thread Novensiles divi Flamen
On Sun, 23 Sep 2007 02:24:04 Dan Farrell wrote:
> On Fri, 21 Sep 2007 14:37:23 -0700
>
> Grant <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > As I have previously posted about, my host sent me an email a few days
> > ago stating that support tickets for 5,000-6,000 of their clients had
> > been broken into.  I checked my records and found that my root
> > password had previously been submitted in a support ticket.  I then
> > decided I needed to reinstall my system.
> >
> > I requested that my host allow me access to a second machine for 2-5
> > days while I switch over to a clean system, after that I would turn
> > the old system over to them and continue with the new system.
> >
> > My request was denied!  I'm blown away by this.  Was I asking too
> > much?
> >
> > - Grant
>
> Would it be unreasonable to tell us who this host is?  I want to make
> sure I don't host any sites on their system; if they can't secure their
> work tickets, what makes anybody think they can secure anything else?

I'm taking a guess it's these guys: 
http://www.theregister.co.uk/2007/09/19/layered_technologies_breach_disclosure/

- Noven
-- 
>-- Novensiles divi Flamen --<
> Miles Militis Fons <
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Root NFS Kernel option

2007-09-22 Thread Bertram Scharpf
Hi,


there's just another kernel option I want to activate but
cannot find it:

  Symbol: ROOT_NFS [=n]
  Prompt: Root file system on NFS
Defined at fs/Kconfig:1758
Depends on: NET && NFS_FS=y && IP_PNP
Location:
  -> File systems
-> Network File Systems

How can I make the menu to show this up? The current configuration is:


  <*> NFS server support
  [*]   Provide NFSv3 server support
  [ ] Provide server support for the NFSv3 ACL protocol extensi
  [ ] Provide NFSv4 server support (EXPERIMENTAL)
  [*]   Provide NFS server over TCP support
  {{{ here it should appear I suppose }}}
  [ ] Support for rpcbind versions 3 & 4 (EXPERIMENTAL)


So all prerequisites seem to meet. What is still missing?
Arrgh!

Thanks in advance.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Changing CHOST

2007-09-22 Thread David Relson
Now that my old AthlonXP mobo has been replaced by an AMD 64 X2 mobo,
it's time for upgrading CHOST :->

According to http://www.gentoo.org/doc/en/change-chost.xml after a
couple of changes to /etc/make.conf, i.e.

  from:
   USE="x86 ..."
   CHOST="i686-pc-linux-gnu"
   CFLAGS="-O2 -march=athlon-xp -pipe"

  to:
  USE="amd64 ..."
  CHOST="amd64-pc-linux-gnu"
  CFLAGS="-O2 -march=x86-64 -pipe"

The next step is:

emerge -av1 binutils gcc glibc

The emerge of binutils works fine.  However the emerge of gcc fails
with:

  In file included from .../gcc/unwind-dw2.c:257:
  gcc/config/i386/linux-unwind.h: In function
 'x86_64_fallback_frame_state': 
  gcc/config/i386/linux-unwind.h:63:
error: 'struct sigcontext' has no member named 'rsp'

A quick search of BGO didn't show anything relevant.

Any suggestions???

Thanks.

David
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing CHOST

2007-09-22 Thread Bo Ørsted Andresen
On Sunday 23 September 2007 02:13:46 David Relson wrote:
> Now that my old AthlonXP mobo has been replaced by an AMD 64 X2 mobo,
> it's time for upgrading CHOST :->
>
> According to http://www.gentoo.org/doc/en/change-chost.xml after a
> couple of changes to /etc/make.conf, i.e.
>
>   from:
>USE="x86 ..."
>CHOST="i686-pc-linux-gnu"
>CFLAGS="-O2 -march=athlon-xp -pipe"
>
>   to:
>   USE="amd64 ..."
>   CHOST="amd64-pc-linux-gnu"
>   CFLAGS="-O2 -march=x86-64 -pipe"
[SNIP]

Changing CHOST is valid when you have e.g. an i386 CHOST and want to change it 
to i686. It is not an option for going from 32 bit to 64 bit. You need to 
reinstall. Also.. don't set x86 or amd64 in USE manually! And finally x86-64 
is not a valid march...

-- 
Bo Andresen


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


Re: [gentoo-user] Changing CHOST

2007-09-22 Thread Albert Hopkins

On Sun, 2007-09-23 at 03:43 +0200, Bo Ørsted Andresen wrote:
> Changing CHOST is valid when you have e.g. an i386 CHOST and want to
> change it 
> to i686. It is not an option for going from 32 bit to 64 bit. You need
> to 
> reinstall. 

Below is what I did a few years ago.  YMMV.  There may be a better guide
on the Wiki or somewhere.

--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Changing CHOST

2007-09-22 Thread Albert Hopkins
Oops, forgot to paste the link:

http://starship.python.net/crew/marduk/blog/entry/1112117933.9,14473

--
Albert W. Hopkins

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] man bash document doesn't match real life bash.

2007-09-22 Thread Mrugesh Karnik
> Neil Bothwick wrote:
> > On Wed, 19 Sep 2007 17:03:16 +0200, David Harel wrote:
> >> I was surprised to find that in man bash the reference to initialization
> >> files is wrong. The bash manual says it reads initialization files from
> >> /etc/profile:
> >> FILES
> >>/bin/bash
> >>   The bash executable
> >>/etc/profile
> >>   The systemwide initialization file, executed for login
> >> shells
> >>
> >>
> >> Where real life uses /etc/bash/bashrc
> >> This part is taken from strace dump: strace bash -i
> >> open("/etc/bash/bashrc", O_RDONLY|O_LARGEFILE) = 3

Hmmm. bash -i is not a login shell. An interactive shell doesn't 
read /etc/profile if it's not a login shell.

From man bash:

``When  bash  is  invoked as an interactive login shell, or as a 
non-interactive shell with the --login option, it first reads and executes 
commands from the file /etc/profile, if that file exists.  After reading 
that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile, in 
that order, and reads and executes commands from the first one that exists 
and is readable. The --noprofile option may be used when the shell is started 
to inhibit this behavior.



When  an  interactive shell that is not a login shell is started, bash reads 
and executes commands from ~/.bashrc, if that file exists.  This may be 
inhibited by using the --norc option.  The --rcfile file option will force 
bash to read and execute commands from file instead of ~/.bashrc.''

-- 

Mrugesh Karnik
GPG Key 0xBA6F1DA8
Public key on http://wwwkeys.pgp.net



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


Re: [gentoo-user] Root NFS Kernel option

2007-09-22 Thread Tim
Bertram Scharpf wrote:
> Hi,
> 
> 
> there's just another kernel option I want to activate but
> cannot find it:
> 
>   Symbol: ROOT_NFS [=n]
>   Prompt: Root file system on NFS
> Defined at fs/Kconfig:1758
> Depends on: NET && NFS_FS=y && IP_PNP
> Location:
>   -> File systems
> -> Network File Systems
> 
> How can I make the menu to show this up? The current configuration is:
> 
> 
>   <*> NFS server support
>   [*]   Provide NFSv3 server support
>   [ ] Provide server support for the NFSv3 ACL protocol extensi
>   [ ] Provide NFSv4 server support (EXPERIMENTAL)
>   [*]   Provide NFS server over TCP support
>   {{{ here it should appear I suppose }}}
>   [ ] Support for rpcbind versions 3 & 4 (EXPERIMENTAL)
> 
> 
> So all prerequisites seem to meet. What is still missing?
> Arrgh!
> 
> Thanks in advance.
> 
> Bertram
> 
> 
You must also have IP: Kernel Level Autoconfiguration set:

Symbol: IP_PNP [=y]

Prompt: IP: kernel level autoconfiguration

Defined at net/ipv4/Kconfig:172

Depends on: NET && INET

Location:
   -> Networking

   -> Networking support (NET [=y])

   -> Networking options

   -> TCP/IP networking (INET [=y])
-- 
[EMAIL PROTECTED] mailing list