Re: [gentoo-user] Re: package.provided syntax

2006-03-07 Thread Rumen Yotov
On Monday 06 March 2006 21:09, Harry Putnam wrote:
 Zac Medico [EMAIL PROTECTED] writes:
rsnapshot-1.2.2
bacula-1.48.5
cvs-emacs-24
 
  The example for package.provided syntax in `man portage` shows categories
  like this:
 
  app-backup/rsnapshot-1.2.2
  app-backup/bacula-1.48.5
  app-editors/emacs-cvs-24

 Ok, I'm a little gun shy to post this now but I'm still seeing
 somethign screwy.

 cat /etc/portage/package.provided
 app-backup/rsnapshot-1.2.2
 app-backup/bacula-1.48.5
 app-editors/emacs-cvs-24

 emerge -vp app-editors/emacs-cvs:
   These are the packages that would be merged, in order:
   Calculating dependencies... done!
 [ebuild U ] app-editors/emacs-cvs-22.0.50-r1 [22.0.50] USE=X gif
 gtk jpeg nls png spell -Xaw3d -tiff 0 kB


 Man portage mentions a version must be included:
  Format:
  - comments begin with #
  - one DEPEND atom per line
  - relational operators are not allowed
  - must include a version

 It also says:
   . . . . . . Portage will  not  attempt  to  update  a
   package  that  is  listed  here  unless  another  package
   explicitly requires a version that is newer than what has
   been  listed.

 So I thought maybe it didn't like my fake version so changed it to:

app-editors/emacs-cvs-22.0.50-r1
 And I still get the same output.

 Removing the -r1 since its not really emacs versioning and I still get
 the same output...
 Something is making emerge ignore this package.provided
Hi,
In my case (using it a little but think it works) the file is in other dir:
# cat /etc/portage/profile/package.provided
app-admin/fam-2.7.0-r2
Only now i see that forgot to change this (left from fam-- gamin conversion).
HTH.Rumen


pgpigpRKlY2YJ.pgp
Description: PGP signature


Re: [gentoo-user] Re: package.provided syntax

2006-03-07 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Harry Putnam wrote:
 The example for package.provided syntax in `man portage` shows categories 
 like this:

 app-backup/rsnapshot-1.2.2
 app-backup/bacula-1.48.5
 app-editors/emacs-cvs-24
 
 Ok, I'm a little gun shy to post this now but I'm still seeing
 somethign screwy.
 
 cat /etc/portage/package.provided

Oops, package.provided goes in /etc/portage/profile/ (it's an override for 
/etc/make.profile).  That's probably a common mistake.


 app-backup/rsnapshot-1.2.2
 app-backup/bacula-1.48.5
 app-editors/emacs-cvs-24
 
 emerge -vp app-editors/emacs-cvs:
   These are the packages that would be merged, in order:
   Calculating dependencies... done!
 [ebuild U ] app-editors/emacs-cvs-22.0.50-r1 [22.0.50] USE=X gif
 gtk jpeg nls png spell -Xaw3d -tiff 0 kB

Hmm, the emerge output indicates that app-editors/emacs-cvs-22.0.50 is 
installed (managed by portage).  Normally package.provided is used for packages 
that aren't managed by portage.  Now I'm not sure what you want to accomplish.

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (GNU/Linux)

iD8DBQFEDT/V/ejvha5XGaMRAuY5AJ9zVGlkeL+bjPhaA52m4d5edJQWlwCg44l7
x4iYA2CCaPYiLxTkqp7y29g=
=otXv
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Mouse not detected

2006-03-07 Thread Rik van de Bovenkamp
Maybe try 'mounting' yr mouse on /dev/psaux. I had the same problem and when I 
pointed to /dev/psaux in xorg.conf mouse was OK (peep).

BR

Rik

Er is maar één Parijs, dat is Nijmegen


-Original Message-
From: Tom Haddon [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 06, 2006 3:10 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Mouse not detected

Hi Folks,

I have gentoo installed on QEMU and I'm having problems with the mouse
not being detected. I have no /dev/mouse which means X won't start. If I
do 'dmesg | grep -i mouse' I get:

mice: PS/2 mouse device common for all mice
input: ImExPS/2 Generic Explorer Mouse as /class/input/intput1

Can anyone point me (!) in the direction of what I need to do to get my
mouse recognized?

Thanks, Tom

Tom Haddon
mailto:[EMAIL PROTECTED]

Your ignorance cramps my conversation.


-
Random quotes courtesy of fortune.

-- 
gentoo-user@gentoo.org mailing list

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.0/275 - Release Date: 3/6/2006
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bash_history

2006-03-07 Thread Haim Ashkenazi
On Tue, 2006-03-07 at 03:46 +0100, Tim Kruse wrote:
 * On 07.03.2006 Haim Ashkenazi wrote:
 
  I am wondering what do I need to config so that when a user or root
  type reboot the commands typed before a saved in bash_history and also
  when the user or root don' type anything but just press combination of
  keys ctrl+alt+del?
  when you press reboot the shell process dies, so it doesn't save the
  history. if you want to save history you have to exit the shell and then
  login and enter reboot, or press ctrl+alt+del.
check out also the history command in bash ('help history'). it has some
commands to write or append the current history to a file (I never used
it, just looked at the man page).

if it works you can have alias to 'history -a $HISTFILE
 /sbin/reboot'. of course you have to check the history options.

Bye
-- 
Haim


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


[gentoo-user] Distcc using a x86-hardened and a pentium4 host

2006-03-07 Thread Kai Kuehne
Hi.
I have a server and I'm planning to install the 2006.0 x86-hardened stage 3.
I want to use distcc for the server and my laptop.

My question:
Is the hardened x86 gcc and the normal pentium4-stage gcc compatible?

Thank You
Kai

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: bash_history

2006-03-07 Thread Goran Maksimovi

 On Tue, 2006-03-07 at 03:46 +0100, Tim Kruse wrote:
  * On 07.03.2006 Haim Ashkenazi wrote:
  
   I am wondering what do I need to config so that when a user or root
   type reboot the commands typed before a saved in bash_history and also
   when the user or root don' type anything but just press combination of
   keys ctrl+alt+del?
   when you press reboot the shell process dies, so it doesn't save the
   history. if you want to save history you have to exit the shell and
the n
   login and enter reboot, or press ctrl+alt+del.
 check out also the history command in bash ('help history'). it has some
 commands to write or append the current history to a file (I never used
 it, just looked at the man page).
 
 if it works you can have alias to 'history -a $HISTFILE
  /sbin/reboot'. of course you have to check the history options.
 
 Bye
 -- 
 Haim
 



Yes, but is there someway that when i press ctrl-alt-del that before Linux goes
in the process of reboot he previously log outs and then he goes in the process
of reboot?

Bye 

Goran

-- T - C o m - - W e b m a i l --
Ova poruka poslana je upotrebom T-Com Webmail usluge.
Postani redatelj najgledanijeg hrvatskog filma!
http://www.tportal.hr/100sekundislave/



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] bash_history

2006-03-07 Thread Matteo Lanza
On 3/7/06, Haim Ashkenazi [EMAIL PROTECTED] wrote:
 when you press reboot the shell process dies, so it doesn't save the
 history. if you want to save history you have to exit the shell and then
 login and enter reboot, or press ctrl+alt+del.

What about putting the following:

trap history -w EXIT

in ~/.bash_profile or /etc/profile?

This way the current history is flushed when the shell exits.

My 2c

--
Matteo Lanza
[EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Iptables Tarpit

2006-03-07 Thread Erik Westenbroek
I guess TARPIT is not in the default installation of iptables, Ill
just use labrea.

On 3/6/06, Ryan Tandy [EMAIL PROTECTED] wrote:
 Erik Westenbroek wrote:
  iptables: No chain/target/match by that name
 I don't see a chain or other target named TARPIT - it's not defined
 anywhere on the page you referenced as far as I see, so you may have to
 dig it up elsewhere.
 --
 gentoo-user@gentoo.org mailing list




--
Erik
http://erikstotle.homelinux.org/

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] openssh login problems

2006-03-07 Thread Stefan Riha
Hi,

when I try to log in with openssh, this happens:

ssh -v -v [EMAIL PROTECTED]

OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to stud4.tuwien.ac.at [193.170.75.14] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version 3.2.3
SSH Secure Shell (non-commercial)
debug1: no match: 3.2.3 SSH Secure Shell (non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 118/256
debug2: bits set: 518/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'stud4.tuwien.ac.at' is known and matches the DSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug2: bits set: 499/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa ((nil))
debug2: key: /root/.ssh/id_dsa ((nil))
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password


[EMAIL PROTECTED]'s password:


debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 10 rmax 16384

There it hangs and I can't kill with crtl-c.
Didn't change anything in /etc/ssh, if you still need to see the files
let me know!
Tried putty and it worked.

Thanks, Stefan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] openssh login hangs

2006-03-07 Thread Stefan Riha
Hi,

when I try to log in with openssh, this happens:

ssh -v -v [EMAIL PROTECTED]

OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to stud4.tuwien.ac.at [193.170.75.14] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version 3.2.3
SSH Secure Shell (non-commercial)
debug1: no match: 3.2.3 SSH Secure Shell (non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 118/256
debug2: bits set: 518/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'stud4.tuwien.ac.at' is known and matches the DSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug2: bits set: 499/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa ((nil))
debug2: key: /root/.ssh/id_dsa ((nil))
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password


[EMAIL PROTECTED]'s password:


debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 10 rmax 16384

There it hangs and I can't kill with crtl-c.
Didn't change anything in /etc/ssh, if you still need to see the files
let me know!
Tried putty and it worked.

Thanks, Stefan

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: cryptsetup and cryptsetup-luks

2006-03-07 Thread Harry Putnam
Richard Fish [EMAIL PROTECTED] writes:
 But this doesn't really answer why I didn't get better output on the
 test emerge -vuDp world... does it?

 Yes, it does.

Thanks for your comments Richard... helpful as always

Peter [EMAIL PROTECTED] writes:

[...]


 pmount explictly wants luks. So, if that's the case, you must first
 unmerge cryptsetup and then do your normal emerge -uD world. luks should
 come in.

 I would do some research first and make sure you won't hose any encrypted
 filesystems you may have. You may also want to check why pmount can't work
 with regular cryptsetup. Maybe it's a developer bug? Check bugzilla.

It didn't hose my partition and mounts it fine so all is well here.
Thanks..

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] QoS/tc under gentoo

2006-03-07 Thread Alexander Kirillov
I've recently gotten interested in using tc to manage my upstream 
bandwidth.  Is there a gentoo package that provides an init script to 
start tc rules ala iptables-save/restore?


What about /etc/conf.d/local.start /etc/conf.d/local.stop?

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: package.provided syntax

2006-03-07 Thread Harry Putnam
Rumen Yotov [EMAIL PROTECTED] writes:


[...]

 Hi,
 In my case (using it a little but think it works) the file is in other dir:
 # cat /etc/portage/profile/package.provided
 app-admin/fam-2.7.0-r2

Zac Medico [EMAIL PROTECTED] writes:
 Oops, package.provided goes in /etc/portage/profile/ (it's an
 override for /etc/make.profile).  That's probably a common mistake.

Thanks posters... yup, no wonder it was being ignored eh?
All better now.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] tool to convert to psp movie format

2006-03-07 Thread Konstantinos Agouros
Hi,

is there something to convert movies into the format required by a 
playstation portable in the portage-tree? Can maybe transcode do
this?

Konstantin
-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] annotate html pages

2006-03-07 Thread Harry Putnam
Glenn Enright [EMAIL PROTECTED] writes:

 while not having investigated it too much, openoffice and other similar apps 
 all process web pages... perhaps they can do the work for you?

Looks like a product called Amaya maybe more directly designed for
this.
For anyone interested:  http://www.w3.org/Amaya/

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] QoS/tc under gentoo

2006-03-07 Thread Haim Ashkenazi
On Mon, 2006-03-06 at 18:06 -0600, Boyd Stephen Smith Jr. wrote:
 I've recently gotten interested in using tc to manage my upstream 
 bandwidth.  Is there a gentoo package that provides an init script to 
 start tc rules ala iptables-save/restore?
 
 Also, if anyone knows of a good front-end to tc, it would be nice to try 
 out, esp. now that I'm comfortable messing with it from the command-line.
 
 I don't require ingress or IMQ support, just standard egress.
If you're using shorewall for iptables, you can configure tc through it.
If this is a ppp connection you can put it in /etc/ppp/ip-up.local. I
have this line in ip-up.local for very basic traffic control:

/sbin/tc qdisc add dev ppp0 root tbf rate 85kbit latency 50ms burst 1540

so every time the connection starts it limits the queue sent to the
modem.

Bye
-- 
Haim


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


[gentoo-user] Re: emacs-cvs patch failure

2006-03-07 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes:

Note this section from this thread post has been resolved:

 I don't really want to jack around with emacs.  I have it installed
 and running fine, and I have in my  /etc/portage/package.provided, 
  ^
 these lines:

   app-backup/rsnapshot-1.2.2
   app-backup/bacula-1.48.5
   app-editors/emacs-cvs-22.0.50-r1

Wrong address for package.provided... it should have been at:
   /etc/portage/profile/package.provided, 

Once put there .. portage noticed it as expected

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] tool to convert to psp movie format

2006-03-07 Thread Martins Steinbergs
On Tuesday 07 March 2006 15:47, Konstantinos Agouros wrote:
 Hi,

 is there something to convert movies into the format required by a
 playstation portable in the portage-tree? Can maybe transcode do
 this?

 Konstantin

ffmpeg claims it can encode psp mp4 format but i dont see anything about psp 
mp3 for audio

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



[gentoo-user] Re: Hello

2006-03-07 Thread Harry Putnam
A.R.S. KA9QLQ Alvin Koffman [EMAIL PROTECTED] writes:

 Will the dvd have a ton of stuff? I see the live cd is only 200 meg, that
 seems kinda small. Be nice to see xvkbd in it for people who can't use
 their hands well.
 Just wondering.
 Alvin

In gentoo the install cds are not a full on snapshot of all
installable stuff.
They contain the basic system in a few different configurations called
stages.  Current practice I believe is to use stage-3 even though
others may be there.

You are expected to have a working basic install first then you can
get the portage tree (all the goodies you are asking about) installed
and updated fairly effortlessly.

Installation is well covered on gentoo.org under a documentation link
with Installation in the title (don't remember off hand exact name)
Browse thru that a bit and you'll have an idea how to do it.

Its not the same as binary distributions like Fedora, mandrake etc.
There are no ready made packages to just stick in other than the base
install (stage-3).  Every thing is compiled on gentoo.  But it is
automated and pretty easy to follow.

Some things you may want to install like a full KDE install can take a
very long time to compile... so be warned. 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Hello

2006-03-07 Thread Daniel da Veiga
On 3/6/06, A.R.S. KA9QLQ Alvin Koffman [EMAIL PROTECTED] wrote:
 I looked at gentoo about 2 years back when I wanted to switch from
 Mandrake, I went with Mepis and realy liked 3.3 but 3.4-3 doesn't seem as
 good. Don't like how they changed the reopositories. So I thought I'd look
 to gentoo again, and am please to see they're really making progress.
 Looks like there's a live cd with a graphical install from what I've read.


Yeah, I tried it this weekend, damn good if you ask me. I tried an
alternative way it provides, creating the stage3 dynamic with the
packages in the livecd. 2 hours and I got a full working environment
with X and all the stuff... 1 day later it was all configured and
updated...


 I remember asking about a graphical frountend [like synaptit in Mepis] and
 was told we're working on it. How's it coming?

Never heard of it, but I kinda like emerge command line style.


 I see it still leans heavly on Gnome but a KDE version is on it's way,
 that will help with popularity.

I hate KDE (MHO, no flames please), but you're right, anyway, I guess
you don't need kde for a graphical installer interface, I mean, Gnome
loads in half the time and provides you what you need (don't get me
wrong, Im a fluxbox user, so I hate Gnome as well).


 I have a Celleron 2.9 gig 80 gig hd X 2 and 160 gig sata Diamond Stealth
 P90 nvidia fx 5200 video, and winsurf tv card that likes to lock my systom
 up g and dsl.

 Will the dvd have a ton of stuff? I see the live cd is only 200 meg, that
 seems kinda small. Be nice to see xvkbd in it for people who can't use
 their hands well.

I bet the LiveDVD will be awesome, I wonder if it will come with all
the packages binaries updated, damn good for new installs, In about 3
hours you get a full working environment and start working while
portage 15 nicened update everything else in the background.

 Just wondering.
 Alvin

 For the best jerky you've ever had go to
 http://alk.jerkydirect.com/
 My home page
 http://ka9qlq.tripod.com
 This PC is windows free with Mepis Linux 3.4-3
 http://www.mepis.org/
 1(747)632-4973 SIP
 Get Gizmo 1 cent per minuet calling
 http://www.gizmoproject.com/
 --
 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] Distcc using a x86-hardened and a pentium4 host

2006-03-07 Thread Kai Kuehne
Hi Rumen,

On 3/7/06, Rumen Yotov [EMAIL PROTECTED] wrote:
 Hi,
 Not 100 % sure but think that you can't use 'distcc' with hardened  vanilla
 profiles, even if gcc versions are the same.
 These profiles have different compile flags, etc.
 Some time ago here (ML) there were an error message due to use if hardened 
 normal GCC (python segfault IIRC) using distcc.
 HTH.Rumen

Thanks!
Does anyone know that architecture is better?
Should I use x86 or i686 instead of amd64 to make distcc between my
server and my laptop(pentium4 profile) work?

Greetings :)
Kai

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to get a midi-editor working

2006-03-07 Thread Willie Wong
On Tue, Mar 07, 2006 at 12:22:11AM -0500, Penguin Lover Walter Dnes squawked:
 1) I emerged rosegarden (and dependancies) successfully.  But there
 was no sound and no documentation.  No man rosegarden and when I hit
 {F1} or click on Help, it complains about kfmclient not found.  I'm
 running Blackbox, and no, I don't want to build KDE in all its bloated
 glory, thank you.

http://rosegarden.sourceforge.net/tutorial/

(as a side note, for a tool that is completely GUI, how would a man
page be useful?)

 2) I unmerged rosegarden (and dependancies), and tried lilypond.  It
 dies when doing the emerge on lilypond itself.  I ran
 emerge lilypond  logfile 21 and got the following output in logfile...

If you just want to edit a stinking midi file, then lilypond has no
use for you. It is music typesetting program, and AFAIK cannot got
from .midi to .ly 

But sorry that I can't help with your compiling problem. What version
of app-text/mftrace do you have?

W
-- 
The last time anybody made a list of the top hundred 
character attributes of New Yorkers, common sense snuck in 
at number 79. 
When it's fall in New York, the air smells as if someone's 
been frying goats in it, and if you are keen to breathe the 
best plan is to open a window and stick your head in a 
building. 

- Nuff said?? 
Sortir en Pantoufles: up 115 days,  8:24
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] openssh login hangs

2006-03-07 Thread stefan riha
Hi,

when I try to log in with openssh, this happens:

ssh -v -v [EMAIL PROTECTED]

OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to stud4.tuwien.ac.at
[193.170.75.14] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software
version 3.2.3
SSH Secure Shell (non-commercial)
debug1: no match: 3.2.3 SSH Secure Shell
(non-commercial)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,[EMAIL
 PROTECTED],aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit: none,[EMAIL PROTECTED],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,twofish128-cbc,cast128-cbc,twofish-cbc,blowfish-cbc,aes192-cbc,aes256-cbc,twofish192-cbc,twofish256-cbc,arcfour
debug2: kex_parse_kexinit:
hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server-client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client-server aes128-cbc hmac-md5 none
debug2: dh_gen_key: priv key bits set: 118/256
debug2: bits set: 518/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'stud4.tuwien.ac.at' is known and matches
the DSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug2: bits set: 499/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /root/.ssh/identity ((nil))
debug2: key: /root/.ssh/id_rsa ((nil))
debug2: key: /root/.ssh/id_dsa ((nil))
debug1: Authentications that can continue:
publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password


[EMAIL PROTECTED]'s password:


debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: channel 0: request pty-req confirm 0
debug2: channel 0: request shell confirm 0
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 10 rmax
16384

There it hangs and I can't kill with crtl-c.
Didn't change anything in /etc/ssh, if you still need
to see the files
let me know!
Tried putty and it worked.

Thanks, Stefan






___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problem with vixie-cron

2006-03-07 Thread Thiago Lüttig
Hi, i´m trying to automate a proccess with vixie-cron, so I edit the /etc/crontab file, and after run crontab /etc/crontab, i look into the log (/var/log/crond/current) and the following message apears: [cron] (*system*) BAD FILE MODE (/etc/crontab)

and my task was not executed. What´s wrong ?-- __Atenciosamente,Thiago LüttigMSN: [EMAIL PROTECTED]
ICQ: 194392373__ 


Re: [gentoo-user] Problem with vixie-cron

2006-03-07 Thread Michael Smith
Sounds like the permissions for /etc/crontab are too restrictive for cron to 
manage. Check those permissions...


Thiago Lüttig wrote:
Hi, i´m trying to automate a proccess with vixie-cron, so I edit the 
/etc/crontab file, and after run crontab /etc/crontab, i look into the 
log (/var/log/crond/current) and the following message apears: [cron] 
(*system*) BAD FILE MODE (/etc/crontab)

and my task was not executed. What´s wrong ?

--
__

Atenciosamente,
Thiago Lüttig

MSN: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
ICQ:   194392373
__

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with vixie-cron

2006-03-07 Thread Dave Moore
Hi, i´m trying to automate a proccess with vixie-cron, so I edit the
/etc/crontab file, and after run crontab /etc/crontab, i look into
the log (/var/log/crond/current) and the following message apears:
[cron] (*system*) BAD FILE MODE (/etc/crontab)
and my task was not executed. What´s wrong ?

Can you do crontab -e and post the crontab entry in question?

Dave

--
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GAT d-(+) s+: a24 C++ UBL++ 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] Hello

2006-03-07 Thread Ghaith Hachem
On 3/7/06, A.R.S. KA9QLQ Alvin Koffman [EMAIL PROTECTED] wrote:

 I remember asking about a graphical frountend [like synaptit in Mepis] and
 was told we're working on it. How's it coming?

take a look at porthole it's in portage

$ eix porthole
* app-portage/porthole
 Available versions:  0.4.1 0.5.0
 Installed:   0.5.0
 Homepage:http://porthole.sourceforge.net
 Description: A GTK+-based frontend to Portage


Found 1 matches


--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with vixie-cron

2006-03-07 Thread Dave Nebinger

Thiago Lüttig wrote:
Hi, i´m trying to automate a proccess with vixie-cron, so I edit the 
/etc/crontab file, and after run crontab /etc/crontab, i look into the 
log (/var/log/crond/current) and the following message apears: [cron] 
(*system*) BAD FILE MODE (/etc/crontab)

and my task was not executed. What´s wrong ?


First you do not want to put it into /etc/crontab.  Edit a file in your 
local directory.


Often it is better to crontab -l  local.crontab or some such so the 
file is populated with your current crontab entries, then edit it to add 
your new entry.


Finish that off by crontab local.crontab to get the addition loaded.


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problem with vixie-cron

2006-03-07 Thread Michael Smith

oh right -- no need to run 'crontab /etc/crontab' with vixie-cron

just do crontab -e to edit and you're done.


Thiago Lüttig wrote:
Hi, i´m trying to automate a proccess with vixie-cron, so I edit the 
/etc/crontab file, and after run crontab /etc/crontab, i look into the 
log (/var/log/crond/current) and the following message apears: [cron] 
(*system*) BAD FILE MODE (/etc/crontab)

and my task was not executed. What´s wrong ?

--
__

Atenciosamente,
Thiago Lüttig

MSN: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
ICQ:   194392373
__

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host

2006-03-07 Thread Rumen Yotov
On Tuesday 07 March 2006 17:31, Kai Kuehne wrote:
 Hi Rumen,

 On 3/7/06, Rumen Yotov [EMAIL PROTECTED] wrote:
  Hi,
  Not 100 % sure but think that you can't use 'distcc' with hardened 
  vanilla profiles, even if gcc versions are the same.
  These profiles have different compile flags, etc.
  Some time ago here (ML) there were an error message due to use if
  hardened  normal GCC (python segfault IIRC) using distcc.
  HTH.Rumen

 Thanks!
 Does anyone know that architecture is better?
 Should I use x86 or i686 instead of amd64 to make distcc between my
 server and my laptop(pentium4 profile) work?

 Greetings :)
 Kai
Hi,
Just some directions, as i don't use it (distcc).
First check the distcc-doc in gentoo.org.
Then read (/etc/make.conf.example) about setting your CFLAGS.
IIRC there's at least three -march=, -mcpu= and -mtune=.
By memory (for example) -mtune=pentium4 give your generated code which is 
backward compatible with i686.
But don't just believe me, check first. Someone else here?
PS: also better use the sama GCC version on both machines.
HTH.Rumen


pgpMElfDTRUot.pgp
Description: PGP signature


Re: [gentoo-user] Iptables Tarpit

2006-03-07 Thread Dave Jones
Erik Westenbroek wrote on 03/07/06 04:18:
 I am attempting create a tarpit to protect against SSH Brute force
 attempts.  I tried this:
 --snip--
 iptables -A SSH_Brute_Force -p tcp -j TARPIT
 After I type the last command typed I got this error message:
 iptables: No chain/target/match by that name

 What am I doing wrong?

Hi Erik

The standard Gentoo-sources kernel does not include the TARPIT target.
You need to pick up an updated kernel iptables source from
netfilter.org, and install it as follows:

I assume you have a subversion client already installed on your machine.

  cd /usr/src

Pick up patch-o-matic-ng:

  svn co https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng

Pick up iptables source code:

  svn co https://svn.netfilter.org/netfilter/trunk/iptables

Install kernel patches to iptables extra code

  cd patch-o-matic-ng
  ./runme extra

Here you can select the targets/filters (e.g TARPIT) you want patching
into the kernel iptables modules.

After installing patches you must regenerate your kernel and modules to
activate the patches, and then re-emerge iptables to pick up the kernel
patches.

make menuconfig
make  make modules_install  make install

Make sure that you have USE=extensions in your /etc/make.conf before
you emerge iptables, or it will ignore the new non-standard extensions.

 emerge iptables

This worked for me.

Cheers, Dave
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] modest mail server for home network

2006-03-07 Thread Robert Persson
I want to set up a very modest home mail server that will collect emails from 
other pop3 servers and make them available to 2 or 3 users using 1 or more 
different clients on 2 or 3 computers. I have become very confused by the 
various howtos. Even the gentoo ones, which on other subjects are usually 
very good, in this case assume an awful lot of arcane knowledge and also say 
preposterous things, such as that xyz server is easy to set up when it quite 
plainly isn't.

I have spent way to much time trying to get courier running only to find that 
(a) it doesn't work and (b) it doesn't seem to be able to fetch mail from an 
external server. I then installed fetchmail, but can't find any howtos on 
installing it as a service, or any clear explanation of how it plays 
alongside courier or any other imap server.

The absolute #1 consideration is that the system must be easy to set up and 
easy to move to another machine when the time comes. 

smtp is not important at the moment because the isp smtp service usually 
works.

Any advice very much appreciated.

Robert
-- 
Robert Persson

Conspiracy Bears:
Once upon a time there were lots of conspiracy bears...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modest mail server for home network

2006-03-07 Thread Mickey Mullin
On 3/7/06, Robert Persson [EMAIL PROTECTED] wrote:
 I want to set up a very modest home mail server that will collect emails from
 other pop3 servers and make them available to 2 or 3 users using 1 or more
 different clients on 2 or 3 computers.
 [snip]
 I have spent way to much time trying to get courier running only to find that
 (a) it doesn't work and (b) it doesn't seem to be able to fetch mail from an
 external server. I then installed fetchmail, but can't find any howtos on
 installing it as a service, or any clear explanation of how it plays
 alongside courier or any other imap server.

From man fetchmail:
The --daemon interval or -d interval option runs fetchmail in
daemon mode. You must specify a numeric argument which is a polling
interval in seconds.

Two things that may help searching for that sort of thing in the
future: 1) services as you know them on Windows are referred to as
daemons on Linux/UNIX and 2) if you are in man or less, / (forward
slash) begins a search, and then n repeats the search (after typing
it and hitting enter).

 The absolute #1 consideration is that the system must be easy to set up and
 easy to move to another machine when the time comes.

 smtp is not important at the moment because the isp smtp service usually
 works.

Unfortunately, what you describe is not a simple or common setup, so
easy to set up may be a difficult goal to accomplish. Also,
fetchmail expects an SMTP service to which it can deliver the mail it
receives.

It seems to me that the minimum you need are: an SMTP server, a POP3
server, and fetchmail. You could probably get by the simplest by
creating system actual users on the Gentoo mailserver box for each of
the people in your scenario and setting up fetchmailconfs in each
user's home directory. Then use the most basic SMTP and POP3 servers
you can find (ssmtp may even work). Ironically, I've never set up such
a simple configuration, so I can't guide you much further than that.

Mickey

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: [OT] annotate html pages

2006-03-07 Thread Glenn Enright
On Wednesday 08 March 2006 02:54, Harry Putnam wrote:
 Glenn Enright [EMAIL PROTECTED] writes:
  while not having investigated it too much, openoffice and other similar
  apps all process web pages... perhaps they can do the work for you?

 Looks like a product called Amaya maybe more directly designed for
 this.
 For anyone interested:  http://www.w3.org/Amaya/

very nice... might have a play with that myself :)
-- 
Happiness makes up in height what it lacks in length.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bash_history

2006-03-07 Thread Simon Kellett
Goran Maksimoviæ [EMAIL PROTECTED] writes:

 Yes, but is there someway that when i press ctrl-alt-del that before Linux 
 goes
 in the process of reboot he previously log outs and then he goes in the 
 process
 of reboot?

I have not tried it but, for example my /etc/inittab has a line:

ca:12345:ctrlaltdel:/sbin/shutdown -h now

I am guessing that you could replace the shutdown command with a script
of your own that does whatever you want, and then finally calls shutdown
?

-- 
Simon Kellett,|   Gentoo Linux, Fvwm, Firefox 
Darmstadt, Germany|  Xemacs, Vm, Gnus


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to get a midi-editor working

2006-03-07 Thread b.n.

Walter Dnes wrote:

  This getting extremely annoying.  I simply want to edit a stinking midi
file.


It's extremly annoying to get people complaining in first place like 
having everything *free software* here, easy, user friendly and right 
now, just ready for their exact needs is a human right. If isn't there, 
well, it's bad, but moaning and gruntling won't help anyone. Coding, 
paying someone to code, or letting the community know there's a real 
need for something (and why, and why existing alternatives are not good) 
 is helpful, instead.


Don't get me wrong -there have been A LOT of times in which I said to 
myself oh shit why there is no OSS program/Linux program doing this and 
that?. But I don't go complaining in mailing lists just like the whole 
cosmos were against me.



1) I emerged rosegarden (and dependancies) successfully.  But there
was no sound and no documentation.  No man rosegarden and when I hit
{F1} or click on Help, it complains about kfmclient not found.  I'm
running Blackbox, and no, I don't want to build KDE in all its bloated
glory, thank you.


Well, if you don't want to build dependencies, don't complain. However, 
what about google?


Anyway, have you checked for Timidity?

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



Re: [gentoo-user] Trying to get a midi-editor working

2006-03-07 Thread Christoph Eckert

 Anyway, have you checked for Timidity?

AFAIK Timidity is a tool mainly to playback MIDI files, not to edit 
them.


Best regards


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



Re: [gentoo-user] modest mail server for home network

2006-03-07 Thread gerrit
On Tue, Mar 07, 2006 at 11:03:32AM -0800, Robert Persson wrote:
 I want to set up a very modest home mail server that will collect emails from 
 other pop3 servers and make them available to 2 or 3 users using 1 or more 
 different clients on 2 or 3 computers. I have become very confused by the 
 various howtos. Even the gentoo ones, which on other subjects are usually 
 very good, in this case assume an awful lot of arcane knowledge and also say 
 preposterous things, such as that xyz server is easy to set up when it quite 
 plainly isn't.
 
 I have spent way to much time trying to get courier running only to find that 
 (a) it doesn't work and (b) it doesn't seem to be able to fetch mail from an 
 external server. I then installed fetchmail, but can't find any howtos on 
 installing it as a service, or any clear explanation of how it plays 
 alongside courier or any other imap server.
 
 The absolute #1 consideration is that the system must be easy to set up and 
 easy to move to another machine when the time comes. 
 
 smtp is not important at the moment because the isp smtp service usually 
 works.

You should consider using getmail with cron instead of fetchmail. It writes
directly to maildir folders so you could probably do without a smtp server. To
make those maildirs available over pop3 and imap you could use the fairly
lightweight dovecot imap server.

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



Re: [gentoo-user] Re: Hello

2006-03-07 Thread A.R.S. KA9QLQ Alvin Koffman
Thanks for the replies guys. I like porthole. I redownloaded the iso [the
size was just was just wrong] butnd the cd, rebooted. Everything seemed
good as the systom loaded and the icons ticked off then just as Gnome
should have appered the monitor said no video signal and went into
powersaver mode. I guess Gentoo isn't quite upto the hardware detection
yet. BTW it's an Emachines flat pannel w/ a diamond stealth P90 nvida fx
5200 chip.
Alvin

For the best jerky you've ever had go to
http://alk.jerkydirect.com/
My home page
http://ka9qlq.tripod.com
This PC is windows free with Mepis Linux 3.4-3
http://www.mepis.org/
1(747)632-4973 SIP 
Get Gizmo 1 cent per minuet calling
http://www.gizmoproject.com/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to get a midi-editor working

2006-03-07 Thread Walter Dnes
On Tue, Mar 07, 2006 at 11:05:05AM -0500, Willie Wong wrote

 http://rosegarden.sourceforge.net/tutorial/
 
 (as a side note, for a tool that is completely GUI, how would a man
 page be useful?)

  Even if it only pointed me to that tutorial webpage, I would've
appreciated it.  And thank you very much, by the way.  That tutorial was
exactly what I was looking for.  With your help, I can now get started.

  I'm capable of RTFM.  Somedays, my main problem is FTFM (Finding The
F***ing Manual).

-- 
Walter Dnes [EMAIL PROTECTED] In linux /sbin/init is Job #1
My musings on technology and security at http://tech_sec.blog.ca
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: bash_history

2006-03-07 Thread Harry Putnam
Tim Kruse [EMAIL PROTECTED] writes:

  I love zsh ;-)

 ,-
 | % setopt | grep -i append.*history
 | incappendhistory
 | % man zshoptions | col -b | grep -A 4 APPEND_HISTORY
 | APPEND_HISTORY D
 | If this is set, zsh sessions will append their history  list  to
 | the  history file, rather than overwrite it. Thus, multiple par-
 | allel zsh sessions will all have their history  lists  added  to
 | the history file, in the order they are killed.
 |--
 | INC_APPEND_HISTORY
 | This options works like APPEND_HISTORY except that  new  history
 | lines  are added to the $HISTFILE incrementally (as soon as they
 | are entered), rather than waiting until  the  shell  is  killed.
 | The  file  is periodically trimmed to the number of lines speci-
 | fied by $SAVEHIST, but can exceed this value between  trimmings.
 `-

I'd love it more if they bothered to tell you how to set this stuff.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Trying to get a midi-editor working

2006-03-07 Thread b.n.

(as a side note, for a tool that is completely GUI, how would a man
page be useful?)


A man page is always useful.


  Even if it only pointed me to that tutorial webpage, I would've
appreciated it.  


Well said.

And thank you very much, by the way.  That tutorial was

exactly what I was looking for.  With your help, I can now get started.

  I'm capable of RTFM.  Somedays, my main problem is FTFM (Finding The
F***ing Manual).


But hey, there's The Big Search Engine With The White Simple Start Page 
And The Corporate Logo Written in Coloured Letters to start with...


m.

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Hello

2006-03-07 Thread Daniel da Veiga
On 3/7/06, A.R.S. KA9QLQ Alvin Koffman [EMAIL PROTECTED] wrote:
 Thanks for the replies guys. I like porthole. I redownloaded the iso [the
 size was just was just wrong] butnd the cd, rebooted. Everything seemed
 good as the systom loaded and the icons ticked off then just as Gnome
 should have appered the monitor said no video signal and went into
 powersaver mode. I guess Gentoo isn't quite upto the hardware detection
 yet. BTW it's an Emachines flat pannel w/ a diamond stealth P90 nvida fx
 5200 chip.

Use CTRL+ALT+F1 to switch to a console and use the command line
installer, its as good as the GTK one. You can even try to fix this
editing the configuration for X.

 Alvin

 For the best jerky you've ever had go to
 http://alk.jerkydirect.com/
 My home page
 http://ka9qlq.tripod.com
 This PC is windows free with Mepis Linux 3.4-3
 http://www.mepis.org/
 1(747)632-4973 SIP
 Get Gizmo 1 cent per minuet calling
 http://www.gizmoproject.com/
 --
 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



[gentoo-user] Gentoo penguins found eating apples.

2006-03-07 Thread Ed Jabbour
From: http://www.neoseeker.com/news/story/5381/

Linux Boots on Intel-Based Mac
Matt Horne - Thursday, February 16th, 2006 | 2:31PM (PST)

Gentoo successfully run on 17 iMac Core Duo

With the recent surge to find alternative means of OS software for your 
computer and electronic devices, the great minds over at Mactel-Linux have 
been successful in booting a version of Linux on the new Intel-based 17 
iMac.

The modified Linux kernel has been successfully run from a USB-based hard 
drive and loads the Gentoo distro. More information from the group will be 
released this weekend.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] how to implement net bandwidth quota

2006-03-07 Thread Bobber Cheng

Hi, all,

I'd like to implement net bandwidth quota. E.g. I like give normal use 
1M/s at max, give superuse 10M/s at max, give server user like apache 50M.


Any suggestion?

Bests,
Bobber
--
gentoo-user@gentoo.org mailing list



[gentoo-user] Monitor goes off on boot

2006-03-07 Thread A.R.S. KA9QLQ Alvin Koffman
Well I'm stumped. Every time I boot the live cd it gets to where Gnome
should start then the monitor goes off. Does any one know what video
drivers the live cd uses?
Alvin

For the best jerky you've ever had go to
http://alk.jerkydirect.com/
My home page
http://ka9qlq.tripod.com
This PC is windows free with Mepis Linux 3.4-3
http://www.mepis.org/
1(747)632-4973 SIP 
Get Gizmo 1 cent per minuet calling
http://www.gizmoproject.com/
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to implement net bandwidth quota

2006-03-07 Thread Heiko Wundram
Am Mittwoch, 8. März 2006 06:52 schrieb Bobber Cheng:
 Any suggestion?

Yes. Go and google for tc and the mark table of iptables, and most probably 
the user-match too. (Linux Advanced Routing  Traffic Control HOWTO ring a 
bell?) 

Oh, and by the way, the HOWTO is nothing you couldn't have found by investing 
a little time on Google. Next time, google before you ask, please...

-- 
--- Heiko.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] equery, make.conf USE flag mismatch on amd64

2006-03-07 Thread Kumar Golap
Hello All,

I have the following USE in my make.conf (on an athlon64 machine)
USE=3dnow xorg a52 alsa acpi arts avi berkdb cdr crypt cups dvdr dvd
encode foomaticdb ffmpeg flac gdbm gif gpm gtk gtk2 hal imlib jpeg kde
gnome libg++ libwww lm_sensors mad mikmod mmx motif mpeg mysql ncurses
nls oggvorbis opengl pam pam_console pdflib png python qt quicktime
readline sdl slang spell sse ssl svga tcpd tiff truetype usb X xml2
xmms xv zlib f77 v4l win32codecs


And when i do: equery uses xawtv i get the following:
[ Searching for packages matching xawtv... ]
[ Colour Code : set unset ]
[ Legend: Left column  (U) - USE flags from make.conf 
   ]
[  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for media-tv/xawtv-3.95-r1 ]
 U I
 + + X : Adds support for X11
 + + aalib : Adds support for media-libs/aalib (ASCII-Graphics Library)
 + + alsa  : Adds support for media-libs/alsa-lib (Advanced Linux
Sound Architecture)
 + + dv: Enables support for a codec used by many camcorders
 + + lirc  : Adds support for lirc (Linux's Infra-Red Remote Control)
 - - mmx   : Adds support for optimizations for Pentium MMX and
Athlon class processors
 + + motif : Adds motif support (x11-libs/openmotif x11-libs/lesstif)
 + + nls   : Adds Native Language Support (using gettext - GNU
locale utilities)
 + + opengl: Adds support for OpenGL (3D graphics)
 + + quicktime : Adds support for OpenQuickTime
 + + xext  : Enable use of XFree extentions (DGA,VidMode,DPMS)
 + + xv: Adds in optional support for the Xvideo extension (an
X API for video playback)
 + + zvbi  : Enable VBI Decoding Library for Zapping


Please note that mmx seems to be missing in both columns. despite
that its there in my USE in make.conf

When i do: emerge --pretend --newuse xawtv

It basically reports that nothing need to be done


Is this a bug in equery or is it that i can't set mmx on an Athlon64 ?

I'm using:
Portage version 2.0.54
Gentoolkit version 0.2.1


Thanks

Kumar

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Monitor goes off on boot

2006-03-07 Thread Iain Buchanan
On Tue, 2006-03-07 at 22:18 -0800, A.R.S. KA9QLQ Alvin Koffman wrote:
 Well I'm stumped. Every time I boot the live cd it gets to where Gnome
 should start then the monitor goes off. Does any one know what video
 drivers the live cd uses?

The gentoo live cd?  I didn't know it started gnome.  Did I miss some
important part of this thread?
-- 
Iain Buchanan iain at netspace dot net dot au

Star Trek Lives!

-- 
gentoo-user@gentoo.org mailing list