[gentoo-user] ssh + emerge = X11 connection rejected

2007-06-13 Thread Helmut Jarausch
Hi,

normally I log into a machine via
ssh -Y root@ 
and perform some updates via emerge.
This has been working for hundreds of packages.
But with
dev-python/matplotlib  (-0.90.1)
this fails with
X11 connection rejected because of wrong authentication.
X connection to localhost:10.0 broken (explicit kill or server shutdown).

But when I log in locally there is no such problem.

What could be the reason?

Many thanks for a hint,

Helmut Jarausch

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



[gentoo-user] Can't login on Courier-imap server

2007-06-13 Thread Johannes Skov Frandsen
I have installed Courier-imap on my server and I'm trying to test it,
which is not going that well...

When I try to telnet in to it I can connect but I can't log in.

Am I using the right commands when I test?

This is the output from telnet

telnet 127.0.0.1 imap
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision,
Inc.  See COPYING for distribution information.
login [EMAIL PROTECTED]
login NO Error in IMAP command received by server.
Connection closed by foreign host.

-- 

Regards / Venlig hilsen

Johannes Skov Frandsen

*Address:* Egelundsvej 18, DK-5260 Odense S
*Web:* www.omesc.com | *Email:* [EMAIL PROTECTED]

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't login on Courier-imap server

2007-06-13 Thread Hans-Werner Hilse
Hi,

On Wed, 13 Jun 2007 10:38:58 +0200 Johannes Skov Frandsen
[EMAIL PROTECTED] wrote:

 I have installed Courier-imap on my server and I'm trying to test it,
 which is not going that well...
 
 When I try to telnet in to it I can connect but I can't log in.
 
 Am I using the right commands when I test?

No, not really.

 This is the output from telnet
 
 telnet 127.0.0.1 imap
 Trying 127.0.0.1...
 Connected to 127.0.0.1.
 Escape character is '^]'.
 * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
 THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
 STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision,
 Inc.  See COPYING for distribution information.
 login [EMAIL PROTECTED]
 login NO Error in IMAP command received by server.
 Connection closed by foreign host.

You need to prefix the command by a sequence that identifies the query.
Also, you need to pass a password to the login command. So what you
should have issued is 01 LOGIN user password. Further details in 
RFC 3501 (http://www.faqs.org/rfcs/rfc3501.html).

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't login on Courier-imap server

2007-06-13 Thread Boyd Stephen Smith Jr.
On Wednesday 13 June 2007 03:38:58 Johannes Skov Frandsen wrote:
 I have installed Courier-imap on my server and I'm trying to test it,
 which is not going that well...

 When I try to telnet in to it I can connect but I can't log in.

 Am I using the right commands when I test?

Yes, but you are using the wrong format.  All IMAP commands and responses are 
prefixed by a 4-character string and a space.  This way a command can have 
multiple responses and multiple commands can be sent before the response for 
the first is received.  (The client matches responses to commands based on 
matching prefixes.)

So, you'll probably want your first line to be something like:
 login your_username

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 


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


Re: [gentoo-user] ssh + emerge = X11 connection rejected

2007-06-13 Thread Vladimir Rusinov

On 6/13/07, Helmut Jarausch [EMAIL PROTECTED] wrote:


normally I log into a machine via
ssh -Y root@ 
and perform some updates via emerge.
This has been working for hundreds of packages.
But with
dev-python/matplotlib  (-0.90.1)
this fails with
X11 connection rejected because of wrong authentication.
X connection to localhost:10.0 broken (explicit kill or server shutdown).

But when I log in locally there is no such problem.

What could be the reason?



emerge --info ?

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


[gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
Hi,

Is there any command line converters from M$ Excel to any *nix readable 
format(i.e. for reading in KSpread)? Excel document contains only text and 
pictures - no formulas

thanks

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Florian Philipp
Am Mittwoch 13 Juni 2007 11:21 schrieb Aleksey Kunitskiy:
 Hi,

 Is there any command line converters from M$ Excel to any *nix readable
 format(i.e. for reading in KSpread)? Excel document contains only text and
 pictures - no formulas

 thanks

 --
 best regards,
 Aleksey V. Kunitskiy

You can open Excel files with KSpread and Openoffice without an external 
converter. Then you can save them in open document format.

But keep in mind that documents produced by Openoffice are not 100% compatible 
with Koffice documents because they have a different implementation for some 
features.


pgpBiaagy1Snc.pgp
Description: PGP signature


Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 12:40, Florian Philipp wrote:
 You can open Excel files with KSpread and Openoffice without an external
 converter. Then you can save them in open document format.

 But keep in mind that documents produced by Openoffice are not 100%
 compatible with Koffice documents because they have a different
 implementation for some features.

The problem is that KSpread doesn't read this Excel doc,i.e. the doc is 
unreadable in KSpread. OO is too big for reading one Excel doc once a week :
(, imho

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Abraham Marín Pérez

Aleksey Kunitskiy escribió:

On Wednesday 13 June 2007 12:40, Florian Philipp wrote:
  

You can open Excel files with KSpread and Openoffice without an external
converter. Then you can save them in open document format.

But keep in mind that documents produced by Openoffice are not 100%
compatible with Koffice documents because they have a different
implementation for some features.



The problem is that KSpread doesn't read this Excel doc,i.e. the doc is 
unreadable in KSpread. OO is too big for reading one Excel doc once a week :

(, imho

  
Have you checked that document's Excel format? Maybe KSpread can't read 
it because of a too new Excel format, try re-saving it in an older one.


HTH,
Abraham

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Florian Philipp
Am Mittwoch 13 Juni 2007 11:49 schrieb Aleksey Kunitskiy:
 On Wednesday 13 June 2007 12:40, Florian Philipp wrote:
  You can open Excel files with KSpread and Openoffice without an external
  converter. Then you can save them in open document format.
 
  But keep in mind that documents produced by Openoffice are not 100%
  compatible with Koffice documents because they have a different
  implementation for some features.

 The problem is that KSpread doesn't read this Excel doc,i.e. the doc is
 unreadable in KSpread. OO is too big for reading one Excel doc once a week
 : (, imho

 --
 best regards,
 Aleksey V. Kunitskiy

There is a portable version of OO for Win. It's around 124MB big and might be 
usable with Wine.


pgpvu7kBiN8js.pgp
Description: PGP signature


Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 13:10, Peter Ruskin wrote:

 OpenOffice reads (and saves) in M$ Excel format
As I mentioned above - OO is very big tool for my needs
-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 13:13, Abraham Marín Pérez wrote:
 Have you checked that document's Excel format? Maybe KSpread can't read
 it because of a too new Excel format, try re-saving it in an older one.

 HTH,
 Abraham

I don't know what version it is - I get it from internet, and I can't open it 
in M$ Office because I don't have it ;). But I know that OO opens it very 
good

-- 
best regards,
Aleksey V. Kunitskiy
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user][solved] Can't login on Courier-imap server

2007-06-13 Thread Johannes Skov Frandsen
Hans-Werner Hilse wrote:
 Hi,

 On Wed, 13 Jun 2007 10:38:58 +0200 Johannes Skov Frandsen
 [EMAIL PROTECTED] wrote:

   
 I have installed Courier-imap on my server and I'm trying to test it,
 which is not going that well...

 When I try to telnet in to it I can connect but I can't log in.

 Am I using the right commands when I test?
 

 No, not really.

   
 This is the output from telnet

 telnet 127.0.0.1 imap
 Trying 127.0.0.1...
 Connected to 127.0.0.1.
 Escape character is '^]'.
 * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
 THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
 STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision,
 Inc.  See COPYING for distribution information.
 login [EMAIL PROTECTED]
 login NO Error in IMAP command received by server.
 Connection closed by foreign host.
 

 You need to prefix the command by a sequence that identifies the query.
 Also, you need to pass a password to the login command. So what you
 should have issued is 01 LOGIN user password. Further details in 
 RFC 3501 (http://www.faqs.org/rfcs/rfc3501.html).

 -hwh
   
Thanks... that solved that problem... I can now login.

-- 

Regards / Venlig hilsen

Johannes Skov Frandsen

*Address:* Egelundsvej 18, DK-5260 Odense S
*Web:* www.omesc.com | *Email:* [EMAIL PROTECTED]

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Bertram Scharpf
Hi,

Am Mittwoch, 13. Jun 2007, 13:26:03 +0300 schrieb Aleksey Kunitskiy:
 On Wednesday 13 June 2007 13:10, Peter Ruskin wrote:
  OpenOffice reads (and saves) in M$ Excel format
 As I mentioned above - OO is very big tool for my needs

There's a Ruby package `parseexcel' which seems to work as
far as I can test here.

  http://raa.ruby-lang.org/project/parseexcel/

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 14:02, Bertram Scharpf wrote:

 There's a Ruby package `parseexcel' which seems to work as
 far as I can test here.

   http://raa.ruby-lang.org/project/parseexcel/

I'm not a ruby programmer :(

-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread John Blinka

On 6/7/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:


Hi,

On Thu, 7 Jun 2007 15:55:45 -0400
John Blinka [EMAIL PROTECTED] wrote:

sshd doesn't start
nfs doesn't start
rsyncd doesn't start

Are those being started (i.e. tried to) at boot? Is it just fail then
for you? There should at least be a bit of debug info in the output at
startup... You might also try the interactive boot up (hit I) and see
what happens.



I used interactive bootup as you suggested, and discovered that
the system is not even attempting to start them, even though
rc-update thinks they're supposed to be started at the default
runlevel.  I can start them by hand without any errors, so the lack
of messages in the logs isn't surprising.


You _did_ run etc-update (or its siblings) in order to

get the new files in /etc/init.d/ activated? You're sure you have the
new versions of those files installed?



Yes, I ran etc-update, and revdep-rebuild.  I do have the latest versions
of the /etc/init.d files.

Since all of those daemons depend on network: Are there network

settings for interfaces that fail on boot up?



Network works fine.

John


Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Bertram Scharpf
Hi Aleksey,

Am Mittwoch, 13. Jun 2007, 14:28:31 +0300 schrieb Aleksey Kunitskiy:
 On Wednesday 13 June 2007 14:02, Bertram Scharpf wrote:
http://raa.ruby-lang.org/project/parseexcel/
 
 I'm not a ruby programmer :(

Maybe a good opportunity to become one ...

But seriously: Excel documents can contain much more than a
plain CVS-style table, for example multiple sheets. I would
not know how to design a simple command line tool to export
nearly the half of the features MS-Office professionals
occur to detect.

Sorry.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Boyd Stephen Smith Jr.
On Wednesday 13 June 2007, Aleksey Kunitskiy [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] M$ Excel document converter':
 On Wednesday 13 June 2007 14:02, Bertram Scharpf wrote:
  There's a Ruby package `parseexcel' which seems to work as
  far as I can test here.
 
http://raa.ruby-lang.org/project/parseexcel/

 I'm not a ruby programmer :(

I am.

Here's a script that will dump a worksheet as a csv.  Save, chmod a+x, and 
invoke like name_of_script name_of_excel_file worksheet_number  csv_file 
(e.g. ./convertxls price_list.xls 0  price_list.csv):

#! /usr/bin/ruby
require 'parseexcel'

wb = Spreadsheet::ParseExcel.parse(ARGV.shift)
ws = workbook.worksheet(ARGV.shift.to_i)
ws.each { |row|
  puts row.collect { |cell|
'' + cell.to_s.gsub(//, '') + ''
  }.join(',')
}

Clearly, all the heavy lifting is done by that library, which you will need 
to run this script.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 


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


Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Kent Fredric

On 6/13/07, Abraham Marín Pérez [EMAIL PROTECTED] wrote:

Have you checked that document's Excel format? Maybe KSpread can't read
it because of a too new Excel format, try re-saving it in an older one.


If anybody finds something that will read the new OpenXML document
that the new $MS's is churning out it would be helpful, theres a tool
on sourceforge to convert to openoffice format... but its a windows
only app...so whats the point! :[

OO doesn't do it either last i checked.

I find it ironic that microsoft release their first 'non-proprietary'
format and its suddenly the only thing around that can process that
non-proprietary data. At least with their old proprietary formats we
could _read_ that

Now its a zip file with a whole lot of bogus rubbish that makes less
sense than a 90's+ swingers club.

( and yes, equally horrifying/disturbing ;) )

--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Duplicate mails?

2007-06-13 Thread Florian Philipp
Am Mittwoch 13 Juni 2007 14:21 schrieb Alan McKinnon:
 Hi all,

 Is it just me, or is the list sending out duplicate mails?

 For example, I have received two of every post today on the M$ Excel
 document converter thread

 alan


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

 Alan McKinnon
 alan at linuxholdings dot co dot za
 +27 82, double three seven, one nine three five

I experience the same.


pgpFOwilsc76C.pgp
Description: PGP signature


[gentoo-user] Re: Duplicate mails?

2007-06-13 Thread Xavier Parizet
 Am Mittwoch 13 Juni 2007 14:21 schrieb Alan McKinnon:
  Hi all,
 
  Is it just me, or is the list sending out duplicate mails?
 
  For example, I have received two of every post today on the M$ Excel
  document converter thread
 
  alan
 
 
  --
  Optimists say the glass is half full,
  Pessimists say the glass is half empty,
  Developers say wtf is the glass twice as big as it needs to be?
 
  Alan McKinnon
  alan at linuxholdings dot co dot za
  +27 82, double three seven, one nine three five

 I experience the same.

Same thing here ^^


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


Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread Hans-Werner Hilse
Hi,

On Wed, 13 Jun 2007 07:29:41 -0400 John Blinka
[EMAIL PROTECTED] wrote:

 I used interactive bootup as you suggested, and discovered that
 the system is not even attempting to start them, even though
 rc-update thinks they're supposed to be started at the default
 runlevel.  I can start them by hand without any errors, so the lack
 of messages in the logs isn't surprising.

Can you provide the full output of rc-update show?

 Since all of those daemons depend on network: Are there network
  settings for interfaces that fail on boot up?
 
 Network works fine.

Does that mean: No there are no failing network related things on boot
up?

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Duplicate mails?

2007-06-13 Thread Kent Fredric

On 6/14/07, Alan McKinnon [EMAIL PROTECTED] wrote:

Hi all,

Is it just me, or is the list sending out duplicate mails?

For example, I have received two of every post today on the M$ Excel
document converter thread

alan



-0.5 here  ( so when you add my dupes together you'll get a -1 ;)  )

Is this a recent thing, or has it been happening for a while, ...
subscribed twice by chance?



--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



[gentoo-user] Re: Duplicate mails?

2007-06-13 Thread Xavier Parizet
 Am Mittwoch 13 Juni 2007 14:21 schrieb Alan McKinnon:
  Hi all,
 
  Is it just me, or is the list sending out duplicate mails?
 
  For example, I have received two of every post today on the M$ Excel
  document converter thread
 
  alan
 
 
  --
  Optimists say the glass is half full,
  Pessimists say the glass is half empty,
  Developers say wtf is the glass twice as big as it needs to be?
 
  Alan McKinnon
  alan at linuxholdings dot co dot za
  +27 82, double three seven, one nine three five

 I experience the same.

In fact it's because senders sent their email to [EMAIL PROTECTED] AND 
gentoo-user@lists.gentoo.org ...


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


Re: [gentoo-user] ssh + emerge = X11 connection rejected

2007-06-13 Thread Helmut Jarausch
On 13 Jun, Vladimir Rusinov wrote:
 On 6/13/07, Helmut Jarausch [EMAIL PROTECTED] wrote:

 normally I log into a machine via
 ssh -Y root@ 
 and perform some updates via emerge.
 This has been working for hundreds of packages.
 But with
 dev-python/matplotlib  (-0.90.1)
 this fails with
 X11 connection rejected because of wrong authentication.
 X connection to localhost:10.0 broken (explicit kill or server shutdown).

 But when I log in locally there is no such problem.

 What could be the reason?

 
 emerge --info ?
 

Portage 2.1.2.9 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r3, 
2.6.21-gentoo i686)
=
System uname: 2.6.21-gentoo i686 Intel(R) XEON(TM) CPU 2.40GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 13 Jun 2007 06:20:01 +
ccache version 2.4 [disabled]
dev-java/java-config: 1.3.7, 2.0.32
dev-lang/python: 2.4.3-r1, 2.5.1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r7
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ 
/etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild 
/etc/terminfo /etc/texmf/web2c
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_EXTRA_OPTS=--exclude-from=/etc/portage/rsync_excludes
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude=/distfiles --exclude=/local --exclude=/packages 
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://numa-i/gentoo-portage
USE=X acl berkdb bitmap-fonts cdr cli cracklib crypt cups doc dri dvd fortran 
gcj gdbm gnome gpm gtk gtk2 iconv ipv6 isdnlog jpeg kde libg++ midi mudflap 
ncurses nls nptl nptlonly opengl openmp pam pcre pdf perl png pppd python qt 
readline reflection session spl sqlite sqlite3 ssl svg tcl tcpd tetex tiff tk 
truetype-fonts type1-fonts unicode x86 xorg zlib ALSA_CARDS=ali5451 als4000 
atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx 
via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop 
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi 
null plug rate route share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard 
mouse KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 
lcdm001 mtxorb ncurses text USERLAND=GNU VIDEO_CARDS=nv
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS

-- 
Helmut Jarausch

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



Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread John Blinka

On 6/13/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:



Can you provide the full output of rc-update show?



-- rc-update show
  alsasound | boot
   bootmisc | boot
checkfs | boot
  checkroot | boot
  clock | boot
consolefont | boot
  courier-imapd |  default
  cupsd |  default
   dbus |  default
  dhcpd |  default
distccd |  default
  fetchmail |  default
   hostname | boot
keymaps | boot
  local |  default nonetwork
 localmount | boot
modules | boot
   net.eth0 |  default
 net.lo | boot
   netmount |  default
nfs |  default
 ntp-client |  default
   ntpd |  default
postfix |  default
  rmnologin | boot
 rsyncd |  default
  samba |  default
  slapd |  default
   sshd |  default
 svscan | boot
  syslog-ng |  default
urandom | boot
xdm |  default
 xinetd |  default


Since all of those daemons depend on network: Are there network
  settings for interfaces that fail on boot up?

 Network works fine.

Does that mean: No there are no failing network related things on boot
up?



Yes, that's what it means.

John Blinka


Re: [gentoo-user] Re: Duplicate mails?

2007-06-13 Thread Alan McKinnon
On Wednesday 13 June 2007, Xavier Parizet wrote:
  Am Mittwoch 13 Juni 2007 14:21 schrieb Alan McKinnon:
   Hi all,
  
   Is it just me, or is the list sending out duplicate mails?
  
   For example, I have received two of every post today on the M$
   Excel document converter thread
  
  I experience the same.

 In fact it's because senders sent their email to
 [EMAIL PROTECTED] AND gentoo-user@lists.gentoo.org ...

Yes, you are quite correct. 

The culprit is Bertram Scharpf, who started it with this reply:
Message-ID: [EMAIL PROTECTED]
Mail-Followup-To: gentoo-user@lists.gentoo.org, [EMAIL PROTECTED]
References: [EMAIL PROTECTED] 
[EMAIL PROTECTED] 
[EMAIL PROTECTED]


Bertram, why are you (or why is your mail client configured to) add 
[EMAIL PROTECTED] to posts that ar already going to 
[EMAIL PROTECTED]


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

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



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Bertram Scharpf
Hi Stephen,

Am Mittwoch, 13. Jun 2007, 07:04:25 -0500 schrieb Boyd Stephen Smith Jr.:
 On Wednesday 13 June 2007, Aleksey Kunitskiy [EMAIL PROTECTED] wrote 
 about 'Re: [gentoo-user] M$ Excel document converter':
  On Wednesday 13 June 2007 14:02, Bertram Scharpf wrote:
  
 http://raa.ruby-lang.org/project/parseexcel/
  I'm not a ruby programmer :(
 I am.
 
 Here's a script that will dump a worksheet as a csv. [...]

Thanks from me, too! I surely will need this at some time in
near future.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ssh + emerge = X11 connection rejected

2007-06-13 Thread Andrey Vul

On 6/13/07, Helmut Jarausch [EMAIL PROTECTED] wrote:

On 13 Jun, Vladimir Rusinov wrote:
 On 6/13/07, Helmut Jarausch [EMAIL PROTECTED] wrote:

 normally I log into a machine via
 ssh -Y root@ 
 and perform some updates via emerge.
 This has been working for hundreds of packages.
 But with
 dev-python/matplotlib  (-0.90.1)
 this fails with
 X11 connection rejected because of wrong authentication.
 X connection to localhost:10.0 broken (explicit kill or server shutdown).

 But when I log in locally there is no such problem.

 What could be the reason?


 emerge --info ?


Portage 2.1.2.9 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.5-r3, 
2.6.21-gentoo i686)
=
System uname: 2.6.21-gentoo i686 Intel(R) XEON(TM) CPU 2.40GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 13 Jun 2007 06:20:01 +
ccache version 2.4 [disabled]
dev-java/java-config: 1.3.7, 2.0.32
dev-lang/python: 2.4.3-r1, 2.5.1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: 2.4-r7
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config 
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/gconf 
/etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ 
/etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild 
/etc/terminfo /etc/texmf/web2c
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
MAKEOPTS=-j3
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_EXTRA_OPTS=--exclude-from=/etc/portage/rsync_excludes
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles 
--exclude=/local --exclude=/packages --filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://numa-i/gentoo-portage
USE=X acl berkdb bitmap-fonts cdr cli cracklib crypt cups doc dri dvd fortran gcj gdbm gnome gpm gtk gtk2 iconv ipv6 isdnlog jpeg kde libg++ midi mudflap ncurses 
nls nptl nptlonly opengl openmp pam pcre pdf perl png pppd python qt readline reflection session spl sqlite sqlite3 ssl svg tcl tcpd tetex tiff tk truetype-fonts 
type1-fonts unicode x86 xorg zlib ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare dsnoop empty extplug 
file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol ELIBC=glibc INPUT_DEVICES=keyboard 
mouse KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text USERLAND=GNU 
VIDEO_CARDS=nv
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS

--
Helmut Jarausch

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



I do SSH without X and stuff works. However, due to a bug, OpenSSH
4.4-4.5 + OpenSSL 0.9.8e create bad packets (PuTTY is great for bug
testing SSH :P). To use SSH, add the following line to
/etc/portage/package.use: =net-misc/openssh-4.6_p1_r1 -ldap. Also,
if emerge whines about unusable USE flags, add -flag to the openssh
line in /etc/portage/package.use

Or add a patch to the OpenSSL 0.9.8e ebuild and rehash it: ebuild
/usr/portage/path/to/openssl.ebuild digest.

--
-
Andrey Vul
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Duplicate mails? [solved]

2007-06-13 Thread Bertram Scharpf
Hi,

Am Mittwoch, 13. Jun 2007, 15:20:14 +0200 schrieb Alan McKinnon:
 On Wednesday 13 June 2007, Xavier Parizet wrote:
   Am Mittwoch 13 Juni 2007 14:21 schrieb Alan McKinnon:
Is it just me, or is the list sending out duplicate mails?
 
 The culprit is Bertram Scharpf, who started it with this reply:
 
 Bertram, why are you (or why is your mail client configured to) add 
 [EMAIL PROTECTED] to posts that ar already going to 
 [EMAIL PROTECTED]

Agh. Misconfigured Mutt. I managed to delete the other
address from every posting until I activated the
`fast_reply' switch.

Now I found the mistake and corrected it.

Sorry for any inconvenience! This is the second time my
dullness hits just the Gentoo list. I really apologize.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread Hans-Werner Hilse
Hi,

On Wed, 13 Jun 2007 09:21:03 -0400 John Blinka
[EMAIL PROTECTED] wrote:

 On 6/13/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:
 
 
  Can you provide the full output of rc-update show?
 
 
  -- rc-update show
 [...]

looks pretty much normal, nothing that I would call an obvious glitch
in there.

I'm getting out of ideas, but there's one thing left: /etc/conf.d/rc
Check if using other values for RC_NET_STRICT_CHECKING,
RC_PARALLEL_STARTUP and maybe (if currently set) RC_PLUG_SERVICES have
any consequences. I'm not sure, but I think the other settings
shouldn't matter.

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ssh + emerge = X11 connection rejected

2007-06-13 Thread Hans-Werner Hilse
Hi,

On Wed, 13 Jun 2007 10:37:51 +0200 (CEST) Helmut Jarausch
[EMAIL PROTECTED] wrote:

 normally I log into a machine via
 ssh -Y root@ 
 and perform some updates via emerge.
 This has been working for hundreds of packages.
 But with
 dev-python/matplotlib  (-0.90.1)
 this fails with
 X11 connection rejected because of wrong authentication.
 X connection to localhost:10.0 broken (explicit kill or server
 shutdown).
 
 But when I log in locally there is no such problem.
 
 What could be the reason?

Most probably a package specific setup routine that makes a connection
to the X server -- for whatever reason. The environment is probably
modified at that point (e.g. by portages sandbox), so it doesn't work
with a forwarded X connection.

Maybe you can temporarily overcome that by using e.g. Xnest (since you
already have X forwarding running) or Xvnc.

-hwh
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Duplicate mails? [solved]

2007-06-13 Thread Alan McKinnon
On Wednesday 13 June 2007, Bertram Scharpf wrote:
  Bertram, why are you (or why is your mail client configured to) add
  [EMAIL PROTECTED] to posts that ar already going to
  [EMAIL PROTECTED]

 Agh. Misconfigured Mutt. I managed to delete the other
 address from every posting until I activated the
 `fast_reply' switch.

No problem :-)

alan

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

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



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Aleksey Kunitskiy
On Wednesday 13 June 2007 15:04, Boyd Stephen Smith Jr. wrote:
 I am.

 Here's a script that will dump a worksheet as a csv.  Save, chmod a+x, and
 invoke like name_of_script name_of_excel_file worksheet_number  csv_file
 (e.g. ./convertxls price_list.xls 0  price_list.csv):

 #! /usr/bin/ruby
 require 'parseexcel'

 wb = Spreadsheet::ParseExcel.parse(ARGV.shift)
 ws = workbook.worksheet(ARGV.shift.to_i)
 ws.each { |row|
   puts row.collect { |cell|
 '' + cell.to_s.gsub(//, '') + ''
   }.join(',')
 }

 Clearly, all the heavy lifting is done by that library, which you will need
 to run this script. 

This script doesn't work for me :(
I have ruby  parseexcel installed...

$ ./excel2cvs.rb complect.xls 0  complect.cvs 
./excel2cvs.rb:5: undefined local variable or method `workbook' for 
main:Object (NameError)



-- 
best regards,
Aleksey V. Kunitskiy
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] startup woes with sshd, rsyncd, nfs, portmap

2007-06-13 Thread John Blinka

On 6/13/07, Hans-Werner Hilse [EMAIL PROTECTED] wrote:




looks pretty much normal, nothing that I would call an obvious glitch
in there.



It's the same as two other Gentoo boxes I run, both of which start
up normally, and it's the same as it was before the problems started,
so I agree: rc-update is not the source of the problem,

I'm getting out of ideas, but there's one thing left: /etc/conf.d/rc

Check if using other values for RC_NET_STRICT_CHECKING,
RC_PARALLEL_STARTUP and maybe (if currently set) RC_PLUG_SERVICES have
any consequences. I'm not sure, but I think the other settings
shouldn't matter.



It's also the same as all my other normal Gentoo boxes, so unlikely to be
the source of the problem.

John


Re: [gentoo-user] Re: Duplicate mails? [solved]

2007-06-13 Thread Dale
Bertram Scharpf wrote:
 Hi,

 Am Mittwoch, 13. Jun 2007, 15:20:14 +0200 schrieb Alan McKinnon:
   
 On Wednesday 13 June 2007, Xavier Parizet wrote:
 
 Am Mittwoch 13 Juni 2007 14:21 schrieb Alan McKinnon:
 
 Is it just me, or is the list sending out duplicate mails?
   
 The culprit is Bertram Scharpf, who started it with this reply:

 Bertram, why are you (or why is your mail client configured to) add 
 [EMAIL PROTECTED] to posts that ar already going to 
 [EMAIL PROTECTED]
 

 Agh. Misconfigured Mutt. I managed to delete the other
 address from every posting until I activated the
 `fast_reply' switch.

 Now I found the mistake and corrected it.

 Sorry for any inconvenience! This is the second time my
 dullness hits just the Gentoo list. I really apologize.

 Bertram
   

Well, don't let it happen again.  ;-)   Dale puts his rope away and the
tree breathes a sigh of relief.   LOL


Dale

:-)

Just to make sure, that was a joke. 


[gentoo-user] Linux Installers for Blizzard Products

2007-06-13 Thread Daniel Iliev
Hi, guys

I hope some of you won't find this message too much spam-alike. Today I
accidentally found there is a petition on-line [1]. It represents a
request to Blizzard to include Linux installers in their products. I
thought the gamers from the list might be interested in signing that
petition. Even I'm not a gamer (anymore) I signed it, because I hate
it when big companies ignore the Linux community.


[1] http://www.petitiononline.com/ibpfl/

-- 
Best regards,
Daniel

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Bertram Scharpf
Hi,

Am Mittwoch, 13. Jun 2007, 19:00:44 +0300 schrieb Aleksey Kunitskiy:
 On Wednesday 13 June 2007 15:04, Boyd Stephen Smith Jr. wrote:
 This script doesn't work for me :(
 
 $ ./excel2cvs.rb complect.xls 0  complect.cvs 
 ./excel2cvs.rb:5: undefined local variable or method `workbook' for 
 main:Object (NameError)

Replace workbook by wb. (Not tested.)

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] OT - Sent messages not being saved in Sent Items folder

2007-06-13 Thread Michael Sullivan
For some time now (Since April 26) evolution hasn't
been saving the mail I send in the Sent Items folder. 
I don't know if this is a problem with my evolution
installation, with dovecot, or with exim, but it's
really annoying.  My wife's evolution still saves her
sent mail in Sent Items, so it's probably evolution. 
I checked the account preferences, and it says it's
set to save them in Sent Items.  Here is my info:

camille ~ # emerge --info
Portage 2.1.2.7 (default-linux/x86/no-nptl, gcc-4.1.2,
glibc-2.5-r3, 2.6.20-gentoo-r7 i686)
=
System uname: 2.6.20-gentoo-r7 i686 Intel(R)
Celeron(R) CPU 2.66GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 13 Jun 2007 09:00:09 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2)
(default port 3632) [disabled]
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python: 2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1,
1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -fomit-frame-pointer
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown
/usr/share/X11/xkb /usr/share/config /var/bind
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/
/etc/gconf /etc/php/apache2-php4/ext-active/
/etc/php/apache2-php5/ext-active/
/etc/php/cgi-php4/ext-active/
/etc/php/cgi-php5/ext-active/
/etc/php/cli-php4/ext-active/
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild
/etc/terminfo /etc/texmf/web2c
CXXFLAGS=-O2 -march=i686 -fomit-frame-pointer
DISTDIR=/usr/portage/distfiles
FEATURES=distlocks metadata-transfer sandbox sfperms
strict
GENTOO_MIRRORS=http://mirror.datapipe.net/gentoo;
LINGUAS=en fr es
MAKEOPTS=-j2
PKGDIR=/usr/portage-packages/camille
PORTAGE_RSYNC_EXTRA_OPTS=--human-readable
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links
--perms --times --compress --force --whole-file
--delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local
--exclude=/packages --filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/usr/local/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X alsa apache2 apm arts asterisk audiofile avi
bash-completion berkdb bind-mysql bitmap-fonts
browserplugin bzip2 candy cdr cgi cli cracklib crypt
ctype cups dba dbus divx4linux doc dri dvb dvd dvdr
dvdread eds emboss encode examples expat f77 ffmpeg
flash foomaticdb fortran ftp gdbm gif glut gnome
gphoto2 gpm gstreamer gtk gtk2 guile hal iconv imap
imlib ipv6 isdnlog ithreads ivtv jack jack-tempfs java
jikes joystick jpeg kde kerberos lib libclamav libg++
libwww lirc mad midi mikmod mmx mmx2 mmxext mode-owner
motif mp3 mpeg mpm-leader mudflap mysql mythtv nas
nautilus ncurses new-login nls nntp nsplugin offensive
ogg oggvorbis opengl openmp oss pam pcre pdf perl php
png portaudio ppds pppd python qt qt3 qt4 quicktime
readline real reflection ruby samba sasl sdl seamonkey
session slp snmp spell spl sql ssl svga syslog tcl
tcltk tcpd threads tidy truetype truetype-fonts
type1-fonts unicode usb userlocales v4l v4l2 vorbis
win32codecs x86 xml xml2 xorg xv zaptel zlib
ALSA_CARDS=hda-intel ALSA_PCM_PLUGINS=adpcm alaw
asym copy dmix dshare dsnoop empty extplug file hooks
iec958 ioplug ladspa lfloat linear meter mulaw multi
null plug rate route share shm softvol ELIBC=glibc
INPUT_DEVICES=keyboard mouse evdev KERNEL=linux
LCD_DEVICES=bayrad cfontz cfontz633 glk hd44780 lb216
lcdm001 mtxorb ncurses text LINGUAS=en fr es
USERLAND=GNU VIDEO_CARDS=apm ark chips cirrus cyrix
dummy fbdev glint i128 i740 i810 imstt mach64 mga
neomagic nsc nv r128 radeon rendition s3 s3virge
savage siliconmotion sis sisusb tdfx tga trident tseng
v4l vesa vga via vmware voodoo
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK,
LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS,
PORTAGE_COMPRESS_FLAGS

camille ~ # emerge -pv evolution

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

Calculating dependencies... done!
[ebuild   R   ] mail-client/evolution-2.8.3-r2 
USE=crypt dbus doc hal ipv6 kerberos nntp spell ssl
-bogofilter -debug -krb4 -ldap -mono -pda -profile 0
kB 

Total: 1 package (1 reinstall), Size of downloads: 0
kB


Can anyone help me with this?  If there is any
additional information that would be helpful, please
let me know...


-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] {OT} Re: Linux Installers for Blizzard Products

2007-06-13 Thread Xavier Parizet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Wed, June 13, 2007 19:46, Daniel Iliev wrote:
 Hi, guys

 I hope some of you won't find this message too much spam-alike. Today I
 accidentally found there is a petition on-line [1]. It represents a
 request to Blizzard to include Linux installers in their products. I
 thought the gamers from the list might be interested in signing that
 petition. Even I'm not a gamer (anymore) I signed it, because I hate
 it when big companies ignore the Linux community.
I think this is a very good idea and approve it.

 [1] http://www.petitiononline.com/ibpfl/

 --
 Best regards,
 Daniel

 --
 [EMAIL PROTECTED] mailing list




- --
http://www.linuxant.fr/

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (GNU/Linux)

iD8DBQFGcFD1mSNaOeTZvg0RAmx1AJ9o55YW/rZHigjQFAXnGSIfJCq7YACgwz6P
0kGzjo4hJkCZkU+sq7dDsfM=
=VKzK
-END PGP SIGNATURE-

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Linux Installers for Blizzard Products

2007-06-13 Thread Kent Fredric

On 6/14/07, Daniel Iliev [EMAIL PROTECTED] wrote:

Hi, guys

I hope some of you won't find this message too much spam-alike. Today I
accidentally found there is a petition on-line [1]. It represents a
request to Blizzard to include Linux installers in their products. I
thought the gamers from the list might be interested in signing that
petition. Even I'm not a gamer (anymore) I signed it, because I hate
it when big companies ignore the Linux community.


[1] http://www.petitiononline.com/ibpfl/



+Voted

I argued I don't game any more _because_ of the lack of linux games
that were not already bored with. HIstorically, game  dev's argument
has been along the lines of 'if they want to game,  they'll just use
windows, or get a console'.

What they don't realize, is its possible many of us have simply lost
interest in the gaming community simply because 'just use windows'
isn't really viable for most of us :P

And emulation sucks ass, good ol starcraft is only /just/ playable in
all the emulators i've tried :(   (Wine-family)


--
Kent
ruby -e '[1, 2, 4, 7, 0, 9, 5, 8, 3, 10, 11, 6, 12, 13].each{|x|
print enNOSPicAMreil [EMAIL PROTECTED][(2*x)..(2*x+1)]}'
--
[EMAIL PROTECTED] mailing list



[gentoo-user] No DRI for ATI 9250 and xorg 7.2?

2007-06-13 Thread Grant Edwards
Unless I'm misunderstanding something, ATI basically said
screw you to anybody with a 92xx series card.  ATI's drivers
stopped supporting the r2xx chipsets after version 8.28.8, and
that version only works up through xorg 7.1.  

My ATI based card is only 3 years old, and it's useless if I
want to do DRI.  OTOH, I've got a 7 year old NVidia card that's
still supported.  The closed source NV drivers have always
just worked for me, and the ATI close-source drivers have
always been hard to get installed and flakey once they were
installed.

Yes I know there are open-source drivers that are supposed to
do DRI for the r2xx chipset, but they've got so many rendering
issues they're useless.  I just tried again with the
open-source drivers.  Glxgears runs OK, but on the opening
screen of ppracer, none of the menu text is rendered.

I swear I'll never buy another ATI chipset again. If AMD
doesn't straighten out the mess at ATI, I'll switch back to
Intel CPUs as well...

-- 
Grant Edwards   grante Yow! I want to kill
  at   everyone here with a cute
   visi.comcolorful Hydrogen Bomb!!

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] No DRI for ATI 9250 and xorg 7.2?

2007-06-13 Thread Chris Frederick
Grant Edwards wrote:
 I swear I'll never buy another ATI chipset again. If AMD
 doesn't straighten out the mess at ATI, I'll switch back to
 Intel CPUs as well...
 

I usually don't offer my opinion to a rant but I just can't resist this one.

I've been using an amd64 cpu on a ATI chipset for a mythtv server for
the last two years now.  The graphics are a Radeon Express 200G.  This
system is an absolute joke.  Graphics drivers aside, I've never seen a
more flaky, worthless motherboard in my life.  I've done many a kernel
update, only to reboot and sit by the TV for the next half hour while I
hit the reset button every minute because the BIOS can't get past
checking for RAM modules.  It shouldn't take 15-20 minutes to do an
'emerge --sync' on a 64bit AMD 3000.  You'd think after two years there
would be a bios update to patch this ...

My nForce motherboards and GeForce graphics card are in the mail.  I
don't expect to see an ATI label in my house or company for a long time.
 nVidia may be closed source, but at least they work.

/rant

Chris
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] DVD 2.4 to DVD5

2007-06-13 Thread Steve Dommett

Nicola Degl'Innocenti wrote:
The only problem is that this disk is only 1.4 GB and I want to merge more 
miniDVD in a single DVD video without making divx or similar. I want to 
obtain a single DVD (3 miniDVD on a 1 DVD) with chapter, title and so on 
using the minor loss of data, but I don't know how to do it.
  
Try qdvdauthor.  It will allow you to master a DVD with 3 titles from 
your VOB files (and also add chapters to each of those titles if you 
desire).

It also has a graphical editor to create animated DVD menus.

You'll likely need to unmask an unstable build of qdvdauthor and also 
videotrans:

echo =media-video/qdvdauthor-1.0.0_rc1  /etc/portage/package.keywords
echo =media-video/videotrans-1.5.2  /etc/portage/package.keywords

Hope that helps.
Good luck!
--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] M$ Excel document converter

2007-06-13 Thread Boyd Stephen Smith Jr.
On Wednesday 13 June 2007, Aleksey Kunitskiy [EMAIL PROTECTED] wrote 
about 'Re: [gentoo-user] M$ Excel document converter':
 On Wednesday 13 June 2007 15:04, Boyd Stephen Smith Jr. wrote:
  I am.
 
  Here's a script that will dump a worksheet as a csv:
 
  #! /usr/bin/ruby

 This script doesn't work for me :(

Bogus. :(

Well, try Bertram's suggestion.  I just wrote the script on the fly without 
testing it.

I'll install parseexcel and see what I did wrong and post a script that 
works for me later.

-- 
Boyd Stephen Smith Jr. ,= ,-_-. =. 
[EMAIL PROTECTED]  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy   `-'(. .)`-' 
http://iguanasuicide.org/  \_/ 


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


Re: [gentoo-user] OT - Sent messages not being saved in Sent Items folder

2007-06-13 Thread Iain Buchanan
On Wed, 2007-06-13 at 11:08 -0700, Michael Sullivan wrote:
 For some time now (Since April 26) evolution hasn't
 been saving the mail I send in the Sent Items folder. 

I had exactly the same problem for a while - messages were definitely
sending, but not appearing in my sent items folder.

I ignored it for a while, but to fix it I had to go to settings, edit
mail account, defaults, and change the sent message folder to
something different.  (I then sent an email to test it, but this may not
be necessary).  Then I went back to the same setting, and changed it
back to my original folder.

From then on I haven't had a problem!

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

If you go on with this nuclear arms race, all you are going to do is
make the rubble bounce.
-- Winston Churchill

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Damaged file in portage cache

2007-06-13 Thread Jean-Baptiste Mestelan

Hello.

I cannot emerge --sync my system anymore, as this brings out the
following error :

Updating Portage cache:  Traceback (most recent call last):

 File /usr/bin/emerge, line 5530, in ?
   retval = emerge_main()
 File /usr/bin/emerge, line 5489, in emerge_main
   action_metadata(settings, portdb, myopts)
 File /usr/bin/emerge, line 4300, in action_metadata
   eclass_cache=ec, verbose_instance=noise_maker)
 File /usr/lib/portage/pym/cache/util.py, line 22, in mirror_cache
   dead_nodes = dict.fromkeys(trg_cache.keys())
 File /usr/lib/portage/pym/cache/template.py, line 95, in keys
   return tuple(self.iterkeys())
 File /usr/lib/portage/pym/cache/flat_hash.py, line 122, in iterkeys
   st = os.lstat(p)
OSError: [Errno 2] No such file or directory:
'/var/cache/edb/dep/usr/portage/net-misc/vmpsd-1.3-r\x12'


So, it looks like the problem is with the content of the directory
/var/cache/edb/dep/usr/portage/net-misc/

localhost net-misc # cd /var/cache/edb/dep/usr/portage/net-misc/
localhost net-misc # ls ./ (TAB PRESSED)
asterisk-chan_capi-0.4.^P_pre1netprofiles)ims-0.1.0134  stuNnel-4.15
htbinit^I0.8.5netstat)nat-1.4.7
suite3230-3.3.2_p1
icaclient-9^N0-r1 networkianager-0.6.4_pre20061028
tightvnc-1.^R.9-r4
iputils)20060512  sipsak-0.9.^Q
vmpsd-1.3-r^R
linUx-identd-1.3-r1   stoje-2.2e
vnc-4.1^N2-r1
lksctp-Pools-1.0.4stone-2^N2c
memcached-1^N1.13-r1  streamtuner-0.9^Y.99

This shows that the offending file somehow exists (?); but these files
cannot be accessed, as the ls command shows :
localhost net-misc # ls
ls: cannot access vmpsd-1.3-r: No such file or directory
ls: cannot access streamtuner-0.9.99: No such file or directory
ls: cannot access vnc-4.12-⎼1: N⎺ ⎽┤␌␤ °␋┌␊ ⎺⎼ ␍␋⎼␊␌├⎺⎼≤
┌⎽: ␌▒┼┼⎺├ ▒␌␌␊⎽⎽ ┼␊├⎻⎼⎺°␋┌␊⎽)␋└⎽-0.1.0134: N⎺ ⎽┤␌␤ °␋┌␊ ⎺⎼ ␍␋⎼␊␌├⎺⎼≤
┌⎽: ␌▒┼┼⎺├ ▒␌␌␊⎽⎽ ┼␊├⎽├▒├)┼▒├-1.4.7: N⎺ ⎽┤␌␤ °␋┌␊ ⎺⎼ ␍␋⎼␊␌├⎺⎼≤
+ more garbage 

Is my filesystem damaged ?
rm -rf /var/cache/edb/dep/usr/portage/net-misc has no effect on these
problematic files ; I have executed fsck.ext2 on the filesystem, and
this reported no error.

Many thanks for your helpful suggestions.


Re: [gentoo-user] No DRI for ATI 9250 and xorg 7.2?

2007-06-13 Thread Iain Buchanan
sorry, your email wasn't compliant, you forgot the rant and /rant.

-- 
Iain Buchanan iaindb at netspace dot net dot au

Creativity in living is not without its attendant difficulties, for
peculiarity breeds contempt. And the unfortunate thing about being
ahead of your time when people finally realize you were right, they'll
say it was obvious all along.
-- Alan Ashley-Pitt

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Again: Critical bugs considered invalid

2007-06-13 Thread Iain Buchanan
On Mon, 2007-06-11 at 09:48 -0500, Dan Farrell wrote:
 On Tue, 12 Jun 2007 01:18:58 +1200
 Kent Fredric [EMAIL PROTECTED] wrote:
 
  On 6/11/07, Iain Buchanan [EMAIL PROTECTED] wrote:
   On Sat, 2007-06-09 at 21:13 +1200, Kent Fredric wrote:
  
 Genoo  Everything.
  
   given Everything = Gentoo + Debian + RedHat + ...,
   let EverythingElse = Everything - Gentoo;
  
   then
Gentoo  Everything
 =~ Gentoo  Gentoo + EverythingElse
 =~ Gentoo - Gentoo  Gentoo + EveryThingElse - Gentoo
 =~ 0  EverythingElse
 =~ EverythingElse  0
  
   I agree!
  
  If that concept is a first, I suggest it go into
  fortune-mod-gentoo-forums.

yes, I made it up just then.

  That is certainly quote worthy imo :D

thanks.

 Oh, I don't know about that... x  everything doesn't seem like a
 very witty way to begin a quotable concept.  

it did of course rely on the given by Kent Fredric, whether that is
provable or not is left as an exercise for the reader :)

cya, 
-- 
Iain Buchanan iaindb at netspace dot net dot au

The 357.73 Theory:
Auditors always reject expense accounts
with a bottom line divisible by 5.

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Gentoo in the workplace

2007-06-13 Thread Sartorelli, Jason
Hi there, 
This is possibly already answered elsewhere, however I've trolled through 
google to no avail.
I've upgraded my work machine from a Windows 2000 machine to Gentoo (running on 
a Dell GX520) with VMware running XP, Vista, 2000.

Most things run fine, but unfortunately I've had a few problems with things 
such as Active X pages (i.e. Cisco Call Manager, Infra, etc).

I've tried using wine (version 0.9.29) and installing IE however I couldn't 
find the full installer and we use a proxy here (the installer craps out when 
trying to set it up within the installer)
So I installed ieslinux and tried that - it seems to work and lets me load some 
pages however they don't all load correctly... infect the majority don't...
So I unmasked wine with the x86 keyword and tried both options again with the 
same results for the first option and ieslinux getting to the same place and 
stopping (but with text visibility bugs) and so I've now reverted back to wine 
0.9.29 and am officially stuck.
Firefox doesn't seem to support Active X at all, however there was a plugin for 
v1.5 which I tried and didn't have any luck with.

I've heard you can copy across a entire system32 folder and get wine working 
better, is this true?
I'm a member of transgaming (Cedega) is this worth trying? (Internet Explorer 
wasn't listen in their database)

There are other bugs and issues I'm trying to nut out (like a virtual OS X 
install, i support Macs unfortunately as part of my role), but at the moment 
getting ActiveX going is the most critical (as I'm using my old machine or 
virtuals to do allot of my work)

Any thoughts/comments/miracles/donuts or donations would be greatly appreciated.
Cheers,

Jason Sartorelli

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo in the workplace

2007-06-13 Thread Ken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sartorelli, Jason wrote:
 Hi there, 
 This is possibly already answered elsewhere, however I've trolled through 
 google to no avail.
 I've upgraded my work machine from a Windows 2000 machine to Gentoo (running 
 on a Dell GX520) with VMware running XP, Vista, 2000.
 
 Most things run fine, but unfortunately I've had a few problems with things 
 such as Active X pages (i.e. Cisco Call Manager, Infra, etc).
 
 I've tried using wine (version 0.9.29) and installing IE however I couldn't 
 find the full installer and we use a proxy here (the installer craps out when 
 trying to set it up within the installer)
 So I installed ieslinux and tried that - it seems to work and lets me load 
 some pages however they don't all load correctly... infect the majority 
 don't...
 So I unmasked wine with the x86 keyword and tried both options again with the 
 same results for the first option and ieslinux getting to the same place and 
 stopping (but with text visibility bugs) and so I've now reverted back to 
 wine 0.9.29 and am officially stuck.
 Firefox doesn't seem to support Active X at all, however there was a plugin 
 for v1.5 which I tried and didn't have any luck with.
 
 I've heard you can copy across a entire system32 folder and get wine working 
 better, is this true?
 I'm a member of transgaming (Cedega) is this worth trying? (Internet Explorer 
 wasn't listen in their database)
 
 There are other bugs and issues I'm trying to nut out (like a virtual OS X 
 install, i support Macs unfortunately as part of my role), but at the moment 
 getting ActiveX going is the most critical (as I'm using my old machine or 
 virtuals to do allot of my work)
 
 Any thoughts/comments/miracles/donuts or donations would be greatly 
 appreciated.
 Cheers,
 
 Jason Sartorelli
 
IE will never work in wine. I don't believe the devs plan to support it
either.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGcK9n0PM4px2/kjgRAgoUAKCBu0JbNQ4oYBLs+INNPoZB2vovmQCfeyFf
TOgGKyRq5rxifF4TOPBzvYA=
=acRY
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Kernel upgrade, no sound.

2007-06-13 Thread Dale
Hi,

I upgraded my kernel the other day and now I have no sound at all.  I
have checked Alsamixer and Kmix to make sure it is not muted and it
appears to be turned up there.  This is lspci:

 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
 (rev 0a)

I have this built into my kernel:

 * Emu10k1 (SB Live!, Audigy, E-mu APS)

I copied my old .config over and did a make oldconfig but it has the
same setup as before.  I just don't have any sound at all.  I did make
sure my speakers are powered on, plugged into the puter and everything I
checked says it is unmuted.  Maybe I missed one though.

The kernel version that works is gentoo-sources-2.6.18-r6, the one that
does _not_ work is gentoo-sources-2.6.20-r8 if that will help.

I did boot my old kernel, the 18 version, and the sound works fine.  If
I boot the new 20 version, nothing.  Kernel problem or am I missing
something?

Any ideas?  Thanks much for the help.

Dale

:-)  :-)


-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Gentoo in the workplace

2007-06-13 Thread Sartorelli, Jason
Thanks Ken,
So what do other people do when they need to use ActiveX? 
Is there any work arounds etc?

Hmmm, its interesting as before now (as I use server, desktop and laptop 
builds) I couldn't see what was stopping businesses using Linux on their 
desktops but as there are about 5 internal sites (such as our Helpdesk tool, 
Cisco Call Manager) which are needed on a daily basis I guess the 'little' 
things are pretty large obstacles.
I guess hopefully in the future such tools will be obsolete as people code for 
Firefox and IE (without Active X)

Cheers,
Jason



-Original Message-
From: Ken [mailto:[EMAIL PROTECTED]
Sent: Thursday, 14 June 2007 3:01 p.m.
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Gentoo in the workplace


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sartorelli, Jason wrote:
 Hi there, 
 This is possibly already answered elsewhere, however I've trolled through 
 google to no avail.
 I've upgraded my work machine from a Windows 2000 machine to Gentoo (running 
 on a Dell GX520) with VMware running XP, Vista, 2000.
 
 Most things run fine, but unfortunately I've had a few problems with things 
 such as Active X pages (i.e. Cisco Call Manager, Infra, etc).
 
 I've tried using wine (version 0.9.29) and installing IE however I couldn't 
 find the full installer and we use a proxy here (the installer craps out when 
 trying to set it up within the installer)
 So I installed ieslinux and tried that - it seems to work and lets me load 
 some pages however they don't all load correctly... infect the majority 
 don't...
 So I unmasked wine with the x86 keyword and tried both options again with the 
 same results for the first option and ieslinux getting to the same place and 
 stopping (but with text visibility bugs) and so I've now reverted back to 
 wine 0.9.29 and am officially stuck.
 Firefox doesn't seem to support Active X at all, however there was a plugin 
 for v1.5 which I tried and didn't have any luck with.
 
 I've heard you can copy across a entire system32 folder and get wine working 
 better, is this true?
 I'm a member of transgaming (Cedega) is this worth trying? (Internet Explorer 
 wasn't listen in their database)
 
 There are other bugs and issues I'm trying to nut out (like a virtual OS X 
 install, i support Macs unfortunately as part of my role), but at the moment 
 getting ActiveX going is the most critical (as I'm using my old machine or 
 virtuals to do allot of my work)
 
 Any thoughts/comments/miracles/donuts or donations would be greatly 
 appreciated.
 Cheers,
 
 Jason Sartorelli
 
IE will never work in wine. I don't believe the devs plan to support it
either.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGcK9n0PM4px2/kjgRAgoUAKCBu0JbNQ4oYBLs+INNPoZB2vovmQCfeyFf
TOgGKyRq5rxifF4TOPBzvYA=
=acRY
-END PGP SIGNATURE-
-- 
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo in the workplace

2007-06-13 Thread Hemmann, Volker Armin
On Donnerstag, 14. Juni 2007, Sartorelli, Jason wrote:
 Thanks Ken,
 So what do other people do when they need to use ActiveX?
 Is there any work arounds etc?

 Hmmm, its interesting as before now (as I use server, desktop and laptop
 builds) I couldn't see what was stopping businesses using Linux on their
 desktops but as there are about 5 internal sites (such as our Helpdesk
 tool, Cisco Call Manager) which are needed on a daily basis I guess the
 'little' things are pretty large obstacles. I guess hopefully in the future
 such tools will be obsolete as people code for Firefox and IE (without
 Active X)

AFAIR some versions of IE work with crossover. You might check their hp.

Also, some people just use the IE installed in their XP running on vmware ;)
-- 
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] Gentoo in the workplace

2007-06-13 Thread Sartorelli, Jason
Thanks, yeah at the moment i'm simply using it through my Virtual XP machine... 
i've had a quick look at crossover puts me in the same boat and I (greatly) 
prefer XP.
I appreciate the heads up though :)

-Original Message-
From: Hemmann, Volker Armin
[mailto:[EMAIL PROTECTED]
Sent: Thursday, 14 June 2007 4:29 p.m.
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Gentoo in the workplace


On Donnerstag, 14. Juni 2007, Sartorelli, Jason wrote:
 Thanks Ken,
 So what do other people do when they need to use ActiveX?
 Is there any work arounds etc?

 Hmmm, its interesting as before now (as I use server, desktop and laptop
 builds) I couldn't see what was stopping businesses using Linux on their
 desktops but as there are about 5 internal sites (such as our Helpdesk
 tool, Cisco Call Manager) which are needed on a daily basis I guess the
 'little' things are pretty large obstacles. I guess hopefully in the future
 such tools will be obsolete as people code for Firefox and IE (without
 Active X)

AFAIR some versions of IE work with crossover. You might check their hp.

Also, some people just use the IE installed in their XP running on vmware ;)
-- 
[EMAIL PROTECTED] mailing list

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Damaged file in portage cache

2007-06-13 Thread Philip Webb
070614 Jean-Baptiste Mestelan wrote:
 I cannot emerge --sync , as this brings out the following error :
   Updating Portage cache:  Traceback (most recent call last):
-- snip --
   OSError: [Errno 2] No such file or directory:
   '/var/cache/edb/dep/usr/portage/net-misc/vmpsd-1.3-r\x12'
 it looks like the problem is with the content of the directory
  /var/cache/edb/dep/usr/portage/net-misc/
   localhost net-misc # cd /var/cache/edb/dep/usr/portage/net-misc/
   localhost net-misc # ls ./ (TAB PRESSED)
   asterisk-chan_capi-0.4.^P_pre1netprofiles)ims-0.1.0134  
   stuNnel-4.15
   htbinit^I0.8.5netstat)nat-1.4.7
   suite3230-3.3.2_p1
   icaclient-9^N0-r1 networkianager-0.6.4_pre20061028
   tightvnc-1.^R.9-r4
   iputils)20060512  sipsak-0.9.^Q
   vmpsd-1.3-r^R
   linUx-identd-1.3-r1   stoje-2.2e
   vnc-4.1^N2-r1
   lksctp-Pools-1.0.4stone-2^N2c
   memcached-1^N1.13-r1  streamtuner-0.9^Y.99
 
There are some strange characters in the file names.
After my latest sync at 070609 2232 my corresponding dir contains eg

  vmpsd-1.3vnc-4.1.2
  vmpsd-1.3-r1 vnc-4.1.2-r1
  vmpsd-1.3-r2 vnc-4.1.2-r2
  vmpsd-1.3-r3 vnc-4.1.2-r3

Try renaming the files to replace '^R' etc by what looks correct.
I can e-mail you the full dir list, if I have your personal e-ddress.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo in the workplace

2007-06-13 Thread Roman Zimmermann
Am Donnerstag 14 Juni 2007 06:51 schrieb Sartorelli, Jason:
 Thanks, yeah at the moment i'm simply using it through my Virtual XP
 machine... i've had a quick look at crossover puts me in the same boat and
 I (greatly) prefer XP. I appreciate the heads up though :)

 -Original Message-
 From: Hemmann, Volker Armin
 [mailto:[EMAIL PROTECTED]
 Sent: Thursday, 14 June 2007 4:29 p.m.
 To: gentoo-user@lists.gentoo.org
 Subject: Re: [gentoo-user] Gentoo in the workplace

 On Donnerstag, 14. Juni 2007, Sartorelli, Jason wrote:
  Thanks Ken,
  So what do other people do when they need to use ActiveX?
  Is there any work arounds etc?

Some time ago we simply set up XP on an older box and used Remote Desktop 
whenever we needed something windows specific.
Since such tasks were rather the exception one box (ie. single user license, 
or whatever they call it) for 2 people was enough.

Roman


pgpCstJE10O6V.pgp
Description: PGP signature