Re: [gentoo-user] grub hell

2007-11-12 Thread Mick
On Sunday 11 November 2007, maxim wexler wrote:
 Hi group,

 Previously I had a problem with hard drive that turned
 out was a faulty IDE controller, not the drive, not
 the cable.

 Now I can't use /dev/hdb but /dev/hdc is OK. So my set
 up is /dev/hda(WinXP) and /dev/hdc(gentoo), ie, WinXP
 is on the first IDE as master and gentoo is on the sec
 IDE also as master. hdd is the CDROM(sec IDE,slave),
 to complete the setup.

 So far I've tried every possible permutation of root,
 rootnoverify and map. I've tried installing the boot
 loader on /dev/hda and /dev/hdc. On hda nothing
 works(error 21). On hdc the boot menu appears and I
 can boot gentoo but not WinXP

 Error messages: selected disk does not exist, not
 found or not a block device, could not find device
 for boot. Sorry, I can't recall the exact context for
 these messages but this will give a flavor hopefully.

 I've tried changing the boot order in the BIOS.

 I can get gentoo to boot if I tell grub it's on
 (hd0,0)(?!?!) but WinXP won't boot unless I remove the
 HD w/gentoo on it and bypass grub altogether.

My guess is that you have incompatible jumper settings on the back of the 
drives.  Check these and make sure that they reflect what the BIOS sees.  
Also, check your /boot/grub/device.map for consistency.  Then use tab 
completion from the grub prompt to find devices and bootable partitions.

 fdisk can see both drives OK. Both drives appear in
 dmesg w/o errors. Both drives appear in the POST
 screen -- first drive as '0', second drive as '1'

 I've scoured the web for an answer and now must turn
 to the authorities on this list as a last resort.

If the above doesn't get you booting please post your grub.conf, along with 
fdisk -l.
-- 
Regards,
Mick


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


Re: [gentoo-user] Re: The setup program seems to have failed.

2007-11-12 Thread Mick
On Monday 12 November 2007, Miernik wrote:
 Dan Farrell [EMAIL PROTECTED] wrote:
  I _highly_ recommend using a the manual install method from the gentoo
  handbook.  It's valuable for many reasons, not the least of which
  being its flexibility.

 OK, now I know, I've done it with the manual install, and I like it. But
 when the liveCD booted and told me to run installer that was
 misleading. It should say something like You can make a manual install
 now using Gentoo handbook, or you may try an automated installer by
 running installer now, but beware its experimental, and doesn't always
 work. Such message on the liveCD welcome screen, would have saved me
 quite some time.

That's why I made a comment on having a really slick GUI installer, or better 
stick with the Gentoo Handbook.

Hey, welcome to Gentoo!
-- 
Regards,
Mick


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


Re: [gentoo-user] Installation problem

2007-11-12 Thread Fabio

Thank you very much Peter. This is my ethernet card:

82557/8/9 Ethernet pro 100

I downloaded the latest cd minimal installation image for amd64.
So what do you suggest me to do?
thanks!
Fabio


Peter Alfredsen wrote:

On Sunday 11 November 2007, Fabio wrote:
  

I want to install gentoo from a minimal cd. I download the minimal AMD64
iso for my pc..
During the installation i arrived at this point:

eth1: PHY reset until link up..
and there is no way to continue..i always obtain this error..



To know what causes this, it would be nice to know what kind of network card 
eth1 is. Googling for this suggests that it may be an r8169-based card, 
though the bug that caused the PHY reset until link up bug was solved in 
kernels =2.6.14. If it is such a card, you may be using an obsolete minimal 
cd and/or kernel.


  

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] grub hell

2007-11-12 Thread Eric Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

maxim wexler wrote:
 Previously I had a problem with hard drive that turned out was a
 faulty IDE controller, not the drive, not the cable.

 Now I can't use /dev/hdb but /dev/hdc is OK. So my set up is
 /dev/hda(WinXP) and /dev/hdc(gentoo), ie, WinXP is on the first IDE
 as master and gentoo is on the sec IDE also as master. hdd is the
 CDROM(sec IDE,slave), to complete the setup.

 So far I've tried every possible permutation of root, rootnoverify
 and map. I've tried installing the boot loader on /dev/hda and
 /dev/hdc. On hda nothing works(error 21). On hdc the boot menu
 appears and I can boot gentoo but not WinXP

title=Windows XP
root=(hd0)
chainloader +1

 Error messages: selected disk does not exist, not found or not a
 block device, could not find device for boot. Sorry, I can't
 recall the exact context for these messages but this will give a
 flavor hopefully.
Are you sure you're selecting the correct disk?  Don't just assume
since it's hdc in Linux it's hd2, use tab-completion when you're
setting up grub.,  Have you tried using grub console
w/tab-completion?  Hit 'c' when you're booted to grub, and try

grub root (hd{hit tab to see what's there}
It's all the same syntax as grub.conf

 I've tried changing the boot order in the BIOS.

 I can get gentoo to boot if I tell grub it's on (hd0,0)(?!?!) but
 WinXP won't boot unless I remove the HD w/gentoo on it and bypass
 grub altogether.
Where is grub installed currently?  The easiest way I've gotten it to
work is to install over Window's MBR and use a chainloader +1 line to
chainload windows.


Lastly What partitions are marked as active/bootable?  I assume the xp
one is (hda), but what about hdc when you're trying to install grub
there?  Also, I don't _think_ you can have more than 1 active/bootable
disk.

 fdisk can see both drives OK. Both drives appear in dmesg w/o
 errors. Both drives appear in the POST screen -- first drive as
 '0', second drive as '1'
Again, this leads me to believe that grub is seeing the second disk as
hd1. Granted; you never said what you called it but that might be your
problem.


 Maxim


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHOE6laiVxdKlBO58RAm7EAJwPBUa7/9XPM67xdZ86Zj2X+f6gbwCZAWpP
Q2T5BCMz8etgm3Z5hQf8Ks0=
=osf+
-END PGP SIGNATURE-

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installation problem

2007-11-12 Thread Peter Alfredsen
On Monday 12 November 2007, Fabio wrote:
 Thank you very much Peter. This is my ethernet card:

 82557/8/9 Ethernet pro 100

There are two ethernet cards in your machine, as evidenced by the error 
message eth1: PHY reset until link up. Enumeration starts at eth0, then 
eth1, etc. What is the other?
The card you list is supported by the eepro100 kernel module. That module 
nowhere mentions the error you are receiving. The only modules that do are 
sis190 and r8169:
sis190.c: net_link(tp, KERN_WARNING %s: PHY reset until link up.\n,
r8169.c: printk(KERN_WARNING %s: PHY reset until link up\n, dev-name);

Take note of the punctuation of the above messages. If indeed you have quoted 
the error message correctly, it would indicate that you have a r8169-based 
card in your machine.

Does any other live-cds boot for you? If yes, post the output of the following 
commands:
lspci
lspci -n
ifconfig
lsmod

 I downloaded the latest cd minimal installation image for amd64.
 So what do you suggest me to do?

By latest minimal installation image, do you 
mean install-amd64-minimal-2007.0.iso as available from: 
http://mirror.ing.unibo.it/gentoo/releases/amd64/2007.0/installcd/install-amd64-minimal-2007.0.iso
?

The reason I'm making doubly sure that it is indeed the latest live-cd, is 
that the last time the PHY reset until link up error led to failures such 
as yours was many kernel revisions ago.

That being said, there are some known problems with the r8169-based cards. For 
one, they will retain state when you reboot from windows. To test if that is 
what is causing this, power off your machine and pull the plug, wait 1 
minute, re-insert power cord and boot.

Also, the bug at http://bugzilla.kernel.org/show_bug.cgi?id=6807 has some of 
the characteristics you describe. It was hopefully fixed in kernel 2.6.23. 
You could try to install Gentoo from a 2.6.23-based livecd such as paldo at:
http://www.paldo.org/
The iso is at:
http://www.paldo.org/paldo-live-cd-x86_64-stable.iso

Gentoo only needs very few tools to be installed and most live-cds provide 
them. 

-- 
/PA
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Installation problem

2007-11-12 Thread Mick
On Monday 12 November 2007, Peter Alfredsen wrote:
 On Monday 12 November 2007, Fabio wrote:
  Thank you very much Peter. This is my ethernet card:
 
  82557/8/9 Ethernet pro 100

 There are two ethernet cards in your machine, as evidenced by the error
 message eth1: PHY reset until link up. Enumeration starts at eth0, then
 eth1, etc. What is the other?
[snip]

 That being said, there are some known problems with the r8169-based cards.
 For one, they will retain state when you reboot from windows. To test if
 that is what is causing this, power off your machine and pull the plug,
 wait 1 minute, re-insert power cord and boot.

MS Windows drivers for a number of cards were updated in the last few months 
to make sure that the card powers off completely upon shutdown.  The trick is 
to either pull the plug between reboots, or to set up your BIOS to allow 
Wakeup-On-Lan.

Hope this helps.
-- 
Regards,
Mick


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


[gentoo-user] OT - revdep-rebuild wants to rebuild gcc over and over again

2007-11-12 Thread Michael Sullivan
I ran revdep-rebuild about a month ago, It asked to remerge gcc-4.1.2.
I allowed it.  Every revdep-rebuild I've run since then has asked to
build it again.  How do I get out of this loop?  Here's my
revdep-rebuild -pv:

camille ~ # revdep-rebuild -pv 
Configuring search environment for revdep-rebuild

Checking reverse dependencies...

Packages containing binaries and libraries broken by a package update
will be emerged.

Collecting system binaries and libraries... done.
  (/root/.revdep-rebuild.1_files)

Collecting complete LD_LIBRARY_PATH... done.
  (/root/.revdep-rebuild.2_ldpath)

Checking dynamic linking consistency...
  broken /usr/kde/3.5/lib/kde3/kfile_pdf.so (requires
libpoppler-qt.so.1 libpoppler.so.1)
  broken /usr/lib/kde3/libkritapdfimport.so (requires
libpoppler-qt.so.1 libpoppler.so.1)
  broken /usr/lib/neko/libneko.so (requires  libgc.so.1)
  broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgcjawt.la
(requires /usr/lib/lib-gnu-java-awt-peer-gtk.la)
  broken /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libgij.la
(requires /usr/lib/libgcj.la)
 done.
  (/root/.revdep-rebuild.3_rebuild)

Assigning files to ebuilds... done.
  (/root/.revdep-rebuild.4_ebuilds)

Evaluating package order... done.
  (/root/.revdep-rebuild.5_order)

All prepared. Starting rebuild...
emerge --oneshot -pv =sys-devel/gcc-4.1.2 =kde-base/kdegraphics-3.5.7-r1
=app-office/koffice-1.6.3-r1 
..

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-devel/gcc-4.1.2  USE=doc fortran gcj gtk mudflap
nls (-altivec) -bootstrap -build -d (-hardened) -ip28 -ip32r10k
(-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test
-vanilla 0 kB 
[ebuild   R   ] kde-base/kdegraphics-3.5.7-r1  USE=arts gphoto2 imlib
opengl pdf -debug -kdeenablefinal -openexr -povray -scanner -tetex
-xinerama 0 kB 
[ebuild   R   ] app-office/koffice-1.6.3-r1  USE=arts doc mysql -debug
-postgres -xinerama 0 kB 

Total: 3 packages (3 reinstalls), Size of downloads: 0 kB
Build finished correctly. Removing temporary files... 
You can re-run revdep-rebuild to verify that all libraries and binaries
are fixed. If some inconsistency remains, it can be orphaned file, deep
dependency, binary package or specially evaluated library.
camille ~ # 



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - revdep-rebuild wants to rebuild gcc over and over again

2007-11-12 Thread Markus Schönhaber
Michael Sullivan wrote:

 I ran revdep-rebuild about a month ago, It asked to remerge gcc-4.1.2.
 I allowed it.  Every revdep-rebuild I've run since then has asked to
 build it again.  How do I get out of this loop?

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

Regards
  mks
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] VT8237R Plus / no sound

2007-11-12 Thread Uwe Thiem
Hi folks,

subjects says it all actually. I have a new motherboard with the VIA VT8237R 
Plus chip on it. Tried kernel 2.6.22-r5 and 2.6.23-r1 but couldn't get sound 
to work. All the relevant modules are loaded I think:
uwix src # lsmod | grep snd
snd_pcm_oss35648  0
snd_mixer_oss  16512  1 snd_pcm_oss
snd_seq_oss28672  0
snd_seq_midi_event  7680  1 snd_seq_oss
snd_seq37232  4 snd_seq_oss,snd_seq_midi_event
snd_via82xx23480  0
gameport   12936  1 snd_via82xx
snd_ac97_codec 75308  1 snd_via82xx
ac97_bus5376  1 snd_ac97_codec
snd_pcm53132  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer  19080  2 snd_seq,snd_pcm
snd_page_alloc 10504  2 snd_via82xx,snd_pcm
snd_mpu401_uart 9216  1 snd_via82xx
snd_rawmidi18752  1 snd_mpu401_uart
snd_seq_device  8972  3 snd_seq_oss,snd_seq,snd_rawmidi
snd34788  11 
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device

Is it simply not supported yet, or does anybody know a trick?

Uwe

-- 
If a man speaks in a forest, and no woman listens to him,
is he still lying?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] VT8237R Plus / no sound

2007-11-12 Thread David Sveningsson
Uwe Thiem skrev:
 Hi folks,
 
 subjects says it all actually. I have a new motherboard with the VIA VT8237R 
 Plus chip on it. Tried kernel 2.6.22-r5 and 2.6.23-r1 but couldn't get sound 
 to work. All the relevant modules are loaded I think:
 uwix src # lsmod | grep snd
 snd_pcm_oss35648  0
 snd_mixer_oss  16512  1 snd_pcm_oss
 snd_seq_oss28672  0
 snd_seq_midi_event  7680  1 snd_seq_oss
 snd_seq37232  4 snd_seq_oss,snd_seq_midi_event
 snd_via82xx23480  0
 gameport   12936  1 snd_via82xx
 snd_ac97_codec 75308  1 snd_via82xx
 ac97_bus5376  1 snd_ac97_codec
 snd_pcm53132  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
 snd_timer  19080  2 snd_seq,snd_pcm
 snd_page_alloc 10504  2 snd_via82xx,snd_pcm
 snd_mpu401_uart 9216  1 snd_via82xx
 snd_rawmidi18752  1 snd_mpu401_uart
 snd_seq_device  8972  3 snd_seq_oss,snd_seq,snd_rawmidi
 snd34788  11 
 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 
 Is it simply not supported yet, or does anybody know a trick?
 
 Uwe
 

Try using media-sound/alsa-driver

-- 


//*David Sveningsson [eXt]*

Freelance coder | Game Development Student
http://sidvind.com

Thou shalt make thy program's purpose and structure clear to thy fellow
man by using the One True Brace Style, even if thou likest it not, for
thy creativity is better used in solving problems than in creating
beautiful new impediments to understanding.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] VT8237R Plus / no sound

2007-11-12 Thread Uwe Thiem
On 12 November 2007, David Sveningsson wrote:
 Uwe Thiem skrev:
  Hi folks,
 
  subjects says it all actually. I have a new motherboard with the VIA
  VT8237R Plus chip on it. Tried kernel 2.6.22-r5 and 2.6.23-r1 but
  couldn't get sound to work. All the relevant modules are loaded I think:
  uwix src # lsmod | grep snd
  snd_pcm_oss35648  0
  snd_mixer_oss  16512  1 snd_pcm_oss
  snd_seq_oss28672  0
  snd_seq_midi_event  7680  1 snd_seq_oss
  snd_seq37232  4 snd_seq_oss,snd_seq_midi_event
  snd_via82xx23480  0
  gameport   12936  1 snd_via82xx
  snd_ac97_codec 75308  1 snd_via82xx
  ac97_bus5376  1 snd_ac97_codec
  snd_pcm53132  3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
  snd_timer  19080  2 snd_seq,snd_pcm
  snd_page_alloc 10504  2 snd_via82xx,snd_pcm
  snd_mpu401_uart 9216  1 snd_via82xx
  snd_rawmidi18752  1 snd_mpu401_uart
  snd_seq_device  8972  3 snd_seq_oss,snd_seq,snd_rawmidi
  snd34788  11
  snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,
 snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 
  Is it simply not supported yet, or does anybody know a trick?
 
  Uwe

 Try using media-sound/alsa-driver

Did so. Same result. :-(

Uwe

-- 
If a man speaks in a forest, and no woman listens to him,
is he still lying?
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] second usb bluetooth dongle not being recognised at startup

2007-11-12 Thread Vladimir Rusinov
Hello!

I'm developing some kind of headless bluetooth terminal, based on Gentoo
Linux.
Currently it's casual x86 pc with 2 usb bluetooth dongles.

Dongles have been plugged to usb ports and not being removed.
After sturtap, system can't see one (randomly) of them. The second one are
turned off and not blinking at all.
When I'm reconnecting the second dongle, it becomes visible and works fine.

Here it is:
# hciconfig -a
hci0:   Type: USB
BD Address: 00:11:67:20:16:C4 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:980 acl:0 sco:0 events:26 errors:0
TX bytes:344 acl:0 sco:0 commands:26 errors:0
Features: 0xbf 0xfe 0x8d 0x78 0x08 0x18 0x00 0x00
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'BlueZ (0)'
Class: 0x3e0100
Service Classes: Networking, Rendering, Capturing, Object Transfer,
Audio
Device Class: Computer, Uncategorized
HCI Ver: 1.2 (0x2) HCI Rev: 0x1fe LMP Ver: 1.2 (0x2) LMP Subver:
0x1fe
Manufacturer: Integrated System Solution Corp. (57)

(sometimes at this step I can see other dongle with mac address
11:11:11:11:11:11)

# lsusb
Bus 001 Device 001: ID :
Bus 004 Device 002: ID 0458:002e KYE Systems Corp. (Mouse Systems)
Bus 004 Device 001: ID :
Bus 003 Device 003: ID 07b2:5100 Motorola BCS, Inc. SurfBoard SB5100 Cable
Modem
Bus 003 Device 002: ID 1131:1001 Integrated System Solution Corp. KY-BT100
Bluetooth Adapter
Bus 003 Device 001: ID :
Bus 002 Device 001: ID :
Bus 002 Device 006: ID 6547:0232

I have the following packages installed:
sys-fs/udev-104-r12  USE=(-selinux) 184 kB
sys-apps/usbutils-0.71-r1 USE=(-network-cron%) 160 kB
sys-apps/hotplug-20040923-r2 44 kB
net-wireless/bluez-libs-2.25 USE=(-debug%) 0 kB

After reconnecting the turned off dongle:
# lsusb
Bus 001 Device 001: ID :
Bus 004 Device 002: ID 0458:002e KYE Systems Corp. (Mouse Systems)
Bus 004 Device 001: ID :
Bus 003 Device 003: ID 07b2:5100 Motorola BCS, Inc. SurfBoard SB5100 Cable
Modem
Bus 003 Device 002: ID 1131:1001 Integrated System Solution Corp. KY-BT100
Bluetooth Adapter
Bus 003 Device 001: ID :
Bus 002 Device 007: ID 1131:1001 Integrated System Solution Corp. KY-BT100
Bluetooth Adapter
Bus 002 Device 001: ID :
Bus 002 Device 006: ID 6547:0232

# hciconfig
hci0:   Type: USB
BD Address: 00:11:67:20:16:C4 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:1257 acl:0 sco:0 events:29 errors:0
TX bytes:353 acl:0 sco:0 commands:29 errors:0

hci1:   Type: USB
BD Address: 11:11:11:11:11:11 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:438 acl:0 sco:0 events:21 errors:0
TX bytes:329 acl:0 sco:0 commands:21 errors:0

As you can see, hci1 has a weird mac (but it's realy it's mac).

Any ideas?

-- 
Vladimir Rusinov
GreenMice Solutions: IT-решения на базе Linux
http://greenmice.info/


Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler

 My guess is that you have incompatible jumper
 settings on the back of the 
 drives.  Check these and make sure that they reflect
 what the BIOS sees.  
 Also, check your /boot/grub/device.map for
 consistency.  Then use tab 
 completion from the grub prompt to find devices and
 bootable partitions.

Both drives are set to master which the BIOS confirms.

Device map:

(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdc

is consistent.

Tab completion at the grub prompt only finds the
second drive which it insists on calling the first
contrary to device.map.

 If the above doesn't get you booting please post
 your grub.conf, along with 
 fdisk -l.

grub.conf:

#XP
title=XP
rootnoverify (hd0,0)
map (hd1)(hd0) 
makeactive 
chainloader +1
boot

(I used one 'map' command following Dan Farrell's
model but using two made no difference)

#Gentoo
title=Gentoo
root (hd0,0) 
kernel /vmlinuz root=/dev/hdc3
video=aty128fb:[EMAIL PROTECTED]
boot

Note: 

The entry for XP elicits:

Error 11 Unrecognized device string

no matter how I edit it using the 'e' command in grub.

Gentoo will not boot unless grub is told it's on the
FIRST drive contrary to device.map anything else and
grub reports disk does not exist

fdisk -l:


Disk /dev/hda: 6448 MB, 6448619520 bytes
255 heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id
 System
/dev/hda1   1 783 62894167
 HPFS/NTFS

Disk /dev/hdc: 122.9 GB, 122942324736 bytes
176 heads, 63 sectors/track, 21656 cylinders
Units = cylinders of 11088 * 512 = 5677056 bytes

   Device Boot  Start End  Blocks   Id
 System
/dev/hdc1   *   1   7   38776+  83
 Linux
/dev/hdc2   8  96  493416   82
 Linux swap / Solaris
/dev/hdc3  97   1066658600080   83
 Linux
/dev/hdc4   10667   2165660928560   83
 Linux

I've tried toggling the bootable flag on /dev/hda.
Didn't work.

As I mentioned before attempts to install grub to
/dev/hda fail completely forcing a reboot w/Win98 and
entering A:\fdisk /mbr after which XP boots but only
if the second drive is disabled. Installing to
/dev/hdc at least lets me boot gentoo.

Both drives pass smartctl tests.

grub is version 0.97

Don't know what else to add.

-mw

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] oggenc ogg flac files

2007-11-12 Thread Willie Wong
On Sun, Nov 11, 2007 at 09:25:44PM +0100, Penguin Lover Florian Philipp 
squawked:
 Can anyone confirm that it is not possible to transcode ogg-flac files
 to ogg-vorbis although the necessary use flags are set (vorbis-tools
 +flac; flac +ogg) and the man page says it's possible?

Yes, I just tried it:

flac-1.1.4
vorbis-tools-1.1.1-r3

and have the same problem

ERROR: Input file Noise.oga is not a supported format

W
-- 
Where do you get Mercury?

H.G. Wells
Sortir en Pantoufles: up 339 days, 16:39
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] grub hell

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 09:52:49 -0800 (PST)
maxim wexler [EMAIL PROTECTED] wrote:

 grub.conf:
 
 #XP
 title=XP
 rootnoverify (hd0,0)
 map (hd1)(hd0) 
 makeactive 
 chainloader +1
 boot
 
 (I used one 'map' command following Dan Farrell's
 model but using two made no difference)

notice in my XP section I do
rootnoverify (hd1,0)
map (hd1) (hd0)

so the root is on the second hard drive in grub, but windows doesn't
know about the SATA controller and so must be 'tricked' into thinking
its on the first hard drive.  

In your grub.conf, you say the root is on (hd0,0) but then remap (hd1)
as (hd0).  Whereas the root partition for windows boot in my case is
the first hard drive listed after 'map', yours is the second  I suggest
you reverse this.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: The setup program seems to have failed.

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 07:42:58 +
Mick [EMAIL PROTECTED] wrote:

 It should say something like You can make a manual install
  now using Gentoo handbook, or you may try an automated installer by
  running installer now, but beware its experimental, and doesn't
  always work. Such message on the liveCD welcome screen, would have
  saved me quite some time.  

Yeah, putting it right on the desktop is a pretty effective way of
tacitly informing users that it's ready to use...
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] revdep-rebuild issues

2007-11-12 Thread James
Hello,

Upon a routine upgrade, I followed up with revdep-rebuild -p.
The problem is the system wants to rebuild versions of packages
that are very old. 'equery depengs package reveals that nothing
is dependent of the first few packages.

I'm open to suggestions as to how to clean up this mess:

Here is the packages that 'revdep-rebuild -p' wanted to rebuild:

emerge --oneshot -p =media-libs/gst-plugins-0.8.11
=media-plugins/gst-plugins-flac-0.8.11 =media-plugins/gst-plugins-esd-0.8.11
=media-plugins/gst-plugins-xvideo-0.8.11
=media-plugins/gst-plugins-vorbis-0.8.11 =media-plugins/gst-plugins-ogg-0.8.11
=media-plugins/gst-plugins-alsa-0.8.11 =media-plugins/gst-plugins-oss-0.8.11
=media-plugins/gst-plugins-mad-0.8.11

equery depends =media-plugins/gst-plugins-flac-0.8.11
[ Searching for packages depending on =media-plugins/gst-plugins-flac-0.8.11... 
]
nothing returned

equery depends =media-plugins/gst-plugins-0.8.11
[ Searching for packages depending on =media-plugins/gst-plugins-0.8.11... ]
!!! Warning: No packages found matching =media-plugins/gst-plugins-0.8.11


Ideas on fixing this are most welcome.


James

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] revdep-rebuild issues

2007-11-12 Thread Alex Schuster
James writes:

 Upon a routine upgrade, I followed up with revdep-rebuild -p.
 The problem is the system wants to rebuild versions of packages
 that are very old. 'equery depengs package reveals that nothing
 is dependent of the first few packages.
[...]

 I'm open to suggestions as to how to clean up this mess:

 Here is the packages that 'revdep-rebuild -p' wanted to rebuild:

 emerge --oneshot -p =media-libs/gst-plugins-0.8.11
 =media-plugins/gst-plugins-flac-0.8.11
 =media-plugins/gst-plugins-esd-0.8.11
 =media-plugins/gst-plugins-xvideo-0.8.11
 =media-plugins/gst-plugins-vorbis-0.8.11
 =media-plugins/gst-plugins-ogg-0.8.11
 =media-plugins/gst-plugins-alsa-0.8.11
 =media-plugins/gst-plugins-oss-0.8.11
 =media-plugins/gst-plugins-mad-0.8.11

 equery depends =media-plugins/gst-plugins-flac-0.8.11
 [ Searching for packages depending on
 =media-plugins/gst-plugins-flac-0.8.11... ] nothing returned

 equery depends =media-plugins/gst-plugins-0.8.11
 [ Searching for packages depending on
 =media-plugins/gst-plugins-0.8.11... ] !!! Warning: No packages found
 matching =media-plugins/gst-plugins-0.8.11


 Ideas on fixing this are most welcome.

I just omit the = and the release number in that cases.

Does equery depends media-plugins/gst-plugins give anything? I guess not, 
otherwise these tools would have already been upgraded with emerge -aDu 
world. Maybe you do not need them anyway, and emerge -a --depclean would 
remove them.

Wonko
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Michael Sullivan
My wife and I are working on a programming project together.  I have a
number of transparent .gif files that I've converted to BMP with
imagemagick's convert command.  I'm trying to discover what their
background color is so that I can make the backgrounds transparent once
again.  I've discovered the identify command.  Here's one image
'identified':

[EMAIL PROTECTED] ourrpg $ identify -verbose ffight.bmp
Image: ffight.bmp
  Format: BMP (Microsoft Windows bitmap image)
  Class: DirectClass
  Geometry: 64x64+0+0
  Type: PaletteMatte
  Endianess: Undefined
  Colorspace: RGB
  Depth: 8-bit
  Channel depth:
Red: 8-bit
Green: 8-bit
Blue: 8-bit
Alpha: 1-bit
  Channel statistics:
Red:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 55.8652 (0.219079)
  Standard deviation: 104.988 (0.411717)
Green:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 192.945 (0.756648)
  Standard deviation: 98.3791 (0.3858)
Blue:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 10.8623 (0.0425973)
  Standard deviation: 44.2567 (0.173556)
Opacity:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 171.079 (0.670898)
  Standard deviation: 119.821 (0.469887)
  Alpha: rgba(0,255,0,1)#00FF
  Histogram:
  2748: (  0,255,  0,255) #00FF rgba(0,255,0,1)
   668: (255, 57,  0,  0) #FF3900 rgb(255,57,0)
   444: (  0,  0,  0,  0) #00 black
   212: (247,214,181,  0) #F7D6B5 rgb(247,214,181)
24: (255,255,255,  0) #FF white
  Rendering intent: Undefined
  Resolution: 28.32x28.32
  Units: PixelsPerCentimeter
  Filesize: 16.1191kb
  Interlace: None
  Background color: white
  Border color: rgb(223,223,223)
  Matte color: grey74
  Transparent color: none
  Page geometry: 64x64+0+0
  Dispose: Undefined
  Iterations: 0
  Compression: Undefined
  Orientation: Undefined
  Signature:
35337a670266b1d6687c903e52b2cfe0568ef47b2ca46ea59ea0072736dc6a2a
  Tainted: False
  Version: ImageMagick 6.3.5 09/29/07 Q16 http://www.imagemagick.org

The background of the image looks green to me (0, 255, 0), but identify
claims it's white.  Is there a way I can know for sure without having to
go through all the RGB codes?  The convert created BMP's won't open in
gimp

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Willie Wong
On Mon, Nov 12, 2007 at 02:17:32PM -0600, Michael Sullivan wrote:
 The background of the image looks green to me (0, 255, 0), but identify
 claims it's white.  Is there a way I can know for sure without having to
 go through all the RGB codes?  The convert created BMP's won't open in
 gimp
 
I don't think identify is THAT good. :)

I am pretty sure the background part is an artifact of the identify
program, and not actually any information in the bmp file. AFAIK, the 
Windows BMP file format is just that: bitmaps. It does not store 
additional information such as the background color.

I think the problem is that you converted from a format (gif) that stores
information about backgrounds to one (bmp) that doesn't, and therefore
the information got lost. 

If you try identify on the originals, you will probably pick up the 
correct colors. 

W
-- 
Willie W. Wong  [EMAIL PROTECTED]
408 Fine Hall,  Department of Mathematics,  Princeton University,  Princeton
A mathematician's reputation rests on the number of bad proofs he has given.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Michael Sullivan
On Mon, 2007-11-12 at 15:46 -0500, Willie Wong wrote:
 On Mon, Nov 12, 2007 at 02:17:32PM -0600, Michael Sullivan wrote:
  The background of the image looks green to me (0, 255, 0), but identify
  claims it's white.  Is there a way I can know for sure without having to
  go through all the RGB codes?  The convert created BMP's won't open in
  gimp
  
 I don't think identify is THAT good. :)
 
 I am pretty sure the background part is an artifact of the identify
 program, and not actually any information in the bmp file. AFAIK, the 
 Windows BMP file format is just that: bitmaps. It does not store 
 additional information such as the background color.
 
 I think the problem is that you converted from a format (gif) that stores
 information about backgrounds to one (bmp) that doesn't, and therefore
 the information got lost. 
 
 If you try identify on the originals, you will probably pick up the 
 correct colors. 
 
 W
 -- 
 Willie W. Wong  [EMAIL PROTECTED]
 408 Fine Hall,  Department of Mathematics,  Princeton University,  Princeton
 A mathematician's reputation rests on the number of bad proofs he has given.
This is the identify information for the original:

[EMAIL PROTECTED] ourrpg $ identify -verbose ffight.gif
Image: /home/michael/ffight.gif
  Format: GIF (CompuServe graphics interchange format)
  Class: PseudoClass
  Geometry: 64x64+0+0
  Type: PaletteMatte
  Endianess: Undefined
  Colorspace: RGB
  Depth: 8-bit
  Channel depth:
Red: 8-bit
Green: 8-bit
Blue: 8-bit
Alpha: 1-bit
  Channel statistics:
Red:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 55.8652 (0.219079)
  Standard deviation: 104.988 (0.411717)
Green:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 192.945 (0.756648)
  Standard deviation: 98.3791 (0.3858)
Blue:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 10.8623 (0.0425973)
  Standard deviation: 44.2567 (0.173556)
Opacity:
  Min: 0 (0)
  Max: 255 (1)
  Mean: 171.079 (0.670898)
  Standard deviation: 119.821 (0.469887)
  Alpha: rgba(0,255,0,1)#00FF
  Histogram:
  2748: (  0,255,  0,255) #00FF rgba(0,255,0,1)
   668: (255, 57,  0,  0) #FF3900 rgb(255,57,0)
   444: (  0,  0,  0,  0) #00 black
   212: (247,214,181,  0) #F7D6B5 rgb(247,214,181)
24: (255,255,255,  0) #FF white
  Colormap: 256
 0: (  0,  0,  0,  0) #00 black
 1: (  0,255,  0,255) #00FF rgba(0,255,0,1)
 2: (247,214,181,  0) #F7D6B5 rgb(247,214,181)
 3: (255, 57,  0,  0) #FF3900 rgb(255,57,0)
 4: (255,255,255,  0) #FF white
 5: (255,255,255,  0) #FF white
 6: (255,255,255,  0) #FF white
 7: (255,255,255,  0) #FF white
 8: (255,255,255,  0) #FF white
 9: (255,255,255,  0) #FF white
10: (255,255,255,  0) #FF white
11: (255,255,255,  0) #FF white
12: (255,255,255,  0) #FF white
13: (255,255,255,  0) #FF white
14: (255,255,255,  0) #FF white
15: (255,255,255,  0) #FF white
16: (255,255,255,  0) #FF white
17: (255,255,255,  0) #FF white
18: (255,255,255,  0) #FF white
19: (255,255,255,  0) #FF white
20: (255,255,255,  0) #FF white
21: (255,255,255,  0) #FF white
22: (255,255,255,  0) #FF white
23: (255,255,255,  0) #FF white
24: (255,255,255,  0) #FF white
25: (255,255,255,  0) #FF white
26: (255,255,255,  0) #FF white
27: (255,255,255,  0) #FF white
28: (255,255,255,  0) #FF white
29: (255,255,255,  0) #FF white
30: (255,255,255,  0) #FF white
31: (255,255,255,  0) #FF white
32: (255,255,255,  0) #FF white
33: (255,255,255,  0) #FF white
34: (255,255,255,  0) #FF white
35: (255,255,255,  0) #FF white
36: (255,255,255,  0) #FF white
37: (255,255,255,  0) #FF white
38: (255,255,255,  0) #FF white
39: (255,255,255,  0) #FF white
40: (255,255,255,  0) #FF white
41: (255,255,255,  0) #FF white
42: (255,255,255,  0) #FF white
43: (255,255,255,  0) #FF white
44: (255,255,255,  0) #FF white
45: (255,255,255,  0) #FF white
46: (255,255,255,  0) #FF white
47: (255,255,255,  0) #FF white
48: (255,255,255,  0) #FF white
49: (255,255,255,  0) #FF white
50: (255,255,255,  0) #FF white
51: (255,255,255,  0) #FF white
52: (255,255,255,  0) #FF white
53: (255,255,255,  0) #FF white
54: (255,255,255,  0) #FF white
55: (255,255,255,  0) #FF white
56: (255,255,255,  0) #FF white
57: (255,255,255,  0) #FF white
58: 

Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler

 In your grub.conf, you say the root is on (hd0,0)
 but then remap (hd1)
 as (hd0).  Whereas the root partition for windows
 boot in my case is
 the first hard drive listed after 'map', yours is
 the second  I suggest
 you reverse this.  

As I stated before, I've tried all the possibilities.

None of them work. In this case the error is #11:

Unrecognized device string.

BTW these are IDE drives, not SATA.

-mw













__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Alex Schuster
Michael Sullivan writes:

 The background of the image looks green to me (0, 255, 0), but identify
 claims it's white.  Is there a way I can know for sure without having to
 go through all the RGB codes?  The convert created BMP's won't open in
 gimp

Strange. I suggest asking the experts on the Magick-Users mailing list:
http://studio.imagemagick.org/mailman/listinfo/magick-users

Wonko
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: revdep-rebuild issues

2007-11-12 Thread James
Alex Schuster wonko at wonkology.org writes:

 emerge -a --depclean 

and a little bit of manual removals, did the trick.


thx,

James



-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - finding rgb code of the background of an image

2007-11-12 Thread Willie Wong
On Mon, Nov 12, 2007 at 03:09:44PM -0600, Penguin Lover Michael Sullivan 
squawked:
   Alpha: rgba(0,255,0,1)#00FF

   Background color: black

   Transparent color: rgba(0,255,0,1)

 It claims that the background is black, but the gif doesn't show a
 background at all, and the BMP shows a green background.  Can you see

The gif doesn't show a background because the background is green
and the transparent color is set to green. 

And in my opinion whoever created the file in the first place messed
up by setting the background color different from the transparent
color, but that's just my aesthetics, and not any standards.

 anything in the listing that I haven't that will help me to know what
 color I need to set transparent for the BMP?  I tried setting (0, 255,

hum? I didn't know bitmaps supported transparency... 

 0, 1) transparent, and it still showed up green.

apparently they do, somewhat; if the suggestion they give at
http://www.msfn.org/board/transparent_bmp_s_t22523.html
is correct, what you need to do is to make sure you convert to a
paletted bmp and use a little bit of imagemagick to make the (0,0)
pixel the right color. I guess you can probably read the original gifs
and grep for the transparent color line and set it from there. 

But, I've never seen transparent bmps, so I don't really know.

W
-- 
What the hell is a functional. And if its called a functional derivative, why
can't I get it to work?
~DeathMech, Some Student. P-town PHY 205
Sortir en Pantoufles: up 339 days, 21:16
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] VT8237R Plus / no sound

2007-11-12 Thread Neil Walker

Uwe Thiem wrote:

Is it simply not supported yet, or does anybody know a trick?
  


I know from experience (having spent the last few months struggling with 
a VIA-based laptop) that VIA chipsets are just not worth the pain. :( 
However, the trick in your case may be to load the right driver. If it's 
anything like my laptop, you need the hda-intel driver. This is the 
lspci from my laptop:


00:00.0 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge (rev 80)
00:00.1 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge 
Controller
00:03.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge 
Controller (rev 80)
00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port 
Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev a0)

00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] 
(rev 7c)

00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP 
(rev 01)
02:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 
802.11 b/g Wireless PCI Express Adapter (rev 01)
06:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio 
Controller (rev 10)


Be lucky,

Neil



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] grub hell

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 13:25:43 -0800 (PST)
maxim wexler [EMAIL PROTECTED] wrote:

  I've tried all the possibilities.

Except the working one.  Don't give up!

I don't mean to discount your reply but I am worried I expressed myself
poorly.  I think your configuration should look like:

rootnoverify (hd1,0)
map (hd1)(hd0)

Here, I'm telling GRUB that i want it to boot from the first
partitionon the second drive, but then act as if it's the first drive
for Windows (after grub boots).
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] glibc unmerged by accident

2007-11-12 Thread de Almeida, Valmor F.

Hello,

After a successful upgrade from profile 2006.1 to 2007.0, I decided to
unmerge some unused packages from world and accidentally had glibc on
the emerge command line from a cut and paste operation.

glibc was unmerged and now I can't use common shell commands such as ls
or cp to list and copy files from a backup.

I am thinking that to fix this I will have to boot from a cd and emerge
glibc. 

Is there another way to do this?

Thanks,

--
Valmor
--
[EMAIL PROTECTED] mailing list



[gentoo-user] {OT} Cable latency Skype

2007-11-12 Thread Grant
I just switched from DSL to cable and I'm noticing a significant delay
when using Skype, even when nothing else is happening on my network.
Has anyone else noticed this and had success fixing it?  I'm using a
Gentoo router so I can try just about anything.

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler
 
 rootnoverify (hd1,0)
 map (hd1)(hd0)

Error 11: Unrecognized device string

Press any key to continue...




  

Get easy, one-click access to your favorites. 
Make Yahoo! your homepage.
http://www.yahoo.com/r/hs 
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] grub hell

2007-11-12 Thread Dan Farrell
On Mon, 12 Nov 2007 15:27:55 -0800 (PST)
maxim wexler [EMAIL PROTECTED] wrote:

  
  rootnoverify (hd1,0)
  map (hd1)(hd0)
 
 Error 11: Unrecognized device string
 
 Press any key to continue...
 
 
 
 
   
 
 Get easy, one-click access to your favorites. 
 Make Yahoo! your homepage.
 http://www.yahoo.com/r/hs 


do you have a space in between (hd1) and (hd0) in
map (hd1) (hd0)
?
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] grub hell

2007-11-12 Thread maxim wexler

--- Dan Farrell [EMAIL PROTECTED] wrote:

 On Mon, 12 Nov 2007 15:27:55 -0800 (PST)
 maxim wexler [EMAIL PROTECTED] wrote:
 
   
   rootnoverify (hd1,0)
   map (hd1)(hd0)
  
  Error 11: Unrecognized device string
  
  Press any key to continue...
  
  
  
  
   


  Get easy, one-click access to your favorites. 
  Make Yahoo! your homepage.
  http://www.yahoo.com/r/hs 
 
 
 do you have a space in between (hd1) and (hd0) in
 map (hd1) (hd0)
   ?

space or no space makes no difference.

The thing is, tab completion finds only hd0 which grub
doesn't seem to realize is the SECOND drive. Using hd1
gives error 21: Selected disk does not exist. Although
it appears in device.map, dmesg, fdisk etc.

Maybe it's a bug in grub.Gonna send a note to
[EMAIL PROTECTED] see what happens.






  

Be a better sports nut!  Let your teams follow you 
with Yahoo Mobile. Try it now.  
http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need help enabling iptables support in kernel

2007-11-12 Thread Walter Dnes
On Sat, Nov 10, 2007 at 10:53:52AM -0600, Michael Sullivan wrote
 On Sat, 2007-11-10 at 15:40 +0200, Daniel Iliev wrote:
  
  I believe your problem comes from:
  
   # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set
  
  Build this module and try again.
  
 This option isn't even available in my config.  Should I add it?  Will
 it work with the kernel I'm running (2.6.22-hardened-r8)

  I'm beginning to long for the good ole days of ipchains.  Is it still
maintained?  iptables has been scattered all over hell's-half-acre, and
you need to run around enabling things all over the place to make it
work.  Here are some things enabled in my setup via make menuconfig.
Note that this is just for filtering out the bad guys.  I do not do any
masq/nat/mangling/etc with iptables.  *IMPORTANT NOTE* you *MUST* enable
the item...  IPv4 connection tracking support (required for NAT) in
order for state matching to work.  I found this out the hard way.

Networking  ---
[*] Networking support
  Networking options  ---
  [*] Network packet filtering framework (Netfilter)  ---
Core Netfilter Configuration  ---
* Netfilter connection tracking support
--- Netfilter Xtables support (required for ip_tables)
*   CLASSIFY target support
*   MARK target support
*   NFQUEUE target Support
NFLOG target support
TCPMSS target support
*   comment match support
connbytes per-connection counter match support
connmark connection mark match support
conntrack connection tracking match support
*   DCCP protocol match support
DSCP match support
ESP match support
helper match support
*   length match support
*   limit match support
*   mac address match support
*   mark match support
*   Multiple port match support
*   pkttype packet type match support
quota match support
*   realm match support
*   sctp protocol match support (EXPERIMENTAL)
*   state match support
statistic match support
*   string match support

IP: Netfilter Configuration  ---
* IPv4 connection tracking support (required for NAT)
[*]   proc/sysctl compatibility with old connection tracking
  IP Userspace queueing via NETLINK (OBSOLETE)
* IP tables support (required for filtering/masq/NAT)
*   IP range match support
*   TOS match support
*   recent match support
ECN match support
AH match support
*   TTL match support
*   Owner match support
*   address type match support
*   Packet filtering
* REJECT target support
*   LOG target support
ULOG target support
Full NAT
Packet mangling
raw table support (required for NOTRACK/TRACE)
  ARP tables support



-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
Q. Mr. Ghandi, what do you think of Microsoft security?
A. I think it would be a good idea.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: revdep-rebuild issues

2007-11-12 Thread Rumen Yotov
On (12/11/07 21:49) James wrote:
 Alex Schuster wonko at wonkology.org writes:
 
  emerge -a --depclean 
 
 and a little bit of manual removals, did the trick.
 
 
 thx,
 
 James
 
 
 
 -- 
 [EMAIL PROTECTED] mailing list
 
Hi,

When running 'revdep-rebuild' you could use -i option together with
-p.
This (-i) ignores/removes old search results.
HTH. Rumen
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Disk ARchiver command line questions

2007-11-12 Thread Thufir
On Fri, 02 Nov 2007 15:17:59 +, Joost Roeleveld wrote:

 2.)  As it stands, it's going to take 862 slices to backup this data
 without compression?  I asked for slices of 690M, why is it only
 showing as 106M for this particular slice?
 
 Not sure, am guessing it's not going through the directory tree.
 
 3.)  Do I just burn thufir.1.dar to disc (CD-R) as a regular data disc
 using, for example, the builti-in nautilus burner?
 
 I would suggest writing the *.dar files to disc (CD-R) in the same way
 as how you'd write normal datafiles.
 Eg. do NOT treat the *.dar files as ISO-images. Strange things can
 happen this way.
 
 4.)  How do I get DAR to generate the second slice?
 
 Not entirely sure, but the following command works for me:
 
 dar -m 256 -y -s 690M -D -R /mnt/VolGroup00/LogVol00/home/thufir/ -c
 thufir  -Z *.zip -Z *.gz -Z *.bz2 -Z *.mp3 -Z *.jpg
 
 You would probably want to add --beep --pause to it. The -Z options
 are there to tell dar not to bother trying to compress already
 compressed files. (makes it faster)



Thank you for the information, I'll post my results :)



-Thufir


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT - Need help enabling iptables support in kernel

2007-11-12 Thread Bryan Whitehead
I don't see what the big deal is - you are choosing to do everything
manually by running gentoo and compiling your own kernel. If you don't
like having to learn things like this why not use Ubuntu or Fedora?

On Nov 12, 2007 8:35 PM, Walter Dnes [EMAIL PROTECTED] wrote:
 On Sat, Nov 10, 2007 at 10:53:52AM -0600, Michael Sullivan wrote
  On Sat, 2007-11-10 at 15:40 +0200, Daniel Iliev wrote:
  
   I believe your problem comes from:
  
# CONFIG_IP_NF_CONNTRACK_SUPPORT is not set
  
   Build this module and try again.
  
  This option isn't even available in my config.  Should I add it?  Will
  it work with the kernel I'm running (2.6.22-hardened-r8)

   I'm beginning to long for the good ole days of ipchains.  Is it still
 maintained?  iptables has been scattered all over hell's-half-acre, and
 you need to run around enabling things all over the place to make it
 work.  Here are some things enabled in my setup via make menuconfig.
 Note that this is just for filtering out the bad guys.  I do not do any
 masq/nat/mangling/etc with iptables.  *IMPORTANT NOTE* you *MUST* enable
 the item...  IPv4 connection tracking support (required for NAT) in
 order for state matching to work.  I found this out the hard way.

 Networking  ---
 [*] Networking support
   Networking options  ---
   [*] Network packet filtering framework (Netfilter)  ---
 Core Netfilter Configuration  ---
 * Netfilter connection tracking support
 --- Netfilter Xtables support (required for ip_tables)
 *   CLASSIFY target support
 *   MARK target support
 *   NFQUEUE target Support
 NFLOG target support
 TCPMSS target support
 *   comment match support
 connbytes per-connection counter match support
 connmark connection mark match support
 conntrack connection tracking match support
 *   DCCP protocol match support
 DSCP match support
 ESP match support
 helper match support
 *   length match support
 *   limit match support
 *   mac address match support
 *   mark match support
 *   Multiple port match support
 *   pkttype packet type match support
 quota match support
 *   realm match support
 *   sctp protocol match support (EXPERIMENTAL)
 *   state match support
 statistic match support
 *   string match support

 IP: Netfilter Configuration  ---
 * IPv4 connection tracking support (required for NAT)
 [*]   proc/sysctl compatibility with old connection tracking
   IP Userspace queueing via NETLINK (OBSOLETE)
 * IP tables support (required for filtering/masq/NAT)
 *   IP range match support
 *   TOS match support
 *   recent match support
 ECN match support
 AH match support
 *   TTL match support
 *   Owner match support
 *   address type match support
 *   Packet filtering
 * REJECT target support
 *   LOG target support
 ULOG target support
 Full NAT
 Packet mangling
 raw table support (required for NOTRACK/TRACE)
   ARP tables support



 --
 Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
 Q. Mr. Ghandi, what do you think of Microsoft security?
 A. I think it would be a good idea.

 --
 [EMAIL PROTECTED] mailing list


-- 
[EMAIL PROTECTED] mailing list