Re: [gentoo-user] sound recording software in gentoo

2006-03-05 Thread Thomas Kear
On 05/03/06, Denis [EMAIL PROTECTED] wrote:
 I wanted to see if there's a way to set up a home recording
 mini-studio using Linux.  In Windoze, there's things like Cubase,
 Ableton, Reason, Wavelab, etc...  What's available in Linux for that
 purpose (recording, sequencing, mixing, sound effects), and which of
 those does Gentoo have in the Portage tree?

 --
 gentoo-user@gentoo.org mailing list



The only app that i can think of off the top of my head is audacity. 
Have a look through media-sound though, audacity has some nasty
recording latency issues, but it's fine for arranging and mixing
tracks.


--
Thomas Kear
[EMAIL PROTECTED]
+64211031910
==
Mozilla Firefox: Take back the web
www.mozilla.org/products/firefox

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Alexander Kirillov

;BIND DUMP V8
$ORIGIN 10.10.IN-ADDR.ARPA.
0   3600IN  SOA baikal.iproducts.test. 
root.baikal.iproducts.test. (



Alexander, I meant to ask in my reply what the 3600 is all about?  My
study of DNS and Bind hasn't discussed that field yet.


Each RR can have a TTL as the second field in the RR, which will control 
how long other servers can cache the it.


The file looks this way after being updated by dhcpd:)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Alexander Kirillov

Here's a reverse zone file for my home network. It's 10.10.0/24
but you'll figure out how to tailor this to your needs.



Yikes I promised to post my reverse file based on your example and
then mailed my response without including it.  You saw the failure:

 nslookup  192.168.1.2
  Server: 127.0.0.1
  Address:127.0.0.1#53

  ** server can't find 2.1.168.192.in-addr.arpa: NXDOMAIN

Here is the zone file:

db.192.168.1
$TTL 1D
$ORIGIN 0.168.192.IN-ADDR.ARPA.
4   IN SOA  reader.local.lan. reader.reader.local.lan. (

  200405190  ; serial
  28800  ; refresh (8 hours)
  14400  ; retry (4 hours)
  2419200; expire (4 weeks)
  86400  ; minimum (1 day)
  )
;
; Name servers (The name '@' is implied)
;
IN  NS  reader
$ORIGIN 1.168.192.IN-ADDR.ARPA.
;
; Addresses point to canonical names
;

2   IN  PTR rdmz.local.lan.
1   INPTR   fwdmz.local.lan.


What's in your named.conf?
Should be something like this:

zone local.lan IN {
...
};

zone 0.168.192.in-addr.arpa IN {
...
};

zone 1.168.192.in-addr.arpa IN {
...
};

--
gentoo-user@gentoo.org mailing list



[gentoo-user] qmail

2006-03-05 Thread Steve B
I've been trying to follow several of the Qmail guides on the forums,
wiki, and official documentation.  I can't get any of them to work. 
In the past I have followed the official documenation qmail guide and
everything has worked fine.. however for some reason it's simply not
working anymore.  I posted a message earlier with my error messages
but nobody responded.. so my next question is does anybody have an
update to date guide on installing Qmail with SSL/TLS only.  My next
solution is to use the Life with Qmail guide and go outside of
portage... I would really like to avoid this solution.  Thanks.



V/R
Steve

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound recording software in gentoo

2006-03-05 Thread gerrit
On Sun, Mar 05, 2006 at 02:29:55AM -0500, Denis wrote:
 I wanted to see if there's a way to set up a home recording
 mini-studio using Linux.  In Windoze, there's things like Cubase,
 Ableton, Reason, Wavelab, etc...  What's available in Linux for that
 purpose (recording, sequencing, mixing, sound effects), and which of
 those does Gentoo have in the Portage tree?

You could have a look at ardour, rosegarden, muse, hydrogen, qjackctl etc.
These are all in the portage tree. For a overview of linux and audio apps see:
http://www.linux-sound.org/

-- 
gerrit
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] qmail

2006-03-05 Thread Janosch Fock
If you're not on an amd64, try qmailrocks.org. Worked very well for me many
times on several x86s.

Regards

 From: Steve B [mailto:[EMAIL PROTECTED]:
 I've been trying to follow several of the Qmail guides on the forums,
 wiki, and official documentation.  I can't get any of them to work.
 In the past I have followed the official documenation qmail guide and
 everything has worked fine.. however for some reason it's simply not
 working anymore.  I posted a message earlier with my error messages
 but nobody responded.. so my next question is does anybody have an
 update to date guide on installing Qmail with SSL/TLS only.  My next
 solution is to use the Life with Qmail guide and go outside of
 portage... I would really like to avoid this solution.  Thanks.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] qmail

2006-03-05 Thread Mike Williams
On Sunday 05 March 2006 11:04, Steve B wrote:
 I've been trying to follow several of the Qmail guides on the forums,
 wiki, and official documentation.  I can't get any of them to work.
 In the past I have followed the official documenation qmail guide and
 everything has worked fine.. however for some reason it's simply not
 working anymore.  I posted a message earlier with my error messages
 but nobody responded.. so my next question is does anybody have an
 update to date guide on installing Qmail with SSL/TLS only.  My next
 solution is to use the Life with Qmail guide and go outside of
 portage... I would really like to avoid this solution.  Thanks.

But the problem you have posted isn't a problem with qmail.
Google the error from pop3d-ssl.

-- 
Mike Williams

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bind zone.file won't load

2006-03-05 Thread Jo Are Rosland
On 04.03, Harry Putnam wrote:
 
 db.192.168.1
  8 snip =
   $TTL 1D 
   @   IN  SOA  reader.local.lan. reader.reader.local.lan. (
 200405190  ; serial
 28800  ; refresh (8 hours)
 14400  ; retry (4 hours)
 2419200; expire (4 weeks)
 86400  ; minimum (1 day)
 )
   ;
   ; Name servers (The name '@' is implied)
   ;
   IN  NS reader
   ;
   ; Addresses point to canonical names
   ;
   
   192.168.1.2   IN  PTRrdmz.local.lan.
   192.168.1.1   IN  PTRfwdmz.local.lan.
 
 == 8 snip ===

I just went through this myself, having a few false tries before getting
it right.  From this experience, here's my understanding of how zone
files work:

- The general syntax for lines in the zone files:

  key ttl class type value

- You may leave out one or more of these fields, which means they inherit
  the value that field had in the previous line.

- You may use parenthesis to break long entries into several lines.  This
  is mostly done for the SOA line, but should worlk for other lines as well.

- The ';' character means the rest of the line is a comment.

- You may use the special value '@' to mean the origin, which initially is
  the value from the 'zone' entry in the named.conf file, with a '.' appended.
  An $ORIGIN entry redefines the origin for subsequent entries in the file.
  You may put in several $ORIGIN entries.

- A $TTL entry sets the default value of the 'ttl' field from that line on.

- Where names are used -- eg. the 'key' field of an 'IN A' entry, or the
  'value' field of an 'IN PTR' entry -- you may specify the full name by
  ending it with a '.'.  Names with no '.' at the end have the origin
  appended.

Now, if you look at your 'IN NS' line (which specifies the authorative name
server for your reverse domain), it translates into:

  key   ttl class type value
  1.168.192.in-addr.arpa. 1DIN  NS reader.1.168.192.in-addr.arpa.

Which is not what you want.

Instead, try the following line:

  IN NS reader.local.lan.

In addition, 'reader' should have an 'IN A' entry in the 'local.lan' zone file.

The 'dig' command from 'bind-tools' comes in handy when debugging bind setups.
Some handy commands:

  dig reader.local.lan
  dig local.lan any
  dig local.lan axfr
  dig -x 192.168.1 axfr
  dig -x 192.168.1 any

Given like this, 'dig' contacts the name servers from '/etc/resolv.conf'.  You
may also append '@name-server-name' to a 'dig' command in order to specify
directly which name server to contact.

-- 
Jo.


pgpTGVXZAYd7r.pgp
Description: PGP signature


Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread fire-eyes
 I get console-switching back?

Option DontVTSwitch Off

in the xorg.conf
 
 
 This doesn't appear to work. Although I don't understand why I should need to 
 specify a value for DontVTSwitch anyway. Is Off no longer the default?
 
 Thanks
 Robert

I noticed this problem when I went to xorg 7 as well, long ago. That
option also does not change the issue for me. In fact, I never found out
how to be able to switch to VT's again!

Please let me know if you find out (on the list and also directly, please).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Changing role of router

2006-03-05 Thread Bill Roberts
On 20:44 Sat 04 Mar , Trey Sizemore wrote:
 My current home network consists of several PC connected to a Netgear
 wireless router (using its default factory IP of 192.168.0.1).  It also
 serves DHCP address to machines that need it.  It, in turn, is
 connected to my DSL modem.
 
 I will be adding a firewall to the mix and plan to use the Netgear
 wireless router solely as a hub and WAP.  I will disable it's DHCP
 serving functionality.
 
 My questions are:
 
 a) Given it's new role, will it still require an IP address?  If so, it
 will be on my internal network (vs. DMZ with servers) and have an
 address of 192.168.1.1 for example.  Should this be changed now before
 I rearrange the configuration?  I assume it needs an IP as I will need
 to access the web-based admin interface to turn wireless on and off,
 etc.
 
 b)  I would assume the WAN port would not be used and all machines
 using the hub would just plug into one of the four LAN ports.
 
 c)  I have a true hub that will be used in the DMZ consisting of
 machines with addresses like 192.168.0.x.  Here I assume the hub would
 *not* have an IP assigned to it.

The key, I think, is the capability of your wireless router. Can it act as
a bridge? If so, you may have the choice of setting it up with or without
an ip address. Normally, you would want it with a ip address, so that you
can easily http in and reconfigure it as necessary.

If you can set it up as a bridge with an ip address, the address will be on
the internal network, 192.168.1.0, not the DMZ network. 

If you cannot set it up as a bridge, it will need two ip addresses, the
external address on the DMZ network, and the internal network on the
192.168.1.0 network. It will then do NAT'ing, which will require you to put
a route on your firewall, letting it know where to send the 192.168.1.0
traffic.

Good luck

Bill Roberts


pgpsJn0yEAbCZ.pgp
Description: PGP signature


[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Alexander Kirillov [EMAIL PROTECTED] writes:

 What's in your named.conf?
 Should be something like this:

 zone local.lan IN {
   ...
 };

 zone 0.168.192.in-addr.arpa IN {
   ...
 };

 zone 1.168.192.in-addr.arpa IN {
   ...
 };

  options {
directory /var/bind;
   listen-on-v6 { none; };
  listen-on { LOCALHOST; };
  listen-on { LOCALNETS; };
pid-file /var/run/named/named.pid;
  };
  zone . IN {
type hint;
file named.ca;
  };
  zone 0.0.127.in-addr.arpa IN {
type master;
file pri/db.127.0.0;
allow-update { none; };
notify no;
  };
  zone local.lan IN {
type master;
file pri/db.local.lan;
  };
  zone 0.168.192.in-addr.arpa IN {
type master;
file pri/db.192.168.0;
  };
  zone 1.168.192.in-addr.arpa IN {
type master;
file pri/db.192.168.1;
  };

This looks right to me... is it?

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread fire-eyes

 
 This problem is because of the keyboard layout. If you
 use KDE go to Control Center / Regional 
 Accessibility / Keyboard Layout and select the right
 one for your keyboard.

Thanks for the advice. I have done this, logged out of kde, and logged
back in, however it still does not work at this time.

Did I miss something?

Curiously in Konsole, ctl-alt-F1 gives P , ctl-alt-F2 gives R.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Jo Are Rosland [EMAIL PROTECTED] writes:

 - Where names are used -- eg. the 'key' field of an 'IN A' entry, or the
   'value' field of an 'IN PTR' entry -- you may specify the full name by
   ending it with a '.'.  Names with no '.' at the end have the origin
   appended.

 Now, if you look at your 'IN NS' line (which specifies the authorative name
 server for your reverse domain), it translates into:

   key   ttl class type value
   1.168.192.in-addr.arpa. 1DIN  NS reader.1.168.192.in-addr.arpa.

 Which is not what you want.

 Instead, try the following line:

   IN NS reader.local.lan.

I see what you mean.  However, I think your response was to the first
example reverse zone posted and not the one that tries to follow
AlexanderK's example.  I made the same mistake in the next posted
example and have now corrected that.

 In addition, 'reader' should have an 'IN A' entry in the 'local.lan' zone 
 file.

Yes,  I've now posted that file too.

But apparently my db.192.168.1 as it now stands still has serious
errors.

Following Alexanders example I tried to redefine $ORIGIN near the top
since as you point out  `@' contains whatever is in named.conf to start.

$TTL 1D
$ORIGIN 0.168.192.IN-ADDR.ARPA. ;; RESET ORIGIN HERE SO THAT
;;THE SOA line won't be rejected for being `out of zone'
@ IN SOA  reader.local.lan. reader.reader.local.lan. (
  200405190  ; serial
  28800  ; refresh (8 hours)
  14400  ; retry (4 hours)
  2419200; expire (4 weeks)
  86400  ; minimum (1 day)
  )
;
; Name servers (The name '@' is implied)
;;; $ORIGIN shoud still hold here RIGHT?
  INNSreader.local.lan. ;; CORRECTED no uses Canonical form
$ORIGIN 1.168.192.IN-ADDR.ARPA.  ;; RESET to handle 192.168.1
;
; Addresses point to canonical names
;

2 INPTR   rdmz.local.lan.
1 INPTR   fwdmz.local.lan.

=

The above db.192.168.1 is largely rejected (ignored)

Mar 5 07:12:12 reader named[9429]: pri/db.192.168.1:3: ignoring
out-of-zone data (0.168.192.IN-ADDR.ARPA)

Mar 5 07:12:12 reader named[9429]: zone 1.168.192.in-addr.arpa/IN: has
0 SOA records

Mar 5 07:12:12 reader named[9429]: zone 1.168.192.in-addr.arpa/IN: has
no NS records



Changing it to:

$ORIGIN 0.168.192.IN-ADDR.ARPA. ;; RESET ORIGIN HERE SO THAT
;;THE SOA line won't be rejected for being `out of zone'
 IN SOA  reader.local.lan. reader.reader.local.lan. (
  200405190  ; serial

Removing the preceeding `@' completely ... it seem then the defined
$ORIGIN would be used.

Gets rejected too:
=
 Mar 5 07:26:41 reader named[10186]: pri/db.192.168.1:3: no current
   owner name

 Mar 5 07:26:41 reader named[10186]: zone 1.168.192.in-addr.arpa/IN:
   loading master file pri/db.192.168.1: no owner


Trying the full notation then:

$TTL 1D
$ORIGIN 0.168.192.IN-ADDR.ARPA.
lan.local.IN-ADDR.ARPA.IN SOA  reader.local.lan. reader.reader.local.lan. (



  Mar 5 07:28:41 reader named[10308]: pri/db.192.168.1:3: ignoring
out-of-zone data (lan.local.IN-ADDR.ARPA)

  Mar 5 07:28:41 reader named[10308]: zone 1.168.192.in-addr.arpa/IN:
has 0 SOA records

  Mar 5 07:28:41 reader named[10308]: zone 1.168.192.in-addr.arpa/IN:
   has no NS records
===

clearly I'm missing something important here..

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Alexander Kirillov [EMAIL PROTECTED] writes:

 What's in your named.conf?
 Should be something like this:

Just posted a few minutes ago... but I noticed I wasn't really
following your example thoroughly.  Now trying this db.192.168.1 

Still fails miserably:

$TTL 1D
$ORIGIN 168.192.IN-ADDR.ARPA.
0   IN SOA  reader.local.lan. reader.reader.local.lan. (
  200405190  ; serial
  28800  ; refresh (8 hours)
  14400  ; retry (4 hours)
  2419200; expire (4 weeks)
  86400  ; minimum (1 day)
  )
;
; Name servers (The name '@' is implied)
$ORIGIN 0.168.192.IN-ADDR.ARPA.
;
4   IN  NS  reader.local.lan.
$ORIGIN 1.168.192.IN-ADDR.ARPA.
;
; Addresses point to canonical names
;

2   IN  PTR rdmz.local.lan.
1   INPTR   fwdmz.local.lan.
=== 8 snip ===

Produces theses log lines:

  Mar 5 07:35:06 reader named[10615]: pri/db.192.168.1:3: ignoring
out-of-zone data (0.168.192.IN-ADDR.ARPA)

  Mar 5 07:35:06 reader named[10615]: pri/db.192.168.1:14: ignoring
out-of-zone data (4.0.168.192.IN-ADDR.ARPA)

  Mar 5 07:35:06 reader named[10615]: zone 1.168.192.in-addr.arpa/IN:
has 0 SOA records

  Mar 5 07:35:06 reader named[10615]: zone 1.168.192.in-addr.arpa/IN:
has no NS records

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound recording software in gentoo

2006-03-05 Thread Bill Roberts
On 23:45 Sun 05 Mar , Thomas Kear wrote:
 On 05/03/06, Denis [EMAIL PROTECTED] wrote:
  I wanted to see if there's a way to set up a home recording
  mini-studio using Linux.  In Windoze, there's things like Cubase,
  Ableton, Reason, Wavelab, etc...  What's available in Linux for that
  purpose (recording, sequencing, mixing, sound effects), and which of
  those does Gentoo have in the Portage tree?

Try a search of the gentoo-users archives on gmane.org.

Mark Knecht lead several discussions of exactly this topic.

Good luck

Bill Roberts



pgpjNR13aawyY.pgp
Description: PGP signature


Re: [gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Alexander Kirillov

What's in your named.conf?
Should be something like this:



Just posted a few minutes ago... but I noticed I wasn't really
following your example thoroughly.  Now trying this db.192.168.1 


Still fails miserably:

$TTL 1D
$ORIGIN 168.192.IN-ADDR.ARPA.
0   IN SOA  reader.local.lan. reader.reader.local.lan. (
  200405190  ; serial
  28800  ; refresh (8 hours)
  14400  ; retry (4 hours)
  2419200; expire (4 weeks)
  86400  ; minimum (1 day)
  )
;
; Name servers (The name '@' is implied)
$ORIGIN 0.168.192.IN-ADDR.ARPA.
;
4   IN  NS  reader.local.lan.


You don't need 4 at the start of the line


$ORIGIN 1.168.192.IN-ADDR.ARPA.
;
; Addresses point to canonical names
;

2   IN  PTR rdmz.local.lan.
1   INPTR   fwdmz.local.lan.
=== 8 snip ===

Produces theses log lines:

  Mar 5 07:35:06 reader named[10615]: pri/db.192.168.1:3: ignoring
out-of-zone data (0.168.192.IN-ADDR.ARPA)

  Mar 5 07:35:06 reader named[10615]: pri/db.192.168.1:14: ignoring
out-of-zone data (4.0.168.192.IN-ADDR.ARPA)

  Mar 5 07:35:06 reader named[10615]: zone 1.168.192.in-addr.arpa/IN:
has 0 SOA records

  Mar 5 07:35:06 reader named[10615]: zone 1.168.192.in-addr.arpa/IN:
has no NS records


Make it 2 separate files for each of the reverse zones.
Each with its own SOA record.
Emerge bind with doc flag and read into Adminstrators Reference Manual

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Alexander Kirillov [EMAIL PROTECTED] writes:

What's in your named.conf?
Should be something like this:
 Just posted a few minutes ago... but I noticed I wasn't really
 following your example thoroughly.  Now trying this db.192.168.1
 Still fails miserably:
 $TTL 1D
 $ORIGIN 168.192.IN-ADDR.ARPA.
 0IN SOA  reader.local.lan. reader.reader.local.lan. (
   200405190  ; serial
   28800  ; refresh (8 hours)
   14400  ; retry (4 hours)
   2419200; expire (4 weeks)
   86400  ; minimum (1 day)
   )
 ;
 ; Name servers (The name '@' is implied)
 $ORIGIN 0.168.192.IN-ADDR.ARPA.
 ;
 4IN  NS  reader.local.lan.

 You don't need 4 at the start of the line

 $ORIGIN 1.168.192.IN-ADDR.ARPA.
 ;
 ; Addresses point to canonical names
 ;
 2IN  PTR rdmz.local.lan.
 1INPTR   fwdmz.local.lan.
 === 8 snip ===
 Produces theses log lines:
   Mar 5 07:35:06 reader named[10615]: pri/db.192.168.1:3: ignoring
 out-of-zone data (0.168.192.IN-ADDR.ARPA)
   Mar 5 07:35:06 reader named[10615]: pri/db.192.168.1:14: ignoring
 out-of-zone data (4.0.168.192.IN-ADDR.ARPA)
   Mar 5 07:35:06 reader named[10615]: zone
 1.168.192.in-addr.arpa/IN:
 has 0 SOA records
   Mar 5 07:35:06 reader named[10615]: zone
 1.168.192.in-addr.arpa/IN:
 has no NS records

 Make it 2 separate files for each of the reverse zones.
 Each with its own SOA record.
 Emerge bind with doc flag and read into Adminstrators Reference Manual

What is the significance of the zero here:

 $ORIGIN 168.192.IN-ADDR.ARPA.
 0IN SOA  reader.local.lan. reader.reader.local.lan. (
  ^^^

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Jo Are Rosland
On 05.03, Harry Putnam wrote:
 
 Following Alexanders example I tried to redefine $ORIGIN near the top
 since as you point out  `@' contains whatever is in named.conf to start.
 
 $TTL 1D
 $ORIGIN 0.168.192.IN-ADDR.ARPA. ;; RESET ORIGIN HERE SO THAT
 ;;THE SOA line won't be rejected for being `out of zone'
 @ IN SOA  reader.local.lan. reader.reader.local.lan. (
   200405190  ; serial
   28800  ; refresh (8 hours)
   14400  ; retry (4 hours)
   2419200; expire (4 weeks)
   86400  ; minimum (1 day)
   )
 ;
 ; Name servers (The name '@' is implied)
 ;;; $ORIGIN shoud still hold here RIGHT?
   INNSreader.local.lan. ;; CORRECTED no uses Canonical form
 $ORIGIN 1.168.192.IN-ADDR.ARPA.  ;; RESET to handle 192.168.1
 ;
 ; Addresses point to canonical names
 ;
 
 2 INPTR   rdmz.local.lan.
 1 INPTR   fwdmz.local.lan.

Hmm.  I guess you could try to define the zone 168.192.in-addr.arpa instead.
Then you'd have this in named.conf:

zone 168.192.in-addr.arpa IN { type master; file pri/168.192.zone; 
notify no; };

And in pri/168.192.zone:

@   IN SOA  reader.local.lan. reader.reader.local.lan. (
200405190  ; serial
28800  ; refresh (8 hours)
14400  ; retry (4 hours)
2419200; expire (4 weeks)
86400  ; minimum (1 day)
)
IN NS   reader.local.lan.
1.0 IN PTR  fwdmz.local.lan.
2.0 IN PTR  rdmz.local.lan.
1.1 IN PTR  a.local.lan. ; whatever: some host name in 192.168.1.0/24
2.1 IN PTR  b.local.lan. ; whatever: some host name in 192.168.1.0/24

 $TTL 1D
 $ORIGIN 0.168.192.IN-ADDR.ARPA.
 lan.local.IN-ADDR.ARPA.IN SOA  reader.local.lan. reader.reader.local.lan. 
 (

This is definitely wrong:

- the 'IN SOA' entry should have the origin as key
- it doesn't make any sense to use anything but reverse IP network addresses off
  the in-addr.arpa domain

It should not be necessary to set the $ORIGIN to the same value you defined in
the named.conf file.

If you try to put two zones inside one file, as you do in your reverse zone,
in addition to redefining $ORIGIN, you need to put in an additional 'IN SOA'
entry.  I believe the missing 'IN SOA' for your second reverse zone is the
reason bind complains about 'no owner'.

And again: it's really no reason why you can't put all of this into one zone
instead.

-- 
Jo.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread Benno Schulenberg
fire-eyes wrote:
 Curiously in Konsole, ctl-alt-F1 gives P , ctl-alt-F2 gives R.

Have you tried fiddling with XkbModel and XkbLayout in xorg.conf?

http://forums.gentoo.org/viewtopic-t-422163-highlight-xkbmodel+xkblayout.html

Benno
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Alexander Kirillov [EMAIL PROTECTED] writes:

 Make it 2 separate files for each of the reverse zones.
 Each with its own SOA record.
 Emerge bind with doc flag and read into Adminstrators Reference Manual

Do you have any idea where it can be found following:
USE=doc emerge -v bind?

equery files bind 

Doesn't show anything like that.  Further downloading and building the
tar.gz doesn't turn up such a reference manual either.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound recording software in gentoo

2006-03-05 Thread michael

Visit the archives of the linux audio user mailing list. Better yet,
join the list. There is plenty of software, and Gentoo is a popular
distribution for it.

M


On Sun, 5 Mar 2006, Denis wrote:


I wanted to see if there's a way to set up a home recording
mini-studio using Linux.  In Windoze, there's things like Cubase,
Ableton, Reason, Wavelab, etc...  What's available in Linux for that
purpose (recording, sequencing, mixing, sound effects), and which of
those does Gentoo have in the Portage tree?

--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Jo Are Rosland [EMAIL PROTECTED] writes:

 And again: it's really no reason why you can't put all of this into one zone
 instead.

H... that was what I needed.  Many thanks for hanging in there.

I managed to confuse myself quite a lot on this.  I thought to do that
(go up one level and use 1 reverse file. db.192.168) it meant I needed
to set up the domain that way to.

That is, use 192.168/16 addressing for my domain local.lan.
So all lan netmasks become 255.255.0.0.  And I had found that is a
very complicated way to set things up.  Also leads to prolems with
each machine (the ones with 2 nics) not knowing who is supposed to do
what.

Then requiring speciallized routes to be set so 192.168.1.1 knows to
call 192.168.1.2 without going thru default gw of 192.168.0.20.

Down that path, just about all of it is a few jumps above my head.

So I had scrapped that notion thinking both bind setup and network
setup would need all that complication to go that way.

After setting up bind as you suggested with one main Pointer
file. (not counting db.127.0.0)

Scrapping db.192.168.0 and db.192.168.1 in favor of:
  db.192.168

Right away nslookup knows who 192.169.1.2 is and dig shows the
glorious output...


;  DiG 9.3.2  -x 192.168 axfr
;; global options:  printcmd
168.192.in-addr.arpa.   86400   IN  SOA reader.local.lan. 
reader.reader.local.lan. 200405190 28800 14400 2419200 86400
168.192.in-addr.arpa.   86400   IN  NS  reader.local.lan.
16.0.168.192.in-addr.arpa. 86400 IN PTR bjp.local.lan.
19.0.168.192.in-addr.arpa. 86400 IN PTR fwobsd.local.lan.
20.0.168.192.in-addr.arpa. 86400 IN PTR fw.local.lan.
21.0.168.192.in-addr.arpa. 86400 IN PTR ansil.local.lan.
22.0.168.192.in-addr.arpa. 86400 IN PTR harvey.local.lan.
3.0.168.192.in-addr.arpa. 86400 IN  PTR mob2.local.lan.
4.0.168.192.in-addr.arpa. 86400 IN  PTR reader.local.lan.
50.0.168.192.in-addr.arpa. 86400 IN PTR wap.local.lan.
1.1.168.192.in-addr.arpa. 86400 IN  PTR fwodmz.local.lan.
2.1.168.192.in-addr.arpa. 86400 IN  PTR rdmz.local.lan.
168.192.in-addr.arpa.   86400   IN  SOA reader.local.lan. 
reader.reader.local.lan. 200405190 28800 14400 2419200 86400
;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sun Mar  5 09:50:15 2006
;; XFR size: 13 records (messages 1)


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread Andrei Slavoiu
--- fire-eyes [EMAIL PROTECTED] wrote:
 
  
  This problem is because of the keyboard layout. If
 you
  use KDE go to Control Center / Regional 
  Accessibility / Keyboard Layout and select the
 right
  one for your keyboard.
 
 Thanks for the advice. I have done this, logged out
 of kde, and logged
 back in, however it still does not work at this
 time.
 
 Did I miss something?
 
 Curiously in Konsole, ctl-alt-F1 gives P ,
 ctl-alt-F2 gives R.
You shouldn't need to logout, the change takes place
as soon as you hit Apply.
Anyway, this worked for me after upgrading to xorg
7.0. At first I could not switch to console either,
but as soon as I fixed my keyboard layout (in my case
it was actually the variant that changed it's name
from the old release) everything returned to normal.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bind zone.file won't load

2006-03-05 Thread Jo Are Rosland
On 04.03, Harry Putnam wrote:
 
   $TTL 1D
   @   IN SOAreader.local.lan.  hostmaster (
   200405191 ; serial
   8H; refresh
   4H; retry
   4W; expire
   1D )  ; minimum
   ;; Nameserver (The name '@' is implied)
  IN   NS  reader
   ;; smtp hub (The name '@' is implied)
  IN   MX10 reader
   ;; addresses for the canonical names
   localhost  IN   A 127.0.0.1
   ansil  IN   A 192.168.0.21
   bjpIN   A 192.168.0.16
   fw IN   A 192.168.0.20
   fwobsd IN   A 192.168.0.19
  IN   A 192.168.1.1   
   harvey IN   A 192.168.0.22
   mob2   IN   A 192.168.0.3
   reader IN   A 192.168.0.4
  IN   A 192.168.1.2
   wapIN   A 192.168.0.50
   
   ;;   aliases
   smtp   IN   CNAME reader
   wwwIN   CNAME reader
   ticIN   CNAME reader
   
   ;;   interface   specific   addresses
   fwdmz  IN   A  192.168.1.1
   rdmz   IN   A  192.168.1.2

Just a few additional comments on this:

Your entries for 'reader' and 'fwobsd' are probably not
what you really want.  By defining several 'IN A' entries
for the same host name, you effectively get bind to serve
these addresses in 'round robin' fashion whenever a client
looks up that name.

Another way to look at this is that you don't name hosts
in DNS, you name IP addresses.  If a host has several IP
addresses, eg. because it has several NIC's, you should
give a separate name to each IP address.  In your case,
you could do something like this:

  reader  IN A 192.168.0.4
  reader0 IN A 192.168.0.4
  reader1 IN A 192.168.1.2

or

  reader0 IN A 192.168.0.4
  reader1 IN A 192.168.1.2
  reader  IN CNAME reader0

Note that you may define as many names for an IP address
as you like.  A case where you'd definitely want to do
this, is with the name for the name server host itself.
Put in something like this:

  ns  IN A 192.168.0.4

Then you may use 'ns.local.lan.' in all your 'IN SOA' entries
instead of the name for the actual host.  Then you only need
to change one entry in case you want to change to another
name server host.

Also, note that this has to be an 'IN A' entrym not an
'IN CNAME' entry, as the name in the SOA has to be an 'IN A'
entry.

-- 
Jo.


pgpWctwjUd1k4.pgp
Description: PGP signature


Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread mfyang
On Sat, Mar 04, 2006 at 12:24:07AM -0800, Robert Persson wrote:
 I have just upgraded to xorg-7 and found that I can no longer use ctrl-alt-Fn 
 to switch out of the x server. I am using the same version of fglrx that I 
 was before I upgraded and this problem started happening. How do I get 
 console-switching back?
 
 I have also found, since the upgrade, that I can no longer exit gnome sanely. 
 The first time I did it I got a kernel panic; the second time I found myself 
 back at a garbled login screen; and the remaining 3 times I have simply found 
 myself with a black screen and an unresponsive mouse and keyboard. I can 
 however, still exit kde and blackbox without problem.

I am in a similar situation. If gdm is running, logout from a gnome session 
gives
me a garbled screen. But everything is ok if I use slim login manager.
   
I can switch from X to console by ctrl-alt-Fn. But switch back from console to
X hangs the whole system. :( Probably, this is the fault of ati fglrx driver, 
because
when I use radeon driver that comes with xorg, everything is fine.

 
 The garbled login screen was one I have seen before when I tried to start a 
 second xsession from within a kde session. It looked a bit like what you get 
 when you set a video card to a resolution your monitor can't handle, with a 
 mess of broken horizontal lines across the screen at about the height the 
 login window ought to be.
 
 I am still using kdm as my session manager, if that makes any difference (it 
 didn't in the past).
 
 Any ideas what could be happening with my gnome sessions?
 
 Thanks
 Robert
 -- 
 Robert Persson
 
 Conspiracy Bears:
 Once upon a time there were lots of conspiracy bears...
 
 -- 
 gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Alexander Kirillov

What is the significance of the zero here:



$ORIGIN 168.192.IN-ADDR.ARPA.
0   IN SOA  reader.local.lan. reader.reader.local.lan. (


You need to define 2 zones of authority:

0.168.192.IN-ADDR.ARPA. IN SOA ...
1.168.192.IN-ADDR.ARPA. IN SOA ...

You may use either of 2 shortcuts:

either use

@ IN SOA ...

at the beginning of each zone file where @ stands for the current origin
in this case defined in the zone statement in your named.conf

or

use the example I've sent you in my first reply:

$ORIGIN 168.192.IN-ADDR.ARPA.
0 IN SOA ...; for 0.168.192.IN-ADDR.ARPA. zone
1 IN SOA ...; for 1.168.192.IN-ADDR.ARPA. zone

And please be more careful reading the examples
and take time to learn the exact meaning of the statements.
You need just a few to make it all work
and some reading will save you time in the long run.

And the manual is:

# equery files net-dns/bind|grep html
/usr/share/doc/bind-9.3.2/html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch01.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch02.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch03.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch04.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch05.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch06.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch07.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch08.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.ch09.html
/usr/share/doc/bind-9.3.2/html/Bv9ARM.html

HTH

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] qmail

2006-03-05 Thread Rumen Yotov
On Sunday 05 March 2006 13:04, Steve B wrote:
 I've been trying to follow several of the Qmail guides on the forums,
 wiki, and official documentation.  I can't get any of them to work.
 In the past I have followed the official documenation qmail guide and
 everything has worked fine.. however for some reason it's simply not
 working anymore.  I posted a message earlier with my error messages
 but nobody responded.. so my next question is does anybody have an
 update to date guide on installing Qmail with SSL/TLS only.  My next
 solution is to use the Life with Qmail guide and go outside of
 portage... I would really like to avoid this solution.  Thanks.



 V/R
 Steve
Hi,
Yes i've been running qmail with pop3d-ssl, but not now.
Now running qmail with imaps (or rather netqmail) as qmail has more than 24 
patches and is quite difficult to maintain any more (with all these patches).
Try unmasking 'netqmail' or search for an ebuild in Bugzilla (made one in 
sep-2005). Check for firewall rules if using a firewall.
Auth is done using system-auth.
Search for a document Qmail on Gentoo.txt (or similar) it's very good.
HTH.Rumen


pgpP4TBP1U5Vd.pgp
Description: PGP signature


[gentoo-user] XOrg 7 and odd Xmodmap for mice

2006-03-05 Thread Jason Weisberger
List,Anybody run across an issue with XOrg 7 where your old xmodmap config doesn't work anymore? The old configurations don't work, and for some reason it wants you to add like 4 extra buttons to the end of it.
Instance:If you have Buttons 12 in xorg.conf, xmodmap won't run without a 16 button config, and none of them map properly to the forward and back thumb buttons like they used to on my MX1000 or my G5.
If you have Buttons 8 in xorg.conf, it won't run without a 12 button config..odd, eh?Ideas?-- Jason Weisberger[EMAIL PROTECTED]



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Alexander Kirillov [EMAIL PROTECTED] writes:


 And please be more careful reading the examples
 and take time to learn the exact meaning of the statements.
 You need just a few to make it all work
 and some reading will save you time in the long run.

Point taken and thanks for the manual headsup.  It could be named a
little more effectively...


 use the example I've sent you in my first reply:

 $ORIGIN 168.192.IN-ADDR.ARPA.
 0 IN SOA ...  ; for 0.168.192.IN-ADDR.ARPA. zone
 1 IN SOA ...  ; for 1.168.192.IN-ADDR.ARPA. zone

I guess I'm pretty blind but this (not the actual addresses) doesn't
look at all like the example to me.

Thanks for hanging in there.

Oh and do you see problems with the other solution proposed by Jo Are
in this thread?



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Harry Putnam
Jo Are Rosland [EMAIL PROTECTED] writes:

 Your entries for 'reader' and 'fwobsd' are probably not
 what you really want.  By defining several 'IN A' entries
 for the same host name, you effectively get bind to serve
 these addresses in 'round robin' fashion whenever a client
 looks up that name.

Ahaa, I wondered why I keep seeing 192.168.1.2 cropping up in squid
output when it didn't belong there.  It's turn had come up in the
round robin I guess.

I guess I tried to follow the examples in DNS and Bind (4th ed), the
section on creating zone files. (4.2 Setting up Zone Data) without
really understanding them very well..  Still true but I've gotten a
lot out of this thread.

Without a close examination it appears the online DNS an Bind 
(Which is the 3rd edition and I used the 4th edition) the example
network is very similar if not identicle to each other.

Here if you wanted to look at it:

  http://www.unix.org.ua/orelly/networking/dnsbind/ch04_02.htm

That is what I was working from but with a very spotty knowledge of
general networking and tiny knowledge of DNS.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread Jeremy Olexa

Robert Persson wrote:

I have also found, since the upgrade, that I can no longer exit gnome sanely. 
The first time I did it I got a kernel panic; the second time I found myself 
back at a garbled login screen; and the remaining 3 times I have simply found 
myself with a black screen and an unresponsive mouse and keyboard. I can 
however, still exit kde and blackbox without problem.


I have been searching this like crazy trying to fix this because it 
happens to me too. Since I upgraded to gentoo-sources 2.6.15-r1 and 
ati-drivers 8.22.5 I have been having the same issue as you, kernel 
panic every time I restart X/reboot. Please let me know if you find a fix..!


Comment on this bug so we can get it fixed sooner (please): 
http://bugs.gentoo.org/show_bug.cgi?id=122552


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

I'm just hoping the next stable version of ati-drivers fixes this issue. 
I do not like rebooting my computer without syncing the filesystems.


-Jeremy
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem while booting 2006.0 LiveCD

2006-03-05 Thread Jason Brian Friedrich

Hi list,

i downloaded the 2006.0 livecd today and tried to boot from it. But 
even with the parameters gentoo-nofb nodetect noapic nohotplug 
acpi=off nodma nousb noapic nolapic nox debug the installer hung up 
with the lines:


io scheduler noop registered
io scheduler deadline registered

Then the console freezes completely and i have to do a hard reboot. 
Any other install CDs from Ubuntu to Fedora and Debian works when i 
use noapic nolapic acpi=off. I included the output of lspci -v. 
Hope anyone can give me a clue how to get it work on my machine. I do 
not know what to do further.


Jason

::: Hardware installed (lspci -v) :::
:

00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM 
Controller/Host-Hub Interface (rev 02)

Subsystem: Micro-Star International Co., Ltd.: Unknown device 7280
Flags: bus master, fast devsel, latency 0
Memory at e000 (32-bit, prefetchable) [size=256M]
Capabilities: [e4] Vendor Specific Information
Capabilities: [a0] AGP version 3.0

00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP 
Controller (rev 02) (prog-if 00 [Normal decode])

Flags: bus master, 66Mhz, fast devsel, latency 32
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
Memory behind bridge: fa90-fe9f
Prefetchable memory behind bridge: bfe0-dfdf

00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at cc00 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: bus master, medium devsel, latency 0, IRQ 6
I/O ports at d000 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: bus master, medium devsel, latency 0, IRQ 10
I/O ports at d400 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB 
UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: bus master, medium devsel, latency 0, IRQ 11
I/O ports at d800 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 
EHCI Controller (rev 02) (prog-if 20 [EHCI])

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: bus master, medium devsel, latency 0, IRQ 5
Memory at febffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) 
(prog-if 00 [Normal decode])

Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
I/O behind bridge: b000-bfff
Memory behind bridge: fea0-feaf
Prefetchable memory behind bridge: dfe0-dfef

00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC 
Interface Bridge (rev 02)

Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE 
Controller (rev 02) (prog-if 8a [Master SecP PriP])

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: bus master, medium devsel, latency 0, IRQ 10
I/O ports at unassigned
I/O ports at unassigned
I/O ports at unassigned
I/O ports at unassigned
I/O ports at fc00 [size=16]
Memory at 5000 (32-bit, non-prefetchable) [size=1K]

00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA 
Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])

Subsystem: Micro-Star International Co., Ltd.: Unknown device 0080
Flags: bus master, 66Mhz, medium devsel, latency 0, IRQ 10
I/O ports at ec00 [size=8]
I/O ports at e800 [size=4]
I/O ports at e400 [size=8]
I/O ports at e000 [size=4]
I/O ports at dc00 [size=16]

00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus 
Controller (rev 02)

Subsystem: Micro-Star International Co., Ltd. 865PE Neo2 (MS-6728)
Flags: medium devsel, IRQ 11
I/O ports at 0c00 [size=32]

01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 
0047 (rev a1) (prog-if 00 [VGA])

Subsystem: eVga.com. Corp.: Unknown device e387
Flags: bus master, 66Mhz, medium devsel, latency 32, IRQ 11
Memory at fd00 (32-bit, non-prefetchable) [size=16M]
Memory at c000 

Re: [gentoo-user] Re: bind zone.file won't load

2006-03-05 Thread Alexander Kirillov

Oh and do you see problems with the other solution proposed by Jo Are
in this thread?


192.168/16? Not at all.
But this is a training exercise, right?
I don't need dhcp for 3 hosts on my network either:)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] env-update problem

2006-03-05 Thread Franta
On Sat, 2006-03-04 at 15:19 -0800, Zac Medico wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Franta wrote:
  Hi,
  
  I'm trying to install ORACLE on my box following the HOWTO on
  gentoo-wiki.
  
  After creating this /etc/env.d/99oracle:
  
  ORACLE_BASE=/opt/oracle
  ORACLE_HOME=$ORACLE_BASE/product/10.1.0.3
  ORACLE_SID=''MyDB''
 
 It's choking on the '' characters in line 3 above.  Apparently that doesn't 
 work with python's shlex module that is used to parse the 99oracle file.  For 
 reference, here are the rules (portage uses non-POSIX mode):
 
 http://docs.python.org/lib/shlex-parsing-rules.html
 
  ORACLE_TERM=xterm
  ORACLE_OWNER=oracle
  TNS_ADMIN=$ORACLE_HOME/network/admin
  NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
  ORA_NLS10=$ORACLE_HOME/nls/data
  CLASSPATH=$ORACLE_HOME/jdbc/lib/classes12.zip
  LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32
  DISABLE_HUGETLBFS=1
  PATH=$ORACLE_HOME/bin
  ROOTPATH=$ORACLE_HOME/bin
  LDPATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32
  
  ... I get this from env-update:
  
  frankies env.d # env-update
  !!! Invalid token (not =) ORACLE_TERM
  Traceback (most recent call last):
File /usr/sbin/env-update, line 29, in ?
  portage.env_update(makelinks)
File /usr/lib/portage/pym/portage.py, line 561, in env_update
  myconfig=getconfig(root+etc/env.d/+x)
File /usr/lib/portage/pym/portage_util.py, line 257, in getconfig
  raise e.__class__, str(e)+ in +mycfg
  Exception: ParseError: Invalid token (not '='): /etc/env.d/99oracle:
  line 4 in /etc/env.d/99oracle
  frankies env.d # 
 
 Hmm, the actual problem is on line 3 but the parser complains about line 4 
 instead.
 
 Zac
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2.1 (GNU/Linux)
 
 iD8DBQFECiCS/ejvha5XGaMRApVpAJ9A09K78tGTDKGGeZaGvv3Mw7pykwCfac6X
 zs5d0MULkX8C3tGlG3b6bzI=
 =uIg9
 -END PGP SIGNATURE-

Whoops, I dunno which devil was riding me to let these apastrophes
there.

Thanks
Frank


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Weird bash behavior

2006-03-05 Thread Franta
Hi,

from

$for AA in [0-9][0-9]; do echo $AA; done

I'd await to get:
00
01
02
..
98
99

but I get:

[EMAIL PROTECTED] ~/MyDB $ for AA in [0-9][0-9] ; do echo $AA; done
[0-9][0-9]
[EMAIL PROTECTED] ~/MyDB $

Is this fixed somehow?

Thanks in advance
Frank


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird bash behavior

2006-03-05 Thread Alexander Skwar
Franta wrote:

 [EMAIL PROTECTED] ~/MyDB $ for AA in [0-9][0-9] ; do echo $AA; done
 [0-9][0-9]
 [EMAIL PROTECTED] ~/MyDB $
 
 Is this fixed somehow?

[0-9][0-9] will do file name globbing, it seems. Do:

touch 00 99

And then run your for loop again.

Alexander Skwar
-- 
If at first you don't succeed, destroy all evidence that you tried.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] system maintenance woes

2006-03-05 Thread Ted Ozolins
After too many -uvD world upgrades without proper maintenance (python
perl) I have created a total mess of this system. revdep lists are
almost as large as emerge -vp system on a fresh install. I'm sure I can
go through the dep mess I've created and eventually straighten things
out. Would emerge -ve world  correct some of the broken dependencies?

TIA

-- 
Ted Ozolins(VE7TVO)
Westbank, B. C

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound recording software in gentoo

2006-03-05 Thread Zac Slade
On Sunday 05 March 2006 04:45, Thomas Kear wrote:
 The only app that i can think of off the top of my head is audacity.
 Have a look through media-sound though, audacity has some nasty
 recording latency issues, but it's fine for arranging and mixing
 tracks.
Audacity used to have that issue.  And they only had that issue when doing 
playback and record using integrated sound cards.  This is now a non-issue.

-- 
Zac Slade
[EMAIL PROTECTED]
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] system maintenance woes

2006-03-05 Thread Masood Ahmed
Ted Ozolins wrote:
 After too many -uvD world upgrades without proper maintenance (python
 perl) I have created a total mess of this system. revdep lists are
 almost as large as emerge -vp system on a fresh install. I'm sure I can
 go through the dep mess I've created and eventually straighten things
 out. Would emerge -ve world  correct some of the broken dependencies?

Hi,
I recommend you do revdep-rebuild, it'll be less time consuming than
emerge -e world. Both will result in system without broken
dependencies. 

After you've solved this problem, by doing revdep-rebuild, you can use
my updating policy.
emerge --sync
emerge -uD world
emerge --depclean
revdep-rebuild

Bye,
Masood Ahmed

-- 
Linux Kernel  : 2.6.15-gentoo-r7
GCC version   : 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8)
Processor : AMD Athlon XP 2600+
RAM   : 1 GB DDR 333 SDRAM
CFLAGS USED   : -march=athlon-xp -O3 -m3dnow -msse -mmmx -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -ftracer
-fno-crossjumping -falign-functions=16 -falign-loops=16
-falign-jumps=16 -fno-align-labels -mfpmath=387,sse
-maccumulate-outgoing-args
CXXFLAGS USED : $(CFLAGS) -fvisibility-inlines-hidden


pgpvUpOB7P63k.pgp
Description: PGP signature


Re: [gentoo-user] Re: modules built post kernel install (on the fly)

2006-03-05 Thread Boyd Stephen Smith Jr.
On Saturday 04 March 2006 10:07, Masood Ahmed [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user]  Re: modules built post kernel install (on the 
fly)':
 Harry Putnam wrote:
  Masood Ahmed [EMAIL PROTECTED] writes:
  Thanks Masood, for the pointers.. I have a question about your sig.
  Do you get that info from a single command or several?

 The answer is several,
 for kernel version i did 'uname -r'
 for gcc-version i did 'gcc -v'
 for processor i did 'cat /proc/cpuinfo'
 for ram 'free -t'
 for CFLAGS 'cat /etc/make.conf | grep CFLAGS'
 for CXXFLAGS 'cat /etc/make.conf | grep CXXFLAGS'

 I think this is not what you expected. I dont have enough sed and grep
 knowledge to automate the process, but i'm learning it. I'd like to
 write a script that would output only the required contents from the
 output of the commands above.

 Got any idea's anyone?

Starting from what you gave me, here's what I have:
echo -n Linux Kernel  : ; uname -r; echo -n GCC version   : ; gcc -v 
21 | tail -n 1 | cut -d' ' -f3-; PROCS=$(grep model 
name /proc/cpuinfo); PROC_CNT=$(echo $PROCS | wc -l); echo -n 
Processor : ; if [ $PROC_CNT -gt 1 ]; then echo -n ${PROC_CNT}x 
; fi; echo $PROCS | head -n 1 | sed -e 's/^model name[[:space:]]*: //'; 
echo -n CFLAGS USED   : ; grep CFLAGS /etc/make.conf | grep -v 
'^[[:space:]]*#' | grep -v CXXFLAGS | sed -e 's/CFLAGS=//' -e 
's/[[:space:]]*$//'; echo -n CXXFLAGS USED : ; grep 
CXXFLAGS /etc/make.conf | sed -e 's/CXXFLAGS=//' -e 's/[[:space:]]*$//'

Which, on my system, gives:
Linux Kernel  : 2.6.16-rc4-mm2
GCC version   : 3.4.5 (Gentoo 3.4.5, ssp-3.4.5-1.0, pie-8.7.9)
Processor : 4x Dual Core AMD Opteron(tm) Processor 275
CFLAGS USED   : -O2 -pipe
CXXFLAGS USED : ${CFLAGS}

I highly doubt you got your ram line from 'free -t', on my system it gives:
 total   used   free sharedbuffers cached
Mem:   40227043934496  88208  0 2550282858408
-/+ buffers/cache: 8210603201644
Swap:  7992312   11287991184
Total:1201501639356248079392

Which doesn't tell me it'd DDR or SDRAM, nor if I'm using one stick or 
many.

Modifying my script to break long CFLAGS and also accent CFLAGS that span 
multiple physical lines in make.conf is left as an excersize for the 
reader.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Weird bash behavior

2006-03-05 Thread Francesco Talamona
On Sunday 05 March 2006 21:50, Alexander Skwar wrote:
 Franta wrote:
  [EMAIL PROTECTED] ~/MyDB $ for AA in [0-9][0-9] ; do echo $AA; done
  [0-9][0-9]
  [EMAIL PROTECTED] ~/MyDB $
 
  Is this fixed somehow?

 [0-9][0-9] will do file name globbing, it seems. Do:

 touch 00 99

 And then run your for loop again.

why not:
seq -w 0 99
Am I missing something ?
ciao
Francesco
-- 
Linux Version 2.6.15-gentoo-r7, Compiled #1 PREEMPT Fri Mar 3 22:56:17 
CET 2006
One 1GHz AMD Athlon 64 Processor, 2GB RAM, 2007.20 Bogomips Total
aemaeth
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird bash behavior

2006-03-05 Thread Willie Wong
On Sun, Mar 05, 2006 at 09:50:36PM +0100, Penguin Lover Alexander Skwar 
squawked:
 Franta wrote:
 
  [EMAIL PROTECTED] ~/MyDB $ for AA in [0-9][0-9] ; do echo $AA; done
  [0-9][0-9]
  [EMAIL PROTECTED] ~/MyDB $
  
  Is this fixed somehow?
 
 [0-9][0-9] will do file name globbing, it seems. Do:
 
 touch 00 99
 

It works for globbing as wild cards, but won't work for what he wants
(I think.)

If you want to expand everything from 00 to 99, you want brace
expansion:

[05:41 PM]wwong ~ $ echo {0..9}{0..9}
00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
[05:42 PM]wwong ~ $ echo {0..99} 
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99

It also works for letters

[05:45 PM]wwong ~ $ echo {A..z}
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [  ] ^ _ a b c d e f g h i 
j k l m n o p q r s t u v w x y z

So, what you wanted would be
 for AA in {0..9}{0..9}; do echo $AA; done

What you had (for AA in [0-9][0-9]) would be interpreted by bash as:
  for AA in {filename that matches the glob [0-9][0-9]}
which, if you don't have any files named like that, will be
  for AA in {null string}
and hence the behaviour you saw. 

W
-- 
I am a nobody
Nobody is perfect
Therefore, I am perfect.
Sortir en Pantoufles: up 113 days, 15:06
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Image resize question..

2006-03-05 Thread Rohit Sharma
Apologies in advance for this quick question which isn't about Gentoo
per se, but is about work on Linux.
Is there a command [hint man command shall do] which I can use to
resize an image? I have 200 of them in a directory which I want to
resize to fit my cellphone.
-- Thanks, Rohit

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] sound recording software in gentoo

2006-03-05 Thread Christoph Eckert

 Does anyone know if the E-MU sound cards are well-supported in
 Linux sound recording?  I still havent made up my mind which pro
 audio card to invest in for the final result, but it would be nice if
 the card has good support in Linux.

I guess this question is better placed on linux audio user.

To be honest, I have a notebook and that's why I stay with USB devices, 
and many of them just work great under Linux.


Best regards


ce

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Image resize question.. : resolved

2006-03-05 Thread Rohit Sharma
Rohit Sharma wrote:

Is there a command [hint man command shall do] which I can use to resize an 
image? I have 200 of them in a directory which I want to
resize to fit my cellphone.
  

works as  in

find . -type f -maxdepth 1 -print0 | xargs -r -0 -ixxx convert -resize
200x147 xxx ./PPP/xxx.jpg

You have to create directory PPP beforehand and you execute this command
where PWD is your image collection directory.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Image resize question..

2006-03-05 Thread John J. Foster
On Mon, Mar 06, 2006 at 12:07:32AM +, Rohit Sharma wrote:
 Apologies in advance for this quick question which isn't about Gentoo
 per se, but is about work on Linux.
 Is there a command [hint man command shall do] which I can use to
 resize an image? I have 200 of them in a directory which I want to
 resize to fit my cellphone.

I haven't used it for a couple years, but take a look at imagemagick.

festus

-- 
I contend we are both atheists, I just believe in one fewer gods than
you do. When you understand why you dismiss all the other possible gods, 
you will understand why I dismiss yours.
...Stephen F Roberts


pgppRgx9OitaG.pgp
Description: PGP signature


Re: [gentoo-user] Gnome does not mount audio CD

2006-03-05 Thread Daniel da Veiga
On 3/5/06, Tom Naujokas [EMAIL PROTECTED] wrote:
 Last time I tried putting a CD in the CD drive everything seemed
 to work OK. The Audio Disc icon appeared on my Gnome desktop,
 I could click it and see a bunch of wav files corresponding
 to the tracks on the CD.

I really really doubt they were wave files, but probably Gnome had
some trick to scan the tracks, Audio CDs are not really mounted,
they are directly accessed by the app that plays them...


 No more. The icon still appears but when I click it I get a
 Couldn't display cdda:///dev/hda error dialog. Trying to
 mount the drive manually results in:

Well, hmmm, what can I say, /dev/hda? Hmmm, sounds weird, do you use
udev? If so, you probably have a /dev/cdrom, try this instead.


   # mount /dev/hda /media/cdrecorder/
   mount: you must specify the filesystem type
   # mount -t cdfs -r /dev/hda /media/cdrecorder/
   mount: unknown filesystem type 'cdfs'

You just can't mount it as far as I know... You play them, not mount them.


 Goolge finds the following link:

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

 This seems to say that cdfs is not even in portage yet. An
 emerge --searchdesc cdfs confirms this. So what's going
 on? This worked at one time and I thought that cdfs was the
 file system that made it work.

 As for timeframe, I haven't tried this in a while. Since at
 least before the Gnome 2.12 upgrade.

 Thanks in advance for any help,
 Tom Naujokas



 --
 gentoo-user@gentoo.org mailing list




--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird bash behavior

2006-03-05 Thread Franta
On Sun, 2006-03-05 at 17:48 -0500, Willie Wong wrote:
 On Sun, Mar 05, 2006 at 09:50:36PM +0100, Penguin Lover Alexander Skwar 
 squawked:
  Franta wrote:
  
   [EMAIL PROTECTED] ~/MyDB $ for AA in [0-9][0-9] ; do echo $AA; done
   [0-9][0-9]
   [EMAIL PROTECTED] ~/MyDB $
   
   Is this fixed somehow?
  
  [0-9][0-9] will do file name globbing, it seems. Do:
  
  touch 00 99
  
 
 It works for globbing as wild cards, but won't work for what he wants
 (I think.)
 
 If you want to expand everything from 00 to 99, you want brace
 expansion:
 
 [05:41 PM]wwong ~ $ echo {0..9}{0..9}
 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 
 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 
 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 
 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
 [05:42 PM]wwong ~ $ echo {0..99} 
 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 
 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 
 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 
 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
 
 It also works for letters
 
 [05:45 PM]wwong ~ $ echo {A..z}
 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [  ] ^ _ a b c d e f g h 
 i j k l m n o p q r s t u v w x y z
 
 So, what you wanted would be
  for AA in {0..9}{0..9}; do echo $AA; done
 
 What you had (for AA in [0-9][0-9]) would be interpreted by bash as:
   for AA in {filename that matches the glob [0-9][0-9]}
 which, if you don't have any files named like that, will be
   for AA in {null string}
 and hence the behaviour you saw. 
 
 W
 -- 
 I am a nobody
 Nobody is perfect
 Therefore, I am perfect.
 Sortir en Pantoufles: up 113 days, 15:06

Thanks,

seems I've worked under Wondies too long ;)

Frank


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] GOCR and Tif

2006-03-05 Thread Dan Sheffner
Hello,

I need to convert a folder of Tiff images into text files. I have tried to emerge --gocr but in the man it says that it only supports certain formats. Have anyone ever accomplished this?


Re: [gentoo-user] GOCR and Tif

2006-03-05 Thread Iain Buchanan
On Sun, 2006-03-05 at 22:46 -0600, Dan Sheffner wrote:

 I need to convert a folder of Tiff images into text files.  I have
 tried to emerge --gocr but in the man it says that it only supports
 certain formats.  Have anyone ever accomplished this?

you could use convert (media-gfx/imagemagick) to convert them to the
required format.

HTH,
-- 
Iain Buchanan iain at netspace dot net dot au

It's not so hard to lift yourself by your bootstraps once you're off the ground.
-- Daniel B. Luten

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg-7: no console switching; can't exit gnome sanely.

2006-03-05 Thread Ghaith Hachem
the only thing that solved this issue for me is downgrading to the
2.6.14 and forcing gdm to restart X each time i log out

it's in /etc/X11/gdm/gdm.conf

# If you are having trouble with using a single server for a long time and
# want gdm to kill/restart the server, turn this on
AlwaysRestartServer=true


On 3/5/06, Jeremy Olexa [EMAIL PROTECTED] wrote:
 Robert Persson wrote:

 I have also found, since the upgrade, that I can no longer exit gnome sanely.
 The first time I did it I got a kernel panic; the second time I found myself
 back at a garbled login screen; and the remaining 3 times I have simply found
 myself with a black screen and an unresponsive mouse and keyboard. I can
 however, still exit kde and blackbox without problem.
 
 I have been searching this like crazy trying to fix this because it
 happens to me too. Since I upgraded to gentoo-sources 2.6.15-r1 and
 ati-drivers 8.22.5 I have been having the same issue as you, kernel
 panic every time I restart X/reboot. Please let me know if you find a fix..!

 Comment on this bug so we can get it fixed sooner (please):
 http://bugs.gentoo.org/show_bug.cgi?id=122552

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

 I'm just hoping the next stable version of ati-drivers fixes this issue.
 I do not like rebooting my computer without syncing the filesystems.

 -Jeremy
 --
 gentoo-user@gentoo.org mailing list




--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Image resize question..

2006-03-05 Thread Alexander Skwar
Rohit Sharma wrote:


 Is there a command [hint man command shall do] which I can use to
 resize an image?

ImageMagick - convert

Alexander Skwar
-- 
HOW YOU CAN TELL THAT IT'S GOING TO BE A ROTTEN DAY:
#32: You call your answering service and they've never heard of you.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] antivirus

2006-03-05 Thread Ghaith Hachem
hello,
i was wondering if there's any good antivirus scanner outthere for
linux i recently got infected on the windows part and the linux
systems are accessible from there so i want to make sure the system is
clean i've been missing some documents from these partitions on
windows but they are availiable on linux
could anyone plz point me to the right manual to read?
thx

--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] antivirus

2006-03-05 Thread John Jolet


On Mar 5, 2006, at 11:55 PM, Ghaith Hachem wrote:


hello,
i was wondering if there's any good antivirus scanner outthere for
linux i recently got infected on the windows part and the linux
systems are accessible from there so i want to make sure the system is
clean i've been missing some documents from these partitions on
windows but they are availiable on linux
could anyone plz point me to the right manual to read?
thx

clamav is what I use.  I think it's in portage.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] antivirus

2006-03-05 Thread Masood Ahmed
Ghaith Hachem wrote:
 hello,
 i was wondering if there's any good antivirus scanner outthere for
 linux 

clamav is good, and is also in portage.. just do emerge clamav and
you'll have a good antivirus software running on your gentoo box.

 i recently got infected on the windows part and the linux
 systems are accessible from there so i want to make sure the system is
 clean i've been missing some documents from these partitions on
 windows but they are availiable on linux

I dont think linux can get infected by windows viruses.

 could anyone plz point me to the right manual to read?

check out http://www.clamav.net/doc/latest/html/

also use google to find best resources..

Bye,
Masood Ahmed

-- 
Linux Kernel  : 2.6.15-gentoo-r7
GCC version   : 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8)
Processor : AMD Athlon XP 2600+
RAM   : 1 GB DDR 333 SDRAM
CFLAGS USED   : -march=athlon-xp -O3 -m3dnow -msse -mmmx -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -ftracer
-fno-crossjumping -falign-functions=16 -falign-loops=16
-falign-jumps=16 -fno-align-labels -mfpmath=387,sse
-maccumulate-outgoing-args
CXXFLAGS USED : $(CFLAGS) -fvisibility-inlines-hidden


pgpaPFXm51WtY.pgp
Description: PGP signature


Re: [gentoo-user] antivirus

2006-03-05 Thread Ghaith Hachem
On 3/6/06, Masood Ahmed [EMAIL PROTECTED] wrote:

 I dont think linux can get infected by windows viruses.

ofcourse but i wanted to make sure it's clean since i have a 120GB
ext3 partition shared with windows so if the virus got in it would
re-infect the windows once i reinstall it and be on all my backups
ofcourse

  could anyone plz point me to the right manual to read?

 check out http://www.clamav.net/doc/latest/html/

 also use google to find best resources..

 Bye,
 Masood Ahmed

 --
 Linux Kernel  : 2.6.15-gentoo-r7
 GCC version   : 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8)
 Processor : AMD Athlon XP 2600+
 RAM   : 1 GB DDR 333 SDRAM
 CFLAGS USED   : -march=athlon-xp -O3 -m3dnow -msse -mmmx -pipe
 -fomit-frame-pointer -momit-leaf-frame-pointer -ftracer
 -fno-crossjumping -falign-functions=16 -falign-loops=16
 -falign-jumps=16 -fno-align-labels -mfpmath=387,sse
 -maccumulate-outgoing-args
 CXXFLAGS USED : $(CFLAGS) -fvisibility-inlines-hidden





--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] antivirus

2006-03-05 Thread Boyd Stephen Smith Jr.
On Monday 06 March 2006 00:10, Masood Ahmed [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] antivirus':
 I dont think linux can get infected by windows viruses.

Yes, but files accessible from a windows box, but stored on a linux box can 
become carriers.  If they aren't cleaned, they could infect the next (or 
the same) windows bow that asks for them.

In any case, having anti-virus is better than not as long as it doesn't get 
in your way or hog the CPU.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] antivirus

2006-03-05 Thread Masood Ahmed
Boyd Stephen Smith Jr. wrote:
 On Monday 06 March 2006 00:10, Masood Ahmed [EMAIL PROTECTED] wrote 
 about 'Re: [gentoo-user] antivirus':
  I dont think linux can get infected by windows viruses.
 
 Yes, but files accessible from a windows box, but stored on a linux box can 
 become carriers.  If they aren't cleaned, they could infect the next (or 
 the same) windows bow that asks for them.
 

Look what Micro$oft has done to Linux. They make us use anti virus
software.Better dump M$ Windows and use GNU/Linux full time. I'm doing
the same for past 1 year, and no problem to me. 

I dont need anti virus. Atleast not now. :)

PS: In windows world it's a good thing that one runs anti virus.

-- 
Linux Kernel  : 2.6.15-gentoo-r7
GCC version   : 4.0.2 (Gentoo 4.0.2-r3, pie-8.7.8)
Processor : AMD Athlon XP 2600+
RAM   : 1 GB DDR 333 SDRAM
CFLAGS USED   : -march=athlon-xp -O3 -m3dnow -msse -mmmx -pipe
-fomit-frame-pointer -momit-leaf-frame-pointer -ftracer
-fno-crossjumping -falign-functions=16 -falign-loops=16
-falign-jumps=16 -fno-align-labels -mfpmath=387,sse
-maccumulate-outgoing-args
CXXFLAGS USED : $(CFLAGS) -fvisibility-inlines-hidden


pgpcAsRYbyFzy.pgp
Description: PGP signature


Re: [gentoo-user] antivirus

2006-03-05 Thread Alexander Skwar
Ghaith Hachem wrote:
 hello,
 i was wondering if there's any good antivirus scanner outthere for
 linux i recently got infected on the windows part and the linux
 systems are accessible from there so i want to make sure the system is
 clean

There's no virus scanner for Linux, as there are (at least
currently) no virusses for Linux.

The scanners you'll find, will check for Windows virus.

Alexander Skwar
-- 
Ask not what's inside your head, but what your head's inside of.
-- J.J. Gibson
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] antivirus

2006-03-05 Thread Ghaith Hachem
yep exactly what i need,
the way linux works would just make it hard to get infected but i had
a shared partition infected and that would be a good reason to have a
scanner

On 3/6/06, Alexander Skwar [EMAIL PROTECTED] wrote:
 Ghaith Hachem wrote:
  hello,
  i was wondering if there's any good antivirus scanner outthere for
  linux i recently got infected on the windows part and the linux
  systems are accessible from there so i want to make sure the system is
  clean

 There's no virus scanner for Linux, as there are (at least
 currently) no virusses for Linux.

 The scanners you'll find, will check for Windows virus.

 Alexander Skwar
 --
 Ask not what's inside your head, but what your head's inside of.
 -- J.J. Gibson
 --
 gentoo-user@gentoo.org mailing list




--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list