Re: [gentoo-user] migrating to LVM

2007-10-17 Thread Dirk Heinrichs
Am Mittwoch, 17. Oktober 2007 schrieb ext Thufir:

 I have a working gentoo install which I don't want to muck with too much,
 except to change over to LVM.

OK.

 I understand that I can use dd so that 

No, you can't. Use tar, cpio or rsync.

 everything will be in a LVM, but I'm unclear on the outline.  The LVM is
 created,

How do you create an LVM (Logical Volume Manager)? Or do you mean LV 
(Logical Volume)?

 the root partition is copied over to the LVM, then grub, fstab 
 and initrd and edited to reflect the changes?

 Disk /dev/hda: 80.0 GB, 80026361856 bytes
 255 heads, 63 sectors/track, 9729 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot  Start End  Blocks   Id  System
 /dev/hda1   1191215358108+  83  Linux
 /dev/hda219131925  104422+  83  Linux
 /dev/hda31926972962685630   8e  Linux LVM

I guess 1 and 2 are / and /boot?

 Disk /dev/hdb: 30.7 GB, 30750031872 bytes
 16 heads, 63 sectors/track, 59582 cylinders
 Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot  Start End  Blocks   Id  System
 /dev/hdb1   1 203  102280+  83  Linux
 /dev/hdb2 2042109  960624   82  Linux swap /
 Solaris
 /dev/hdb32110   5957928964880   83  Linux

Why 3 partitions?

I'm not sure I get what your problem is. If you could tell more about what 
you have (i.e. how are the partitions on those two drives used currently) 
and what you want, it would be much easier to help.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68  | Web:  http://www.capgemini.com
D-40468 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


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


[gentoo-user] portage usage problems

2007-10-17 Thread Helmut Jarausch
Hi,

I have two tiny problems in using portage.

- How can I get a list of all packages for which there is a newer
  version.
  emerge --update world doesn't work since it doesn't respect my
  ACCEPT_KEYWORDS=~x86 setting, i.e. it doesn't show new
  packages if they are masked by the ~x86 keyword.

- Whenever I install a new kernel I have to reinstall all those packages
  which generate a kernel module, e.g. nvidia-drivers, openafs-kernel
  or virtualbox-modules.
  When emerge has installed the kernel module in
  /lib/modules/new-kernel/...
  it removes the corresponding module in
  /lib/modules/old-kernel
  Since I want a fall back possibility I'd like to tell emerge
  not to remove the modules for the old-kernel.
  How can this be done?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage usage problems

2007-10-17 Thread Vladimir Rusinov
On 10/17/07, Helmut Jarausch [EMAIL PROTECTED] wrote:

 I have two tiny problems in using portage.

 - How can I get a list of all packages for which there is a newer
   version.
   emerge --update world doesn't work since it doesn't respect my
   ACCEPT_KEYWORDS=~x86 setting, i.e. it doesn't show new
   packages if they are masked by the ~x86 keyword.


Actually it does.
Updated packages can be a deep dependency, so try emerge --update --deep -a
world

- Whenever I install a new kernel I have to reinstall all those packages
   which generate a kernel module, e.g. nvidia-drivers, openafs-kernel
   or virtualbox-modules.
   When emerge has installed the kernel module in
   /lib/modules/new-kernel/...
   it removes the corresponding module in
   /lib/modules/old-kernel
   Since I want a fall back possibility I'd like to tell emerge
   not to remove the modules for the old-kernel.
   How can this be done?


They  are not removed automatically, but can't be used in with kernel.
$ ls /lib/modules/

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


[gentoo-user] manually executing an ebuild file (emerge fails)

2007-10-17 Thread Thufir
I would like to manually execute an ebuild file from a website to 
install a package because it can't be emerged normally.

The downloads section of http://www.mondorescue.org/ leads to http://
mondorescue.muskokamug.org/gentoo/1.6/mondo-2.2.4.ebuild which interests 
me because of how mondo fails to emerge:


 * Sorry, but mondo only works with linux-2.4.
 * http://bugs.gentoo.org/show_bug.cgi?id=72467

!!! ERROR: sys-apps/mondo-0.9a failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_setup
  ebuild.sh, line 704:   Called qa_call 'pkg_setup'
  ebuild.sh, line 44:   Called pkg_setup
  mondo-0.9a.ebuild, line 20:   Called die

!!! kernel not supported
!!! If you need support, post the topmost build error, and the call stack 
if relevant.
!!! A complete build log is located at '/var/tmp/portage/sys-apps/
mondo-0.9a/temp/build.log'.

arrakis ~ # 
arrakis ~ # uname -r
2.6.19-gentoo-r5
arrakis ~ # 
arrakis ~ # date
Wed Oct 17 01:39:19 PDT 2007
arrakis ~ # 
arrakis ~ # 



How do I run the ebuild, please?




thanks,

Thufir

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: manually executing an ebuild file (emerge fails)

2007-10-17 Thread Thufir
On Wed, 17 Oct 2007 08:42:25 +, Thufir wrote:


 How do I run the ebuild, please?


Well, I guess it was blocked with reason:

mondo tries to find the system sensors by using /proc/sys/dev/sensors/ 
chips.  Which is not available with kernel 2.6. Disabling the check in /
etc/init.d/mondo results in a segmentation fault :-( In the mondo forum
(see link) there is a small hack that can be used as workaround, but i 
think mondo should be blocked, for kernel 2.6 because the hack is not 
really good (only one sensors is supported, for which you need to know 
the ID).

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


But would the new ebuild work?



thanks,

Thufir

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] manually executing an ebuild file (emerge fails)

2007-10-17 Thread Alan McKinnon
On Wednesday 17 October 2007, Thufir wrote:
 I would like to manually execute an ebuild file from a website to
 install a package because it can't be emerged normally.

 The downloads section of http://www.mondorescue.org/ leads to
 http:// mondorescue.muskokamug.org/gentoo/1.6/mondo-2.2.4.ebuild
 which interests me because of how mondo fails to emerge:


  * Sorry, but mondo only works with linux-2.4.
  * http://bugs.gentoo.org/show_bug.cgi?id=72467

You did see this juicy little tidbit of information right?
You did read the referenced bug report where it is likely your question 
is answered, right?

 !!! ERROR: sys-apps/mondo-0.9a failed.
 Call stack:
   ebuild.sh, line 1637:   Called dyn_setup
   ebuild.sh, line 704:   Called qa_call 'pkg_setup'
   ebuild.sh, line 44:   Called pkg_setup
   mondo-0.9a.ebuild, line 20:   Called die

 !!! kernel not supported
 !!! If you need support, post the topmost build error, and the call
 stack if relevant.
 !!! A complete build log is located at '/var/tmp/portage/sys-apps/
 mondo-0.9a/temp/build.log'.

 arrakis ~ #
 arrakis ~ # uname -r
 2.6.19-gentoo-r5

See above

 arrakis ~ #
 arrakis ~ # date
 Wed Oct 17 01:39:19 PDT 2007
 arrakis ~ #
 arrakis ~ #



 How do I run the ebuild, please?

Apparently, you don't, can't and shouldn't.

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage usage problems

2007-10-17 Thread Alan McKinnon
On Wednesday 17 October 2007, Helmut Jarausch wrote:
 - Whenever I install a new kernel I have to reinstall all those
 packages which generate a kernel module, e.g. nvidia-drivers,
 openafs-kernel or virtualbox-modules.
   When emerge has installed the kernel module in
   /lib/modules/new-kernel/...
   it removes the corresponding module in
   /lib/modules/old-kernel
   Since I want a fall back possibility I'd like to tell emerge
   not to remove the modules for the old-kernel.
   How can this be done?

emerge sys-kernel/module-rebuild

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
--
[EMAIL PROTECTED] mailing list



[gentoo-user] kernel compilation

2007-10-17 Thread Marc Blumentritt
Hi,

two questions:

1.) I want to build a kernel, which is nearly monolithic. Everything,
which can be build inside of kernel is built inside of kernel. But I
also need some external modules (lirc). Do I have to run

make modules_install

if I do not build any modules but use external modules like lirc?

2.) If I have to run make modules_install, can I do this before I run
make to compile the kernel image?

Regards,
Marc

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel compilation

2007-10-17 Thread Helmut Jarausch
On 17 Oct, Marc Blumentritt wrote:
 Hi,
 
 two questions:
 
 1.) I want to build a kernel, which is nearly monolithic. Everything,
 which can be build inside of kernel is built inside of kernel. But I
 also need some external modules (lirc). Do I have to run
 
 make modules_install

If nothing in the config file is marked 'M' (module)
you don't need to run this.
But to be sure, just run it - it's extremely fast.

 
 if I do not build any modules but use external modules like lirc?
 
 2.) If I have to run make modules_install, can I do this before I run
 make to compile the kernel image?

No.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Apache-2.2.6 update failed

2007-10-17 Thread Jesús Abidan Ramos Salas
Hi there, i just would like to know how to detect dependency problems  
with an apache update, I have uninstalled apache-2.2.6 and try to  
install it again and it fails, same problems with apache-tools-2.2.6.  
How could I fix it?


I put my build.log

ake[3]: se sale del directorio `/var/tmp/portage/www-servers/ 
apache-2.2.6/work/httpd-2.2.6/modules/mappers'
make[2]: se sale del directorio `/var/tmp/portage/www-servers/ 
apache-2.2.6/work/httpd-2.2.6/modules'
make[2]: se ingresa al directorio `/var/tmp/portage/www-servers/ 
apache-2.2.6/work/httpd-2.2.6/support'
make[2]: se sale del directorio `/var/tmp/portage/www-servers/ 
apache-2.2.6/work/httpd-2.2.6/support'


make[1]: se sale del directorio `/var/tmp/portage/www-servers/ 
apache-2.2.6/work/httpd-2.2.6'

make: *** [all-recursive] Error 1
*
* ERROR: www-servers/apache-2.2.6 failed.
* Call stack:
*   ebuild.sh, line 1654:   Called dyn_compile
*   ebuild.sh, line 990:   Called qa_call 'src_compile'
*   ebuild.sh, line 44:   Called src_compile
*   apache-2.2.6.ebuild, line 205:   Called die
*
* emake failed
* If you need support, post the topmost build error, and the call  
stack if relevant.
* A complete build log is located at '/var/tmp/portage/www-servers/ 
apache-2.2.6/temp/build.log'.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel compilation

2007-10-17 Thread Hans-Werner Hilse
Hi,

On Wed, 17 Oct 2007 12:10:19 +0200 (CEST) Helmut Jarausch
[EMAIL PROTECTED] wrote:

  2.) If I have to run make modules_install, can I do this before I
  run make to compile the kernel image?
 
 No.

I was under the impression that the modules_install target will include
the all target? So it should work, and do the make automatically, I
think...

-hwh
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge update problem

2007-10-17 Thread Helmut Jarausch
Hi,

on one of my machines 
emerge --update --deep --ask world
is claiming

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

Calculating world dependencies  . . . . . . . . 
. . . . . 
!!! All ebuilds that could satisfy =www-client/mozilla-firefox-1.5 have been 
masked.
!!! One of the following masked packages is required to complete your request:
- www-client/mozilla-firefox-2.0.0.2 (masked by: package.mask)
- www-client/mozilla-firefox-2.0.0.7 (masked by: package.mask)
- www-client/mozilla-firefox-2.0.0.6 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or 
refer to the Gentoo Handbook.
(dependency required by www-client/epiphany-2.18.3 [ebuild])

!!! Depgraph creation failed.
---

BUT  www-client/epiphany  is no more installed on that machine.
What can I do about this?

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge update problem

2007-10-17 Thread Hans-Werner Hilse
Hi,

On Wed, 17 Oct 2007 15:15:33 +0200 (CEST) Helmut Jarausch
[EMAIL PROTECTED] wrote:

 [...]
 For more information, see MASKED PACKAGES section in the emerge man
 page or refer to the Gentoo Handbook.
 (dependency required by www-client/epiphany-2.18.3 [ebuild])
 
 !!! Depgraph creation failed.
 ---
 
 BUT  www-client/epiphany  is no more installed on that machine.
 What can I do about this?

Hm, did you try running w/ -t in order to see if something's trying
to pull in epiphany? Maybe some stale old binary packages w/ old
dependencies?

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge update problem

2007-10-17 Thread Sebastian Sitaru
Hello Helmut,

maybe that www-client/epiphany is a dependency after a package update (e.g.
version 1.0 of package X requires package y, but version 0.9 of X does
not). Another reason can be the USE-flags. May when you have been building
a packge you temporarily disabled an USE-flag (USE=-flag-to-disable
emerge x), which is in your make.conf and activates an optional dependency
(in this www-client/epiphany, epiphany requires a newer version of
www-client/firefox and so on).
Hopefully this helped you a bit.

With best regards,
Sebastian

Helmut Jarausch wrote:
 Hi,

 on one of my machines
 emerge --update --deep --ask world
 is claiming

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

 Calculating world dependencies  . . . . . . .
 . . . . . .  !!! All ebuilds that could
 satisfy =www-client/mozilla-firefox-1.5 have been masked. !!! One of
 the following masked packages is required to complete your request: -
 www-client/mozilla-firefox-2.0.0.2 (masked by: package.mask) -
 www-client/mozilla-firefox-2.0.0.7 (masked by: package.mask) -
 www-client/mozilla-firefox-2.0.0.6 (masked by: package.mask)

 For more information, see MASKED PACKAGES section in the emerge man page
 or refer to the Gentoo Handbook.
 (dependency required by www-client/epiphany-2.18.3 [ebuild])

 !!! Depgraph creation failed.
 ---

 BUT  www-client/epiphany  is no more installed on that machine.
 What can I do about this?

 Many thanks for a hint,

 Helmut Jarausch

 Lehrstuhl fuer Numerische Mathematik
 RWTH - Aachen University
 D 52056 Aachen, Germany


pgp4PRVUsN9Z2.pgp
Description: PGP signature


[gentoo-user] Armagetron and Gentoo?

2007-10-17 Thread Sebastian Sitaru
Hello all,
I'm trying to emerge armagetron on my Gentoo (x86 stable). It seems masked
(with the ~x86 keyword). I have no problems with unstable packages, but
I've got very much unstable packages, thus I don't want to emerge this
unstable, too. But there's a comment on the masking, a second way:

--begin quoting--
linux-zc4n / # emerge armagetronad
Calculating dependencies \
!!! All ebuilds that could satisfy armagetronad have been masked.
!!! One of the following masked packages is required to complete your
request:
- games-action/armagetronad-0.2.7.1-r1 (masked by: package.mask)
/usr/portage/profiles/package.mask:
# Chris Gianelloni [EMAIL PROTECTED] (15 Jan 2007)
# The Armagetron Advanced packages in Gentoo's repository are obsolete and
will
# likely remain masked until they can be revisted to be maintainable.  Until
# that time, the upstream team has created their own overlay:
#     emerge -a layman
#     layman -ka armagetron


For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.

linux-zc4n / #
--end quoting--

My question is now, where can I find this overlay? I've tried the above
commands, but last didn't work:
--begin quoting--
linux-zc4n / # layman -ka armagetron
* Overlay armagetron does not exist!
linux-zc4n / #
--end quoting-- (Sorry for my art of quoting, I'm new here, and don't
quite know how to quote!)

Does anyone know the reason for failing?
I thank you for your attention and I'm happy to read your replies.
--
With best regards,
Sebastian


pgpxWf9scgRtw.pgp
Description: PGP signature


Re: [gentoo-user] Armagetron and Gentoo?

2007-10-17 Thread Daniel Pielmeier
 My question is now, where can I find this overlay? I've tried the above
 commands, but last didn't work:
 --begin quoting--
 linux-zc4n / # layman -ka armagetron
 * Overlay armagetron does not exist!
 linux-zc4n / #
 --end quoting-- (Sorry for my art of quoting, I'm new here, and don't
 quite know how to quote!)

 Does anyone know the reason for failing?
 I thank you for your attention and I'm happy to read your replies.

For the correct usage of layman take a look here [1].

[1] http://projects.gunnarwrobel.de/scripts/wiki/layman
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Armagetron and Gentoo?

2007-10-17 Thread Steen Eugen Poulsen
Daniel Pielmeier skrev:
 For the correct usage of layman take a look here [1].
 
 [1] http://projects.gunnarwrobel.de/scripts/wiki/layman

He is using layman correctly... so this is less than helpful.

The overlay he is trying to add seems to be missing/not working in some
way, maybe the project died...



smime.p7s
Description: S/MIME Cryptographic Signature


[gentoo-user] Network Monitoring

2007-10-17 Thread James Colby
List Members - 

I am looking for some advice.  We have a user on our network that we
belive may be making inappropriate forum posts, violating our TOS for
internet usage.  I am looking for some recommendations of software that
I can install on Gentoo server to help us monitor these posts.  Can
anyone recommend a proxy package that could help me to monitor this.  I
would prefer to do this transparently but we do have access to configure
a proxies on the users browser.  Is this something that Squid can do?

Thanks for any recommendations.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network Monitoring

2007-10-17 Thread Hans-Werner Hilse
Hi,

On Wed, 17 Oct 2007 10:38:10 -0400 James Colby
[EMAIL PROTECTED] wrote:

 I am looking for some advice.  We have a user on our network that we
 belive may be making inappropriate forum posts, violating our TOS for
 internet usage.  I am looking for some recommendations of software
 that I can install on Gentoo server to help us monitor these posts.
 Can anyone recommend a proxy package that could help me to monitor
 this.  I would prefer to do this transparently but we do have access
 to configure a proxies on the users browser.  Is this something that
 Squid can do?

You won't get HTTPS traffic without spoofing certificates, which might
not get trough unnoticed. But HTTP is just plain text, so probably you
can just run

$ tcpdump -w - -i ethN -s 1600 port 80 and src 192.168.your.enemy | tee 
fulldump | strings

for one or two days and be done with it. Note that the traffic you're
interested in the most is outgoing traffic (HTTP POST) if you're
looking for offensive communication originating from that user.

Of course, all of this is probably illegal if that user hasn't agreed
on monitoring measures (which means you'll probably not be able to use
it as a proof before court) -- and even that might be prevented by
local law.

Also have a look at the dsniff package, especially at urlsnarf. But
this would just give you the URLs...

-hwh
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Armagetron and Gentoo?

2007-10-17 Thread Thor Odino


-Original Message-
From: CESAR GAVIDIA [mailto:[EMAIL PROTECTED] 
Sent: mercoledì 17 ottobre 2007 16.17
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Armagetron and Gentoo?

Also happens me the same

Ing. César R. Gavidia R.

  Proyectos AIT Tomoporo
  Cel: 0416-9745665
  Ext: (0265) 8050109


Sebastian Sitaru [EMAIL PROTECTED] escribió el 17/10/2007 09:53:09 a.m.:

 Hello all,
 I'm trying to emerge armagetron on my Gentoo (x86 stable). It seems
masked
 (with the ~x86 keyword). I have no problems with unstable packages, but
 I've got very much unstable packages, thus I don't want to emerge this
 unstable, too. But there's a comment on the masking, a second way:

 --begin quoting--
 linux-zc4n / # emerge armagetronad
 Calculating dependencies \
 !!! All ebuilds that could satisfy armagetronad have been masked.
 !!! One of the following masked packages is required to complete your
 request:
 - games-action/armagetronad-0.2.7.1-r1 (masked by: package.mask)
 /usr/portage/profiles/package.mask:
 # Chris Gianelloni [EMAIL PROTECTED] (15 Jan 2007)
 # The Armagetron Advanced packages in Gentoo's repository are obsolete
and
 will
 # likely remain masked until they can be revisted to be
maintainable.  Until
 # that time, the upstream team has created their own overlay:
 #     emerge -a layman
 #     layman -ka armagetron


 For more information, see MASKED PACKAGES section in the emerge man page
or
 refer to the Gentoo Handbook.

 linux-zc4n / #
 --end quoting--

 My question is now, where can I find this overlay? I've tried the above
 commands, but last didn't work:
 --begin quoting--
 linux-zc4n / # layman -ka armagetron
 * Overlay armagetron does not exist!
 linux-zc4n / #
 --end quoting-- (Sorry for my art of quoting, I'm new here, and don't
 quite know how to quote!)

 Does anyone know the reason for failing?
 I thank you for your attention and I'm happy to read your replies.
 --
 With best regards,
 Sebastian
 [anexo attv4g7t.dat eliminado por CESAR GAVIDIA/GAVIDIACS/PDV/PDVSA]

-- 
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Armagetron and Gentoo?

2007-10-17 Thread Sebastian Sitaru
I've got it (although not all! :( ). So now the layman command is starting
and executes an svn command. And the svn command says, that it hasn't got
SSL support! What a joke! I can't find any USE-flags with ssl or crypto in
the subversion's USE (tried to emerge). What can I do now?
P.S.: Here's the output of the la'z'yman:

--Begin quoting--
linux-zc4n local # layman -ka armagetron
* Running command /usr/bin/svn
co https://armagetronad.svn.sourceforge.net/svnroot/\
armagetronad/armagetronad/trunk/build/gentoo/overlay/\ 
/usr/portage/local/layman/armagetron...
svn: SSL is not supported
* Failed to add overlay armagetron.
* Error was: Adding the overlay failed!
linux-zc4n local #
--End quoting--


-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Network Monitoring

2007-10-17 Thread James Colby
On Wed, Oct 17, 2007 at 04:57:54PM +0200, Uwe Thiem wrote:
 
 I have no recommendation but would like to remind you of one thing: What you 
 are trying to achieve is a serious breach of privacy. 
 
All users of this network are made aware of the Acceptable use policy of
this network, and understand that we have reserved the right to monitor
this network to ensure compliance with that policy.  Until now we have
not felt the need for monitoring, but certain violations have been
brought to out attention, and we feel as though we need to do something
about it.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge update problem

2007-10-17 Thread Helmut Jarausch
On 17 Oct, Sebastian Sitaru wrote:
 Hello Helmut,
 
 maybe that www-client/epiphany is a dependency after a package update (e.g.
 version 1.0 of package X requires package y, but version 0.9 of X does
 not). Another reason can be the USE-flags. May when you have been building
 a packge you temporarily disabled an USE-flag (USE=-flag-to-disable
 emerge x), which is in your make.conf and activates an optional dependency
 (in this www-client/epiphany, epiphany requires a newer version of
 www-client/firefox and so on).
 Hopefully this helped you a bit.

Many thanks, you're right.
equery depends www-client/epiphany
showed that gnome-base/gnome
pulled in www-client/epiphany.

Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Armagetron and Gentoo?

2007-10-17 Thread Daniel Pielmeier
2007/10/17, Sebastian Sitaru [EMAIL PROTECTED]:
 I've got it (although not all! :( ). So now the layman command is starting
 and executes an svn command. And the svn command says, that it hasn't got
 SSL support! What a joke! I can't find any USE-flags with ssl or crypto in
 the subversion's USE (tried to emerge). What can I do now?
 P.S.: Here's the output of the la'z'yman:

 --Begin quoting--
 linux-zc4n local # layman -ka armagetron
 * Running command /usr/bin/svn
 co https://armagetronad.svn.sourceforge.net/svnroot/\
 armagetronad/armagetronad/trunk/build/gentoo/overlay/\
 /usr/portage/local/layman/armagetron...
 svn: SSL is not supported
 * Failed to add overlay armagetron.
 * Error was: Adding the overlay failed!
 linux-zc4n local #
 --End quoting--


 --
 [EMAIL PROTECTED] mailing list


Subversion uses the neon-library, try to compile neon with ssl enabled
and then recompile subversion!
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] [OT] UNIX authentication against AD

2007-10-17 Thread pat
Hello,

Sorry for of-topic post, but I think this place is full of people who knows :-)

My question is about authentication of UNIX like system (Linux, Solaris, AIX,
HP-UX, etc.) against MS Active Directory.

Scenario:
UNIX is set up to authenticate against AD, so the user has same login into
UNIX systems and windows systems.

My guess is to setup UNIX to authenticate using kerberos, where kerberos
provider should be the AD.

Please correct me if I'm wrong.

Thanks a lot.

 Pat
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] qemu gcc version restriction

2007-10-17 Thread pat
Hello,

I want to use qemu. One of its parts (qemu-softmmu) requires gcc major version
3. My whole system is set up to use gcc major version 4 (because it supports
pentium-m architecture).

And question is: Is there a way how to setup different gcc for some packages
(including the compiler flags)?

Thanks a lot.

 Pat
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] migrating to LVM

2007-10-17 Thread Albert Hopkins

On Wed, 2007-10-17 at 07:56 +0200, Dirk Heinrichs wrote:
 I'm not sure I get what your problem is. If you could tell more about
 what 
 you have (i.e. how are the partitions on those two drives used
 currently) 
 and what you want, it would be much easier to help.

Just wanted to chime in with the same thoughts.  It's not immediately
apparent what your requirements are (i.e what problem are you trying to
solve).  So any answer you get might not really fit your needs and in
the end just cause you a problems.  And then you'll hate us and say we
all suck (j/k I hope :-)

-a

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qemu gcc version restriction

2007-10-17 Thread Daniel Pielmeier
2007/10/17, pat [EMAIL PROTECTED]:
 Hello,

 I want to use qemu. One of its parts (qemu-softmmu) requires gcc major version
 3. My whole system is set up to use gcc major version 4 (because it supports
 pentium-m architecture).

 And question is: Is there a way how to setup different gcc for some packages
 (including the compiler flags)?

You can take a look here [1] for instaling qemu on gentoo!

[1] http://gentoo-wiki.com/HOWTO:_Qemu

Ty to emerging latest stable gcc-3 and emerge qemu-softmmu with
version 3 and all others with gcc-4.

I personally tried to install qemu too, but now i use virtualbox for emulation!
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: manually executing an ebuild file (emerge fails)

2007-10-17 Thread Francesco Talamona
On Wednesday 17 October 2007, Thufir wrote:
 I would like to manually execute an ebuild file from a website to
 install a package because it can't be emerged normally.

 The downloads section of http://www.mondorescue.org/ leads to
 http:// mondorescue.muskokamug.org/gentoo/1.6/mondo-2.2.4.ebuild
 which interests me because of how mondo fails to emerge:
[...]
 Thufir

Please see:
http://bugs.gentoo.org/show_bug.cgi?id=176738

Ciao
Francesco
-- 
Linux Version 2.6.22-gentoo-r8, Compiled #1 PREEMPT Fri Sep 28 19:41:21 
CEST 2007
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2004.03 Bogomips Total
aemaeth
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel compilation

2007-10-17 Thread Dan Farrell
On Wed, 17 Oct 2007 11:33:21 +0200
Marc Blumentritt [EMAIL PROTECTED] wrote:

 1.) I want to build a kernel, which is nearly monolithic. Everything,
 which can be build inside of kernel is built inside of kernel.

FYI, although this is somewhat popular and seen as a performance
enhancement to many, it all it really ends up meaning that you have to
reboot the computer to control the parameters of various parts of the
kernel (kernel / module parameters are often equivelent).  

It also means you have all functionality all the time.  This can be
good if it's to prevent initrd usage, as desired, but can also mean a
bigger memory footprint for stuff you never use.  

I mention this because I was always a big 'monolithic' fan in the past,
but have found the middle ground to be better.  Compile in what you use
all the time, and leave modularized that which you don't.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel compilation

2007-10-17 Thread Hans-Werner Hilse
Hi,

On Wed, 17 Oct 2007 12:19:07 -0500 Dan Farrell [EMAIL PROTECTED] wrote:

 FYI, although this is somewhat popular and seen as a performance
 enhancement to many,

...I don't think dynamic linking has *that* big overhead.

I think most people do this in order to secure the kernel/userland
border. But nowadays, good rootkits are not dependent on module loading
facilities but rather put direct hooks on memory addresses they can
detect reliably.

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel compilation

2007-10-17 Thread Alan McKinnon
On Wednesday 17 October 2007, Dan Farrell wrote:
  1.) I want to build a kernel, which is nearly monolithic.
  Everything, which can be build inside of kernel is built inside of
  kernel.

 FYI, although this is somewhat popular and seen as a performance
 enhancement to many, it all it really ends up meaning that you have
 to reboot the computer to control the parameters of various parts of
 the kernel (kernel / module parameters are often equivelent).

And while many *see* it as a performance enhancement, in reality it is 
little more than another ricer fantasy - on the same order as -O9 in 
your CFLAGS.

Kernel modules are essentially self-modifying code that plugs itself 
into a running kernel to give the same code as if the module were 
actually monolithic. Performance increase = zero.

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage usage problems

2007-10-17 Thread Dan Farrell
On Wed, 17 Oct 2007 09:09:09 +0200 (CEST)
Helmut Jarausch [EMAIL PROTECTED] wrote:

 - How can I get a list of all packages for which there is a newer
   version.

I think if you say 'emerge world' (or system), it will only actually
merge packages which are outdated.  
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] recover log file

2007-10-17 Thread Mick
On Wednesday 17 October 2007, Dan Farrell wrote:
 On Wed, 17 Oct 2007 01:10:33 +0200

 dexter [EMAIL PROTECTED] wrote:
  Mick pisze:
   On Tuesday 16 October 2007, Duane Griffin wrote:
   On 15/10/2007, Neil Bothwick [EMAIL PROTECTED] wrote:
   On Mon, 15 Oct 2007 23:26:02 +0200, dexter wrote:
   While tar-ing it I've messed up the command and file got deleted
   - I need it back desperately
  
   emerge testdisk and run photorec.
  
   But be sure it doesn't compile on the same partition that contained
   the lost data!
  
   Suggest you try testdisk with a LiveCD and stop messing about with
   the drive in question in case you overwrite the disk space in
   question.
 
  Unfortunatelly it is impossible to use live cd, so is not messing
  with hard drive - there are services on it that must remain online
  I've asked around, and found pretty cool solution
 
  on another system I do:  nc -l -p 21  drive_image.dd
  on server with deleted file I do: dd if=/dev/hda1 | nc -q 2 ip of
  another system 21
 
  after that I can play around with drive_image.dd using for example
  autopsy

 I'm afraid I don't think that's going to work too well for you.  You
 see, hardware diagnostics generally employ methods of reading older
 data on the drive because it leaves some kind of electromagnetic
 'residue' on the drive.  In other words, the diagnostic access you need
 requires access to the hard drive you want to diagnose.

Sure, but *software* diagnostics (testdisk) should do what the OP wants.  
Creating a drive/partition image and mounting on another machine using 
loopback will work fine (I have done it myself a number of times).  Recovery 
may be less effective if the original disk are has been overwritten by newer 
data.
-- 
Regards,
Mick


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


Re: [gentoo-user] Network Monitoring

2007-10-17 Thread Mick
On Wednesday 17 October 2007, Tapio Raevaara wrote:

 Network monitoring can be interpreted in many different ways, are you
 sure your users realize what that really means?

 Unless you've already done so, it might be a good idea to send a message
 reminding of the policy to all users, mention that a single user has been
 violating that policy, and that if this will not stop immediately, you'll
 be forced to start monitoring the traffic.

I'd go further than that, I would be more specific regarding the way in which 
that user violated the policy:  e.g. used company IT equipment to 
access 'such  such' type of website in company time.  In my company, 'social 
networking websites' like myface, youtube and what not, are out of bounds. 
Ditto for ebay - employees were spending far too much time browsing deals on 
ebay.

Also, what are the implications of violating the policy - speak to your HR 
department first and reiterate these in the same message; e.g. porn may be 
instant dismissal, but ebay may just result in a disciplinary hearing.  Then 
check that (s)he (and others) don't just use anonymouse to get to their 
preferred websites . . .
-- 
Regards,
Mick


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


[gentoo-user] Re: kernel compilation

2007-10-17 Thread Marc Blumentritt
Hi all,

Thanks for all these comments. I was thinking about a monolithic kernel,
because I'm placing my whole root fs into initramfs of the kernel image
and did not want to hassle with /lib/modules during kernel building.
Then I realized, that I still need this, because I need lirc. And now I
realized, that I don't need a monolithic kernel anymore, because I found
a solution to import /lib/modules into the initramfs by building the
kernel image again. So I will do a kernel as Dan suggested with
important stuff build in and other stuff loaded as module. But since I
stripped down my kernel, there are only a few things I will build as
modules.

Thanks
Marc

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Problems with vlc

2007-10-17 Thread Alfredo Perez
Hi

I did an update of the system and I noticed that vlc got updated.
Now I can open movies but the rest of the gui does not come out.
What I am refering to is the gui where you can rew/ff the movie.

Any ideas why is not coming out?

Thanks in advance.

Alfredo

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems with vlc

2007-10-17 Thread Albert Hopkins

On Wed, 2007-10-17 at 16:59 -0400, Alfredo Perez wrote:
 Hi
 
 I did an update of the system and I noticed that vlc got updated.
 Now I can open movies but the rest of the gui does not come out.
 What I am refering to is the gui where you can rew/ff the movie.

Possibly check the wxwindows and skins USE flags?

# equery u vlc

I know if you build vlc w/o the wxwindows flag you get no gui.




-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] massive segmentation faults since 2 days with layman and portage

2007-10-17 Thread Ricardo Saffi Marques
Why not?!
Seems like he wants to take a look at them to try to help you. :-)

Regards,

Saffi

-- 
*Ricardo Saffi Marques*
Laboratório de Administração e Segurança de Sistemas (LAS/IC)
Universidade Estadual de Campinas (UNICAMP)
*Cell:* +55 (19) 8128-0435
*Skype:* ricardo_saffi_marques
*Website:* *http://www.rsaffi.com*

On 10/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 why?

 Am Dienstag, den 16.10.2007, 20:14 -0500 schrieb Tim:
  Can you post the output of 'cat /proc/cpuinfo /proc/meminfo'?




Re: [gentoo-user] Depclean question

2007-10-17 Thread Anthony E. Caudel
Anthony E. Caudel wrote:
 I have just used depclean for the first time (I was afraid of it) after
 several years of Gentoo.  It has cleaned up my system a good bit but now
 it wants to remove some packages that I'm concerned about:

 gcc-3.4.6-r2 (I'm using 4.1.2)
 libstdc++-v3-3.3.4 and virtual/libstdc++
 virtual/jdk and virual/jre (it leaves the later versions in both cases)
 qt-4.1.4-r2 (leaving qt-3.3.8-r4)
 several early versions of db leaving db-4.5.20_p2
 and a few others

 How much danger is there if I remove these?

 Tony

   
Well, went ahead and finished --depclean.  No more packages to remove
and revdep-rebuild is happy.

Ah!  I feel like I just had a nice hot bath and I'm squeaky clean!

I LOVE Gentoo...

Tony

-- 
Those who would give up essential Liberty, to purchase a little temporary 
Safety, deserve neither Liberty nor Safety.
   -- Benjamin Franklin

-- 
[EMAIL PROTECTED] mailing list