[gentoo-user] It's Bugday!

2007-11-03 Thread Peter Weller
It's bugday today, guys and gals! Come along to #gentoo-bugs on
irc.freenode.org and help fix bugs!

As per usual, there is a list of suitable bug candidates for you guys to
help us devs out with at http://bugday.gentoo.org/.

If anyone has any requests with regards to adding bugs to that page,
please send an email, reply on-list, or contact me on IRC or Jabber
([EMAIL PROTECTED])

Thanks!

welp


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


AW: [gentoo-user] Vixie Cron

2007-11-03 Thread Zimmerling, Alexander

sean wrote:
 How is vixie-cron setup to accept remote connections?
 
 Thanks
 Sean

Forget this question, made a mistake.
--
[EMAIL PROTECTED] mailing list

:)

I've got another question. I recognized that vixie-cron stopped working
after the last reboot of my server. I had to restart vixie-cron to get
it back to work.

Was this just a little error, or does anybody else recognized such a
problem?

kind regards

Alex
--
[EMAIL PROTECTED] mailing list



Re: AW: [gentoo-user] Vixie Cron

2007-11-03 Thread Rick van Hattem
On Saturday 03 November 2007, Zimmerling, Alexander wrote:
 sean wrote:
  How is vixie-cron setup to accept remote connections?
 
  Thanks
  Sean
 
 Forget this question, made a mistake.
 --
 [EMAIL PROTECTED] mailing list
 
 :)

 I've got another question. I recognized that vixie-cron stopped working
 after the last reboot of my server. I had to restart vixie-cron to get
 it back to work.

 Was this just a little error, or does anybody else recognized such a
 problem?

 kind regards

 Alex

I'm just guessing here, but have you added vixie-cron to your runlevel?

(e.g. rc-update add vixie-cron default)

-- 
Rick van Hattem Rick.van.Hattem(at)Fawo.nl


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


AW: AW: [gentoo-user] Vixie Cron

2007-11-03 Thread Zimmerling, Alexander
On Saturday 03 November 2007, Zimmerling, Alexander wrote:
 sean wrote:
  How is vixie-cron setup to accept remote connections?
 
  Thanks
  Sean
 
 Forget this question, made a mistake.
 --
 [EMAIL PROTECTED] mailing list
 
 :)

 I've got another question. I recognized that vixie-cron stopped 
 working after the last reboot of my server. I had to restart 
 vixie-cron to get it back to work.

 Was this just a little error, or does anybody else recognized such a 
 problem?

 kind regards

 Alex

I'm just guessing here, but have you added vixie-cron to your runlevel?

(e.g. rc-update add vixie-cron default)

-- 
Rick van HattemRick.van.Hattem(at)Fawo.nl


I'm very sure ;)

rc-status reports 'running' but cronjobs are not been lauched

greetings

Alex
--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge world and doubled portages

2007-11-03 Thread econti

Hi all
yesterday I emerged the nvidia-drivers. All went well.
Then I ran 'emerge -NDpvu world' (I set nvidia flag in make.conf) and 
found out to have 2 versions of qt (3.3.8-r3 and 4.3.0-r2) and 2 
versions og gnupg (1.4.7-r1 and 1.9.21).
So I unmerged gnupg-1.4.7-r1 and ran 'emerge -NDpvu world' again. 
gnupg-1.4.7-r1 was listed again with [NS ] instead of the previuos [ R ].


May someone explain to me why?

The same for qt. I should have to re-emerge some kde portages. How can I 
use qt4 instead of qt3?


Thenks in advance.

emilio


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems with PORTAGE_ELOG_MAIL (Connection error)

2007-11-03 Thread forgottenwizard
On 12:54 Fri 02 Nov , Stroller wrote:

 On 2 Nov 2007, at 02:42, forgottenwizard wrote:

 The error itself:

 (111, 'Conection refused')

 Settings:

 PORTAGE_ELOG_CLASSES=warn error log
 PORTAGE_ELOG_COMMAND=/usr/bin/esmtp
 PORTAGE_ELOG_SYSTEM=mail:warn,error,log syslog:* save
 PORTAGE_ELOG_MAILURI=[EMAIL PROTECTED]
 PORTAGE_ELOG_MAILFROM=[EMAIL PROTECTED]
 PORTAGE_ELOG_MAILSUBJECT=\${PACKAGE} merged on \${HOST}

 I have played with this a bit, ranging from MAILURI=user to
 MAILURI=[EMAIL PROTECTED] localhost

 `sendmail user  test_file.txt`

 `telnet localhost 25`

 Stroller.
 -- 
 [EMAIL PROTECTED] mailing list

I've sent emails to myself before (from root to user), and they worked
well.

I'm not sure what the purpose of telneting my own system it, either.
Would I be looking for an open port?

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge world and doubled portages

2007-11-03 Thread Roman Zilka
Hi!

 yesterday I emerged the nvidia-drivers. All went well.
 Then I ran 'emerge -NDpvu world' (I set nvidia flag in make.conf) and 
 found out to have 2 versions of qt (3.3.8-r3 and 4.3.0-r2) and 2 
 versions og gnupg (1.4.7-r1 and 1.9.21).
 So I unmerged gnupg-1.4.7-r1 and ran 'emerge -NDpvu world' again. 
 gnupg-1.4.7-r1 was listed again with [NS ] instead of the previuos [ R ].
 
 May someone explain to me why?
 
 The same for qt. I should have to re-emerge some kde portages. How can I 
 use qt4 instead of qt3?

This is quite correct. Having multiple versions of a package installed
is often necessary. This is the case. Some of your programs require qt3
to function, others require qt4. There are applications not prepared
for qt4 at all. When you unmerged one of the qt's, you probably disposed
some package(s) of their dependency, so emerge -uD promptly re-emerges
the now-missing qt.

The [ R ] flag means an already-installed package was to be re-emerged.
Then you unmerged one such package and [ R ] became [NS ], which means
a not-yet-installed package version is about to me emerged. Both qt and
gnupg are slotted packages here - meaning it's possible to have
multiple versions installed at the same time. Slotted - that's the S
tag in [NS ].

So by and large, the right thing to do here is let emerge -NDpvu do
what it wishes to do and keep both versions of both packages. If you
want as many applications as possible to use qt4, adding the qt4 USE
flag may help. May or may not. I don't know what exactly this flag does
in all those ebuilds using it.

-rz
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Problems with PORTAGE_ELOG_MAIL (Connection error)

2007-11-03 Thread Dan Farrell
On Sat, 3 Nov 2007 13:22:18 -0500
forgottenwizard [EMAIL PROTECTED] wrote:

 I'm not sure what the purpose of telneting my own system it, either.
 Would I be looking for an open port?

Telnet clients are useful debugging tools.  You can connect to a
service (in this case SMTP, on port 25) and then manually implement the
service's protocol for troubleshooting purposes.  

For Example, in this case my message couldn't be sent because it 
(evidently) contained an invalid header, but the same commands would
work if connected to a different server.  I can see the error message;
if I was maintaining this server, I could perhaps adjust my
proxyd-filter.pl file, or suggest that my users adjust their mail
headers.  

Example SMTP session, implemented through telnet.
--
[EMAIL PROTECTED] ~ $ telnet mx4.hushmail.com 25
Trying 65.39.178.137...
Connected to mx4.hushmail.com.
Escape character is '^]'.
220 smtp6.hushmail.com ESMTP Postfix
HELO spore.ath.cx
250 smtp6.hushmail.com
MAIL FROM: [EMAIL PROTECTED]
250 2.1.0 Ok
RCPT TO: [EMAIL PROTECTED]
250 2.1.5 Ok
DATAHello forgottenwizard,
502 5.5.2 Error: command not recognized
DATA
354 End data with CRLF.CRLF
Hello forgottenwizard,
This email is meant as an example of the usefulness of a telnet client
as a general purpose debugging tool, applicable to all sorts of
plain-text communication protocols.  In this case, I spoke SMTP with
the mail server.  You could use the same method to speak to an HTML
server, or one of many other protocols as well.  
   Sincerely,
Dan Farrell [EMAIL PROTECTED] 
.
554 5.6.0 Message contains invalid header at ./proxyd-filter.pl line
283.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] {OT} Video encoder

2007-11-03 Thread Grant
I'm looking for an easy way to encode the video files I acquire into a
single format and level of quality.  It would also be nice to be able
to easily burn a DVD of the resultant file that will play on a home
DVD player.  I'm sure there are at least several choices in portage
and probably sunrise, but does anyone use one they are happy with and
would heartily recommend?

- Grant
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} Video encoder

2007-11-03 Thread Steve Dommett
On Saturday 03 November 2007, Grant wrote:
 I'm looking for an easy way to encode the video files I acquire into a
 single format and level of quality.  It would also be nice to be able
 to easily burn a DVD of the resultant file that will play on a home
 DVD player.  I'm sure there are at least several choices in portage
 and probably sunrise, but does anyone use one they are happy with and
 would heartily recommend?

 - Grant

qdvdauthor
I haven't yet used it in its v1.0.0rc1 incarnation, but I previously enjoyed 
very good results with v0.1.4.
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] rsync via ssh

2007-11-03 Thread Roger Mason
Hello,

I'm trying to use rsync to back up my home directory on mymachine to another
machine (backup_machine) using a cron job.

This is the crontab entry (in rmason's crontab):

0,15,30,45 * * * *  rmason /usr/bin/rsync -av /home/rmason 
backup_machine:mymachine_rmason

The logs on backup_machine show entries like this when the cron job runs:

Nov  3 17:30:06 backup_machine sshd[22048]: error: PAM: Authentication failure 
for rmason from mymachine.esd.mun.ca
Nov  3 17:30:06 backup_machine sshd(pam_unix)[22052]: authentication failure;
 logname= uid=0 euid=0 tty=ssh ruser= rhost=mymachine.esd.mun.ca
 user=rmason

I have passwordless ssh between mymachine and backup_machine and the
rsync command in the crontab runs perfectly from the command line.

Does someone know what else needs to be done to get this (seemingly
simple!) task to work?

Many thanks,
Roger
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] {OT} Video encoder

2007-11-03 Thread Liviu Andronic
On 11/3/07, Grant [EMAIL PROTECTED] wrote:
 I'm looking for an easy way to encode the video files I acquire into a
 single format and level of quality.  It would also be nice to be able
 to easily burn a DVD of the resultant file that will play on a home
 DVD player.  I'm sure there are at least several choices in portage
 and probably sunrise, but does anyone use one they are happy with and
 would heartily recommend?

Try OGMRip. I used it successfully to encode video to X264, audio to
Ogg Vorbis, and put everything into a Matroska container. It offers a
much wider encodings and containers choice (like XviD and MP4). The
interface is clean and HIG-compliant. Not sure if it fits your needs,
though.

Regards,
Liviu
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] rsync via ssh

2007-11-03 Thread Richard Ruth

Try adding -e ssh to your rsync command.
Search for -e in the rsync man page for an example.


===

This is the crontab entry (in rmason's crontab):

0,15,30,45 * * * *  rmason /usr/bin/rsync -av /home/rmason 
backup_machine:mymachine_rmason
I have passwordless ssh between mymachine and backup_machine and the
rsync command in the crontab runs perfectly from the command line.

Does someone know what else needs to be done to get this (seemingly
simple!) task to work?


[gentoo-user] tftp config problem (ltsp)

2007-11-03 Thread sean

I am trying to get LTSP working here.
All appear on the right track with one apparent problem, tftp'ing the file.

When I boot a client it appears to pull in the network information but 
when it starts to tftp the file, I receive a message that the file is 
not found on the client display.


I have been following the instructions here, 
http://www.gentoo.org/doc/en/ltsp.xml

and of course alter to what I need for my system.
Am I missing something obvious or something less so?

Thanks,
Sean


Below is my in.tftpd file.
# /etc/init.d/in.tftpd

# Path to server files from
# Depending on your application you may have to change this.
# This is commented out to force you to look at the file!
#INTFTPD_PATH=/var/tftp/
INTFTPD_PATH=/tftpboot/
#INTFTPD_PATH=/tftproot/

# For more options, see in.tftpd(8)
# -R 4096:32767 solves problems with ARC firmware, and obsoletes
# the /proc/sys/net/ipv4/ip_local_port_range hack.
# -s causes $INTFTPD_PATH to be the root of the TFTP tree.
# -l is passed by the init script in addition to these options.
#INTFTPD_OPTS=-R 4096:32767 -s ${INTFTPD_PATH}
INTFTPD_OPTS= -s ${INTFTPD_PATH}


The tftp file looks exactly like the one specified in the instructions.


Here is my dhcpd.conf file

#General Options
default-lease-time  21600;
max-lease-time  21620;
ddns-update-style   ad-hoc;
use-host-decl-names on;
#authoritative;

#Boot Options
allow booting;
allow bootp;

#Network Options
#option subnet-mask 255.255.255.0;
#option broadcast-address   192.168.0.255;
#option domain-name mydomain.net;
#option domain-name-servers 192.168.0.1;
#option log-servers 192.168.0.11;
#option routers 192.168.0.1;

#LTSP Path Options
option root-path192.168.0.11:/opt/ltsp-4.2/i386;
filename /opt/ltsp-4.2/vmlinuz-2.6.17.8-ltsp-1;
#filename /tftboot/lts/ltsp-4.2/vmlinuz-2.6.17.8-ltsp-1;
next-server 192.168.0.11;

shared-network WORKSTATIONS
{
subnet 192.168.0.0 netmask 255.255.255.0
{
range dynamic-bootp 192.168.0.40 192.168.0.50;
option subnet-mask  255.255.255.0;
option broadcast-address 192.168.0.255;
option domain-name  mydomain.net;
option domain-name-servers 192.168.0.1;
option log-servers  192.168.0.11;
option routers  192.168.0.1;
}
}


ls of the opt/ltsp location

tardis / # cd opt/ltsp-4.2/
tardis ltsp-4.2 # ls
2.6.17.8-ltsp-1  i386  vmlinuz-2.6.17.8-ltsp-1
tardis ltsp-4.2 # pwd
/opt/ltsp-4.2
tardis ltsp-4.2 #


ls of the tftpboot structure

tardis tftpboot # pwd
/tftpboot
tardis tftpboot # ls
lts  pxe  pxelinux.cfg
tardis tftpboot # cd lts/
tardis lts # ls
vmlinuz-2.6.17.8-ltsp-1
tardis lts # cd ..
tardis tftpboot # cd pxe
tardis pxe # ls
bzImage-2.6.17.8-ltsp-1eb-5.0.9-eepro100.lzpxe  initramfs.gz
eb-5.0.9-3c905c-tpo.lzpxe  eb-5.0.9-rtl8139.lzpxe   pxelinux.0
tardis pxe #


Here is the tail of the message log. If I am rading correctly, it looks 
proper and the client is trying to start the tftp session.

Nov  3 18:44:18 tardis dhcpd: DHCPDISCOVER from 00:00:86:43:b9:c0 via eth0
Nov  3 18:44:19 tardis dhcpd: DHCPOFFER on 192.168.0.40 to 
00:00:86:43:b9:c0 via eth0

Nov  3 18:44:20 tardis dhcpd: DHCPDISCOVER from 00:00:86:43:b9:c0 via eth0
Nov  3 18:44:20 tardis dhcpd: DHCPOFFER on 192.168.0.40 to 
00:00:86:43:b9:c0 via eth0

Nov  3 18:44:24 tardis dhcpd: DHCPDISCOVER from 00:00:86:43:b9:c0 via eth0
Nov  3 18:44:24 tardis dhcpd: DHCPOFFER on 192.168.0.40 to 
00:00:86:43:b9:c0 via eth0
Nov  3 18:44:32 tardis dhcpd: DHCPREQUEST for 192.168.0.40 
(192.168.0.11) from 00:00:86:43:b9:c0 via eth0
Nov  3 18:44:32 tardis dhcpd: DHCPACK on 192.168.0.40 to 
00:00:86:43:b9:c0 via eth0
Nov  3 18:44:32 tardis xinetd[12818]: START: tftp pid=12826 
from=192.168.0.40


Here is some info from the message log after starting xinetd.
That file is at default.


Nov  3 19:01:22 tardis xinetd[13084]: Reading included configuration 
file: /etc/xinetd.d/chargen-dgram [file=/etc/xinetd.conf] [line=49]
Nov  3 19:01:22 tardis xinetd[13084]: Reading included configuration 
file: /etc/xinetd.d/chargen-stream [file=/etc/xinetd.d/chargen-stream] 
[line=67]
Nov  3 19:01:22 tardis xinetd[13084]: Reading included configuration 
file: /etc/xinetd.d/cups-lpd [file=/etc/xinetd.d/cups-lpd] [line=67]
Nov  3 19:01:22 tardis xinetd[13084]: Reading included configuration 
file: /etc/xinetd.d/daytime-dgram [file=/etc/xinetd.d/daytime-dgram] 
[line=12]
Nov  3 19:01:22 tardis xinetd[13084]: Reading included configuration 
file: /etc/xinetd.d/daytime-stream [file=/etc/xinetd.d/daytime-stream] 
[line=67]
Nov  3 19:01:22 tardis xinetd[13084]: Reading included