[gentoo-user] Send EOF to lp0?

2003-10-01 Thread Jesse Jacobs
Good morning,
I've been struggling with setting up a printer.
I believe that it's setup correctly but when sending a job it blinks. :(
linuxprinting says to "Send EOF" in driver options.
I've looked with cups and lpoptions and this isn't listed.
I'm at a loss, Would anyone please throw me a bone ta chew on?

Thanks,
Jesse

I've posted at :
http://forums.gentoo.org/viewtopic.php?t=92410




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] What do you like best on Gentoo?

2003-06-25 Thread Jesse Jacobs
Hello Gentooers!

Sry to interject but I must say that I really like the fact that portage
cleans out a lot of the old ebuilds.
In fact I'd like to see more house keeping.

One possible suggestion would be the addition of a package
("portage-archives" maybe ?) that extracts the old ebuilds to your portage
overlay,
hopefully maintaining categories.  Then pick what ever ya want.

This would help the gentoo rsync mirrors and still satisfy those that
crave the features/semantics of old. :)

Thanks and Happy Gentooing!(Isn't that a national holiday yet!?)
j


Claes Wallin said:
> On Tue, 24 Jun 2003 07:44:47 -0700
> "Alan" <[EMAIL PROTECTED]> wrote:
>> One of my
>> big beefs with debian is you can only really install the latest
>> version of the software, and you can't downgrade without having the
>> older deb packages there already.  Gentoo you just emerge the version
>> you want.  A *very* powerful (and overlooked) feature I think.
>
> Hmm. "apt-get install package=ve.rs.io-n" always worked fine for me. And
> Debian keeps old packages a little longer than the portage tree does.
>
> /Clacke
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] libkrb4.so.2

2003-06-25 Thread Jesse Jacobs
Hello Mal,

Yes this was a prob for me too.

I eventually gave up and added krb4 to my use flags to build the lib.

HTH,
j

MAL said:
> Has anyone else had this dissapear on them?
>
> emerge -u world wanted to downgrade:
>
> mit-krb5-1.2.7-r2
>
> to:
>
> mit-krb5-1.2.7
>
> and doing so has removed libkrb4.so.2, which programs such as mplayer
> use.
>
> MAL
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: new kernel

2003-06-13 Thread Jesse Jacobs
Hello,

Sweet tip!

Thanks,

j

Einar S. Idsø said:
> On Fri, 13 Jun 2003 18:28:30 -0400 (EDT)
> "Jesse Jacobs" <[EMAIL PROTECTED]> wrote:
>> But yes rm, ln -s the symlink as most kernel specific modules use the
>> symlink for referring to your current kernel source.
>
> This can be maddening as nothing else when you frequently switch between
> different kernels and forget to resymlink before compiling e.g. nvidia
> drivers! One way of solving it is by putting the following in
> /etc/conf.d/local.start:
>
> rm /usr/src/linux
> ln -sf /usr/src/linux-$(uname -r) /usr/src/linux
>
> Einar
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: new kernel

2003-06-13 Thread Jesse Jacobs
Hello,

Look in /lib/modules

But yes rm, ln -s the symlink as most kernel specific modules use the
symlink for referring to your current kernel source.

j

Richard Revis said:
> On Fri, 13 Jun 2003 14:57:12 -0700, Alan wrote:
>
>>> If I update that package... do I need to rebuild the kernel or can I
>>> just ignore this update?
>>
>> Well, if you want the new kernel you'll have to rebuild :)  If you
>> don't care about .21 you can ignore.
>
> Do you have to move the /usr/src/linux symlink?
>
> How exactly does a kernel find it's modules? (Say as opposed to the
> modules you compiled for 1.4.20) - what does Linux do to keep things
> seperate?
>
> --
> The optimist proclaims that we live in the best of all possible worlds.
> The pessimist fears this is true.
> 23:02:55 up 28 days,  9:17,  1 user,  load average: 0.81, 0.73, 0.56
> E-mail address munged to prevent spam.
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] new kernel

2003-06-13 Thread Jesse Jacobs
Hello,

Alan said:
> On Fri, Jun 13, 2003 at 02:42:23PM -0700, Spundun Bhatt wrote:
>> If I update that package... do I need to rebuild the kernel or can I
>> just ignore this update?
>
> Well, if you want the new kernel you'll have to rebuild :)  If you don't
> care about .21 you can ignore.
>
>> If I have to build this kernel, can I copy my .config file from the
>> earlier version or I need to reconfigure?
>
> Yup, copy your .config in and then run "make oldconfig" which will only
> prompt you for changed settings.  You can then either just run your
> "make dep clean bzImage modules modules_install" or go into make
> menuconfig or make xconfig to make sure that everything is good.
>

Can ya not just menuconfig initially?

j

> --
> Alan <[EMAIL PROTECTED]> - http://arcterex.net
> 
> "There are only 3 real sports: bull-fighting, car racing and mountain
> climbing. All the others are mere games."-- Hemingway
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fbdev (vesa)

2003-06-11 Thread Jesse Jacobs
Hello,

Sure here goes:

video=vesa:[EMAIL PROTECTED]

HTH,
j

bruce harding said:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On June 11, 2003 01:31 pm, Jesse Jacobs wrote:
>> Hello,
>> I know replying to one's self is bad form.  Sry.
>> Please use the video string not vga.
>
> could you write a example? please.
>
> - --
>
> bruce
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.2 (GNU/Linux)
>
> iD8DBQE+59pNZ587v1HCegkRAnLnAJ9kKLpVMFOhrx39igaS8swHVVj0TQCfY4DQ
> lIThZODhkauABo8u1Y1Cz6w=
> =SBd+
> -END PGP SIGNATURE-
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fbdev (vesa)

2003-06-11 Thread Jesse Jacobs
Hello,
Thanks, good to know.
j

Theofilos Intzoglou said:
>   I think that when using the vesa fb you cannot change the refresh
> rate. It stays still at 60Hz even if you tell it to run at 72Hz which is
> a bit better for the eyes :-/
>
> On Wed, 11 Jun 2003 16:24:24 +
> "Meka[ni]" <[EMAIL PROTECTED]> wrote:
>
>>  My terminal is runing fbdev/vesa on 800x600. Is there a way to
>>  change refresh rate? My
>> eyes are burning. :o)
>>
>> 
>> Meka[ni]
>>
>> --
>> [EMAIL PROTECTED] mailing list
>>
>>
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fbdev (vesa)

2003-06-11 Thread Jesse Jacobs
Hello,
I know replying to one's self is bad form.  Sry.
Please use the video string not vga.
j

Jesse Jacobs said:
> Hello,
> Append @Hz to your vga line just after res.
>
> HTH,
> j
>
> Meka[ni] said:
>>  My terminal is runing fbdev/vesa on 800x600. Is there a way to change
>> refresh rate? My
>> eyes are burning. :o)
>>
>> 
>> Meka[ni]
>>
>> --
>> [EMAIL PROTECTED] mailing list
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] fbdev (vesa)

2003-06-11 Thread Jesse Jacobs
Hello,
Append @Hz to your vga line just after res.

HTH,
j

Meka[ni] said:
>   My terminal is runing fbdev/vesa on 800x600. Is there a way to change
> refresh rate? My
> eyes are burning. :o)
>
> 
> Meka[ni]
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge info and make.conf

2003-06-11 Thread Jesse Jacobs
Hello everyone,

emerge ufed;
(a nice ncurses based util.)

As stated previously, /etc/make.globals and
/etc/make.profile/make.defaults determine the default use setting.
ufed will indicate this and allow you to adjust accordingly.

To flag "+" to all flags use cvs.( a special use flag )

HTH,
j

brett holcomb said:
> Unless specifically negated USE flags are assumed to be
> true.  So if you don't put -flag in the USE variable
> Gentoo acts as if it's flag.  The list below probably
> shows all the flag's states.
>
> On 11 Jun 2003 15:45:44 +
>   Martin Larsson <[EMAIL PROTECTED]> wrote:
>>Hello
>>
>>Just read about "emerge info" in some mail to this list,
>>and ofcourse i
>>had to try it ;)
>>but, results confuse me :S
>>
>># emerge info | grep USE
>>
>>USE="x86 3dnow apm avi crypt cups encode libg++ mikmod
>>pdflib png
>>quicktime spell truetype xml2 xmms xv zlib gtkhtml gdbm
>>berkdb slang
>>readline arts bonobo svga java guile sdl gpm tcpd pam
>>libwww esd imlib
>>oggvorbis qt motif opengl python perl ssl tcltk php
>>apache2 X gtk gnome
>>-alsa oss -nls mysql dvd emacs gif kde gphoto2 jpeg mpeg
>>ncurses mmx
>>sse"
>>
>># cat /etc/make.conf | grep USE=
>>USE="python perl ssl tcltk php apache2 X gtk gnome -alsa
>>oss -nls mysql
>>dvd emacs gif kde gphoto2 jpeg mmx mpeg ncurses mmx sse"
>>
>>where are all the USE flags in emerge info coming from?
>>for example cups
>>
>>--
>>Martin Larsson <[EMAIL PROTECTED]>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Showing those BIG pkgs

2003-06-03 Thread Jesse Jacobs
Hello All,
And to conclude the thread...


Hi Donnie,
Thanks Muchos appreciated.
gentoolkit seems to have it all. :)
Thanks again,
j

donnie berkholz said:
> Try etcat -s. etcat is part of gentoolkit.
>
> Sorry for the lack of threading, I'm on the digest.
>
> Donnie Berkholz





--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alternative install problem with parted

2003-05-31 Thread Jesse Jacobs
Hello Klaus,

Sry I miss read,

Have u booted off the floppy?

It provides a root fs.

or use the full path.  But unmount whatever partition your using.

j

Klaus D. Neumann said:
> Hi Jesse,
>
> I tried. Doesn't work either. :-(
>
> On Friday 30 May 2003 19:29, Jesse Jacobs wrote:
>> Hello Klaus,
>>
>> Use /mnt/floppy
>>
>> j
>>
>> Klaus D. Neumann said:
>> > Hi,
>> >
>> > Trying to install gentoo from within my SuSE 8.0, I ran into the
>> following  problem:
>> > After I created the boot disk (tomsrtbt) and the utility disk
>> containing
>> >  parted, I login as root, mount /dev/fd0 to /floppy, which first
>> had
>> to
>> > be  created, cd to /floppy, check with ls that parted is there,
>> then
>> run
>> >  ./parted /dev/hdb, and the system answers: ./parted: not found
>> >
>> > Did I overlook something?
>
>
> --
> Best regards,
> Klaus
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GCC 3.3

2003-05-31 Thread Jesse Jacobs
Hello Reg,

Isn't that what's wanted?

It avoids bootstrapping.

j

reg hughson said:
> emerge -e world
>
> should re-emerge your entire system.
>
> On May 30, 2003 10:32 pm, Jesse Jacobs wrote:
>> Hello Mike,
>>
>> Have u tried -e = empty tree?
>>
>> j
>>
>> Mike Bohan said:
>> >When run with world, it does in fact display many dependencies.
>> > However, system only displays two.
>> >
>> >
>> > diesel root # emerge -up --deep system
>> >
>> > These are the packages that I would merge, in order:
>> >
>> > Calculating system dependencies ...done!
>> > [ebuildU ] dev-python/python-fchksum-1.6.1-r1 [1.6.1]
>> > [ebuildU ] sys-devel/gcc-config-1.3.3-r1 [1.3.1]
>> >
>> > On Fri, 2003-05-30 at 22:00, Brett I. Holcomb wrote:
>> >> What does emerge -u --deep system (or world) -p give?
>> >>
>> >> > This is only somewhat related, but it sparked a question in my
>> mind.
>> >>
>> >> How does one rebuild the entire system/world if all the packages
>> are already up to date?
>> >>
>> >> > For example, my system reports...
>> >> >
>> >> > diesel root # emerge system
>> >> > Calculating system dependencies ...done!
>> >> >
>> >> > >>> Auto-cleaning packages ...
>> >> > >>>
>> >> > >>> No outdated packages were found on your system.
>> >> >
>> >> >  * GNU info directory index is up-to-date.
>> >> >
>> >> >
>> >> > If I upgrade to gcc 3.3, it'd make sense to rebuild the entire
>> >>
>> >> system. Is the only solution to rerun bootstrap.sh? If this is the
>> case, is there a solution to rebuild all the world packages (even
>> if they're up to date as well) without manually specifying them on
>> the 'emerge line'? Thanks in advance!
>> >>
>> >> > -Mike Bohan
>> >> >
>> >> > On Fri, 2003-05-30 at 18:56, Hemmann, Volker Armin wrote:
>> >> > > On Friday 30 May 2003 22:53, Harald Arnesen wrote:
>> >> > > > "Hemmann, Volker Armin"
>> <[EMAIL PROTECTED]>
>> >>
>> >> writes:
>> >> > > > >> has anyone tried or used 3.3 yet?  what would be
>> implications
>> >>
>> >> or undesired side effects from rebuilding my system?  is
>> >> there direct confliction with glibc?  i doubt it.  any
>> >> suggestions from anyone who has more knowledge than i do
>> >> would be well appreciated :-)
>> >>
>> >> > > > > I have an Athlon XP and rebuild alsmost my whole system
>> with
>> >>
>> >> gcc 3.3.
>> >>
>> >> > > > > KDE, QT, X, xine, xmms, most of the packages in 'system'
>> like
>> >>
>> >> bash, tar, textutil, libtool, awk,sed, grep...
>> >>
>> >> > > > > Gcc 3.3 is fast.. and I had no problems so far, but I have
>> not
>> >>
>> >> tried to build a kernel yet.
>> >>
>> >> > > > I have built 2.5.69 and 2.5.70 on an K6-2 with gcc-3.3. Seems
>> to
>> >>
>> >> work fine (for me). No crashes yet, with 2.5.69 I had an uptime of
>> a couple of weeks, before I booted to 2.5.70 three days ago.
>> >>
>> >> > > 2.5.6X is still a nono for me.. every version freezes my system
>> at
>> >>
>> >> bootup.. and 2.4.21-rc* is fine for me.
>> >>
>> >> > > Glück Auf
>> >> > > Volker
>> >> > >
>> >> > >
>> >> > > --
>> >> > > [EMAIL PROTECTED] mailing list
>> >
>> > --
>> > Mike Bohan <[EMAIL PROTECTED]>
>>
>> --
>> [EMAIL PROTECTED] mailing list
>
> --
> [EMAIL PROTECTED]
> 
> Microsoft / Intel free
> 
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GCC 3.3

2003-05-31 Thread Jesse Jacobs
Hello Mike,

Have u tried -e = empty tree?

j

Mike Bohan said:
>   When run with world, it does in fact display many dependencies.
> However, system only displays two.
>
>
> diesel root # emerge -up --deep system
>
> These are the packages that I would merge, in order:
>
> Calculating system dependencies ...done!
> [ebuildU ] dev-python/python-fchksum-1.6.1-r1 [1.6.1]
> [ebuildU ] sys-devel/gcc-config-1.3.3-r1 [1.3.1]
>
>
>
> On Fri, 2003-05-30 at 22:00, Brett I. Holcomb wrote:
>> What does emerge -u --deep system (or world) -p give?
>>
>>
>> > This is only somewhat related, but it sparked a question in my mind.
>> How does one rebuild the entire system/world if all the packages are
>> already up to date?
>> >
>> > For example, my system reports...
>> >
>> > diesel root # emerge system
>> > Calculating system dependencies ...done!
>> >
>> > >>> Auto-cleaning packages ...
>> > >>>
>> > >>> No outdated packages were found on your system.
>> >
>> >  * GNU info directory index is up-to-date.
>> >
>> >
>> > If I upgrade to gcc 3.3, it'd make sense to rebuild the entire
>> system. Is the only solution to rerun bootstrap.sh? If this is the
>> case, is there a solution to rebuild all the world packages (even if
>> they're up to date as well) without manually specifying them on the
>> 'emerge line'? Thanks in advance!
>> >
>> >
>> >-Mike Bohan
>> >
>> > On Fri, 2003-05-30 at 18:56, Hemmann, Volker Armin wrote:
>> > > On Friday 30 May 2003 22:53, Harald Arnesen wrote:
>> > > > "Hemmann, Volker Armin" <[EMAIL PROTECTED]>
>> writes:
>> > > > >> has anyone tried or used 3.3 yet?  what would be implications
>> or undesired side effects from rebuilding my system?  is
>> there direct confliction with glibc?  i doubt it.  any
>> suggestions from anyone who has more knowledge than i do
>> would be well appreciated :-)
>> > > > >
>> > > > > I have an Athlon XP and rebuild alsmost my whole system with
>> gcc 3.3.
>> > > > >
>> > > > > KDE, QT, X, xine, xmms, most of the packages in 'system' like
>> bash, tar, textutil, libtool, awk,sed, grep...
>> > > > >
>> > > > > Gcc 3.3 is fast.. and I had no problems so far, but I have not
>> tried to build a kernel yet.
>> > > >
>> > > > I have built 2.5.69 and 2.5.70 on an K6-2 with gcc-3.3. Seems to
>> work fine (for me). No crashes yet, with 2.5.69 I had an uptime
>> of a couple of weeks, before I booted to 2.5.70 three days ago.
>> > >
>> > > 2.5.6X is still a nono for me.. every version freezes my system at
>> bootup.. and 2.4.21-rc* is fine for me.
>> > >
>> > > Glück Auf
>> > > Volker
>> > >
>> > >
>> > > --
>> > > [EMAIL PROTECTED] mailing list
> --
> Mike Bohan <[EMAIL PROTECTED]>




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alternative install problem with parted

2003-05-31 Thread Jesse Jacobs
Hello Klaus,

Use /mnt/floppy

j

Klaus D. Neumann said:
> Hi,
>
> Trying to install gentoo from within my SuSE 8.0, I ran into the
> following  problem:
> After I created the boot disk (tomsrtbt) and the utility disk containing
>  parted, I login as root, mount /dev/fd0 to /floppy, which first had to
> be  created, cd to /floppy, check with ls that parted is there, then run
>  ./parted /dev/hdb, and the system answers: ./parted: not found
>
> Did I overlook something?
>
> --
> Best regards,
> Klaus
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] virtual/mta blockage trying to use sqwebmail with qmail

2003-05-31 Thread Jesse Jacobs
Hello Rev,

What other mta do you have installed?

j

Rev. Jeffrey Paul said:
>
> sqwebmail is part of courier, but when i try to emerge courier with
> qmail already installed, it says:
>
> mail1 root # emerge -p courier
>
> These are the packages that I would merge, in order:
>
> Calculating dependencies ...done!
> [ebuild  N   ] app-crypt/gnupg-1.2.2
> [ebuild  N   ] app-text/aspell-0.50.3
> [ebuild  N   ] app-dicts/aspell-en-0.50.2
> [ebuild  N   ] media-libs/jpeg-6b-r3
> [ebuild  N   ] media-libs/libpng-1.2.5-r4
> [ebuild  N   ] media-libs/tiff-3.5.7-r1
> [ebuild  N   ] media-libs/netpbm-9.12-r4
> [ebuild  N   ] dev-lang/tcl-8.3.4
> [ebuild  N   ] dev-tcltk/expect-5.37.1-r1
> [blocks B] net-mail/qmail ("virtual/mta" from pkg
> net-mail/courier-0.40.2)
> [ebuild  N   ] net-mail/courier-0.40.2
>
> mail1 root # emerge courier
> Calculating dependencies ...done!
>
> !!! Error: the virtual/mta package conflicts with this package and both
> can't be installed on the same system together.
>
>
> i just want to use sqwebmail.  what do i do?
>
> -j
>
> --
> 
>  Rev. Jeffrey Paul-datavibe- [EMAIL PROTECTED]
>aim:x736e65616b   pgp:0x15FA257E   phone:8777483467
> 70E0 B896 D5F3 8BF4 4BEE 2CCF EF2F BA28 15FA 257E
> 
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apache2 + PHP without net.eth0

2003-05-31 Thread Jesse Jacobs
Bind to localhost
j.


Dhruba Bandopadhyay said:
> Hello
>
> I'd like to work with Apache2 and PHP on my laptop on the move.  At the
> moment apache2 is bound to several services including net.eth0.  How can
> I work with PHP whilst offline?
>
> With regards
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Gentoo forums

2003-05-31 Thread Jesse Jacobs
EST

Ian Neubert said:
> They must be running late. It's 10:40pm UTC now.
>
> -Original Message-
> From: Jesse Jacobs [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 2:48 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [gentoo-user] Gentoo forums
>
>
> Planned outage.  from 5pm - 7pm.
>
> Shawn said:
>> What's fup ucked with the forums?
>>
>> I just joined the mailing lists, and they are fairly silent. Are they
>> always this low traffic?
>>
>> --
>> [EMAIL PROTECTED] mailing list
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo forums

2003-05-31 Thread Jesse Jacobs
Planned outage.  from 5pm - 7pm.

Shawn said:
> What's fup ucked with the forums?
>
> I just joined the mailing lists, and they are fairly silent. Are they
> always this low traffic?
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Check this out!

2003-05-31 Thread Jesse Jacobs
I just found this.
Cute and to the point.

http://www.arie.org/doh/

j



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Showing those BIG pkgs

2003-05-31 Thread Jesse Jacobs
Hello Brett,
I had a 2.5 kernel tree sitting in /usr/src
DOH!
Should fit now.  :) (i was over by 30 Mb)  I also removed sun-j2jdk as all
the ebuilds seem to rely on blackdown.
What's the deal with /var/edb/dep?  Should it be included?
I kept /usr/portage but the archives weren't clear with the dep dir.

Thanks again,
j


brett holcomb said:
> distfiles is where Gentoo keeps the tarballs it downloads.
>  It's updated if there is a new tarball or you are merging
> a new package.  If you want to do a backup check the
> archives of this list for a discussion on what directories
> can be skipped along with the pros and cons of skipping
> them.
>
> On Fri, 30 May 2003 13:11:41 -0400 (EDT)
>   "Jesse Jacobs" <[EMAIL PROTECTED]> wrote:
>>WOW that was quick!
>>
>>When one emerge syncs is the entire /usr/portage except
>>distfiles restored?
>>
>>Thanks,
>>j
>>
>>brett holcomb said:
>>> You're welcome. I don't think you'll be able to do it.
>>>
>>> On Fri, 30 May 2003 13:00:17 -0400 (EDT)
>>>   "Jesse Jacobs" <[EMAIL PROTECTED]> wrote:
>>>>Hello Mike, Brett
>>>>Thanks for the quick replies.
>>>>
>>>>I'm backing up a box and wanted to see if I could get a
>>>>fully functional
>>>>system on a single CDR.
>>>>
>>>>But could I conclude from the size of the source too?
>>>>
>>>>TIA,
>>>>j
>>>>
>>>>brett holcomb said:
>>>>> Or use find to get ones above/below a certain size.  Or
>>>>> pipe the ls output to sort .
>>>>>
>>>>>
>>>>> On Fri, 30 May 2003 11:11:19 -0400
>>>>>   Mike Arrison <[EMAIL PROTECTED]> wrote:
>>>>>>On Fri, May 30, 2003 at 08:56:02AM -0400, Jesse Jacobs
>>>>>>wrote:
>>>>>>> I was wondering if there was a easy way to list my
>>>>>>>installed pkgs by
>>>>>>> size.
>>>>>>If you're talking about the tarballs themselves, just do
>>>>>>a:
>>>>>>ls -lSr /usr/portage/distfiles
>>>>>>
>>>>>> -Mike Arrison
>>>>>
>>>>>
>>>>> --
>>>>> [EMAIL PROTECTED] mailing list
>>>>
>>>>
>>>>
>>>>
>>>>--
>>>>[EMAIL PROTECTED] mailing list
>>>>
>>>
>>>
>>> --
>>> [EMAIL PROTECTED] mailing list
>>
>>
>>
>>
>>--
>>[EMAIL PROTECTED] mailing list
>>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Showing those BIG pkgs

2003-05-31 Thread Jesse Jacobs
WOW that was quick!

When one emerge syncs is the entire /usr/portage except distfiles restored?

Thanks,
j

brett holcomb said:
> You're welcome. I don't think you'll be able to do it.
>
> On Fri, 30 May 2003 13:00:17 -0400 (EDT)
>   "Jesse Jacobs" <[EMAIL PROTECTED]> wrote:
>>Hello Mike, Brett
>>Thanks for the quick replies.
>>
>>I'm backing up a box and wanted to see if I could get a
>>fully functional
>>system on a single CDR.
>>
>>But could I conclude from the size of the source too?
>>
>>TIA,
>>j
>>
>>brett holcomb said:
>>> Or use find to get ones above/below a certain size.  Or
>>> pipe the ls output to sort .
>>>
>>>
>>> On Fri, 30 May 2003 11:11:19 -0400
>>>   Mike Arrison <[EMAIL PROTECTED]> wrote:
>>>>On Fri, May 30, 2003 at 08:56:02AM -0400, Jesse Jacobs
>>>>wrote:
>>>>> I was wondering if there was a easy way to list my
>>>>>installed pkgs by
>>>>> size.
>>>>If you're talking about the tarballs themselves, just do
>>>>a:
>>>>ls -lSr /usr/portage/distfiles
>>>>
>>>> -Mike Arrison
>>>
>>>
>>> --
>>> [EMAIL PROTECTED] mailing list
>>
>>
>>
>>
>>--
>>[EMAIL PROTECTED] mailing list
>>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Showing those BIG pkgs

2003-05-31 Thread Jesse Jacobs
Hello Mike, Brett
Thanks for the quick replies.

I'm backing up a box and wanted to see if I could get a fully functional
system on a single CDR.

But could I conclude from the size of the source too?

TIA,
j

brett holcomb said:
> Or use find to get ones above/below a certain size.  Or
> pipe the ls output to sort .
>
>
> On Fri, 30 May 2003 11:11:19 -0400
>   Mike Arrison <[EMAIL PROTECTED]> wrote:
>>On Fri, May 30, 2003 at 08:56:02AM -0400, Jesse Jacobs
>>wrote:
>>> I was wondering if there was a easy way to list my
>>>installed pkgs by
>>> size.
>>If you're talking about the tarballs themselves, just do
>>a:
>>ls -lSr /usr/portage/distfiles
>>
>> -Mike Arrison
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] [OT] Case recomendations

2003-05-31 Thread Jesse Jacobs
These Look SOO Cool.

U guys would laugh if u saw my Frankensteins. :)

j


Mark Knecht said:
>> >I'm using a couple of CoolerMaster cases:
>> >
>> > http://www.coolermasterusa.com/Product.aspx?ID=26
>> >
>> > http://www.3dxtreme.org/Coolermaster_ATC-220_p1.shtml
>> >
>> > They're very well built. No tools required to build a PC. All
>> thumbscrews.
>> > All metal is sanded and finished with no sharp edges.
>>
>> How do you secure the motherboard to the case??  Thumbscrews as
>> well?? (that would be interesting to say the least)
>>
> Larry,
>You're right! I had forgotten this aspect. (It's been a few months
> since
> I opened the case.)
>
>The CoolerMaster cases have a slide-out metal tray that the
> motherboard
> mounts on. you remove this tray from the case, and then secure the
> motherboard on the tray using a screwdriver. You then slide the tray
> back in and secure it with thumb screws. You use thumb screws for the
> power supply, the back of the case, etc.
>
>You do have to use a normal screw driver for the disk drives also.
>
>Sorry for my quick remark there. It's not totally a hand-buildable
> environment, but after the drives are in and the MB is secure I do not
> remember having to get a screwdriver out to do any maintenance.
>
> Cheers,
> Mark
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Showing those BIG pkgs

2003-05-30 Thread Jesse Jacobs
Hello Everyone,
I was wondering if there was a easy way to list my installed pkgs by
size.
Tryin to weed out those redundant ones. :)

j




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] TV -out

2003-05-30 Thread Jesse Jacobs
Hello Patrick,

Have u set the twinview orentation?
j

Patrick Marquetecken said:
> I have.
>
> Those are the values i need in my X86 config file and are present
>
> Option "TVStandard" "PAL-H"
> HorizSync 31.5 - 49.0
> VertRefresh 50.0 - 60.0
>
> when adding this option i there is still nothing on my TV
> Option "ConnectedMonitor" "TV"
>
>
> Patrick
>
> 
>> you need to do (/usr/share/doc/nvidia-glx-/README.gz, appendix J,
>> configuring TV-Out).
>>
>> Canek
>
> 
>
>
> --
>  "Logic is the beginning of wisdom; not the end."
>   Spock (Star Trek VI)
>
>  PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
>  Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
>  Registered Linux User #44550
>  http://counter.li.org




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Jesse Jacobs
Hello Paul,
Thx I'll check it out. :)
j

Paul de Vrieze said:
> On Wednesday 28 May 2003 18:18, Jesse Jacobs wrote:
>> Keith,
>> At work we use a cisco concentrator for the vpn connection.
>> I havn't seen any oss projects for this :( Please let me know
>> otherwise.
>>
>> I know of a commercial product from e-pipe though.
>> j
> You might want to look at the linux advanced routing project (try
> googling)
>
> Paul
>
> --
> Paul de Vrieze
> Researcher
> Mail: [EMAIL PROTECTED]
> Homepage: http://www.devrieze.net




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] daemon mgmt

2003-05-29 Thread Jesse Jacobs
LOL,

thx i was on a win box;,,,They seem to inhibit thinking :)
j

MAL said:
> Jesse Jacobs wrote:
>> Hello everyone,
>> Any one know of some good docs for start-stop-daemon?
>> TIA,
>> j
>
> man 
>
> pretty much works, except 'man life' :p
>
> MAL
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] daemon mgmt

2003-05-29 Thread Jesse Jacobs
Hello everyone,
Any one know of some good docs for start-stop-daemon?
TIA,
j



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] apache trouble

2003-05-29 Thread Jesse Jacobs
Hello,
Use /etc/init.d/apached start
This uses the start-stop-daemon.
I need to read about the method more :(
j

Martin Larsson said:
> Hello
>
> just installed this system, and earlier today i tried to install apache.
> Installation went good, but I can't start it, and i really have no idea
> why
>
>
> # apachectl start
> /usr/sbin/apachectl start: httpd could not be started
>
> I did a strace on it, and it complains about no /var/run/apache.pid, but
> i dont think its a permission problem, cause cron for example is capable
> of creating cron.pid
>
> The only thing i edited in apache.conf was changing Servername, so it
> shouldnt be anything there either.
>
> Anyone have any clue about whats causing this?
>
> --
> Martin Larsson <[EMAIL PROTECTED]>




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] install problem

2003-05-29 Thread Jesse Jacobs
Hello,
Are u using ramdisk or did u compile in the driver?
Please post your grub/lilo conf.
what's the name and model of your SCSI card?
What partition is your /boot drive?
j


Murat said:
> I finished the install and tried to boot, Grub runs and starts to boot
> but I get the message like
>
> Kernel panic: VFS can not mount root .
>
> I have a SCACI Drive do I have to do some thing special? I tried both
> lilo and Grub. In the installation instructions it says to use
> root=/dev/hda3. I also tried root=/dev/sda3 still did not work...
>
> any ideas?
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xine: stable vs unstable

2003-05-29 Thread Jesse Jacobs
Jeff,
np :)
j

Jeff Elkins said:
> On Tuesday 27 May 2003 6:35 pm, Jesse Jacobs wrote:
>> Jeff,
>> Checkout These:
>>
>> http://forums.gentoo.org/viewtopic.php?t=56316&highlight=cflags
>>
>> http://forums.gentoo.org/viewtopic.php?t=53602&highlight=cflags
>>
>
> Thanks!  I'm still feeling my way about, so these links are quite
> helpful.
>
> Jeff
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Jesse Jacobs
Keith,
At work we use a cisco concentrator for the vpn connection.
I havn't seen any oss projects for this :( Please let me know otherwise.

I know of a commercial product from e-pipe though.
j

Keith Hamilton said:
> I want each connection to distribute it's packets across the two
> gateways.
>
> -- Keith
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 10:42 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [gentoo-user] Load Balancing Software?
>
>
> On Wed, May 28, 2003 at 10:32:59AM -0500, Keith Hamilton wrote:
>> I'm actually trying to balance the bandwidth between two cable modems.
>
> Ah... different problem! Do you want to assign each network connection
> to one gateway or the other, or do you want each connection to
> distribute its packets across the two gateways?
>
> Nathan Meyers
> [EMAIL PROTECTED]
>
>
>> On Wed, May 28, 2003 at 09:37:26AM -0500, Keith Hamilton wrote:
>> > Does anyone know of any Load Balancing software for linux?
>> >
>> > -- Keith
>
> --
> [EMAIL PROTECTED] mailing list
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Load Balancing Software?

2003-05-29 Thread Jesse Jacobs

Linux Virtual Server.
I havn't used it yet,  Need 3 comps and the time to pull my hair.
But re your prev post, I don't think it would suit.
FYI Cisco has many units for your needs, not that i'm promoting.
j

Keith Hamilton said:
> Does anyone know of any Load Balancing software for linux?
>
> -- Keith




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Having 2 cablemodems?

2003-05-29 Thread Jesse Jacobs
Hello Paul,
Brain Mis-firing there.
Thanks for the correction.
When bridging I only set the route tables.
Thanks again,
j

Paul de Vrieze said:
> On Wednesday 28 May 2003 15:29, Jesse Jacobs wrote:
>> Hello Keith,
>>
>> It's called bridging, and should be transparent to the network, having
>> the briding code determine the best route. Although personally I would
>> seperate the services run on the devices.  ie. mail/web on one and a
>> gentoo rsync on the other :).
>>
>
> No, this is not bridging. Bridging is using a computer to make two
> subnets  look like one. Your internet providers will not be happy if you
> do that (if  it actually works). You want something which is called load
> balancing. This  should be possible.
>
> Paul
>
> --
> Paul de Vrieze
> Researcher
> Mail: [EMAIL PROTECTED]
> Homepage: http://www.cs.kun.nl/~pauldv




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Having 2 cablemodems?

2003-05-28 Thread Jesse Jacobs
Hello Keith,

It's called bridging, and should be transparent to the network, having
the briding code determine the best route. Although personally I would
seperate the services run on the devices.  ie. mail/web on one and a
gentoo rsync on the other :).

j

Keith Hamilton said:
> Hi,
>
> I have 2 cable modems and I want to combine them together with
> Gentoo and have Gentoo manage packets between the two nic's and
> combine the bandwidth for the network.  Is this possible?
>
> -- Keith




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Apm problems

2003-05-28 Thread Jesse Jacobs
Hello Meka,

I had a similar problem, no lockup though.
I tried ACPI instead which powers off the boxen.
Yes, It's marked as experimental and will replace APM But my experiences
have been great.

HTH,
j


Meka[ni] said:
>   First, when I boot LiveCD, apm works ok, but when I enable it in
> kernel
> and boot from
> HDD, halt -p doesn't power off. The last message is "Power off" but
> nothing happens. I've tried to include the "Real BIOS apm call" (or
> something like that) in kernel, but it doesn't work.
>   Another problem is console blanking. When it's enabled, my system
> freezes when it spends
> some time with blanked conole. Same thing happens if I try to go to
> console from X. Now, I've rebuilded it as a module, and it still
> doesn;t work. When apm is off none of this happens. My box is Celeron
> (Mendocino) 300A, S3 Savage3D AGP, 224MB SDRAM. What to do?
>
> 
> Meka[ni]
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xine: stable vs unstable

2003-05-27 Thread Jesse Jacobs
Jeff,
Checkout These:

http://forums.gentoo.org/viewtopic.php?t=56316&highlight=cflags

http://forums.gentoo.org/viewtopic.php?t=53602&highlight=cflags

Jeff Elkins said:
>> Jeff Elkins said:
>> > I'm having a problem merging xine and I'm wondering if it's related
>> to the  fact that I installed using ~x86.
>
> On Tuesday 27 May 2003 14:37, Jesse Jacobs wrote:
>> Hello Jeff,
>>
>> Need higher :) in the error results.
>> Find where the compile completed sucessfully and copy from there
>> onwards.
>>
>> j
>
> Here's another go...
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../readline
> -I../../readline -I../../src -I../../src -I../../src/common
> -I../../src/common -I../../src/xitk/xine-toolkit
> -I../../src/xitk/xine-toolkit -I/usr/include-I/usr/X11R6/include
> -I/usr/include  -I../../src/xitk/xine-toolkit -mcpu=athlon-xp -O3 -pipe
> -O3  -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4
> -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations
> -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
> -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64   -c `test
> -f  'download.c' || echo './'`download.c
> source='errors.c' object='errors.o' libtool=no \
> depfile='.deps/errors.Po' tmpdepfile='.deps/errors.TPo' \
> depmode=gcc3 /bin/sh ../../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../readline
> -I../../readline -I../../src -I../../src -I../../src/common
> -I../../src/common -I../../src/xitk/xine-toolkit
> -I../../src/xitk/xine-toolkit -I/usr/include-I/usr/X11R6/include
> -I/usr/include  -I../../src/xitk/xine-toolkit -mcpu=athlon-xp -O3 -pipe
> -O3  -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4
> -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations
> -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
> -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64   -c `test
> -f  'errors.c' || echo './'`errors.c
> source='event.c' object='event.o' libtool=no \
> depfile='.deps/event.Po' tmpdepfile='.deps/event.TPo' \
> depmode=gcc3 /bin/sh ../../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../readline
> -I../../readline -I../../src -I../../src -I../../src/common
> -I../../src/common -I../../src/xitk/xine-toolkit
> -I../../src/xitk/xine-toolkit -I/usr/include-I/usr/X11R6/include
> -I/usr/include  -I../../src/xitk/xine-toolkit -mcpu=athlon-xp -O3 -pipe
> -O3  -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4
> -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations
> -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
> -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64   -c `test
> -f  'event.c' || echo './'`event.c
> errors.c: In function `gui_handle_xine_error':
> errors.c:244: `XINE_ERROR_INPUT_FAILED' undeclared (first use in this
> function)
> errors.c:244: (Each undeclared identifier is reported only once
> errors.c:244: for each function it appears in.)
> make[4]: *** [errors.o] Error 1
> make[4]: *** Waiting for unfinished jobs
> make[4]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21/src/xitk'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21/src/xitk'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21'
> make: *** [all] Error 2
>
> !!! ERROR: media-video/xine-ui-0.9.21 failed.
> !!! Function src_compile, Line 54, Exitcode 2
> !!! (no error message)
>
>
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xine: stable vs unstable

2003-05-27 Thread Jesse Jacobs
Hello Jeff,
Here's the flags for an xp box that I set-up.
I didn't build xine only vlc on this box.
I wouldn't say these are stable...gnome panel crashed on me a few
times(ie. twice in a month)

CFLAGS="-march=athlon-xp -O3 -pipe -mfpmath=sse -funroll-loops
-falign-functions=4 -maccumulate-outgoing-args -ffast-math
-fprefetch-loop-arrays"

HTH,
j

Jeff Elkins said:
>> Jeff Elkins said:
>> > I'm having a problem merging xine and I'm wondering if it's related
>> to the  fact that I installed using ~x86.
>
> On Tuesday 27 May 2003 14:37, Jesse Jacobs wrote:
>> Hello Jeff,
>>
>> Need higher :) in the error results.
>> Find where the compile completed sucessfully and copy from there
>> onwards.
>>
>> j
>
> Here's another go...
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../readline
> -I../../readline -I../../src -I../../src -I../../src/common
> -I../../src/common -I../../src/xitk/xine-toolkit
> -I../../src/xitk/xine-toolkit -I/usr/include-I/usr/X11R6/include
> -I/usr/include  -I../../src/xitk/xine-toolkit -mcpu=athlon-xp -O3 -pipe
> -O3  -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4
> -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations
> -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
> -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64   -c `test
> -f  'download.c' || echo './'`download.c
> source='errors.c' object='errors.o' libtool=no \
> depfile='.deps/errors.Po' tmpdepfile='.deps/errors.TPo' \
> depmode=gcc3 /bin/sh ../../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../readline
> -I../../readline -I../../src -I../../src -I../../src/common
> -I../../src/common -I../../src/xitk/xine-toolkit
> -I../../src/xitk/xine-toolkit -I/usr/include-I/usr/X11R6/include
> -I/usr/include  -I../../src/xitk/xine-toolkit -mcpu=athlon-xp -O3 -pipe
> -O3  -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4
> -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations
> -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
> -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64   -c `test
> -f  'errors.c' || echo './'`errors.c
> source='event.c' object='event.o' libtool=no \
> depfile='.deps/event.Po' tmpdepfile='.deps/event.TPo' \
> depmode=gcc3 /bin/sh ../../depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../readline
> -I../../readline -I../../src -I../../src -I../../src/common
> -I../../src/common -I../../src/xitk/xine-toolkit
> -I../../src/xitk/xine-toolkit -I/usr/include-I/usr/X11R6/include
> -I/usr/include  -I../../src/xitk/xine-toolkit -mcpu=athlon-xp -O3 -pipe
> -O3  -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4
> -falign-jumps=4  -mpreferred-stack-boundary=2 -fexpensive-optimizations
> -fschedule-insns2 -fno-strict-aliasing -ffast-math -funroll-loops
> -finline-functions -mcpu=athlon -Wall -D_FILE_OFFSET_BITS=64   -c `test
> -f  'event.c' || echo './'`event.c
> errors.c: In function `gui_handle_xine_error':
> errors.c:244: `XINE_ERROR_INPUT_FAILED' undeclared (first use in this
> function)
> errors.c:244: (Each undeclared identifier is reported only once
> errors.c:244: for each function it appears in.)
> make[4]: *** [errors.o] Error 1
> make[4]: *** Waiting for unfinished jobs
> make[4]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21/src/xitk'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21/src/xitk'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/xine-ui-0.9.21/work/xine-ui-0.9.21'
> make: *** [all] Error 2
>
> !!! ERROR: media-video/xine-ui-0.9.21 failed.
> !!! Function src_compile, Line 54, Exitcode 2
> !!! (no error message)
>
>
>
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] X flicker,flicker,flicker fine...

2003-04-05 Thread Jesse Jacobs
Hello Sami,

Thanks for spending some time to help me out.

I've tried these settings to no avail. :(
Option  "UseEdidFreqs"  "0"
Option  "IgnoreEDID""1"

When the driver loads, EDID is igrored.
The monitor cannot be probed because of the KVM.
In the README it states that when IgnoreEDID is set, values are used from
a hardcoded table.
I also noticed a SoftEDID driver setting.  But this appears to be for flat
panels.  I'll keep you posted.
Thanks again,
Jesse.


Sami Näätänen said:
> On Friday 04 April 2003 17:14, Jesse Jacobs wrote:
>> Hello Sami,
>> Thanks for your reply.
>> I was unable to locate the EDID value within my monitor section.  Is
>> this on by default?  How would I disable this?  Option "EDID" "0"?
>> Previously, I disabled dpms.
>> Thanks again,
>> Jesse.
>
> Checked and that is in fact driver section stuff, and I don't know which
>  drivers implement it. Nvidia drivers do.
>
> How new your monitor is? I simply ask, because EDID checking shouldn't
> actually try to change the reolution, but some older monitors are known
> to try to change to the resolution that the driver queries from the
> monitor. Your case seems to match in that, but it can be someting else
> too.
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] X flicker,flicker,flicker fine...

2003-04-04 Thread Jesse Jacobs
Hello Sami,
Thanks for your reply.
I was unable to locate the EDID value within my monitor section.  Is this
on by default?  How would I disable this?  Option "EDID" "0"?  Previously,
I disabled dpms.
Thanks again,
Jesse.

Sami Näätänen said:
> On Thursday 03 April 2003 22:02, Jesse Jacobs wrote:
>> Hello Again,
>> Just to clarify,  I've used xvidtune for the appropriate one line
>> values but this did not help.  What I would like to find is a utility
>> for the horizontal and vertical timings at each resolution.
>> TIA,
>> Jesse.
>>
>> Jesse Jacobs said:
>> > Hello everyone,
>> > I've, well, kind of an annoyance.  This has been occurring since
>> introducing a KVM at Christmas(my fam splurged this year).
>> > The monitor is a Sync-Master 950P.  When X starts the screen
>> > flickers a few times and then loads my win-manager.  This take ~10
>> seconds.  This also occurs when switching between vc's.  I thought
>> this could be related to my AGP driver but after forcing AGPGART the
>> problem persists. I was hoping someone could help direct me to a
>> utility for the ModeLine value to this monitor or any suggestions
>> that I might attempt. Thanks for any and all help,
>> > TIA,
>> > Jesse.
>> >
>
> I think your monitor goes through every modeline that X checks. Try
> disable EDID from your X configs monitor section.
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] X flicker,flicker,flicker fine...

2003-04-04 Thread Jesse Jacobs
Hello Dave,
Thanks for your innovative reply.
When tryin to kill X with ctl+alt+backspace this did not work.
Do I need to set this key combo somewhere?
I just used exit but if you could direct me to how I might set this up it
would be greatly appreciated.
The values taken from the logs were in an unusual
format(res,htiming,vtiming).  Yet when looking at the expected format
theres 4 values for each timing, a dotclock value and flags.
Any and all help is appreciated,
Jesse.
P.S.  Man! I hate crawling under desks! :)

Dave Klipec said:
> Jesse Jacobs wrote:
>> Hello Again,
>> Just to clarify,  I've used xvidtune for the appropriate one line
>> values but this did not help.  What I would like to find is a utility
>> for the horizontal and vertical timings at each resolution.
>> TIA,
>> Jesse.
>> Jesse Jacobs said:
>>
>>>Hello everyone,
>>>I've, well, kind of an annoyance.  This has been occurring since
>>> introducing a KVM at Christmas(my fam splurged this year).
>>>The monitor is a Sync-Master 950P.  When X starts the screen flickers
>>> a few times and then loads my win-manager.  This take ~10 seconds.
>>> This also occurs when switching between vc's.  I thought this could be
>>> related to my AGP driver but after forcing AGPGART the problem
>>> persists.
>>> I was hoping someone could help direct me to a utility for the
>>> ModeLine
>>>value to this monitor or any suggestions that I might attempt.
>>>Thanks for any and all help,
>
> It might be helpful to start X by hand at a command prompt, and redirect
>  the stderr to files - one with the KVM, one without.
>
> Something to the effect of:
> X 2>&1 > x.log
>
>  and kill it with ctrl-alt-backspace
>
> Or you could just copy /var/log/XFree86.0.log, with and without KVM.
>
> X generally probes your monitor via DDC when it starts to see what it's
> capabilities are.  You might find your answer by diff'ing those files.
> If not, post them to the list.
>
>
> --
> Public key available at pgp.mit.edu keyID:36F46FD0
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] X flicker,flicker,flicker fine...

2003-04-03 Thread Jesse Jacobs
Hello Again,
Just to clarify,  I've used xvidtune for the appropriate one line values
but this did not help.  What I would like to find is a utility for the
horizontal and vertical timings at each resolution.
TIA,
Jesse.
Jesse Jacobs said:
> Hello everyone,
> I've, well, kind of an annoyance.  This has been occurring since
> introducing a KVM at Christmas(my fam splurged this year).
> The monitor is a Sync-Master 950P.  When X starts the screen flickers a
> few times and then loads my win-manager.  This take ~10 seconds.  This
> also occurs when switching between vc's.  I thought this could be
> related to my AGP driver but after forcing AGPGART the problem persists.
>  I was hoping someone could help direct me to a utility for the ModeLine
> value to this monitor or any suggestions that I might attempt.
> Thanks for any and all help,
> TIA,
> Jesse.
>
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



[gentoo-user] X flicker,flicker,flicker fine...

2003-04-03 Thread Jesse Jacobs
Hello everyone,
I've, well, kind of an annoyance.  This has been occurring since
introducing a KVM at Christmas(my fam splurged this year).
The monitor is a Sync-Master 950P.  When X starts the screen flickers a
few times and then loads my win-manager.  This take ~10 seconds.  This
also occurs when switching between vc's.  I thought this could be related
to my AGP driver but after forcing AGPGART the problem persists.  I was
hoping someone could help direct me to a utility for the ModeLine value to
this monitor or any suggestions that I might attempt.
Thanks for any and all help,
TIA,
Jesse.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: XCDRoast and DVD

2003-03-25 Thread Jesse Jacobs
You'll need cdrtools-dvd
It's patched with mandrake's DVD-R patch
I set it up many moons ago, for a friend.
Man, I wish I had one of those (4.7Gb!)!
J.

MAL said:
> Jose Gonzalez Gomez wrote:
>>
>>Maybe should I activate scsi emulation for my DVD also? I have this
>>
>> in grub.conf:
>>
>>kernel (hd0,0)/boot/bzImage root=/dev/hda3 hdc=ide-scsi
>>
>>should I add hdb=ide-scsi for XCDRoast to be able to access my DVD?
>
> Yes, that will allow X-CD-Roast to use it to read CDs for
> imaging/copying, but unfortunately X-CD-Roast doesn't seem to support
> dvdrecord to write DVD-Rs yet, (segfaults with it for me).
>
> Does anyone have any insight on this?
>
> MAL
>
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Do I need to join to roll my own tarballs?

2003-03-21 Thread Jesse Jacobs
Hello Paul,
Thanks, I found the stager scripts and printed them to give me an idea of
how to approach this.
Hopefully, I'll be making available tonight a i686, athlon and athlon-xp
stage 2 tarball.  (fingers are crossed :) )

Paul de Vrieze said:
> On Friday 21 March 2003 19:33, Kurt Lieber wrote:
>> On Fri, Mar 21, 2003 at 11:13:34AM -0500 or thereabouts, Jesse Jacobs
>> wrote:
>> > Thanks for your prompt reply.
>> > I'm just a "basement" Linux user.
>> > But would like to help any way I can.
>> > How could I assist and(to cut to the chase) gain access to these
>> sources?
>>
>> Well, right now to have access to cvs, you have to be a developer.  If
>> you're interested in becoming a developer, best way is to head over to
>> bugzilla and start patching bugs.
>>
>> Look for a more informative "how to become a gentoo developer" in next
>> Monday's GWN. :)
>>
>
> You can use the cvs web interface to look at the contents of CVS. Also
> the  main parts are provided in other ways (the rsync tree for example)
>
> Paul
>
> --
> Paul de Vrieze
> Researcher
> Mail: [EMAIL PROTECTED]
> Homepage: http://www.devrieze.net


-
Jesse Jacobs, R.H.C.T.
Ajax, ON  Canada



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Do I need to join to roll my own tarballs?

2003-03-21 Thread Jesse Jacobs
Hello Kert,
Thanks for your prompt reply.
I'm just a "basement" Linux user.
But would like to help any way I can.
How could I assist and(to cut to the chase) gain access to these sources?
Thanks for any time devoted to this matter,
Jesse.

Kurt Lieber said:
> On Fri, Mar 21, 2003 at 10:07:27AM -0500 or thereabouts, Jesse Jacobs
> wrote:
>> I've been trying to build a few stage-2/3 tar balls.
>> But it appears that I need access to gentoo-src CVS.  If anyone could
>> please direct me, it would be greatly appreciated.
>
> We don't offer anonymous access to CVS.  We used to, but then Gentoo got
> popular and our poor box couldn't handle it any more. :)
>
> If someone would like to donate a really (REALLY) beefy machine for anon
> cvs access along with the colo space and bandwidth to support it, I'd be
> happy to look at re-enabling it.
>
> --kurt
>
> --
> [EMAIL PROTECTED] mailing list





--
[EMAIL PROTECTED] mailing list



[gentoo-user] Do I need to join to roll my own tarballs?

2003-03-21 Thread Jesse Jacobs

Good morning all,
I've been trying to build a few stage-2/3 tar balls.
But it appears that I need access to gentoo-src CVS.  If anyone could
please direct me, it would be greatly appreciated.
TIA,
Jesse.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] I'm no tar geru

2003-03-13 Thread Jesse Jacobs
Hello Bret,
Thanks, always helps to share the tricks-o-the-trade.
Some of the archives I made were not fully reliable and took forever to
deflate.  Can u suggest a few good resources for cpio?  I'll be checkin
the man and docs but any "words-o-wisdom" would be greatly appreciated.
Have u used Amanda?  It's a automated network 2 tape backup system from
the univ. of Maryland I believe.
Very KOOL.
Thanks again,
Jesse.


Brett Campbell said:
> hey what's up..
>
> i've just recently fought the "tar battle" myself, having picked up my
> first sysadmin job.  after hours of beating my head trying to find
> better solutions, i ended up deciding on cpio.  it seems much more
> reliable than tar (i archive to tape, and sometimes tar would just
> sh1t all over me, not lending a hand to recover one file).  just
> thought i'd open your eyes to this nice tool if you hadn't found it
> already.
>
> lion-O
>
> On Mon, Mar 10, 2003 at 07:57:50PM -0500, Jesse Jacobs wrote:
>> Hello everyone,
>>
>> Here's the link: http://www.xs4all.nl/~voorburg/backup.html
>>
>> I'll be fiddling with it.
>> J
>>
>> Jesse Jacobs said:
>> > Hello everyone,
>> >
>> > First thank you for the great responses.
>> > As with any one that uses Linux I don't give up easily and used:
>> >
>> > find / -maxdepth 1 > /tar.test.txt
>> > nano /tar.test.txt
>> > ** removed /exports,/proc,/tmp etc. **
>> > tar cvjpf /exports/full-test-backup090303.tar.bz2 -T tar.test.txt
>> >
>> > ** this was missing directories though /exports,/proc,/tmp
>> > Not perfect, and took forever on the loaded system.
>> > Now that you have provided me with the correct syntax I'll have to
>> redo it(another trait of Linux users seems to be the constant stride
>> to perfection, haven't u noticed :) ).
>> >
>> > When searching, I found a great little cronjob/script for full and
>> incremental weekly backups using tar.  I'll post it as soon as I get
>> home :)
>> >
>> > Thanks again guys,
>> > Jesse.
>> >
>> > Mark A Basil said:
>> >> Hey Jesse,
>> >>
>> >> Another solution would be to create a text file with what you want
>> to backup.
>> >>
>> >> i.e.
>> >>
>> >> backuplist.txt
>> >> ---
>> >> /usr/
>> >> /etc/
>> >> ---
>> >>
>> >> tar cvjpf yourbackup.tar.bz2 -T backuplist.txt
>> >>
>> >> -Mark
>> >>
>> >> On Monday 10 March 2003 10:58 am, Meir Kriheli wrote:
>> >>> On Sunday 09 March 2003 22:45, Jesse Jacobs wrote:
>> >>> > Hello everyone,
>> >>> >
>> >>> > I would like to backup my system minus some dirs.
>> >>> >
>> >>> > I print to a file the files/dirs i'd like to skip
>> >>> >
>> >>> > mount /dev/hda1 /boot
>> >>> > find /proc > /tar.test.txt
>> >>> > find /exports >> /tar.test.txt
>> >>> > tar -cvjpsPf -X /tar.test.txt /
>> >>> /exports/backup-full-090303.tar.bz2
>> >>> >
>> >>> > But when the archive starts the specified dirs are included  :)
>> >>> >
>> >>> > I hope to use this for compiling a optimised i686/athlon-xp
>> base
>> >>> to
>> >>> be used for my own rapid deployment.
>> >>> >
>> >>> > Also I've noticed the archives in /usr/portage/distfiles/*.tbz2
>> or
>> >>> tar.bz2 I was hoping I could tar these and extract to the fresh
>> base for a little bandwith savings.
>> >>> >
>> >>> > Jesse Jacobs.
>> >>>
>> >>> Hi Jesse,
>> >>>
>> >>> You don't need to specify each file in the excludes file. I
>> usually do it with --exclude switch and specify wild cards.
>> >>>
>> >>> I advise against using -P as it can lead to accidents. If you
>> untar it as root by accident it'll overwrite your current system
>> (since / is included). Let tar strip the leading / and untar in the
>> root dir.
>> >>>
>> >>> -p is not really needed at this stage AFAIK, as it affects
>> extract, not creation. You might want to  revers the order since
>> usually after 'f' is passed tar is expecting the file name.
>> >>>
>> >>> Try this for example:
>> >>> tar -cvjpf /exports/backup-full-090303.tar.bz2 --directory /
>> --exclude=proc --exclude=exports
>> >>>
>> >>> You can exclude other dirs as well (tmp/* contents for example).
>> >>>
>> >>> There are many tutorials on the net about it, Google will surely
>> find some for you.
>> >>
>> >> --
>> >> [EMAIL PROTECTED] mailing list
>>
>>
>>
>>
>> --
>> [EMAIL PROTECTED] mailing list
>
> --
> ''Wisdom is the companion of patience''
>
>,-~~-.___.
>   / |  ' \
>  (  ) 0
>   \_/-, ,'
>     //
> /  \-'~;/~~~(O)
>/  __/~|   /   |
>  =(  _| (_|
>
> Brett Ryan Campbell
> Systems Administrator, CAD Research Center
> Cal Poly State University, San Luis Obispo, CA 93407
> http://www.cadrc.calpoly.edu/frameset_content/content_about_us.html


-
Jesse Jacobs, R.H.C.T.
Ajax, ON  Canada




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: loki-update ?

2003-03-10 Thread Jesse Jacobs
Hello everyone,
Anyone have loki-update working?
Any trick/tips you could recommend?
Thanks, Any and all help is appreciated.
Jesse.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] I'm no tar geru

2003-03-10 Thread Jesse Jacobs
Hello everyone,

Here's the link: http://www.xs4all.nl/~voorburg/backup.html

I'll be fiddling with it.
J

Jesse Jacobs said:
> Hello everyone,
>
> First thank you for the great responses.
> As with any one that uses Linux I don't give up easily and used:
>
> find / -maxdepth 1 > /tar.test.txt
> nano /tar.test.txt
> ** removed /exports,/proc,/tmp etc. **
> tar cvjpf /exports/full-test-backup090303.tar.bz2 -T tar.test.txt
>
> ** this was missing directories though /exports,/proc,/tmp
> Not perfect, and took forever on the loaded system.
> Now that you have provided me with the correct syntax I'll have to
> redo it(another trait of Linux users seems to be the constant stride
> to perfection, haven't u noticed :) ).
>
> When searching, I found a great little cronjob/script for full and
> incremental weekly backups using tar.  I'll post it as soon as I get
> home :)
>
> Thanks again guys,
> Jesse.
>
> Mark A Basil said:
>> Hey Jesse,
>>
>> Another solution would be to create a text file with what you want to
>> backup.
>>
>> i.e.
>>
>> backuplist.txt
>> ---
>> /usr/
>> /etc/
>> -------
>>
>> tar cvjpf yourbackup.tar.bz2 -T backuplist.txt
>>
>> -Mark
>>
>> On Monday 10 March 2003 10:58 am, Meir Kriheli wrote:
>>> On Sunday 09 March 2003 22:45, Jesse Jacobs wrote:
>>> > Hello everyone,
>>> >
>>> > I would like to backup my system minus some dirs.
>>> >
>>> > I print to a file the files/dirs i'd like to skip
>>> >
>>> > mount /dev/hda1 /boot
>>> > find /proc > /tar.test.txt
>>> > find /exports >> /tar.test.txt
>>> > tar -cvjpsPf -X /tar.test.txt /
>>> /exports/backup-full-090303.tar.bz2
>>> >
>>> > But when the archive starts the specified dirs are included  :)
>>> >
>>> > I hope to use this for compiling a optimised i686/athlon-xp base
>>> to
>>> be used for my own rapid deployment.
>>> >
>>> > Also I've noticed the archives in /usr/portage/distfiles/*.tbz2 or
>>> tar.bz2 I was hoping I could tar these and extract to the fresh base
>>> for a little bandwith savings.
>>> >
>>> > Jesse Jacobs.
>>>
>>> Hi Jesse,
>>>
>>> You don't need to specify each file in the excludes file. I usually
>>> do it with --exclude switch and specify wild cards.
>>>
>>> I advise against using -P as it can lead to accidents. If you untar
>>> it as root by accident it'll overwrite your current system (since /
>>> is included). Let tar strip the leading / and untar in the root dir.
>>>
>>> -p is not really needed at this stage AFAIK, as it affects extract,
>>> not creation. You might want to  revers the order since usually
>>> after 'f' is passed tar is expecting the file name.
>>>
>>> Try this for example:
>>> tar -cvjpf /exports/backup-full-090303.tar.bz2 --directory /
>>> --exclude=proc --exclude=exports
>>>
>>> You can exclude other dirs as well (tmp/* contents for example).
>>>
>>> There are many tutorials on the net about it, Google will surely
>>> find some for you.
>>
>> --
>> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Prob w/ dhcpcd...

2003-03-10 Thread Jesse Jacobs
Thinking again .
This only applies if serving ip's to windows boxes.
Also check UDP port 67 - in and 68 - out of the interface.
HTH again,
J.
Jesse Jacobs said:
> Hello Ian,
>
> just type as is
> route add --host 255.255.255.255 dev eth0
> this allows the routing decision to believe that the 255.255.255.255 is
> the local host which passes the request to local processes(i.e. dhcpd)
>
> HTH,
> J.
>
> Ian Tindale said:
>> On Monday 10 March 2003 8:22 pm, you wrote:
>>> Hello Ian,
>>> Did you add the broadcast host to your routing?
>>>
>>> route add --host 255.255.255.255 dev eth0
>>
>> That's a good point - I daren't change the routing right now, as it
>> took me  two weeks to arrive at the way it is now, during which I
>> couldn't connect to  the internet at all. I'll investigate your
>> suggestion when things are safe to  do so. What's the '--host' part -
>> does that get typed in just as is?
>>
>>
>>
>> --
>> Ian Tindale
>
>
> -
> Jesse Jacobs, R.H.C.T.
> Ajax, ON  Canada
>
>
>
> --
> [EMAIL PROTECTED] mailing list


-
Jesse Jacobs, R.H.C.T.
Ajax, ON  Canada



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Prob w/ dhcpcd...

2003-03-10 Thread Jesse Jacobs
Hello Ian,

just type as is
route add --host 255.255.255.255 dev eth0
this allows the routing decision to believe that the 255.255.255.255 is
the local host which passes the request to local processes(i.e. dhcpd)

HTH,
J.

Ian Tindale said:
> On Monday 10 March 2003 8:22 pm, you wrote:
>> Hello Ian,
>> Did you add the broadcast host to your routing?
>>
>> route add --host 255.255.255.255 dev eth0
>
> That's a good point - I daren't change the routing right now, as it took
> me  two weeks to arrive at the way it is now, during which I couldn't
> connect to  the internet at all. I'll investigate your suggestion when
> things are safe to  do so. What's the '--host' part - does that get
> typed in just as is?
>
>
>
> --
> Ian Tindale


-
Jesse Jacobs, R.H.C.T.
Ajax, ON  Canada



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] I'm no tar geru

2003-03-10 Thread Jesse Jacobs
Hello everyone,

First thank you for the great responses.
As with any one that uses Linux I don't give up easily and used:

find / -maxdepth 1 > /tar.test.txt
nano /tar.test.txt
** removed /exports,/proc,/tmp etc. **
tar cvjpf /exports/full-test-backup090303.tar.bz2 -T tar.test.txt

** this was missing directories though /exports,/proc,/tmp
Not perfect, and took forever on the loaded system.
Now that you have provided me with the correct syntax I'll have to redo
it(another trait of Linux users seems to be the constant stride to
perfection, haven't u noticed :) ).

When searching, I found a great little cronjob/script for full and
incremental weekly backups using tar.  I'll post it as soon as I get home
:)

Thanks again guys,
Jesse.

Mark A Basil said:
> Hey Jesse,
>
> Another solution would be to create a text file with what you want to
> backup.
>
> i.e.
>
> backuplist.txt
> ---
> /usr/
> /etc/
> ---
>
> tar cvjpf yourbackup.tar.bz2 -T backuplist.txt
>
> -Mark
>
> On Monday 10 March 2003 10:58 am, Meir Kriheli wrote:
>> On Sunday 09 March 2003 22:45, Jesse Jacobs wrote:
>> > Hello everyone,
>> >
>> > I would like to backup my system minus some dirs.
>> >
>> > I print to a file the files/dirs i'd like to skip
>> >
>> > mount /dev/hda1 /boot
>> > find /proc > /tar.test.txt
>> > find /exports >> /tar.test.txt
>> > tar -cvjpsPf -X /tar.test.txt / /exports/backup-full-090303.tar.bz2
>> >
>> > But when the archive starts the specified dirs are included  :)
>> >
>> > I hope to use this for compiling a optimised i686/athlon-xp base to
>> be used for my own rapid deployment.
>> >
>> > Also I've noticed the archives in /usr/portage/distfiles/*.tbz2 or
>> tar.bz2 I was hoping I could tar these and extract to the fresh base
>> for a little bandwith savings.
>> >
>> > Jesse Jacobs.
>>
>> Hi Jesse,
>>
>> You don't need to specify each file in the excludes file. I usually
>> do it with --exclude switch and specify wild cards.
>>
>> I advise against using -P as it can lead to accidents. If you untar
>> it as root by accident it'll overwrite your current system (since /
>> is included). Let tar strip the leading / and untar in the root dir.
>>
>> -p is not really needed at this stage AFAIK, as it affects extract,
>> not creation. You might want to  revers the order since usually after
>> 'f' is passed tar is expecting the file name.
>>
>> Try this for example:
>> tar -cvjpf /exports/backup-full-090303.tar.bz2 --directory /
>> --exclude=proc --exclude=exports
>>
>> You can exclude other dirs as well (tmp/* contents for example).
>>
>> There are many tutorials on the net about it, Google will surely find
>> some for you.
>
> --
> [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mozilla and java

2003-03-09 Thread Jesse Jacobs
Ben,
Add java to you're use flags then re:
emerge mozilla
Hope this helps,
Jesse.

Ben Sparks said:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> What is te best way to get java for mozilla, I have a website that is
> pretty important that I can't becuase I don't have the java plugin for
> mozilla.  I've been to java.sun.com but I couldn't find what I was
> looking for.  Thanks
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.1 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQE+a935yJBq97+CQrERAoSFAJwMeA9VkZzc7YLHkdtF7q0wMdn5DwCgi5Gg
> kUeOVnaHSAJmrEEjZXCtPps=
> =sAzM
> -END PGP SIGNATURE-
>
>
>
> --
> [EMAIL PROTECTED] mailing list


-
Jesse Jacobs, R.H.C.T.
Ajax, ON  Canada



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Why is my computer using swap?

2003-03-09 Thread Jesse Jacobs
Sorry I hit reply not reply 2 all.
J.
Jesse Jacobs said:
> Hello Doug,
>
> I've noticed this as well.  After normal system use(i.e. no X), Swap
> isn't used.  If, like stated earlier u use a HUGE app(i.e. gdm/kdm and
> all the frills) most of the jobs remain in memory but the infrequently
> used jobs are paged out to swap to allow for a faster load of the
> imminent job.
>
> If this behavior annoys u, try like Ben Sparks suggests:
> swapoff
> and edit your /etc/fstab
>
> Jesse Jacobs
>
> Doug Gorley said:
>> I've got 768MB of RAM (1x256 + 1x512), and from the top output below,
>> it looks like only 447MB is being used.
>>
>> On Sun, 2003-03-09 at 12:33, Ben Sparks wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> How much RAM do you have.  I just don't mount swap unless I know I'll
>>> be  doing something that requires a ton a memory.  I have 512mb and
>>> don't  use the swap unless I need it.
>>>
>>> Daniel Carrera wrote:
>>>
>>> |I don't know why, but I know that this is normal behaviour.
>>> |
>>> |What you will notice is that Linux will use a small ammount of swap
>>> from |the beginning, but it won't use much until actually you run out
>>> of RAM. |
>>> |Perhaps someone else knows the rationale behind this.
>>> |
>>> |Daniel.
>>> |
>>> |
>>> |On Sun, Mar 09, 2003 at 11:39:06AM -0800, Doug Gorley wrote:
>>> |
>>> |>G'day list.  Here's the header output from top:
>>> |>
>>> |>--
>>> |> 11:38:03  up 18:02,  3 users,  load average: 0.13, 0.08, 0.02
>>> |>104 processes: 102 sleeping, 2 running, 0 zombie, 0 stopped
>>> |>CPU states:  7.7% user,  1.4% system,  0.0% nice,  0.0% iowait,
>>> 90.8% |>idle
>>> |>Mem:   775460k av,  709540k used,   65920k free,   0k shrd,
>>> 318648k |>buff
>>> |>   447528k active, 191944k inactive
>>> |>Swap:  498004k av,6952k used,  491052k free
>>> 207392k |>cached
>>> |>--
>>> |>
>>> |>So, my question is, if I've got 191MB of inactive memory, why is my
>>> |>computer using 7MB of swap space?
>>> |>
>>> |>Thanks,
>>> |>
>>> |>--
>>> |>Doug Gorley | [EMAIL PROTECTED] OpenPGP Key ID: 0xA221559B
>>> |>Fingerprint: D707 DB92 E64B 69DA B8C7  2F65 C5A9 5415 A221 559B
>>> |>Interested in public-key cryptography?http://www.gnupg.org/ |>
>>> |>
>>> |>
>>> |>--
>>> |>[EMAIL PROTECTED] mailing list
>>> |>
>>> |
>>>
>>> -BEGIN PGP SIGNATURE-
>>> Version: GnuPG v1.2.1 (GNU/Linux)
>>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>>
>>> iD8DBQE+a6UoyJBq97+CQrERAuuKAJ0f7hOpi2NodpOetnYEf0tKsnO00wCeJAAG
>>> ZvfPpzq61MJaQ/iZEQMS8eA=
>>> =O21Q
>>> -END PGP SIGNATURE-
>>>
>>>
>>>
>>> --
>>> [EMAIL PROTECTED] mailing list
>> --
>> Doug Gorley | [EMAIL PROTECTED] OpenPGP Key ID: 0xA221559B
>> Fingerprint: D707 DB92 E64B 69DA B8C7  2F65 C5A9 5415 A221 559B
>> Interested in public-key cryptography?http://www.gnupg.org/
>>
>>
>>
>> --
>> [EMAIL PROTECTED] mailing list


-
Jesse Jacobs, R.H.C.T.
Ajax, ON  Canada



--
[EMAIL PROTECTED] mailing list



[gentoo-user] I'm no tar geru

2003-03-09 Thread Jesse Jacobs
Hello everyone,

I would like to backup my system minus some dirs.

I print to a file the files/dirs i'd like to skip

mount /dev/hda1 /boot
find /proc > /tar.test.txt
find /exports >> /tar.test.txt
tar -cvjpsPf -X /tar.test.txt / /exports/backup-full-090303.tar.bz2

But when the archive starts the specified dirs are included  :)

I hope to use this for compiling a optimised i686/athlon-xp base to be
used for my own rapid deployment.

Also I've noticed the archives in /usr/portage/distfiles/*.tbz2 or tar.bz2
I was hoping I could tar these and extract to the fresh base for a little
bandwith savings.

Jesse Jacobs.



--
[EMAIL PROTECTED] mailing list