Re: [gentoo-user] What printer should I buy?
Funny you just said that. I was just wondering how to connect to a network printer. Do I do something with CUPS? On 27 Aug 2003 07:30:51 +0800 William Kenworthy <[EMAIL PROTECTED]> wrote: > The latest gimp-print drivers for canon (in my case the BJC-6200, and at > least one other report for a different canon model) seem to be broken, > but the an older driver is in portage that works. I have a bug report > on it. > > BillK > > On Tue, 2003-08-26 at 05:02, Lionel Laratte wrote: > > Actually, I'd like to suggest the Canon S-series (I have the S-750). I recommend > > it highly because they have four separate cartridges for each color. If one runs > > out, you buy just one and they are reasonably priced. Also, for US$100, it prints > > fast and well. We just printed our wedding pictures for a scrapbook. I recommend > > it. > > > > Lionel > > > > On Tue, 26 Aug 2003 05:07:28 + > > "Hemmann, Volker Armin" <[EMAIL PROTECTED]> wrote: > > > > > On Monday 25 August 2003 11:40, Larry Wright wrote: > > > > > > > > > > > Anyone have a recommendation? > > > > > > > > > don't buy Lexmark. They suck out your blood with their heavy overprized ink > > > ;o) > > > > > > After ruining my Epson , I do not print anymore.. if I have to print out a > > > text, a neighbour will do it on his Laserjet... > > > > > > Glück Auf > > > Volker > > > > -- > > > > [EMAIL PROTECTED] mailing list > > > > > > -- > > > Conclusions > > > In a straight-up fight, the Empire squashes the Federation like a bug. Even > > > with its numerical advantage removed, the Empire would still squash the > > > Federation like a bug. Accept it. -Michael Wong > > > > > > > > > -- > > > [EMAIL PROTECTED] mailing list > > > > > > > > > > > -- > > [EMAIL PROTECTED] mailing list > -- > William Kenworthy <[EMAIL PROTECTED]> > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
[gentoo-user] cups/gimp-print not working
Hi there, I'm unable to print using gimp-print drivers. This seems to happen from the upgrade to cups 1.1.19, as this was working before without any problem. I have been able to print using the driver bundled with cups, but only with one of them (EPSON Stylus Color Series CUPS v1.1). If I try the "EPSON New Stylus Color Series CUPS v1.1" driver, the printer stops working. Here's my configuration: Printer -> Epson Stylus Color 850, attached to parallel port net-print/cups 1.1.19-r1 media-gfx/gimp-print 4.3.18 app-text/ghostscript 7.05.6-r3 I've unmerged and emerged a lot of times using different USE variables. Right now I don't use foomatic, as I emerge gimp-print with +ppds. I also have emerged again ghostscript with +cups, so I don't know what's the problem. Any help would be greatly appreciated, regards Jose -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] What printer should I buy?
The latest gimp-print drivers for canon (in my case the BJC-6200, and at least one other report for a different canon model) seem to be broken, but the an older driver is in portage that works. I have a bug report on it. BillK On Tue, 2003-08-26 at 05:02, Lionel Laratte wrote: > Actually, I'd like to suggest the Canon S-series (I have the S-750). I recommend it > highly because they have four separate cartridges for each color. If one runs out, > you buy just one and they are reasonably priced. Also, for US$100, it prints fast > and well. We just printed our wedding pictures for a scrapbook. I recommend it. > > Lionel > > On Tue, 26 Aug 2003 05:07:28 + > "Hemmann, Volker Armin" <[EMAIL PROTECTED]> wrote: > > > On Monday 25 August 2003 11:40, Larry Wright wrote: > > > > > > > > Anyone have a recommendation? > > > > > > don't buy Lexmark. They suck out your blood with their heavy overprized ink > > ;o) > > > > After ruining my Epson , I do not print anymore.. if I have to print out a > > text, a neighbour will do it on his Laserjet... > > > > Glück Auf > > Volker > > > -- > > > [EMAIL PROTECTED] mailing list > > > > -- > > Conclusions > > In a straight-up fight, the Empire squashes the Federation like a bug. Even > > with its numerical advantage removed, the Empire would still squash the > > Federation like a bug. Accept it. -Michael Wong > > > > > > -- > > [EMAIL PROTECTED] mailing list > > > > > > -- > [EMAIL PROTECTED] mailing list -- William Kenworthy <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] lilo triple boot
On Mon, 2003-08-25 at 22:51, Bill Witherspoon wrote: > * Ron <[EMAIL PROTECTED]> [2003-08-25 20:59:32 -0400]: > > > I am about to install Gentoo, and would like to know how to write > > lilo.conf to allow a choice between winxp, Mandrake and Gentoo. I would > > like to be able to keep using Mandrake at least until I have Gentoo > > installed and working! I am a newbie and am sure to make mistakes the > > first time around. I have looked for lilo docs online but have not > > found much. Everything seems to deal with dos-linux dual boot. > > > > This is exactly what I do.. I'm still learning Gentoo and getting it > configured, but I haven't had any trouble triple-booting Mandrake, > WinXP, and Gentoo. > > This is what I did (ymmv): > - You will need to compile your Gentoo kernel (follow the excellent > instructions on the gentoo site) > - Copy the newly created kernel to your Mandrake /boot partition (I > renamed mine 'gentoo') > - Add the gentoo kernel to your Mandrake /etc/lilo.conf > - As root run /sbin/lilo -v > - Reboot and select Gentoo > > My lilo.conf is below. Note that the partitions will have to be changed > to reflect your setup. Gentoo & Windows are near the bottom. I use > reiserfs for Gentoo so its shown read-write. > > Now if we could both get out of rpm hell ;-) > > Bill. > > /etc/lilo.conf > > boot=/dev/hde > map=/boot/map > install=menu > vga=normal > default="linux" > keytable=/boot/us.klt > prompt > nowarn > timeout=50 > message=/boot/message > menu-scheme=wb:bw:wb:bw > disk=/dev/hde bios=0x80 > disk=/dev/hda bios=0x81 > image=/boot/vmlinuz > label="linux" > root=/dev/hde7 > initrd=/boot/initrd.img > append="quiet devfs=mount hdc=ide-scsi acpi=off" > vga=788 > read-only > image=/boot/vmlinuz > label="linux-nonfb" > root=/dev/hde7 > initrd=/boot/initrd.img > append="devfs=mount hdc=ide-scsi acpi=off" > read-only > image=/boot/vmlinuz > label="failsafe" > root=/dev/hde7 > initrd=/boot/initrd.img > append="failsafe devfs=nomount hdc=ide-scsi acpi=off" > read-only > image=/boot/gentoo > label=gentoo > root=/dev/hde6 > read-write > other=/dev/hde1 > label="windows" > table=/dev/hde > other=/dev/fd0 > label="floppy" > unsafe > I can see your approach solving the problem I had. running /sbin/lilo only gave me error messages, hdax is not bootable or could not find hdax in fstab. One other question. My Mandrake root partion is also reiserfs but Mandrake configured lilo to read read-only My boot partition is e2 -j do you use read-write because your boot partition is also reiserfs? Thank-you!! I am now looking forward to "installing Gentoo - Round Two" -- Ron [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] CFLAGS in make.conf
On Tue, 26 Aug 2003 19:22:20 -0400 b stephen harding <[EMAIL PROTECTED]> wrote: > On Wed, 20 Aug 2003 17:30:09 -0400 > Luis Morales <[EMAIL PROTECTED]> wrote: > > > Now the others flag mmx, mmx2, 3dnow, 3dnow2, etc you must be > > setting > > > which AMD processors use the 3dnow2 instruction set? Athlon Thunderbird / Duron and later. Marius -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
has the bug been logged? Jayson Garrell wrote: > On Tue, 2003-08-26 at 13:34, Robert Young wrote: > > # emerge -p net-p2p/xmule > > > > These are the packages that I would merge, in order: > > > > Calculating dependencies > > !!! all ebuilds that could satisfy "net-p2p/xmule" have been masked. > > > > !!! Error calculating dependencies. Please correct. > > > > Am I missing something? > > > > I have gotten that a few time my self lately. The fastest way around it > for me was to just 'emerge full_path_to_ebuild/file.ebuild' It would > build then. I have noticed that there was a new portage update the other > night, while doing an 'emerge sync'. I wonder if that could be the > problem? > > Jayson Garrell > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 August 2003 22:14, Robert Young wrote: > The only problem was the security holes. > > Thanks for all the quick responses. > > In a perfect world should emerge not have reported > > Calculating dependencies > !!! all ebuilds that could satisfy "net-p2p/xmule" have been HARD masked. > please see package.mask > > !!! Error calculating dependencies. Please correct. > > > This would have saved me and others some time. Should I request an > enhancement for this? Can't hurt. My feeling is tho it won't get done. Things in package.mask are there for a reason, quite often because they are broken, break other packages, or do other nasty or untested things. You could then argue that they should be in portage in the first place, but they need testing by people with the knowledge and experience to test and/or recover from a nasty mess. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S9GUInuLMrk7bIwRAhbaAKCWlKhkbQi0f/+WMAENoAx7wZgnIQCfQmpN p6VuL7MtDtFO0Xm8F2lse74= =EOdK -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: Install DL380 Problem
Did a manual kernel recompile as someone had suggested and now I am one step closer but am still not getting the boot. Current error msg is: VFS: Mounted root (ext3 filesystem). VFS: Cannot open root device "cciss/c0d0p3" or 68:03 Please append a correct "root=" boot option Kernel panic: VFS: unable to mount root fs on 68:03 I have changed the root= between the cciss/c0d0p3 and the cciss/disk0/part3 with no luck. It mounts it so it sees it long enough to do that then decides it can't open it. Any ides from anyone? Friday is my deadline now to get this box working or switch to redhat. I would much rather use Gentoo than RH. But as far as management is consirned I have just wasted 1.5 weeks trying this linux distro rather than one they know works... -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
but . . but from my make.conf i have .. . . # '~ppc', '~sparc' are the unstable KEYWORDS for their respective platforms. # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST. # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS. # #ACCEPT_KEYWORDS="~arch" ACCEPT_KEYWORDS="~x86" # Portage Directories # === # and # ACCEPT_KEYWORDS="~x86" emerge info gives me Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) = System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine) GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu . . . PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikm od mmx motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv z lib gdbm berkdb slang readline arts svga java sdl gpm tcpd pam libwww ssl perl p ython imlib oggvorbis opengl mozilla cdr Firebird joystick apache2 flash tcltk s nmp imap mcal ldap tetex gtk2 X dvb dga bonobo gtk gnome nas postgress mysql odb c esd alsa tiff dvd faad aalib fbcon cjk doc sse xml radeon -kde -qt" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache" Tom Wesley wrote: > On Tuesday 26 August 2003 21:34, Robert Young wrote: > > root # emerge info > > Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) > > = > > System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine) > > GENTOO_MIRRORS="http://gentoo.oregonstate.edu > > http://distro.ibiblio.org/pub/Linu > > x/distributions/gentoo" > > . > > > . > > ACCEPT_KEYWORDS="x86 ~x86" > > MAKEOPTS="-j2" > > AUTOCLEAN="yes" > > SYNC="rsync://rsync.gentoo.org/gentoo-portage" > > FEATURES="sandbox ccache" > > > > see > > > > ACCEPT_KEYWORDS="x86 ~x86" > > Change to "~x86" only > > > > > but > > > > # emerge -p net-p2p/xmule > > > > These are the packages that I would merge, in order: > > > > Calculating dependencies > > !!! all ebuilds that could satisfy "net-p2p/xmule" have been masked. > > > > !!! Error calculating dependencies. Please correct. > > > > Am I missing something? > > > > -- > Tom Wesley > > > >Part 1.2 Type: application/pgp-signature >Description: signature -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
On Tuesday 26 August 2003 21:43, Jayson Garrell wrote: > On Tue, 2003-08-26 at 13:37, Tom Wesley wrote: > > On Tuesday 26 August 2003 21:34, Robert Young wrote: > > > root # emerge info > > > Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) > > > = > > > System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine) > > > GENTOO_MIRRORS="http://gentoo.oregonstate.edu > > > http://distro.ibiblio.org/pub/Linu > > > x/distributions/gentoo" > > > > . > > > > > . > > > ACCEPT_KEYWORDS="x86 ~x86" > > > MAKEOPTS="-j2" > > > AUTOCLEAN="yes" > > > SYNC="rsync://rsync.gentoo.org/gentoo-portage" > > > FEATURES="sandbox ccache" > > > > > > see > > > > > > ACCEPT_KEYWORDS="x86 ~x86" > > > > Change to "~x86" only > > My make.conf only has "~x86" not both, and I still get that error. Is > there a global setting some where? > > Jayson Garrell > Line 117 of package.mask -- Tom Wesley pgp0.pgp Description: signature
Re: [gentoo-user] CFLAGS in make.conf
On Wed, 20 Aug 2003 17:30:09 -0400 Luis Morales <[EMAIL PROTECTED]> wrote: > Now the others flag mmx, mmx2, 3dnow, 3dnow2, etc you must be setting > which AMD processors use the 3dnow2 instruction set? -- bruce pgp0.pgp Description: PGP signature
Re: [gentoo-user] logrotate without logrotate??
no metalog On Tue, 2003-08-26 at 22:36, Jussi Sirpoma wrote: > On 26.8.2003 23:16 Christian Bartl wrote: > > > Dear Gentoo users, > > > > I noticed something strange right now. > > Excerpt from ls -lh /var/log > > > > 18K Aug 26 20:00 auth.log > > > > >0 Jul 28 22:49 uucp.log > >0 Jul 22 2002 uucp.log.0 > > > > These backup-files confuse me because I'm not using logrotate. Any idea > > how this could happen? > > Are you using metalog? It has rotating capapilities. Check out > /etc/metalog/metalog.conf and the maxsize,maxtime and maxfiles parameters. > > Regards, > Jussi Sirpoma > > > -- > [EMAIL PROTECTED] mailing list -- Christian Bartl <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] emerge option for dependencies?
Thanks Mike. I should have remembered that. I've used qpkg a couple of times, but not much. All due respects to Tolkien. Cheers, Mark > You won't find it in emerge, but qpkg part of gentoolkit. > > legolas root # qpkg -I -q gnupg > app-crypt/gnupg-1.2.2-r1 * > DEPENDED ON BY: > app-arch/rpm-4.2_pre069 > net-www/mozilla-1.4-r3 -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] logrotate without logrotate??
On Tue, 26 Aug 2003, Christian Bartl wrote: > I noticed something strange right now. > Excerpt from ls -lh /var/log > > 18K Aug 26 20:00 auth.log > 187K Jul 28 22:44 auth.log.0 > 97K Aug 26 19:17 daemon.log > 2.2M Jul 28 22:27 daemon.log.0 It looks like when you first installed, you were using sysklogd, which rotates log files itself. Then, at some point on or soon after July 28, roughly a week after installation, you changed your syslog daemon. -- Caution: Product will be hot after heating -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] logrotate without logrotate??
Hi, I use sysklogd 1.4.1-r2 #ls -l $(which syslogd) ... Jul 21 2002 /usr/sbin/syslogd No update for a year. Do you know the interval/filesize when it rotates? On Tue, 2003-08-26 at 22:43, Marshal Newrock wrote: > On Tue, 26 Aug 2003, Christian Bartl wrote: > > > I noticed something strange right now. > > Excerpt from ls -lh /var/log > > > > 18K Aug 26 20:00 auth.log > > 187K Jul 28 22:44 auth.log.0 > > 97K Aug 26 19:17 daemon.log > > 2.2M Jul 28 22:27 daemon.log.0 > > It looks like when you first installed, you were using sysklogd, which > rotates log files itself. Then, at some point on or soon after July 28, > roughly a week after installation, you changed your syslog daemon. -- Christian Bartl <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
On Tuesday 26 August 2003 22:12, Heschi Kreinick wrote: > The people telling you that ACCEPT_KEYWORDS should be just ~x86 are wrong. > Had they bothered to look on their own systems they'd see that they have > both also (assuming they run unstable). If you had only ~x86, you wouldn't > be able to install stable packages. Settings in make.conf are cumulative to > settings in make.globals and the make.profile files. > Oh, and wrt your original question, it's hardmasked in package.mask just > like people have been telling you. If you emerge the ebuild manually it'll > at least try to install, but you should probably find out why it was > hardmasked first. > -Heschi And we bow to your supremity :-) He is of course correct > > > but . . but > > from my > > make.conf i have > > > > .. > > . > > . > > # '~ppc', '~sparc' are the unstable KEYWORDS for their respective > > platforms. > > > # DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST. > > # IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY > > THIS. # > > #ACCEPT_KEYWORDS="~arch" > > ACCEPT_KEYWORDS="~x86" > > > > # Portage Directories > > # === > > # > > -- > [EMAIL PROTECTED] mailing list -- Tom Wesley pgp0.pgp Description: signature
Re: [gentoo-user] emerge mask issue: I checked emerge info
> My make.conf only has "~x86" not both, and I still get that error. Is > there a global setting some where? Have a look at /usr/portage/profiles/package.mask This file specifies which packages and version of the same that are hard-masked, meaning that the ~x86 won't be enough to emerge them. It's no use trying to change anything in it since it gets replaces as soon as you run 'emerge sync'. Patrick Börjesson -- Public key id: 4C5AB0BF Public key available at search.keyserver.net[:11371] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 August 2003 21:37, Tom Wesley wrote: > > ACCEPT_KEYWORDS="x86 ~x86" > > Change to "~x86" only Yup, no need for the x86 as well. The other problem is: legolas root # grep -B2 -A1 xmule /usr/portage/profiles/package.mask # [EMAIL PROTECTED] (19 Aug 2003) # security holes ! <=net-p2p/xmule-1.4.3 - -- # <[EMAIL PROTECTED]> (18 July 2003) # package is obsolete and unsupported # use net-p2p/xmule instead net-p2p/lmule Oddly the only versions in portage are masked because of security holes... Just comment out the xmule line and you'll be set to go. Remember, any sync you do will revert your changes. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S8cLInuLMrk7bIwRAln0AJ45Xg6HqoR57Z4WvKShVU2BxERT4gCgjEw7 9Cmr7fq8agNdOW2kRoS/Srk= =XvIB -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
On Tue, 2003-08-26 at 13:37, Tom Wesley wrote: > On Tuesday 26 August 2003 21:34, Robert Young wrote: > > root # emerge info > > Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) > > = > > System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine) > > GENTOO_MIRRORS="http://gentoo.oregonstate.edu > > http://distro.ibiblio.org/pub/Linu > > x/distributions/gentoo" > > . > > > . > > ACCEPT_KEYWORDS="x86 ~x86" > > MAKEOPTS="-j2" > > AUTOCLEAN="yes" > > SYNC="rsync://rsync.gentoo.org/gentoo-portage" > > FEATURES="sandbox ccache" > > > > see > > > > ACCEPT_KEYWORDS="x86 ~x86" > > Change to "~x86" only > My make.conf only has "~x86" not both, and I still get that error. Is there a global setting some where? Jayson Garrell -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] DeCSS : Court Rules That Trade Secrets CanOutweigh Free Speech
On Tue, 2003-08-26 at 03:21, Robert Young wrote: > With this ruling will the American mirrors need to worry about any legal > action, or simply not carry any DeCSS code. > > http://www.nytimes.com/2003/08/26/technology/26CODE.html?ex=1062561600&en=591653f91e34300c&ei=5062&partner=GOOGLE This seems to only apply to California. In addition, I'd expect it to go to the U.S. Supreme Court on appeal considering it wasn't really a trade secret at the time he published it, as the article suggests. Quote: But in limiting the power of free speech arguments, the California Supreme Court also sent the case back to the lower court to review the trade secrets aspects of the case. "Our decision today is quite limited," the judges stated in their opinion. "We merely hold that the preliminary injunction does not violate the free speech clauses of the United States and California Constitutions, assuming the trial court properly issued the injunction under California's trade secret law. On remand, the Court of Appeal should determine the validity of this assumption." -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
The only problem was the security holes. Thanks for all the quick responses. In a perfect world should emerge not have reported Calculating dependencies !!! all ebuilds that could satisfy "net-p2p/xmule" have been HARD masked. please see package.mask !!! Error calculating dependencies. Please correct. This would have saved me and others some time. Should I request an enhancement for this? Mike Williams wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Tuesday 26 August 2003 21:37, Tom Wesley wrote: > > > ACCEPT_KEYWORDS="x86 ~x86" > > > > Change to "~x86" only > > Yup, no need for the x86 as well. > > The other problem is: > > legolas root # grep -B2 -A1 xmule /usr/portage/profiles/package.mask > # [EMAIL PROTECTED] (19 Aug 2003) > # security holes ! > <=net-p2p/xmule-1.4.3 > > - -- > # <[EMAIL PROTECTED]> (18 July 2003) > # package is obsolete and unsupported > # use net-p2p/xmule instead > net-p2p/lmule > > Oddly the only versions in portage are masked because of security holes... > Just comment out the xmule line and you'll be set to go. Remember, any sync > you do will revert your changes. > > - -- > Mike Williams > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.2.2 (GNU/Linux) > > iD8DBQE/S8cLInuLMrk7bIwRAln0AJ45Xg6HqoR57Z4WvKShVU2BxERT4gCgjEw7 > 9Cmr7fq8agNdOW2kRoS/Srk= > =XvIB > -END PGP SIGNATURE- > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] DebToo: Debian, Gentoo-style
> What is this project? > Adding gentoo-esq automatic source compilation to debian, or debian package > management systems/ability to gentoo? It's Debian, Gentoo-style. Completely Debian, automatic (Debian) source compilation, with control like Gentoo, but completely optional, unlike Gentoo. > I don't mean to be patronising or critical, it's just I don't understand :) That's OK! > Doesn't debian already have source packages? (deb-src apt sources) Never used > them myself, so don't know how they work. Yes, it's manual and a pain. We want to add automatic setup to build any and all Debian packages. > I moved from debian to gentoo myself, over a year ago. But there is still one > box here running debian, which I hate touching. dpkg and apt just don't cut > it for me anymore :) I moved from RedHat to Debian about a year ago. Dselect sucks but apt is still better than straight RPMs! No more dependancy heck. Free updates. I've even added Apt to my RH servers (: I liked Gentoo's control and performance advantages but didn't like recompiling EVERYTHING (yes I know some things are now precompiled). And I liked many of Debian's features, so the concept is Debian with Gentoo's sweet performance style! I only announced it here in case there were any ex-Deb users (or curious Gentoo users) who left because "Debian didn't doo dat." = /dev/idal "GNU/Linux is free freedom" --Me __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] local mail delivery
Greg Donald wrote: I seem to have no local mail delivery: echo test | mail -s test root -/bin/bash: mail: command not found So I started poking around and see that I already have ssmtp installed. It seems unconfigured so I make some obvious changes to /etc/ssmtp/ssmtp.conf. At this point I don't know how to start it up, there is no ssmtpd or anything obvious in /etc/init.d. I then decided to install sendmail. I was forced to unmerge ssmtp first do to a blockage, but then emerging sendmail put ssmtp right back in as a dependancy? Weird.. Anyway, I added sendmail to my startup using rc-update and then I started it up by hand. I again try to send a test message but can't. What do I need to do to get local mail delivery? As far as ssmtp, so send an email like you attempted to, you use 'sendmail' or 'ssmtp', but all that ssmtp does is act as a mail proxy and forward anything it gets to a known mail server as per its config file. It is really only meant for sending mail, not receiving it. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
[gentoo-user] Problem updating mplayer
I try to upgrade mplayer, but I'm getting this error: bash-2.05b# emerge mplayer -u Calculating dependencies ...done! >>> emerge (1 of 1) media-video/mplayer-0.91 to / >>> md5 src_uri ;-) MPlayer-0.91.tar.bz2 >>> md5 src_uri ;-) font-arial-iso-8859-1.tar.bz2 >>> md5 src_uri ;-) font-arial-iso-8859-2.tar.bz2 >>> md5 src_uri ;-) >>> svgalib_helper-1.9.17-mplayer.tar.bz2 !!! File is corrupt or incomplete. (Digests do not match) >>> our recorded digest: 64e2d18438bbef16822c141d846884f6 >>> your file's digest: ee26d46d5c52c5e3ac15164e78300b44 !!! File does not exist: /usr/portage/distfiles//Blue-1.0.tar.bz2 I tried emerge rsync a couple of time, but the problem persists. Anyone else having this problem ? Thanks Dick -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] local mail delivery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 August 2003 23:14, Greg Donald wrote: > What do I need to do to get local mail delivery? sauron root # qpkg -f `which mail` net-mail/mailx * HTH - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S90iInuLMrk7bIwRAkIBAJsF42i3XpmTU4NwcJTpuiglbmb2MQCglMbq +aPnYWtFymv+SYnT/Zm69zo= =y1ze -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] Step 10. Setting Gentoo optimizations (make.conf) - Install Help
Hi all. This is my first attempt at installing Gentoo, and I've run into a problem during the install. The problem is that I'm just not sure how to go forward when told to modify the "USE" flags in make.conf. I'm coming from the world of RedHat here, so I'm used to having my hand held all the way through the install. I decided to give Gentoo a try so that I could actually learn what is going on behind this GUI. When I look at the available list of USE flags, I'm like "hell ya I want that" on just about every single one of them! At least based on the short discription given in the docs -- am I going overboard with this flag, or is it common to have a lot of those options there? I'm installing this on a PII 400MHz laptop, PCMCIA support is required, and will be using WindowMaker as my window manager. Can someone help point out the flags that are a "must" and some that I should probably consider? Nick -- [EMAIL PROTECTED] mailing list
[gentoo-user] local mail delivery
I seem to have no local mail delivery: > echo test | mail -s test root -/bin/bash: mail: command not found So I started poking around and see that I already have ssmtp installed. It seems unconfigured so I make some obvious changes to /etc/ssmtp/ssmtp.conf. At this point I don't know how to start it up, there is no ssmtpd or anything obvious in /etc/init.d. I then decided to install sendmail. I was forced to unmerge ssmtp first do to a blockage, but then emerging sendmail put ssmtp right back in as a dependancy? Weird.. Anyway, I added sendmail to my startup using rc-update and then I started it up by hand. I again try to send a test message but can't. What do I need to do to get local mail delivery? Thanks, -- Greg Donald http://destiney.com/ -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
On Tue, 2003-08-26 at 13:34, Robert Young wrote: > # emerge -p net-p2p/xmule > > These are the packages that I would merge, in order: > > Calculating dependencies > !!! all ebuilds that could satisfy "net-p2p/xmule" have been masked. > > !!! Error calculating dependencies. Please correct. > > Am I missing something? > I have gotten that a few time my self lately. The fastest way around it for me was to just 'emerge full_path_to_ebuild/file.ebuild' It would build then. I have noticed that there was a new portage update the other night, while doing an 'emerge sync'. I wonder if that could be the problem? Jayson Garrell -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] First Gentoo Install - Z505 Laptop
Nicholas Pappas wrote: > Hello all. > > Just started working with Gentoo today and already screwed up once. > Meh -- no biggy, I'll just be sure to check everything twice next time > around. > But this has given me a chance to pause and see if anyone has > installed Gentoo on a Sony Z505RX laptop before. For the most part, > other builds of Linux have had their strong and weak points with this > laptop (e.g., the last RedHat build I put on had no sound, and the > last Mandrake I tried just plain refused to install). > Has anyone installed Gentoo on this series of laptop? If so, did you > run into any trouble? > > Thanks for any feedback! You might try: http://vorlon.ces.cwru.edu/~ames/r505gl/ For info on putting Gentoo on an R505GL. I haven't worried about sound, but I've got everything else I need running on a Z505S. As always, Google is your friend. Several things will pop up, depending on how specific you get. In Harmony's Way, and In A Chord, Tom :-}) Thomas A. Condon Barbershop Bass Singer Registered Linux User #154358 Interfere not in the business of Dragons, For you are crunchy when flamed and taste good. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge mask issue: I checked emerge info
On Tuesday 26 August 2003 21:34, Robert Young wrote: > root # emerge info > Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) > = > System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine) > GENTOO_MIRRORS="http://gentoo.oregonstate.edu > http://distro.ibiblio.org/pub/Linu > x/distributions/gentoo" . > . > ACCEPT_KEYWORDS="x86 ~x86" > MAKEOPTS="-j2" > AUTOCLEAN="yes" > SYNC="rsync://rsync.gentoo.org/gentoo-portage" > FEATURES="sandbox ccache" > > see > > ACCEPT_KEYWORDS="x86 ~x86" Change to "~x86" only > > but > > # emerge -p net-p2p/xmule > > These are the packages that I would merge, in order: > > Calculating dependencies > !!! all ebuilds that could satisfy "net-p2p/xmule" have been masked. > > !!! Error calculating dependencies. Please correct. > > Am I missing something? > -- Tom Wesley pgp0.pgp Description: signature
Re: [gentoo-user] emerge option for dependencies?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 August 2003 21:23, Mark Knecht wrote: > Hi, >I'm looking through man emerge but not finding an option to let me > determine which packages on my system would be effected by removing a > package that is currently installed. emerge -Cp gnupg says it would just > uninstall that package. Can I be sure that no other packages will break if > I do this? > >It would be nice in this case to see some sort of tree display of what > uses what, but I think that's not too practical. (If it is, please tell me > how!) You won't find it in emerge, but qpkg part of gentoolkit. legolas root # qpkg -I -q gnupg app-crypt/gnupg-1.2.2-r1 * DEPENDED ON BY: app-arch/rpm-4.2_pre069 net-www/mozilla-1.4-r3 - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S8RRInuLMrk7bIwRAv4eAKCdvrq5V1U6JKpGQqduGrmGarEBkQCfSs6Q y26QE3HBPsKD6bzD06oTIiE= =4Glt -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] logrotate without logrotate??
On 26.8.2003 23:16 Christian Bartl wrote: Dear Gentoo users, I noticed something strange right now. Excerpt from ls -lh /var/log 18K Aug 26 20:00 auth.log 0 Jul 28 22:49 uucp.log 0 Jul 22 2002 uucp.log.0 These backup-files confuse me because I'm not using logrotate. Any idea how this could happen? Are you using metalog? It has rotating capapilities. Check out /etc/metalog/metalog.conf and the maxsize,maxtime and maxfiles parameters. Regards, Jussi Sirpoma -- [EMAIL PROTECTED] mailing list
[gentoo-user] emerge mask issue: I checked emerge info
root # emerge info Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) = System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine) GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu x/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share /config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" . . . USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ mad mikm od mmx motif mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv z lib gdbm berkdb slang readline arts svga java sdl gpm tcpd pam libwww ssl perl p ython imlib oggvorbis opengl mozilla cdr Firebird joystick apache2 flash tcltk s nmp imap mcal ldap tetex gtk2 X dvb dga bonobo gtk gnome nas postgress mysql odb c esd alsa tiff dvd faad aalib fbcon cjk doc sse xml radeon -kde -qt" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" . . . ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache" see ACCEPT_KEYWORDS="x86 ~x86" but # emerge -p net-p2p/xmule These are the packages that I would merge, in order: Calculating dependencies !!! all ebuilds that could satisfy "net-p2p/xmule" have been masked. !!! Error calculating dependencies. Please correct. Am I missing something? -- [EMAIL PROTECTED] mailing list
[gentoo-user] emerge option for dependencies?
Hi, I'm looking through man emerge but not finding an option to let me determine which packages on my system would be effected by removing a package that is currently installed. emerge -Cp gnupg says it would just uninstall that package. Can I be sure that no other packages will break if I do this? It would be nice in this case to see some sort of tree display of what uses what, but I think that's not too practical. (If it is, please tell me how!) Thanks, Mark -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] DebToo: Debian, Gentoo-style
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 August 2003 19:53, Chris de Vidal wrote: > Volunteers needed! > http://debtoo.org I'm confused... == > DebToo: Debian, Gentoo-style == > Probably not. Seems like far less work if you like Debian's feature X, > modify the Gentoo source to include this (and submit the code back to > Gentoo), rather than changing all of Debian to support downloading the > original sources and compiling ala Gentoo. What is this project? Adding gentoo-esq automatic source compilation to debian, or debian package management systems/ability to gentoo? I don't mean to be patronising or critical, it's just I don't understand :) Doesn't debian already have source packages? (deb-src apt sources) Never used them myself, so don't know how they work. I moved from debian to gentoo myself, over a year ago. But there is still one box here running debian, which I hate touching. dpkg and apt just don't cut it for me anymore :) - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S8GvInuLMrk7bIwRAib2AJ0X0AVR36wjY26UNNAeYYCFGmTrcQCfYNpS 4G1VtPxVPHKwCcxNmcXAYro= =TbkP -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] logrotate without logrotate??
Dear Gentoo users, I noticed something strange right now. Excerpt from ls -lh /var/log 18K Aug 26 20:00 auth.log 187K Jul 28 22:44 auth.log.0 97K Aug 26 19:17 daemon.log 2.2M Jul 28 22:27 daemon.log.0 91K Aug 26 19:17 debug 1.1M Jul 28 17:57 debug.0 0 Jul 28 22:49 imapd.log 0 Jul 22 2002 imapd.log.0 581K Aug 26 20:00 kern.log 34M Jul 28 18:26 kern.log.0 0 Jul 28 22:49 lpr.log 0 Jul 22 2002 lpr.log.0 256 Jul 28 23:04 mail.err 148 Aug 16 2002 mail.err.0 256 Jul 28 23:04 mail.info 148 Aug 16 2002 mail.info.0 256 Jul 28 23:04 mail.log 148 Aug 16 2002 mail.log.0 256 Jul 28 23:04 mail.warn 148 Aug 16 2002 mail.warn.0 531K Aug 26 21:20 messages 20M Jul 28 21:56 messages.0 18K Aug 26 21:20 ppp.log 53K Jul 28 21:56 ppp.log.0 755K Aug 26 21:20 syslog 37M Jul 28 22:27 syslog.0 20K Aug 26 20:02 user.log 395K Jul 28 21:45 user.log.0 0 Jul 28 22:49 uucp.log 0 Jul 22 2002 uucp.log.0 These backup-files confuse me because I'm not using logrotate. Any idea how this could happen? Kind regards -- Christian Bartl <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Gentoo Linux 1.4 General Install Question
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 August 2003 19:45, Meph Istopheles wrote: [snippage and rearrangement] > > # mount /dev/hda2 /mnt/gentoo > > # mkdir /mnt/gentoo/boot > > # mount /dev/hda1 /mnt/gentoo/boot > > # mkdir /mnt/gentoo/home > > # mount /dev/hdb1 /mnt/gentoo/home > > # mkdir /mnt/gentoo/backup > > # mount /dev/hdb2 /mnt/gentoo/backup > > # mkdir /mnt/gentoo/backup2 > > # mount /dev/hdd1 /mnt/gentoo/backup2 > > This is something which caught my eye when I was skimming the > docs: /mnt/gentoo. Is this a system thing, or is there a time > one will actually be editing docs & have to remember that > /mnt/gentoo... is required as opposed to /, which is all I've > done with RH, slack & FreeBSD? Maybe my migrain is effecting my > coherence > > Code listing 7.2 shows how to mount a typical simple partition > > layout from _within_ the InstallCD chroot. > > Ah, chroot. I've only used this during rescue operations with > RH. It'll be odd having to do this as a part of install, but > that's cool. Create the directories, mount the partitions, untar the stageX tarball, and chroot into /mnt/gentoo. Using /mnt/gentoo is completely optional, you could make it /a/totally/pointlessly/deep/directory, once you've chroot'd it will be / - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S73XInuLMrk7bIwRAq1rAKCFpx83UZViQOiLPvtekDuEjsHGnACfdIo9 Xz6d2uLticXoG2rZI/cibKA= =kPXN -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] RPM installer for Gentoo
Is their currently a script/program out there that will install an RPM onto a Gentoo system? I'm not talking about 'rpm --nodeps -i file.rpm'. I mean a program that will parse the RPMs dependencies and then use portage to try and satisfy those dependencies, write a dummy ebuild, then use portage to install it. Yes, I know RPMs are the spawn of Satan. No, I do not need this program for myself. I just think it would be an interesting project. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] DebToo: Debian, Gentoo-style
Zitat von Ulrich Plate <[EMAIL PROTECTED]>: > martin wrote: > > > if there will be a similar behaviour (compiling from the latest > > sources) available for debian this would be really really great! > > *Ahem* Why concoct something with a similar behaviour if you can simply > port the real thing? yes! why not port! by the way, i did not know that this is possible... that's even better than i thought... ;-) martin > > http://forums.gentoo.org/viewtopic.php?t=28559 > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] DebToo: Debian, Gentoo-style
--- martin <[EMAIL PROTECTED]> wrote: > yes! this would be great! gentoo-feeling for debian! as i use debian linux > and i am trying gentoo for the first time... > > i like debian, and the apt-utilities do a good job, but they are not perfect. Yup no OS is perfect. There are several things I like about Debian and yet I'd like to recompile key libraries for speed. Optionally. > the idea behind gentoo's package management system is ahead of the apt-utils, > > i think. Well, DebToo makes recompiling completely optional. > if there will be a similar behaviour (compiling from the latest sources) > available for debian this would be really really great! Probably not. Seems like far less work if you like Debian's feature X, modify the Gentoo source to include this (and submit the code back to Gentoo), rather than changing all of Debian to support downloading the original sources and compiling ala Gentoo. Join the team! We could use some help getting started. = /dev/idal "GNU/Linux is free freedom" --Me __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] DebToo: Debian, Gentoo-style
martin wrote: > if there will be a similar behaviour (compiling from the latest > sources) available for debian this would be really really great! *Ahem* Why concoct something with a similar behaviour if you can simply port the real thing? http://forums.gentoo.org/viewtopic.php?t=28559 Cheers Ulrich Plate pgp0.pgp Description: PGP signature
Re: [gentoo-user] DebToo: Debian, Gentoo-style
yes! this would be great! gentoo-feeling for debian! as i use debian linux and i am trying gentoo for the first time... i like debian, and the apt-utilities do a good job, but they are not perfect. the idea behind gentoo's package management system is ahead of the apt-utils, i think. if there will be a similar behaviour (compiling from the latest sources) available for debian this would be really really great! martin Zitat von Chris de Vidal <[EMAIL PROTECTED]>: > Volunteers needed! > http://debtoo.org > > > = > /dev/idal > "GNU/Linux is free freedom" --Me > > __ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Printing to CUPS from another linux computer
i dont't know why this is not working for you?! i hav only ONE location where these settings are in my 'cupsd.conf'. don't you have a 'default' cupsd.conf? no help in there? look at the manpages of cupsd.conf or cupsd. as i said, this works for me! here my complete '' settings: Encryption IfRequested Satisfy All Order deny,allow Deny From All Allow From 127.0.0.1 Allow 192.168.0. Encryption IfRequested Satisfy All Order deny,allow Deny From All Allow From 127.0.0.1 Allow 192.168.0. Encryption IfRequested Satisfy All Order allow,deny Allow 127.0.0.1 Allow 192.168.0. that is all i needed to print from one linux box through cups on another linux box... you can use the same print commands for the remote printer as printing to a local printer... martin Zitat von downtime null <[EMAIL PROTECTED]>: > i got this working between a gentoo system and a mandrake 9.1 > system. i'm not terribly worried about security on my network inside > my firewall, so i set Browsing On and BrowseAllow @LOCAL. uncommented > , and /printer/HP_LaserJet_4Si> (my printer) and set Allow From 10.1.0.0/24 > (my network). you can refine these settings and even set password > authentication. just read the file /etc/cups/cups.conf. it's format is > very much like apache.conf. besides that i just used any browser and > went to cups' built-in config at http://localhost:631. i don't > remember if i had to manually add my printer in the config tool, but > if you do, the address should be in the form > ipp://192.168.0.2:631/printers/name_of_your_printer where 192.168.0.2 > is the IP of the system with the printer attached to it. > > that should be it. i just got this working, so it's fairly fresh in my > mind. if you have more questions, please ask. > > l8r. > > On Tue, Aug 26, 2003 at 04:51:28PM +0200, martin wrote: > > > > yes i tried this also for some time with no luck, i saw the printers that i > > > set up on my cups server from another linux box, but i can't print to > them... > > > > but after a while i found the solution... you have to allow others > computers > > ip adresses whithin the printer manager of the kde desktop... there you can > > > configure the security items of the cups-server and you can allow or deny > > > specific ip adresses and/or networks... > > > > i use a german desktop environment, so i do not know the exact english > > translations of the menu's and menu items... but you will find it... > > > > > > martin > > > > > > > > Zitat von Vincent van de Camp <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > I've set up an HP DeskJet printer on one of my Gentoo computers without > > > > a problem using cups. After that, I've been trying for over a month now > > > > to print to that printer from other linux machines (all Gentoo), but > > > with no luck. > > > > > > > > > > > > I can find little to no documentation about how to do this, all I can > > > find is printing to samba hosts, or set up a samba server to allow this > > > > printer to be shared to Windows computers. But I have no Windows, so I > > > don't see why I'd take that route. I have googled everywhere, but I > > > can't find documentation about how to print from cups to cups using > > > linux anywhere. > > > > > > > > > > > > I have tried installing the remote printer on various other machines, > > > using ipp, http, socket, lpd, what-have-you. But when I'm done all I > > > get to see is that the host is unavailable and that printing will be > > > tried again in 30 seconds. LogLevel is set to debug, but there's not a > > > mention of a request to print from other machines that I can find. > > > Sometimes, when I still have some printjobs in queue and modify the > > > printer, I get the message that a certain % of the printjob is > > > finished, but it never seems to reach the printer and the status > > > changes back soon to Host unavailable. > > > > > > > > > > > > I take it that it's some setting that needs to be modified on the > > > computer running cupsd. I have 'Allow from All', 'Listen port 631' and > > > 'Listen ' set in cupsd.conf, but still no luck. Does > > > anyone have more ideas? > > > > > > > > > > > > TIA:) > > > > > > Vincent > > > > > > > > > > > > > > > > > > > > > > > > -- > > > [EMAIL PROTECTED] mailing list > > > > > > > > > -- > > [EMAIL PROTECTED] mailing list > > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Installing Gentoo on RAID box question
Hi Stephen, Am Montag, 25. August 2003 13:17 schrieb Stephen Liu: > I use this RAID-0 box to test dual-boot OS, Win2K and Linux. I > may encounter difficulty in this test. So, to use this os combination, you need an ataraid driver for windows compatibility. I don't know if there is a driver, but you may ask google. The stable gentoo-sources support the highpoint and promise raid feature only. > Win2K can see the raid > controller but Gentoo can't. sure, without the correct driver > After first installing Win2K and > coming to installing Linux the latter can't see the raid > controller but 2 drives. Gentoo will be installed on the 1st > drive leaving the 2nd drive empty. If no solution found I have > to remove the raid driver/feature only using it as ATA133 > controller because the motherboard only supports ATA33. IIRC, there is the possibility to have direct software RAID in at least one win version, so you can habe different RAIDS on different partitions. > On Sun, 2003-08-24 at 17:46, Kai Lindenberg wrote: [...] > > there is en ebuild called app-doc/howto-text, this contains > > some RAID howtos (Software RAID, Root RAID, ATARAID), have a > > look at this. > > Where I can find en ebuild, on the CDs downloaded or from Gentoo > website? these documents are not especially for gentoo, you can find them with google (keywords: ataraid howto) Kai -- [EMAIL PROTECTED] mailing list
[gentoo-user] DebToo: Debian, Gentoo-style
Volunteers needed! http://debtoo.org = /dev/idal "GNU/Linux is free freedom" --Me __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- [EMAIL PROTECTED] mailing list
[gentoo-user] GPG keyring problems
Hi, i want to send a e-mail to a friend, but i could not find his public key anymore, this is the error i'm getting gpg --list-public-keys pub 1024D/1059273B 2002-12-15 Patrick Marquetecken (istari) sub 2048g/0629AACB 2002-12-15 gpg: [don't know]: invalid packet (ctb=0a) gpg: keyring_get_keyblock: read error: ongeldig pakket gpg: keydb_get_keyblock failed: ongeldige sleutelbos wat can i do to repair this, i have a lot of public keys, that i need. Patrick -- "If we don't get more power to the warp drive we're all going to have to get out and push!" -- Paris (Parallax) PGP Key: http://users.pandora.be/rivendell/marquetp.gpg Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B ICQ# 316932703 Registered Linux User #44550 http://counter.li.org pgp0.pgp Description: PGP signature
Re: [gentoo-user] Gentoo Linux 1.4 General Install Question
Morning Stroller, > > Now, I've been using DiskDruid for partitioning when I set > > up, & have used fdisk countless times on different drives for > > partitioning, but never during setup. Will the setup -- > > assuming, as it should, will find all drives & will set fstab > > to mount /dev/hdb1 as /home, or will I have to do that > > manually after first boot as root? > Drive partitioning & mounting is something that Gentoo doesn't > believe in doing automagically for you. Sounds good. I wonder though, does Stage 3 install offer a screen for editing fstab? > It is covered in section 7 of the install docs: > http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap7 > You should treat your partition layout just like /boot /usr & > /var mentioned in the docs. OK. I'd skimmed various parts of the install recently & more thurouly read other parts. I'll take a longer look before I start the install too. > Code listing 7.2 shows how to mount a typical simple partition > layout from _within_ the InstallCD chroot. Ah, chroot. I've only used this during rescue operations with RH. It'll be odd having to do this as a part of install, but that's cool. > Let's edit this for your system (for the df -h above, not your > proposed changes, because it's too early in the morning for me > to absorb those right now): Not a problem -- I've only had two cups of coffee & am dealing with a migrain as it is. > # mount /dev/hda2 /mnt/gentoo > # mkdir /mnt/gentoo/boot > # mount /dev/hda1 /mnt/gentoo/boot > # mkdir /mnt/gentoo/home > # mount /dev/hdb1 /mnt/gentoo/home > # mkdir /mnt/gentoo/backup > # mount /dev/hdb2 /mnt/gentoo/backup > # mkdir /mnt/gentoo/backup2 > # mount /dev/hdd1 /mnt/gentoo/backup2 This is something which caught my eye when I was skimming the docs: /mnt/gentoo. Is this a system thing, or is there a time one will actually be editing docs & have to remember that /mnt/gentoo... is required as opposed to /, which is all I've done with RH, slack & FreeBSD? Maybe my migrain is effecting my coherence > Editing fstab is mentioned later in the same document: > http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap15 > "... of course be sure to replace "BOOT", "ROOT" and "SWAP" > with the actual block devices you are using (such as hda1, > etc.)" > So on your system: >/dev/hda1 /boot ext2 noauto,noatime 1 2 >/dev/hda2 / ext3 noatime 0 1 >/dev/hdb1 /home reiserfs noatime 0 3 >/dev/hdb2 /backup reiserfs noatime 0 3 >/dev/hdd1 /backup2reiserfs noatime 0 3 >/dev/SWAP noneswap sw 0 0 >/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 >proc /proc proc defaults0 0 Yes, this looks very familiar, based on my familiarity with RH & what I remember from the Gentoo docs. > HTH, Yes, very much so. Thank you for clearing these points up -- at least as well as I can make out under the circumstances this morning;-). Meph -- "I'm not a god, I was misquoted." -Lister, Red Dwarf -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] system logger change
Remove the metalog script from /etc/init.d and re-run rc-update. On Tue, 26 Aug 2003, Travis Roy wrote: > I want to switch from metalog to sysklogd.. I emerge -k'd sysklogd but when > I go to remove metalog I get this error: > > # rc-update del metalog > * metalog removed from the following runlevels: default > * Caching service dependencies... > * Service 'metalog' already provide 'logger'!; > * Not adding service 'sysklogd'... > ok ] > * rc-update complete. > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] system logger change
hi i got the same problem (when switching for metalog to syslog-ng) i solved it by 1. umerging metalog 2. emerge syslog-ng (or sysklogd in your case) 3. rc-update del metalog default 4. removing /etc/init.d/metalog 5. depscan.sh and finally rc-update add syslog-ng default Michael -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] flash plugin
On Aug 26 at 06:52PM+0200, Ming-Che Lee wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi! > > On Tuesday, 26. August 2003 18:47 Alberto Bert wrote: > > > I'm using mozilla and I was in a page which needs flash plugin to > > work, I didn't have it so I emerged gplflash, I restarted > > mozilla, but still that page doesn't work properly (mozilla warns > > me that I need flash.) > > Try this: emerge netscape-flash thanks, now it works, BUT that flash stuff open a window from which I'm supposed to listen music, but not :-( should I emerge mplayerplug-in? Is there any alternative, since it wants to emerge a lot of other dependence packages. thanks Alberto -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Sounds from mouse.... Is it possible?
At 26 August, 2003 oleander wrote: > On Tue, 26 Aug 2003 08:54:29 -0700 > [EMAIL PROTECTED] (Andrew Farmer) wrote: > > > AFAIK, /dev/input/mouse* only works for USB mice in 2.4.* kernels. PS2 > > mouse users have to make do with /dev/misc/psaux. And, unfortunately, > > only one program can read from the device at a time. > > yes, that's true--it's only for USB. i'm not sure about the single-program > limit, though. if i open many xterms and run 'cat /dev/input/mouse0' in each, > all xterms show identical output. so it would appear that all cats are playing > with the same datas (ah ha ha..). I meant psaux. -- Andrew Farmer [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Fwd: Not Delivered: Poll #6
Jason Stubbs <[EMAIL PROTECTED]> wrote: (08/26/2003 06:29) >I got this error trying to respond to the poll. Anybody else getting this? >Should I just try again? Seems like a (hopefully temporary) problem on my >mail providers's smtp server. > >-- Forwarded Message -- > >Subject: Not Delivered: Poll #6 >Date: Tuesday 26 August 2003 16:46 >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] > >An error occurred sending a message to: >[EMAIL PROTECTED] > >Relay host reported error: >Message could not be delivered due to a DNS routing configuration error. I think its a problem with your mail provider, I have just sent test mail to the poll address and it is working, I have also been receiving other responses at a steady rate for the last 24 hours. Try resending it now and if it fails you can send your response to [EMAIL PROTECTED] and I will make sure your vote is counted. Fred Van Andel [EMAIL PROTECTED] GPG KeyID: 76526AD599455482 GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482 -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Printing to CUPS from another linux computer
i got this working between a gentoo system and a mandrake 9.1 system. i'm not terribly worried about security on my network inside my firewall, so i set Browsing On and BrowseAllow @LOCAL. uncommented , and (my printer) and set Allow From 10.1.0.0/24 (my network). you can refine these settings and even set password authentication. just read the file /etc/cups/cups.conf. it's format is very much like apache.conf. besides that i just used any browser and went to cups' built-in config at http://localhost:631. i don't remember if i had to manually add my printer in the config tool, but if you do, the address should be in the form ipp://192.168.0.2:631/printers/name_of_your_printer where 192.168.0.2 is the IP of the system with the printer attached to it. that should be it. i just got this working, so it's fairly fresh in my mind. if you have more questions, please ask. l8r. On Tue, Aug 26, 2003 at 04:51:28PM +0200, martin wrote: > > yes i tried this also for some time with no luck, i saw the printers that i > set up on my cups server from another linux box, but i can't print to them... > > but after a while i found the solution... you have to allow others computers > ip adresses whithin the printer manager of the kde desktop... there you can > configure the security items of the cups-server and you can allow or deny > specific ip adresses and/or networks... > > i use a german desktop environment, so i do not know the exact english > translations of the menu's and menu items... but you will find it... > > > martin > > > > Zitat von Vincent van de Camp <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > Hi, > > > > > > > > I've set up an HP DeskJet printer on one of my Gentoo computers without > > a problem using cups. After that, I've been trying for over a month now > > to print to that printer from other linux machines (all Gentoo), but > > with no luck. > > > > > > > > I can find little to no documentation about how to do this, all I can > > find is printing to samba hosts, or set up a samba server to allow this > > printer to be shared to Windows computers. But I have no Windows, so I > > don't see why I'd take that route. I have googled everywhere, but I > > can't find documentation about how to print from cups to cups using > > linux anywhere. > > > > > > > > I have tried installing the remote printer on various other machines, > > using ipp, http, socket, lpd, what-have-you. But when I'm done all I > > get to see is that the host is unavailable and that printing will be > > tried again in 30 seconds. LogLevel is set to debug, but there's not a > > mention of a request to print from other machines that I can find. > > Sometimes, when I still have some printjobs in queue and modify the > > printer, I get the message that a certain % of the printjob is > > finished, but it never seems to reach the printer and the status > > changes back soon to Host unavailable. > > > > > > > > I take it that it's some setting that needs to be modified on the > > computer running cupsd. I have 'Allow from All', 'Listen port 631' and > > 'Listen ' set in cupsd.conf, but still no luck. Does > > anyone have more ideas? > > > > > > > > TIA:) > > > > Vincent > > > > > > > > > > > > > > > > -- > > [EMAIL PROTECTED] mailing list > > > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] flash plugin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! On Tuesday, 26. August 2003 18:47 Alberto Bert wrote: > I'm using mozilla and I was in a page which needs flash plugin to > work, I didn't have it so I emerged gplflash, I restarted > mozilla, but still that page doesn't work properly (mozilla warns > me that I need flash.) Try this: emerge netscape-flash Best regards, Ming-Che - -- Kmail 1.5.2, Gentoo 1.4 r3, ICQ: 126097979 Registered Linux User #241507 at http://counter.li.org GPG KEYID: 0x5EBF1692 Fingerprint: DB76 8D6F 9B7D B123 0FE2 0F18 389C A8BD 5EBF 1692 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/S5BKOJyovV6/FpIRAvd6AJ9mNVBQ4fSN4y74MmRCGN+6cz+3aACglMj/ MXaB+yianh7WtJ2Vl2ZKM/E= =EW/V -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Sounds from mouse.... Is it possible?
On Tue, 26 Aug 2003 08:54:29 -0700 [EMAIL PROTECTED] (Andrew Farmer) wrote: > AFAIK, /dev/input/mouse* only works for USB mice in 2.4.* kernels. PS2 > mouse users have to make do with /dev/misc/psaux. And, unfortunately, > only one program can read from the device at a time. yes, that's true--it's only for USB. i'm not sure about the single-program limit, though. if i open many xterms and run 'cat /dev/input/mouse0' in each, all xterms show identical output. so it would appear that all cats are playing with the same datas (ah ha ha..). j. -- [EMAIL PROTECTED] mailing list
[gentoo-user] flash plugin
Hi all, I'm using mozilla and I was in a page which needs flash plugin to work, I didn't have it so I emerged gplflash, I restarted mozilla, but still that page doesn't work properly (mozilla warns me that I need flash.) Any one could loan me a hand? thanks Alberto -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Printing to CUPS from another linux computer
One more thought. Have you checked the logs to see what cups has to say? I seem to recall that cups has fairly useful logging by default, and it may give you some good information to go by. -rex -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Printing to CUPS from another linux computer
>I'll have to check on the exact position of Allow from All. I >don't have >telnetd installed, so that's a no go. I can only open localhost:631 on >the cupsd machine itself, I can't get there from another computer (and >yes, I'm NOT using "localhost" to try:) ), it says connection refused. >I've had a hunch for a while that that may be related to the problem. >But now, how to fix it:) >Thanks, >Vincent You might also check the "Deny" directive. I seem to recall that there is a line that determines the order of these two. If you have it set "allow, Deny" and Deny is set "Deny from All", of course it would simply block everybody. I seem to recall that I only made one or two simple changes to the configuration file to allow printing. If you like, I'll send you the file after I'm home tonight so that you can check the differences or simply use it as you choose. -rex -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Printing to CUPS from another linux computer
Yes, it allows me to set up the printer that's connected to the host machine from localhost:631 on the client machine. I get a "printer idle, accepting jobs" message there, but when I try to print a test page I get the Host not responding or unavailable message. Rex Young wrote: > Have you started cupsd on the client machine? -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] metalog equivalent to /var/log/messages?
thanks all [Tue, Aug 26, 2003 at 10:32:55AM -0500] This one time, at band camp, Jeffrey Smelser said: > Remembering from my metalog days, current file was what I remember.. > Problem is, it caches things so it takes awhile to come out. > > -Original Message- > From: Redmond Militante [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 10:19 AM > To: [EMAIL PROTECTED] > Subject: [gentoo-user] metalog equivalent to /var/log/messages? > > > hi all > > i'm new to gentoo and metalog. is there a metalog equivalent to > /var/log/messages? i've been poking around /var/log... looking for > something to tail. > > thanks > redmond > > -- > FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 > CDT 2003 > 10:15AM up 12 days, 9:59, 1 user, load averages: 0.04, 0.01, 0.00 > > Real Users never use the Help key. > > > -- > [EMAIL PROTECTED] mailing list > > -- FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003 11:00AM up 12 days, 10:44, 0 users, load averages: 0.00, 0.00, 0.00 Wombat's Laws of Computer Selection: (1) If it doesn't run Unix, forget it. (2) Any computer design over 10 years old is obsolete. (3) Anything made by IBM is junk. (See number 2) (4) The minimum acceptable CPU power for a single user is a VAX/780 with a floating point accelerator. (5) Any computer with a mouse is worthless. -- Rich Kulawiec pgp0.pgp Description: PGP signature
Re: [gentoo-user] Printing to CUPS from another linux computer
I'll have to check on the exact position of Allow from All. I don't have telnetd installed, so that's a no go. I can only open localhost:631 on the cupsd machine itself, I can't get there from another computer (and yes, I'm NOT using "localhost" to try:) ), it says connection refused. I've had a hunch for a while that that may be related to the problem. But now, how to fix it:) Thanks, Vincent Ben Blackburne wrote: > On Tue, 2003-08-26 at 15:06, Vincent van de Camp wrote: > > > I take it that it's some setting that needs to be modified on the > > computer running cupsd. I have 'Allow from All', 'Listen port 631' and > > 'Listen ' set in cupsd.conf, but still no luck. Does > > anyone have more ideas? > > There are many places to put "Allow from All" - do you have it in the > section? > > Can you telnet to port 631 from another machine? > > Can you open it up in a web browser? > > Ben > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
[gentoo-user] system logger change
I want to switch from metalog to sysklogd.. I emerge -k'd sysklogd but when I go to remove metalog I get this error: # rc-update del metalog * metalog removed from the following runlevels: default * Caching service dependencies... * Service 'metalog' already provide 'logger'!; * Not adding service 'sysklogd'... ok ] * rc-update complete. -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Printing to CUPS from another linux computer
begin quote I can find little to no documentation about how to do this, all I can find is printing to samba hosts, or set up a samba server to allow this printer to be shared to Windows computers. But I have no Windows, so I don't see why I'd take that route. I have googled everywhere, but I can't find documentation about how to print from cups to cups using linux anywhere. I have tried installing the remote printer on various other machines, using ipp, http, socket, lpd, what-have-you. But when I'm done all I get to see is that the host is unavailable and that printing will be tried again in 30 seconds. LogLevel is set to debug, but there's not a mention of a request to print from other machines that I can find. Sometimes, when I still have some printjobs in queue and modify the printer, I get the message that a certain % of the printjob is finished, but it never seems to reach the printer and the status changes back soon to Host unavailable. end quote Have you started cupsd on the client machine? -rex -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Current gs-sources?
Is there a maintainer for these? -- Christopher In 1968 it took the computing power of 2 C-64's to fly a rocket to the moon. Now, in 1998 it takes the Power of a Pentium 200 to run Microsoft Windows 95. Something must have gone wrong. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Sounds from mouse.... Is it possible?
On Tuesday 26 August 2003 19:54, Andrew Farmer wrote: > AFAIK, /dev/input/mouse* only works for USB mice in 2.4.* kernels. PS2 > mouse users have to make do with /dev/misc/psaux. And, unfortunately, > only one program can read from the device at a time. > > You'll probably have to use X calls to watch the mouse's state. Yeah, I've already thought about that. But I haven't looked closer yet. I'm a newbie in programming with Xlib. :). Thanks for reply, Andrew. -- WinErr: 678 This was the last level in Windows. Do you want to play another game? -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Sounds from mouse.... Is it possible?
At 25 August, 2003 oleander wrote: > hi dmitry- > > you might try making a program to read the device /dev/input/event* or > /dev/input/mouse*, if you've built your kernel with input core support > (CONFIG_INPUT, CONFIG_INPUT_MOUSEDEV, CONFIG_INPUT_EVDEV). i have no > idea what the data structure is on those devices, but when i was > hooking up my tablet i saw they spit garbage whenever i moved the > mouse or pressed a button anywhere in X :) AFAIK, /dev/input/mouse* only works for USB mice in 2.4.* kernels. PS2 mouse users have to make do with /dev/misc/psaux. And, unfortunately, only one program can read from the device at a time. You'll probably have to use X calls to watch the mouse's state. -- Andrew Farmer [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alternatives to ftp, or easy but secure ftpservers?
Mark Knecht <[EMAIL PROTECTED]> wrote on Mon, 25 Aug 2003 18:56:44 -0700: I am somewhat concerned about potential security issues using ftp, but since everyone is on Windows I also don't want to require them to use special tools just to be able to send me things. Are there any good options other than ftp that will work with both Linux and Windows? WebDAV is a considerable option, with easy integration into major desktop systems like Windoze, MacOSX and Linux (both KDE and GNOME). Although it is definitely user friendly it's more complex in terms of setup. There's a number of Java server implementations available (Apache Tomcat being one of them, Resin another), as well as native implementations (mod_dav for apache web server). I guess, if you are familiar with apache, you should give mod_dav a try, or use Resin/Java otherwise. I am also concerned that my home studio firewall cannot limit ftp access by incoming IP, and will forward all ftp requests to this machine, so I need a solution that is pretty bullet proof, but hopefully is also easy enough for me to setup and run. (I be a IT guy not...) I found most ftp servers most complex to set up, stuff like wuftpd, proftp or others can somehow drive you mad. I like WebDAV better for additional support of SSL. Can someone point me toward a few potential solutions that would be secure and also easy for a beginner type to setup and maintain? Another option: Why don't you give your users shell access to your Linux box using ssh? Much easier to set up, works like a charm. Only drawback: Access methods are limited, no http browser access available. Best regards, - Christian -- Christian Aust mailto:[EMAIL PROTECTED] icq: 84500990 - Yahoo!: datenimperator - MSN: datenimperator PGP: A073 F9CD 2F23 25D2 EB95 E7A3 B9B4 2AF3 E103 DB5A -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Printing to CUPS from another linux computer
On Tue, 2003-08-26 at 15:06, Vincent van de Camp wrote: > I take it that it's some setting that needs to be modified on the > computer running cupsd. I have 'Allow from All', 'Listen port 631' and > 'Listen ' set in cupsd.conf, but still no luck. Does > anyone have more ideas? There are many places to put "Allow from All" - do you have it in the section? Can you telnet to port 631 from another machine? Can you open it up in a web browser? Ben -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Printing to CUPS from another linux computer
hmm... but install the kde printer manager... this should work... its possible to run kde programs also within other window managers, as it works for gnome applications under kde... if you dont want to, just look in /etc/cups/cupsd.conf. there you can do these settings... (try 'man cupsd.conf') something like: Encryption IfRequested Satisfy All Order allow,deny Allow 127.0.0.1 Allow 192.168.0. # all hosts in the network are allowed to print martin Zitat von Vincent van de Camp <[EMAIL PROTECTED]>: > That might work, except for that I don't use KDE or Gnome, but fluxbox. > If someone could tell me where KDE stores those IP-addresses, I may be > helped. > Thanks:) > Vincent > > martin wrote: > > > > > yes i tried this also for some time with no luck, i saw the printers > > that i > > set up on my cups server from another linux box, but i can't print to > > them... > > > > but after a while i found the solution... you have to allow others > > computers > > ip adresses whithin the printer manager of the kde desktop... there > > you can > > configure the security items of the cups-server and you can allow or > deny > > specific ip adresses and/or networks... > > > > i use a german desktop environment, so i do not know the exact english > > translations of the menu's and menu items... but you will find it... > > > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] metalog equivalent to /var/log/messages?
It should be hiding under /var/log/everything/current On Tue, 26 Aug 2003 10:18:49 -0500 Redmond Militante <[EMAIL PROTECTED]> wrote: > hi all > > i'm new to gentoo and metalog. is there a metalog equivalent to /var/log/messages? > i've been poking around /var/log... looking for something to tail. > > thanks > redmond > > -- > FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003 > 10:15AM up 12 days, 9:59, 1 user, load averages: 0.04, 0.01, 0.00 > > Real Users never use the Help key. > > -- Todd Sunderlin <[EMAIL PROTECTED]> Gentoo/SPARC Developer & Team Co-Lead http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x439170A0 Key fingerprint = AF33 904A 9B8C 21CD 8E25 3F8F 78E4 CCE0 4391 70A0 pgp0.pgp Description: PGP signature
Re: [gentoo-user] Sounds from mouse.... Is it possible?
Thanks, oleander! I'll surely will look at that files. I'm surprised: can it be true that nobody wrote such a program? Earlier, if I wanted to write some program for Linux there already was a version written by someone else :). Dmitry. -- WinErr: 678 This was the last level in Windows. Do you want to play another game? -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] metalog equivalent to /var/log/messages?
Remembering from my metalog days, current file was what I remember.. Problem is, it caches things so it takes awhile to come out. -Original Message- From: Redmond Militante [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 10:19 AM To: [EMAIL PROTECTED] Subject: [gentoo-user] metalog equivalent to /var/log/messages? hi all i'm new to gentoo and metalog. is there a metalog equivalent to /var/log/messages? i've been poking around /var/log... looking for something to tail. thanks redmond -- FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003 10:15AM up 12 days, 9:59, 1 user, load averages: 0.04, 0.01, 0.00 Real Users never use the Help key. -- [EMAIL PROTECTED] mailing list
[gentoo-user] metalog equivalent to /var/log/messages?
hi all i'm new to gentoo and metalog. is there a metalog equivalent to /var/log/messages? i've been poking around /var/log... looking for something to tail. thanks redmond -- FreeBSD 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Mon Aug 11 13:00:11 CDT 2003 10:15AM up 12 days, 9:59, 1 user, load averages: 0.04, 0.01, 0.00 Real Users never use the Help key. pgp0.pgp Description: PGP signature
Re: [gentoo-user] Printing to CUPS from another linux computer
That might work, except for that I don't use KDE or Gnome, but fluxbox. If someone could tell me where KDE stores those IP-addresses, I may be helped. Thanks:) Vincent martin wrote: > > yes i tried this also for some time with no luck, i saw the printers > that i > set up on my cups server from another linux box, but i can't print to > them... > > but after a while i found the solution... you have to allow others > computers > ip adresses whithin the printer manager of the kde desktop... there > you can > configure the security items of the cups-server and you can allow or deny > specific ip adresses and/or networks... > > i use a german desktop environment, so i do not know the exact english > translations of the menu's and menu items... but you will find it... -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Printing to CUPS from another linux computer
yes i tried this also for some time with no luck, i saw the printers that i set up on my cups server from another linux box, but i can't print to them... but after a while i found the solution... you have to allow others computers ip adresses whithin the printer manager of the kde desktop... there you can configure the security items of the cups-server and you can allow or deny specific ip adresses and/or networks... i use a german desktop environment, so i do not know the exact english translations of the menu's and menu items... but you will find it... martin Zitat von Vincent van de Camp <[EMAIL PROTECTED]>: > > > > > > > Hi, > > > > I've set up an HP DeskJet printer on one of my Gentoo computers without > a problem using cups. After that, I've been trying for over a month now > to print to that printer from other linux machines (all Gentoo), but > with no luck. > > > > I can find little to no documentation about how to do this, all I can > find is printing to samba hosts, or set up a samba server to allow this > printer to be shared to Windows computers. But I have no Windows, so I > don't see why I'd take that route. I have googled everywhere, but I > can't find documentation about how to print from cups to cups using > linux anywhere. > > > > I have tried installing the remote printer on various other machines, > using ipp, http, socket, lpd, what-have-you. But when I'm done all I > get to see is that the host is unavailable and that printing will be > tried again in 30 seconds. LogLevel is set to debug, but there's not a > mention of a request to print from other machines that I can find. > Sometimes, when I still have some printjobs in queue and modify the > printer, I get the message that a certain % of the printjob is > finished, but it never seems to reach the printer and the status > changes back soon to Host unavailable. > > > > I take it that it's some setting that needs to be modified on the > computer running cupsd. I have 'Allow from All', 'Listen port 631' and > 'Listen ' set in cupsd.conf, but still no luck. Does > anyone have more ideas? > > > > TIA:) > > Vincent > > > > > > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] archives of mailing list
Hi, http://news.gmane.org/index.php?match=gmane.linux.gentoo http://marc.theaimsgroup.com/?l=gentoo-user Regards, Markus On Monday 25 August 2003 19:39, Kenneth Macdonald Karlsen wrote: > Hi. > Where do i find archives of the mailing list on the web? > I remember some threads about xmms and openoffice recently that i would > like to check out. > Kenneth > > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
[gentoo-user] RE: Alternatives to ftp, or easy but secure ftp servers?
Hi Mark, I run an Apache Tomcat server (on Windoze (sorry!), not Linux, but it is Java, so it will run on Linux too). Tomcat has support for WebDAV built in. Once you have the server running (and permissions configured), Windows users can just add your server to their "My Network Places", open up the "place'", and then drag n' drop files into it. And it uses secure HTTP, so security should not be an issue. It works well for me, except when transferring big files from behind a firewall (this is probably a firewall issue). HTH, Martin Polley Technical Communicator +972 (53) 864280 -Original Message- From: Mark Knecht [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 3:57 AM To: Gentoo-User Subject: Alternatives to ftp, or easy but secure ftp servers? Hi, I work with some friends using Windows based environments doing music. We need to do studio to studio data file transfers. In a prior life I had an IT guy that managed an off-site ftp server and he was nice enough to give me a couple of accounts, but now I need to do this myself, and the only machine I have to do it on is my main studio Gentoo box. I am somewhat concerned about potential security issues using ftp, but since everyone is on Windows I also don't want to require them to use special tools just to be able to send me things. Are there any good options other than ftp that will work with both Linux and Windows? I am also concerned that my home studio firewall cannot limit ftp access by incoming IP, and will forward all ftp requests to this machine, so I need a solution that is pretty bullet proof, but hopefully is also easy enough for me to setup and run. (I be a IT guy not...) Can someone point me toward a few potential solutions that would be secure and also easy for a beginner type to setup and maintain? Thanks, Mark --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003 -- [EMAIL PROTECTED] mailing list
[gentoo-user] Printing to CUPS from another linux computer
Hi, I've set up an HP DeskJet printer on one of my Gentoo computers without a problem using cups. After that, I've been trying for over a month now to print to that printer from other linux machines (all Gentoo), but with no luck. I can find little to no documentation about how to do this, all I can find is printing to samba hosts, or set up a samba server to allow this printer to be shared to Windows computers. But I have no Windows, so I don't see why I'd take that route. I have googled everywhere, but I can't find documentation about how to print from cups to cups using linux anywhere. I have tried installing the remote printer on various other machines, using ipp, http, socket, lpd, what-have-you. But when I'm done all I get to see is that the host is unavailable and that printing will be tried again in 30 seconds. LogLevel is set to debug, but there's not a mention of a request to print from other machines that I can find. Sometimes, when I still have some printjobs in queue and modify the printer, I get the message that a certain % of the printjob is finished, but it never seems to reach the printer and the status changes back soon to Host unavailable. I take it that it's some setting that needs to be modified on the computer running cupsd. I have 'Allow from All', 'Listen port 631' and 'Listen ' set in cupsd.conf, but still no luck. Does anyone have more ideas? TIA:) Vincent -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] best way to move a gentoo installation
On Sun, 24 Aug 2003 23:02:38 +0400 Makurin Roman <[EMAIL PROTECTED]> wrote: > 24.08.2003, × 19:04, Adam Dunstan : > > i'm looking to move my existing gentoo install from a 3 gig hd to an > > 80 gig hd. > > > > i'm thinking i'll format the 80 gig (/dev/hdb) as 64 meg /boot > > (/dev/hdb1) 2 gig swap (/dev/hdb2) > > and the rest for / (/dev/hdb3) > > > > then i'll mount the /dev/hdb3 in /mnt/new and /dev/hdb1 as > > /mnt/new/boot > > > > and then cp -a ? all the top level directories except /dev and /proc > > to/mnt/new/ ? > > > > then i'll remove the 3 gig and everything should be sweet. > > > > i hope... any comments? > > Just remember to edit the /etc/fstab on the newly cloned fs, or you'll get an unpleasant surprise when you boot! -- Collins Richey - Denver Area if you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] moded gentoo distro?
Hi Stephen, Nachricht vom Montag, 25. August 2003, 08:12:10: > hey love the kernel gen thats super cool, :-p never seen my pc turn off > before after powering down! well anyways are there any plans for a gentoo > firewall/router? how about server specific spin offs? kinda like a > minimalist webserver almost embedded or somthing? just curious what others > thought especially about the gentoo high performance firewall :-p There is the Gentoo-Server Project. http://www.subverted.net/wakka/index.php irc://irc.freenode.net/#gentoo-server Timo -- [EMAIL PROTECTED] mailing list
[gentoo-user] headers
Is there a way to tell emerge not to install linux-headers, because I'm using another kernel 2.6 and I really hate to have old sources hanging around? Thanx! :o) Meka[ni] -- [EMAIL PROTECTED] mailing list
[gentoo-user] Fwd: Not Delivered: Poll #6
I got this error trying to respond to the poll. Anybody else getting this? Should I just try again? Seems like a (hopefully temporary) problem on my mail providers's smtp server. -- Forwarded Message -- Subject: Not Delivered: Poll #6 Date: Tuesday 26 August 2003 16:46 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] An error occurred sending a message to: [EMAIL PROTECTED] Relay host reported error: Message could not be delivered due to a DNS routing configuration error. Original Message Follows: = --- Reporting-MTA: dns; mailandnews.com Final-Recipient: rfc822;[EMAIL PROTECTED] Action: failed Status: 5.0.0 Last-Attempt-Date: Tue, 26 Aug 2003 03:46:44 -0400 --- Begin Message --- e) gentoo forums g) google b) gentoo-user mailing list f) gentoo channel on irc --- End Message --- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Fetchmail Problem... I think
On Tuesday 26 August 2003 21:32, Angel Gabriel wrote: (B> Each time I use fetchmail on this one system, mail never seems to be (B> delivered locally. Even when I send mail from one user to the next it (B> says mail sending, but nothing ever seems to arrive. I use postfix, (B> (naturally), and I'm very confused, how would I go about debugging this (B> problem. (B (BDo 'fetchmail -v' to see if fetchmail is running normally. If it is not, then (Bgo from there. If it is then check /var/log/mail/* on both machines. (B (BRegards, (BJason (B (B-- (B[EMAIL PROTECTED] mailing list
Re: [gentoo-user] Power off button
On Tuesday 26 August 2003 18:45, Christian Bartels wrote: > but...ist this only possible with acpi? > i'm using apm in an older machine and the bios has got this > "4-seconds-before-power-off"-thing, but i cannot find a solution to capture > this signal in linux. > any suggestions? As far as I know, Linux only supports it via ACPI. It may well be possible through APM, but there are various implementations which Linux only supports a subset of. Regards, Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Gentoo Poll #6
> e) gentoo forums > g) google > b) gentoo-user mailing list Bryan - Original Message - From: Fred Van Andel <[EMAIL PROTECTED]> Date: Tuesday, August 26, 2003 1:40 am Subject: [gentoo-user] Gentoo Poll #6 > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I am sorry about the repost, some people (well me actually) have > not > received the original email. I know that some got it because I am > receiving replies. To be safe I am resending it. > > This is the sixth gentoo poll. > > The question is: > > Where do you do for Gentoo support? > a) personal acquaintance > b) gentoo-user mailing list > c) gentoo-dev mailing list > d) gentoo bugzilla > e) gentoo forums > f) gentoo channel on irc > g) google > h) other (specify) > > Select as many as are applicable, but please select them in the > order of how frequently you use them, from most frequently to least > frequently. > > Thanks to Sean for the poll question > > Please respond by emailing your reply to gentoo- [EMAIL PROTECTED] . > Please do NOT reply within the mailing list, any replies to the list > will be not be counted. Discussion on the list about the poll are > encouraged. Results will be summarized and posted in about a week. > > Any suggestions about new poll questions are welcome. Please keep > them gentoo related. > - -- > Fred Van Andel > [EMAIL PROTECTED] > GPG KeyID: 76526AD599455482 > GPG fingerprint: 64E4 4BAB 9C99 D565 3E3C F5D0 7652 6AD5 9945 5482 > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.2.2 (GNU/Linux) > > iD8DBQE/ SvLTdlJq1ZlFVIIRAmICAJ9q2vy5FsRjIG2uqxgzxPIIFCVqEwCfQVf F > +/4iEVGew99mLqphdiU/0fU= > =od25 > -END PGP SIGNATURE- > > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] [SOLVED] Audigy2 configuration
It worked, thank you. L. On Sun, 24 Aug 2003, Zack Gilburd wrote: > On Sunday 24 August 2003 01:45 am, Leonid Podolny wrote: > > Hi, > > This issue is not strictly gentoo-related, but I hope someone has > > encountered it in the past and can help me. > > I've recently bought an audigy2 card. I had no idea that it could be > > unsupported -- after all, the creative production is as mainstream as > > could be :). However, I can't get it to work. The alsa emu10k1 doesn't > > support it, but I hoped it would work in some sort of legacy mode. The > > Try using the emu10k1-cvs (OSS) package. The regular, stable version of the > emu10k1s does not support the Audigy2, while the CVS build of the drivers > does. > > -- > Zack Gilburd > http://tehunlose.com > GnuPG Key ID: A79A45668240AB6C > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] What printer should I buy?
On Tue, Aug 26, 2003 at 02:35:01PM +0200, Michael Gruetzner wrote: > Hello, > > I can reccomend HP printers especially LaserJet. All HP Printers I > have used are well supported by linux and have a very good quality. > Anyway, linuxprinting.org ist the best place to look for supported > printers. Inkjets printers also work well, which wasn't the case until HP released hpijs - the "HP Inkjet server for Ghostscript" - found in Gentoo and other distros. This gives Linux the same intelligence found in HP's Windows print drivers to create good output on HP inkjet printers. Nathan Meyers [EMAIL PROTECTED] > MfG > Michael > > On Tue, Aug 26, 2003 at 01:08:51PM +0200, Sigurd Stordal wrote: > > > Anyone have a recommendation? > > Take a look at linuxprinting.org. They have a lot of recommendations. > > I myself will not recommend using canon. Although they have good quality, and > > the seperate ink and printer heads are a good thing. Their Linux support is > > non existent. They will not give out the necessary information to make > > drivers. So most of the drivers for canon is reverse engineered windows > > drivers. > > So If you want a printer that are well supported under linux, DO NOT EVEN > > THINK ABOUT CANON. > > That said, my two latest printers have been canon, even though they have been > > a nightmare to set up with linux. > > So if you go to the linuxprinting.org site, they will have recommendation for > > normal printers, photo printers and larger A3 printers. But if you don't want > > to read it, most Epson printers are very well supported under LInux, and I > > belive they should have good quality. > > -- > > Sigurd Stordal > > President of GOGS > > Experimental Petrologist > > > > -- > > [EMAIL PROTECTED] mailing list > > -- > I used to think romantic love was a neurosis shared by two, a supreme > foolishness. I no longer thought that. There's nothing foolish in > loving anyone. Thinking you'll be loved in return is what's foolish. > -- Rita Mae Brown > > -- > [EMAIL PROTECTED] mailing list > > > -- -- [EMAIL PROTECTED] mailing list
[gentoo-user] Fetchmail Problem... I think
Each time I use fetchmail on this one system, mail never seems to be delivered locally. Even when I send mail from one user to the next it says mail sending, but nothing ever seems to arrive. I use postfix, (naturally), and I'm very confused, how would I go about debugging this problem. -- * Not everyone is touched by an Angel Those that are, never forget the experience * -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Anyone else getting this trying to compile mc?
On Tue, 2003-08-26 at 10:08, Chris van der Pennen wrote: Compiling lib/util_str.c In file included from /usr/include/linux/vfs.h:4, from /usr/include/linux/fs.h:14, from /usr/include/linux/capability.h:17, from /usr/include/sys/capability.h:35, from include/includes.h:309, from lib/time.c:22: /usr/include/asm/statfs.h:12: redefinition of `struct statfs' Hate replying to my own posts, but this was fixed with USE="-samba". Chris -- Rome was not built in one day. -- John Heywood signature.asc Description: This is a digitally signed message part
Re: [gentoo-user] What printer should I buy?
Hello, I can reccomend HP printers especially LaserJet. All HP Printers I have used are well supported by linux and have a very good quality. Anyway, linuxprinting.org ist the best place to look for supported printers. MfG Michael On Tue, Aug 26, 2003 at 01:08:51PM +0200, Sigurd Stordal wrote: > > Anyone have a recommendation? > Take a look at linuxprinting.org. They have a lot of recommendations. > I myself will not recommend using canon. Although they have good quality, and > the seperate ink and printer heads are a good thing. Their Linux support is > non existent. They will not give out the necessary information to make > drivers. So most of the drivers for canon is reverse engineered windows > drivers. > So If you want a printer that are well supported under linux, DO NOT EVEN > THINK ABOUT CANON. > That said, my two latest printers have been canon, even though they have been > a nightmare to set up with linux. > So if you go to the linuxprinting.org site, they will have recommendation for > normal printers, photo printers and larger A3 printers. But if you don't want > to read it, most Epson printers are very well supported under LInux, and I > belive they should have good quality. > -- > Sigurd Stordal > President of GOGS > Experimental Petrologist > > -- > [EMAIL PROTECTED] mailing list -- I used to think romantic love was a neurosis shared by two, a supreme foolishness. I no longer thought that. There's nothing foolish in loving anyone. Thinking you'll be loved in return is what's foolish. -- Rita Mae Brown -- [EMAIL PROTECTED] mailing list
[gentoo-user] motorola handy with data cable
Hello, i got a motorola v66i handy and a data cable. Is there any linux software to get the phonebook from the handy and anything else? The data cable can be plugged in the usb-port. Bye Jan -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] First Gentoo Install - Z505 Laptop
Nicholas Pappas wrote: > But this has given me a chance to pause and see if anyone has > installed Gentoo on a Sony Z505RX laptop before. H, historical hardware! :) The forums have plenty of these and other Z models on record, the first one dates from May *last* year... http://forums.gentoo.org/viewtopic.php?t=2069 In general, if you get that PCMCIA-CD-drive of yours to spin at all you're ready to go. People have used the time-honoured "ide2=0x180,0x386" boot prompt command to make this work. If that doesn't help, you'll find the alternative installation guide or the floppy boot routine of much value. http://www.gentoo.org/doc/en/altinstall.xml http://forums.gentoo.org/viewtopic.php?t=8690 Don't try the 2.6 kernel (or a pre-emptible 2.4.x) if you want your Rockwell modem to work with the Conexant drivers. Everything else will just fall into place as soon as you get your kernel configuration right. I suggest the e100 module for the built-in NIC (don't know if it's on the LiveCD, you can temporarily use the eepro driver instead). When in doubt, *always* ask at the linux-sony mailing list: http://returntonature.com/mailman/listinfo/linux-sony Linux-on-laptops is a good source for links to additional information, but there are so many broken ones on the Sony page that I've more or less given up on it. http://tuxmobil.org/sony.html looks significantly more up to date to me. Have fun Ulrich Plate pgp0.pgp Description: PGP signature
Re: [gentoo-user] x freezes sometime
On Tue, 2003-08-26 at 03:01, Alexander Puchmayr wrote: > Try to utilize your computer with some cpu/memory intensive jobs. Just > recompile your kernel a few times(you don't need to install it), and use > something like > make dep; make clean; make -j bzImage; make -j modules > replace with some proper value (=number of parallel gcc instances); It > should not begin to swap (in that case you would rather test the harddisk > than the RAM). It should NEVER fail (neither signal 11 or any other > reason). If it does, you can be pretty sure that its the ram. I've seen this happen on more than one box, and it was heat related. If the multiple compiles fail, then crack open you box, point a small desk fan towards the CPU (not too close!!) and try again. These types of problems can be a pain, but there's a chance you can save yourself the expense of buying new RAM. Thermal grease and a better fan may be all you need. Good luck. -- David Golpira <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Gentoo Linux 1.4 General Install Question
On Tuesday, 26 August 2003, at 06:38AM, Meph Istopheles wrote: My question has to do with partitions as well. I've been running the same /home partition on /dev/hdb1 for quite a few installs of RH. # df -h FilesystemSize Used Avail Use% Mounted on /dev/hda2 37G 3.4G 31G 10% / /dev/hda1 76M 15M 57M 21% /boot /dev/hdb1 12G 511M 10G 5% /home none 251M 0 251M 0% /dev/shm /dev/hdb2 13G 3.0G 9.3G 24% /backup /dev/hdd1 75G 20k 71G 1% /backup2 (/dev/hda1 is so big because I have a few different kernels in there) I'll be swapping the current /dev/hdd1 to be /dev/hda & the current /dev/hda. Now, I've been using DiskDruid for partitioning when I set up, & have used fdisk countless times on different drives for partitioning, but never during setup. Will the setup -- assuming, as it should, will find all drives & will set fstab to mount /dev/hdb1 as /home, or will I have to do that manually after first boot as root? Drive partitioning & mounting is something that Gentoo doesn't believe in doing automagically for you. It is covered in section 7 of the install docs: http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap7 You should treat your partition layout just like /boot /usr & /var mentioned in the docs. Code listing 7.2 shows how to mount a typical simple partition layout from _within_ the InstallCD chroot. Let's edit this for your system (for the df -h above, not your proposed changes, because it's too early in the morning for me to absorb those right now): # mount /dev/hda2 /mnt/gentoo # mkdir /mnt/gentoo/boot # mount /dev/hda1 /mnt/gentoo/boot # mkdir /mnt/gentoo/home # mount /dev/hdb1 /mnt/gentoo/home # mkdir /mnt/gentoo/backup # mount /dev/hdb2 /mnt/gentoo/backup # mkdir /mnt/gentoo/backup2 # mount /dev/hdd1 /mnt/gentoo/backup2 Editing fstab is mentioned later in the same document: http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap15 Code listing 15.1: /dev/BOOT /boot ext2 noauto,noatime 1 2 /dev/ROOT / ext3 noatime 0 1 /dev/SWAP noneswap sw 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 proc /proc proc defaults0 0 "... of course be sure to replace "BOOT", "ROOT" and "SWAP" with the actual block devices you are using (such as hda1, etc.)" So on your system: /dev/hda1 /boot ext2 noauto,noatime 1 2 /dev/hda2 / ext3 noatime 0 1 /dev/hdb1 /home reiserfs noatime 0 3 /dev/hdb2 /backup reiserfs noatime 0 3 /dev/hdd1 /backup2reiserfs noatime 0 3 /dev/SWAP noneswap sw 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 proc /proc proc defaults0 0 HTH, Stroller. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] What printer should I buy?
> Anyone have a recommendation? Take a look at linuxprinting.org. They have a lot of recommendations. I myself will not recommend using canon. Although they have good quality, and the seperate ink and printer heads are a good thing. Their Linux support is non existent. They will not give out the necessary information to make drivers. So most of the drivers for canon is reverse engineered windows drivers. So If you want a printer that are well supported under linux, DO NOT EVEN THINK ABOUT CANON. That said, my two latest printers have been canon, even though they have been a nightmare to set up with linux. So if you go to the linuxprinting.org site, they will have recommendation for normal printers, photo printers and larger A3 printers. But if you don't want to read it, most Epson printers are very well supported under LInux, and I belive they should have good quality. -- Sigurd Stordal President of GOGS Experimental Petrologist -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] archives of mailing list
On Monday, 25 August 2003, at 18:39PM, Kenneth Macdonald Karlsen wrote: Where do i find archives of the mailing list on the web? I remember some threads about xmms and openoffice recently that i would like to check out. http://news.gmane.org/gmane.linux.gentoo.user HTH, Stroller. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Which livecd for AMD Duron 900Mhz please
begin quote On Tue, 26 Aug 2003 10:22:25 +0300 Janne Johansson <[EMAIL PROTECTED]> wrote: > On Tue, 2003-08-26 at 03:18, Spider wrote: > > > Yes, -march=athlon-xp will enable SSE2 for instruction handling.. > > Not good in this case. > > > > you could however (try) and use -march=athlon > > As I see it, the newer durons (morgan core) are indeed scaled down > athlon-xps, and will work with the athlon-xp set. Two machines of mine > are morgan durons, and have been installed with athlon-xp set as the > march. > > The cat /proc/cpuinfo does give the same flags as my real athlon-xp > machine. Any way, I don't remember that my real xp had support for > sse2, just mmx2 and 3DNowEx (in addition to 3DNow, mmx and sse), and I > don't know if any amd-cpu has support for sse2. > Ahh, in reply, sorry.. here's the real stats: {"athlon-tbird",PROCESSOR_ATHLON, PTA_MMX | PTA_PREFETCH_SSE | PTA_3DNOW | PTA_3DNOW_A}, {"athlon-xp", PROCESSOR_ATHLON, PTA_MMX | PTA_PREFETCH_SSE | PTA_3DNOW | PTA_3DNOW_A | PTA_SSE}, Whereas athlon-tbird has the same flags as athlon, so it isn't SSE2 as I in tired delerious stated, but the PTA_SSE flag that differs them (config/i386/i386.c in the gcc source tree) //Spider -- begin .signature This is a .signature virus! Please copy me into your .signature! See Microsoft KB Article Q265230 for more information. end pgp0.pgp Description: PGP signature
Re: [gentoo-user] Power off button
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > - Push the button for a short moment: Shutdown with power off. > - Push and hold the button: Immediate power off. but...ist this only possible with acpi? i'm using apm in an older machine and the bios has got this "4-seconds-before-power-off"-thing, but i cannot find a solution to capture this signal in linux. any suggestions? thx! - -- CB ICQ: 17308196 YIM: cb2206 AIM: ChristianB2206 MSNM: [EMAIL PROTECTED] my public pgp key: http://www.thebartels.de/christian_bartels.asc "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." - Douglas Adams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/SywgUIGO2Yn8bPQRAlzlAJwKPMJMjk5rcDi+Zex/BrxD2vl0bACcCdEF pC2Tkt3jVD9e9wFnm3yysB0= =vAtM -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Portage tree on a CD
On Mon, Aug 25, 2003 at 12:44:54PM -0400, Phil Sexton wrote: > On Mon, 2003-08-25 at 12:38, Ronald Landheer-Cieslak wrote: > > > This is *exactly* what I wanted - except that they apparently only ship to > > the US or Canada :( > > > > I guess I'll have to wait until I emmigrate to Canada *sigh* > > Have you checked out all the sites you can order from? > > http://www.gentoo.org/main/en/where.xml Most don't offer what I'm looking for, one is on vacation (!) - but yes, I looked.. rlc -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Portage tree on a CD
Actually, the people at Edmunds Enterprises are Really Nice People! I sent a mail to their sales@ address saying I'd like to buy their Gentoo sources CDs but they don't ship to France - they (temporarily) added France to the list of countries they ship to. Problem solved, order made :) rlc On Mon, Aug 25, 2003 at 06:38:53PM +0200, Ronald Landheer-Cieslak wrote: > On Mon, Aug 25, 2003 at 09:43:17AM -0400, Phil Sexton wrote: > > On Monday, 25 August 2003, at 11:53 am, Ronald Landheer-Cieslak wrote: > > > > > ...Any pointers? Do the pre-built CDs come with sources? Is there a > > > source-only > > > distro? > > > > You could buy the Gentoo essentials CDs. They come with source pacakges > > and the portage tree as of the day they are ordered. > > > > http://www.edmunds-enterprises.com/linux/cart.php/ba/pdtl/product/218 > This is *exactly* what I wanted - except that they apparently only ship to > the US or Canada :( > > I guess I'll have to wait until I emmigrate to Canada *sigh* > > thanx > > rlc > > -- > Mundus vult decipi decipiatur ergo. > -- Xaviera Hollander > [The world wants to be cheated, so cheat.] > > -- > [EMAIL PROTECTED] mailing list -- "And they told us, what they wanted... Was a sound that could kill some-one, from a distance." -- Kate Bush -- [EMAIL PROTECTED] mailing list