sarge + kernel 2.6.0 test9 and lsmod problem

2003-11-18 Thread Hanasaki JiJi
lsmod is reporting the below under kernel 2.6.0test9  The kernel is 
running on a sarge box that is updated for all packages as of 11/18/2003 
@ 12:50AM

what is QM_Modules? what does this mean? is there a fix?

thank you.

=lsmod
Module  Size  Used byNot tainted
lsmod: QM_MODULES: Function not implemented
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim question: open relay?

2003-11-09 Thread Hanasaki JiJi
Also, check out these sites that will test for an open relay:
http://ordb.org/submit/
http://www.abuse.net/relay.html
from your mailserver:
telnet relay-test.mail-abuse.org
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://www.sun.com/sunone   =
=
Paul Johnson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, Nov 08, 2003 at 11:44:48PM -0500, Jeff Elkins wrote:

She's 200 miles away...how can I set this up to avoid the ugly open relay 
problem?


Search the archives for exim asmtp

- -- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :
`. `'` proud Debian admin and user
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/rfHtUzgNqloQMwcRAteeAJ9NWN44RDbDAY3rRKmy6hbOT04oFQCfeVwE
4HDpFEyJX1w2MgVkP/hA3wI=
=sueC
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Motherboard ASUS a7v600: is anybody using this?

2003-11-09 Thread Hanasaki JiJi
Could I ask about the complete specs and costs of what you put together? 
 I have been eye'ing the Asus A7V600 also.  These are the parts I was 
looking at.. Off www.newegg.com

$130SAPPHIRE ATI RADEON 9600 256MB 8X AGP
But sarge has xfree 4.2 and 4.3 is needed for readeon
$210AMD ATHLON XP 3000 Barton 400MHz FSB OEM
What is needed for an OEM
Suggestions on a Fan?  What is grease?
It would be a waste to get the kt600 and not get
a cpu that can do fsb400
How large of a power supply?
2 x 200GB WD harddrives
$2202 x KINGSTON KVR400X64C25/512 512MB 400MHz
The board max's at 1 gig :(
Is the ethernet only Gigabit?  My network is all 10/100.

The plan was to boot and install the minimum from woody then upgrade to 
sarge and get kernel 2.4.22 (newest as of 11/9/2003)

Any thoughts, input, advise, suggestions?

Thanks so much!

Albert Dengg wrote:
Hi

I'm using this mobo with linux just fine.
the network chipset works with the syskonnect driver...depending on the
kernel version you may have to update it with the patch from
http://www.syskonnect.com/syskonnect/support/driver/htm/sk98lin.htm
to support the card though...
with the sata drivers you seem to have 2 options for debian:
one hack for the default ide driver
and a patch for libata to support it through scsi emulation (this seems
to be better ...it is included in 2.6.0-test9 so it seems to be better
for the future)
patch for 2.4: http://lkml.org/lkml/2003/8/29/105
both seem to work from report from others..and they load fine, but I
don't have SATA drives to test with...but be aware: no raid...only linux
software raid...
USB(also USB2) works fine

agpgart works fine (I only can test agp 4x since I only own a GF4 and
with linux 2.4 agp 8x is not supported anyway from what I gather)
I have not tested sound since I use a SB Audigy...

One last thing:
the ide controller is supported after 2.4.21 I think...before it is only
pio mode...
I hope I have not forgot anything usefull...

yours,
Albert Dengg
On Sun, 9 Nov 2003 16:37:29 +1000
Alan Davis [EMAIL PROTECTED] wrote:

I have ordered this motherboard, with 3c940 Gigabit ethernet (with a
Linux driver on the ASUS website(?!)); and AD1850 AC'97 etc.)
sound. I would appreciate hearing about any issues people have
encountered.  

Thanks for any advice.  I would like to be prepared before burying my
head in the sand...
Alan 
...



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
How do i find out what is using those ports?

netstat  -natl | grep 799
tcp0  0 192.168.1.200:799
192.168.1.1:2049ESTABLISHED
below returns no output
lsof -i tcp:799
Nothing is using the port but it is in netstat


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
netstat -tulpen   = no output for grep 799 or 2049
this was run as root
Hmmm are the PID0 bad? below

ps auxf | head
USER   PID %CPU %MEM   VSZ  RSS TTY  STAT START   TIME COMMAND
root 1  0.0  0.3  1460  416 ?SAug31   0:05 init [2] 

root 2  0.0  0.0 00 ?SW   Aug31   0:02 [keventd]
root 0  0.0  0.0 00 ?SWN  Aug31   0:38
[ksoftirqd_CPU0]
root 0  0.0  0.0 00 ?SW   Aug31  18:30 [kswapd]
root 0  0.0  0.0 00 ?SW   Aug31   0:00 [bdflush]
root 0  0.0  0.0 00 ?SW   Aug31   2:54
[kupdated]
Florian Ernst wrote:
Hello Hanasaki!

On Sat, Nov 08, 2003 at 10:16:34AM -0600, Hanasaki JiJi wrote:

How do i find out what is using those ports?

netstat  -natl | grep 799
tcp0  0 192.168.1.200:799
192.168.1.1:2049ESTABLISHED
below returns no output
lsof -i tcp:799
Nothing is using the port but it is in netstat


It is shown by netstat, but a normal user won't get further detail about
it. root will:
|[EMAIL PROTECTED]:~/mail$ lsof -i tcp:25
|[EMAIL PROTECTED]:~/mail$ su
|Password:
|live:/home/fernst/mail# lsof -i tcp:25
|COMMAND PID USER   FD   TYPE DEVICE SIZE NODE NAME
|exim4   840 mail0u  IPv4   1147   TCP localhost:smtp (LISTEN)
netstat -tulpen might be even faster...

Better setup sudo so you won't accidentally hose your system by staying
root for too long... ;-)
HTH,
Flo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Mysterious process talking on 799=2049 tcp - what is using the ports?

2003-11-08 Thread Hanasaki JiJi
Yes NFS is running.. thoguht NFS was UDP not TCP
netstat -natlp shows the process as -
a process of -  huh?
the pid0 issue loooks like:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217525
Michael Stone wrote:
On Sat, Nov 08, 2003 at 10:25:43AM -0600, Hanasaki JiJi wrote:

How do i find out what is using those ports?

netstat  -natl | grep 799
tcp0  0192.168.1.200:799
192.168.1.1:2049ESTABLISHED
below returns no output
lsof -i tcp:799
Nothing is using the port but it is in netstat


nfs maybe? Do you have an nfs mount from 192.168.1.1?

Mike Stone




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



clamscan avavis spamassassin with exim4 on sarge

2003-11-07 Thread Hanasaki JiJi
Anyone have/working on integration of these?

clam spamc and amavis are installed however, they dont seem to update 
the /etc/exim4/conf.d

thank you.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: woody/sarge on Barton MoBo? kt600 and/or which nvidia

2003-11-06 Thread Hanasaki JiJi
Actually, the complete system specs and issues encountered would be very 
appreciated.
Thanks

Ron Johnson wrote:
On Wed, 2003-11-05 at 23:52, Kent West wrote:

Hanasaki JiJi wrote:

What motherboards have people had success/failures with for woody and 
sarge and Bartons with a 400fsb?

Which mobo chipsets have you had good/bad experiences with?
   amd?
   nvidia?
   via? kt600?
And with which kernels?  I guess the woody distribution kernel would 
need to run ok because that is the public ISO available?

Thank you.


I was just tonight trying to help a friend install Debian on his mobo 
with an nforce (nvidia) ethernet chipset. Suffice it to say that I will 
_never_ purchase an nvidia-based mobo, unless something major comes 
along to change my mind.


What kernel version?



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



woody/sarge on Barton MoBo? kt600 and/or which nvidia

2003-11-05 Thread Hanasaki JiJi
What motherboards have people had success/failures with for woody and 
sarge and Bartons with a 400fsb?

Which mobo chipsets have you had good/bad experiences with?
amd?
nvidia?
via? kt600?
And with which kernels?  I guess the woody distribution kernel would 
need to run ok because that is the public ISO available?

Thank you.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



exim4 in sarge - config issues

2003-10-31 Thread Hanasaki JiJi
1. when did exim4 make it into sarge?

2. cool config stuff

3. smarthost configuration is working fine using the IP of the 
smarthost.  It fails when I put in the hostname of the smarthost. 
hostname smarthost does return the IP.  What could be wrong and how 
can it be fixed?

thanks

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: exim4 in sarge - config issues with smarthost hostname vs IP

2003-10-31 Thread Hanasaki JiJi
I have the exim4 heavy package and:

dc_smarthost='hostname'   = works if this is an IP
fails with a hostname of 'smtp'
hostname smtp resolves to an IP OK

lookup of host smtp failed in smarthost router
grep -r DCsmarthost .

./conf.d/transport/30_exim4-config_remote_smtp:
hosts_require_auth = DCsmarthost= SAME
./conf.d/transport/30_exim4-config_remote_smtp:
hosts_require_tls = DCsmarthost = MISSING
./conf.d/main/01_exim4-config_listmacrosdefs:
DCsmarthost = DEBCONFsmarthostDEBCONF   = SAME
./conf.d/router/200_exim4-config_primary:
route_list = * DCsmarthost  = SAME
Vineet Kumar wrote:
* Hanasaki JiJi ([EMAIL PROTECTED]) [031031 15:29]:

1. when did exim4 make it into sarge?


http://packages.qa.debian.org/e/exim4.html

Looks like it was on 2003-10-01


2. cool config stuff

3. smarthost configuration is working fine using the IP of the 
smarthost.  It fails when I put in the hostname of the smarthost. 
hostname smarthost does return the IP.  What could be wrong and how 
can it be fixed?


Where did you put the IP address?  Was this in debconf?  Have you looked
at or edited directly /etc/exim4/update-exim4.conf.conf or any of the
files in /etc/exim4/conf.d ?
I have 
dc_smarthost='hostname'
in /etc/exim4/update-exim4.conf.conf and it works fine.  I also have
these:

wingnut:/etc/exim4$ grep -r DCsmarthost .
grep: ./passwd.client: Permission denied
./conf.d/transport/30_exim4-config_remote_smtp:  hosts_require_auth = DCsmarthost
./conf.d/transport/30_exim4-config_remote_smtp:  hosts_require_tls = DCsmarthost
./conf.d/main/01_exim4-config_listmacrosdefs:DCsmarthost = DEBCONFsmarthostDEBCONF
./conf.d/router/200_exim4-config_primary:  route_list = * DCsmarthost
Are yours the same?

This is exim4 4.22-5.

good times,
Vineet


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



sarge dependancy problems with dhcp3-client/samba/samba-common

2003-07-13 Thread Hanasaki JiJi
Just did an apt-get update; apt-get dist-upgrade

dhcp3-client seems to be mutaully exclusive with samba/samba-common. 
Installing one takes out the other.

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://www.sun.com/sunone   =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



wireless tcp/ip multi-line telephone solutions w/ answering machinesand VRU

2003-07-04 Thread Hanasaki JiJi
Anyone know of hardware / software (prefer free) for:
wireless telephone
tcp/ip with a gateway to the POTS
multi-line
w/ digital answering machines - stores to disk
web interface for management and voice mail listening
programable VRU (java prefered or at least script not C)
for use with a small office
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



new gnome2 in sarge : startup error

2003-06-21 Thread Hanasaki JiJi
just updated to gnome2 in sarge with an:
apt-get update
apt-get distupgrade
worked like a charm, till a logout / login

gdm tried to login my id and something failed and send me back to gdm. 
nothing in the log files.  same result from startx from the cmd line.

deleted ~/.xinitrc and startx from the command line worked
deleted ~/.gnome2* and login from gdm worked
one item left... on login a gnome error msg box comes up.
- there was an error starting the gnome settings daemon
any thoughts on resolving this?  did the upgrade go smooth for anyone?

thanks

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



gtk2 and sarge

2003-06-09 Thread Hanasaki JiJi
Any news on when gnome2 and/or gtk2 will be in sarge?  sarge recently 
got xchat2 which needs gtk2.  sarge is still on gnome1.4 and gtk1

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sarge sawfish gnome - broken on 5/27/2003?

2003-05-31 Thread Hanasaki JiJi
The views seem to be gone.. in sawfish-ui add more workspaces  this 
will get more desktops.  still wondering if its normal behavior and a 
enhancement to sawfish or i broke something.

Jeremy Brooks wrote:
On Tue, 2003-05-27 at 20:32, Hanasaki JiJi wrote:

Just did a dist-upgrade on sarge and gnome sawfish no longer has the 
panels / menus on the borders.

is it broken in sarge? did i break something?

Thanks


I'm having a similar problem - the sawfish config tool is now missing
from the gnome configurator, and I have only one virtual desktop now.
When I run sawfish-ui to configure things, the options for virtual
desktops have changed and I cannot get more than one desktop no matter
what I do.
Any bright ideas out there to fix this?  One desktop; it's like that
other os.
thanks

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



GRUB question - book2

2003-04-06 Thread Hanasaki JiJi
book2 so the other thread isn't hijacked.

What are the pros/cons of usin Grub vs Lilo?  Lilo vs Grub?

I have had great success with SystemCommander+PartitionCommander (not 
free and not expensive).  Tried using lilo the other day with no issues. 
  Tried switching over to grub with apt-get install grub and had to 
redo the harddrive.

Any tips on using grub?

Key deciding factor for me is no dependancy on an installed OS that is 
normally under use.  _commander installs in its own 40meg partition at 
the front of the disk.

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Cups problem

2003-04-05 Thread Hanasaki JiJi
sarge says to use foomatic instead of cupsomatic-ppd.  cupsomatic works 
like a charm.  with just foomatic, no printes were available in the 
webinterface.  the foomatic-compiledb built the drivers in /boot (Dam) 
and they still were not available via the web interface.

===
Package: cupsomatic-ppd
 This package is kept to help upgrading.  For new installations please
 try foomatic-bin plus foomatic-db first.
Kevin McKinley wrote:
On Sat, 05 Apr 2003 01:04:08 -0500
Andy Hurt [EMAIL PROTECTED] wrote:

n-dimensional confuscation ;-/

If you use gs(-esp) [is either needed?], which came first:  gs(-esp) or
cupsys?


I have these packages installed:

cupsys 1.1.18-2   Common UNIX Printing System(tm) - server
cupsys-bsd 1.1.18-2   Common UNIX Printing System(tm) - BSD comman
cupsys-client  1.1.18-2   Common UNIX Printing System(tm) - client pro
libcupsys2 1.1.18-2   Common UNIX Printing System(tm) - libs
gs 7.05-3 The Ghostscript Postscript interpreter
gs-common  0.3.3.1Common files for different Ghostscript relea
gs-esp 7.05.6-1   The Ghostscript Postscript interpreter - ESP
gsfonts6.0-2.1Fonts for the ghostscript interpreter
gsfonts-x110.17   Make Ghostscript fonts available to X11
I don't have any of the foomatic packages, the cupsys-driver-gimpprint, or
the cupsomatic packages.
I'm not sure how the gs packages got there. I don't remember installing them
with cupsys, so maybe I installed them along with something else (like
a2ps).
I see the need for a CUPS HOWTO. I've contacted the LDP about working on it
(the person who proposed it has apparently lost interest).
Kevin


--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



NFS rpc.mountd couldn't rename /var/lib/nfs/rmtab.tmp to /var/lib/nfs/rmtab

2003-04-04 Thread Hanasaki JiJi
What causes the below and how can it be fixed?  what is the impact of 
the below?

debian version = sarge

Thanks,

rpc.mountd: couldn't rename /var/lib/nfs/rmtab.tmp to /var/lib/nfs/rmtab

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Office soulution

2003-04-04 Thread Hanasaki JiJi
www.openoffice.org works great.

apt-get install ooqstart-gnome   = quick starter from sarge

doesnt look like there is a package to install openoffice directly

Jimmy wrote:
hey,

whats a good office program,  mainly one i can get though 
apt-get, i like koffice but i will not let me install it.  It needs
to be able to read xls files.

thanks


--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Integrated Printer/FAX/Copier/Scanner machines supported by Linux???

2003-03-27 Thread Hanasaki JiJi
Integrated Printer/FAX/Copier machines supported by Linux???

Anyone know of one of these beasties that works with linux? Debain?
incoming / outgoing fax
scanner
printer
google didnt turn much up

Thank you

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Any plans to add the package of spambayes?

2003-03-27 Thread Hanasaki JiJi
http://spambayes.sourceforge.net/

Anyone used it?  thoughts?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Mozilla Calendar servers

2003-03-25 Thread Hanasaki JiJi
Anyone know of free/opensource software that will function as a server 
for the Mozilla calendar?

Just found the client tool in the nightly build -svg- build.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Official Exim 4 package

2003-03-22 Thread Hanasaki JiJi
The package name is just that a name  It shouldnt contain a version 
number.  If there is a need to be able to manipulate multiple versions 
of the same package then the functionality needs to come from the 
package manager.  Perhaps no version specified = most current.

Steve Lamb wrote:
On Sat, 22 Mar 2003 00:11:18 -0600
Jamin W. Collins [EMAIL PROTECTED] wrote:
On Fri, Mar 21, 2003 at 09:08:49PM -0800, Steve Lamb wrote:

Problem is a lot of people ignore those warnings.  That's because most
of the time the warning is meaningless in that they warn people of a
config file change that could cause problems and in 99.9% of the time
it doesn't.  It leads to the yeah, yeah, whatever syndrome.
 

Doesn't mean the warning couldn't/shouldn't be given.


Which is not what I said.  What I am pointing out is that the warning
*isn't enough* for a base package that breaks configuration compatibility.
 

Also since Exim is a base package a little more care has to go into it. 
 

Not so.  exim is a base package.  That doesn't mean that exim4 would
have to be a base package.  It would just be another _optional_ package.


Which I addressed by asking Do we really need to start putting
the version number in the package name now, IE exim4? which you deleted.  We
have a version number field for a reason yet more and more we now have the
version number in the name which is getting annoying.  Do we really need exim
and exim4?  Shouldn't it have been exim3 right away?  Should we go through and
add major version numbers to every package?

It need not be structured as an upgrade of a base package.


I think it would be mistake if it weren't.  Not without some change that
makes it clear when we put version numbers in the name and when/if we don't
*or* that something gets into place on the version number field to address
this so we don't have to remember to add the major on this package but not on
that package.
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



moving harddives from one system to another

2003-03-20 Thread Hanasaki JiJi
is it safe to take a harddrive, with data on it, out of one system and 
put it in another?

ide?
scsi?
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: file server recommendations?

2003-03-16 Thread Hanasaki JiJi
Try the free cygwin download:
http://www..cygwin.com/
Kevin Coyner wrote:
On Sun, Mar 16, 2003 at 05:12:09PM +, Shri Shrikumar wrote..


On Sat, 2003-03-15 at 22:09, Jack Pistachio wrote:

I'd suggest ssh, sftp, and scp, which all come in the
debian ssh package.  To use these with windows, I'd suggest
putty sftp client for windows.  This seems th easiest way
to do it.  This, of course, requires that your friends are
users on your system.


www.ssh.com have some very nice and easy to use windows clients as well
both for ssh and scp.


What's a good, and hopefully open source  free, program that can act as
a SSH server on a Windows box?  I do most of my work in Linux/Debian,
but there's one offsite webserver I have to take care of that's Win2K.
Presently I ftp files up to it, but I'd rather be doing something a
little more secure.  Is there a way of getting an SSH server running on
it that my Debian SSH client can connect to?
Thanks
Kevin
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



foomatic-compiledb target direct it where? /boot/ppd

2003-03-14 Thread Hanasaki JiJi
Why does foomatic-compiledb put the compiled files in /boo/ppd ?

It just doesnt seem right

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



AMD Barton experiences

2003-03-07 Thread Hanasaki JiJi
Anyone running woody/sarge on a Barton?  Is the extra cost worth it for 
a Barton vs 2500+XP

What motherboard/RAM/Fan... are you using?

What about memory heatsinks? worthing or not? which ones?

I was thinking of the following system:
ASUS A7V8X LAN
AMD ATHLON XP 2500 Barton 333 FSB
Antec 480W Power Supply TRUE480
Thermaltake VOLCANO 9 CoolMod = enough cooling?
KINGSTON KVR333X64C25/512 512MB
VGA CHAINTECH A-GX20 TI-4200 128MB 8X
Samsung CDRW Combo Model SM-348BEA
Less than $1000US from www.newegg.com



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Upgrading from Stable to Testing

2003-02-23 Thread Hanasaki JiJi
IMO, yes.

Although, I use sarge not testing to be sure that I dont 
inadvertantly upgrade to the next version of testing by accident.

M. Kirchhoff wrote:
Once I've got the Stable release of Woody running, is the best way to
move up to the Testing level to simply change my sources.list to point
to
http://ftp.us.debian.org/debian testing main

and then run

apt-get update
apt-get dist-upgrade
If there's a better/more efficient way, please let me know!  Thanks!

Newbfully,
M. Kirchhoff

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Flash media reader/writers support

2003-02-22 Thread Hanasaki JiJi
Any recommendations on 6in1 media readers / writers that work in sarge 
and the kernel 2.4.20 kernel?
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



flash card readers/writers

2003-01-26 Thread Hanasaki JiJi
any recommendaton readers/writers?

3.5 or 5.25 front panel inserts prefered

also, what does it take to get it functional in linux?  do they show up 
as a floppy drive to mount?

thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to find unresolved symbols lib

2003-01-25 Thread Hanasaki JiJi
Downloaded the and installed the Sun JDK and mozilla.  ln -s to the 
plugin has always worked in the past... now it is giving the below 
unresolved errors.  Debian version = sarge.  It worked in the past but 
hasnt worked since a total reinstall.

How can I find the missing package that has the .so containing the 
unresovled symbol?


JAVA VERSION
	java full version 1.4.1-b21
UNRESOLVED SYMBOLs
GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager]

===
/mozilla/mozilla

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,

Gtk-WARNING **: Unable to locate loadable module in module_path: 
libxfce.so,
LoadPlugin: failed to initialize shared library 
/opt/dist/j2sdk1.4.1/jre/plugin/i386/ns610/libjavaplugin_oji.so 
[/opt/dist/j2sdk1.4.1/jre/plugin/i386/ns610/libjavaplugin_oji.so: 
undefined symbol: 
GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IDE for java

2003-01-24 Thread Hanasaki JiJi
Take a peek at Ant from jakarta.apache.org
	- make functionality
	- written in Java
	- no tab/space issues of Make
	- makefile of make = buil.xml of Ant
	- that's correct.  ant makefiles are written in xml

Dave Carrigan wrote:

On Thu, 2003-01-23 at 06:33, Benedict Verheyen wrote:



When you say make, is that the same make program most c++ programs use?
If so, i didn't know one could use it with other languages. I'll have to start learning it then.



Sure; make is language-agnostic. For that matter, it doesn't even need
to be used in conjunction with programming. I use make with LaTeX
projects to generate the .dvi and .ps, and with docbook projects for the
same purpose. I use make in my /etc/postfix directory to automatically
regenerate the postfix maps and restart postfix if a map has changed. 

Any time you have one file that is the result of running a program on
anothe file, it's a good candidate to automate the generation of that
file with make. 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IDE for java

2003-01-22 Thread Hanasaki JiJi
www.netbeans.org

not in a .deb and very easy to install

Derrick 'dman' Hudson wrote:

On Wed, Jan 22, 2003 at 05:56:36PM -0300, Eduardo Gargiulo wrote:

| Is there any IDE for java (debianized if possible). Which?

It's called debian.  :-).  I use vim as the editor, make for build
management (and either javac or jikes for the compiler), ctags for
convenient jumping through the source, aegis or cvs for
source/configuration management and the standard Unix tools like find
and ls to manage files.  Unix itself is a very powerful IDE composed
of a great many tools.  One of the great advantages of using the
system as the ide is it works independent of the programming language,
and it works for plain old configuration files too.  If you really
want to have one big tool sitting on top of the OS (and duplicating
much of the functionaity), check out eclipse (no .deb AFAIK).

HTH,
-D




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Invalid Archive Signatures

2003-01-22 Thread Hanasaki JiJi
eterm and feh, on sarge, are reporting invalid archive signatures of 
their dependancies.

I have tried the US and Japan mirrors.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-20 Thread Hanasaki JiJi
A bit off topic here.. sorry
Others ahve expressed problems with Asus based on memory issues.  Anyone 
have any thoughts?

The recent comment was on the A7V8X being very picky with RAM.  My 
friend picked up a different KT400 based system and popped in the same 
PC2700 (not PC3200) that didnt work in Ausus and it ran like a champ.

Daniel Barclay wrote:
Pigeon wrote:


On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay wrote:


I'm getting disk corruption if I try to enable DMA mode for my IDE
disks.



...


If you have a VIA chipset try making sure that VIA chipset support is
included in the kernel.



No, it's an Asus A7M266-D, which has an AMD 768(?) southbridge chip.

Daniel




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Gnome 2 + Sarge : Which window manager?

2003-01-07 Thread Hanasaki JiJi
I was trying to install:
	metal
	sawmill
and discovered that they are mutually exclusive.  metal wants gconf2 and 
sawmill wants gconf.

Does this mean that sarge sawmill is gnome1?  Any way to get both?

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Broadcom 10/100 Mbps drivers on Asus A7V8X

2003-01-04 Thread Hanasaki JiJi
Does woody / sarge support the ASUS A7V8X with KT400 chips and 
Broadcom10/100 onboard Chip?  If not, any way to support it?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: /etc/resolv.conf keeps getting overwritten

2003-01-04 Thread Hanasaki JiJi
running a dhcp client that may be overwritting it?

Nori Heikkinen wrote:

as root, i modified the search line in my new box's /etc/resolv.conf
to include a few more domains i want searched.  the changes persist
anywhere from two minutes to two hours, but it always seems to get
overwritten with the initial one!  this is really obnoxious, as i don't
want to have to keep typing in full domain names.  

i don't changed anything as root between relapses, so i can't figure out
what's causing this.  any ideas?

thanks,

/nori


--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Initializing DHCP-client

2003-01-03 Thread Hanasaki JiJi
cat interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255


edit /etc/init.d/dhcp
# Defaults
INTERFACES=eth1


Larry Hunsicker wrote:

Another couple of questions, folks:

I have a system with two NICs, one pointing outward to a cable modem
that needs to be set up with DHCP, and one pointing inward to support my
home network that I configure with static IP addresses. I have gotten
and installed dhcp3-client.

Two questions:

How do I get DHCP initialized; i.e., how do I get the dhcp-client files
installed into the init.d and rc*.d files?

How do I assure that the first NIC is configured by DHCP, but the other
one with static ips?

Many thanks in advance to any help you all can give me.

Larry Hunsicker





--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: cannot open dislpay: debian:0.0

2003-01-02 Thread Hanasaki JiJi
Ran into this sometime back myself.. it was related to gdm options. 
something about a -nolisten option

James Tappin wrote:
On Thu, 2 Jan 2003 02:12:34 -0800
Kevin [EMAIL PROTECTED] wrote:



FYI
If I try xhost +localhost
xhost:  unable to open display debian:0.0




3 alternatives spring to mind; either:
xhost +debian # as the original user
or:
export DISPLAY=localhost:0 # as root before running make xconfig
or even:
ssh -X root@localhost # instead of su



--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Audio Video digital capture / playback

2003-01-02 Thread Hanasaki JiJi
Any recommendations on Audio Video digital capture / playback hardware 
and software woking on Woody / Sarge?
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ArgoUML

2003-01-01 Thread Hanasaki JiJi
ArgoUML-0.12 Runs fine on this:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)

downloaded and installed directly from java.sun.com

Oki DZ wrote:

Hi,

I'd like to run ArgoUML; unfortunately, the JVM (Sun's; 1.4.1 beta)
wouldn't run it. What JVM can I run the program on?

Thanks in advance,
Oki




--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: xmms conflics with esd?

2002-12-29 Thread Hanasaki JiJi
Running woody and gnome here with esd.  How can xmms, gnome, xine .. be 
configured to use sound from the kernel instead of esd?  There seems to 
be three types of sound support: arts/esd/kernel is there a good 
overview of each of these and how to get gnome to use them?  pros/cons?

motherboard = asus k7m with via chipset

Thanks

Paul Johnson wrote:
On Sun, Dec 29, 2002 at 04:36:50PM +0800, Dai Yuwen wrote:


I find xmms conflics with esd.  Unless I kill esd can xmms play MP3s. I use 
woody and gnome1.4.  Any advise?


Save yourself the overhead and remove esd?  It's not necissary for
sound, the kernel does just fine with that.  (Unless your card is
ancient, like an ISA sb16, in which esound is handy to have since it'll
allow more than one sound to play at once, but only with esound-aware
programs.  For everything else, you're kind of limiting yourself).




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SCSI emulation for IDE CD-writer

2002-12-29 Thread Hanasaki JiJi
I used to compile ide-scsi as modules and had problems with the 
CD-RW-Drive locking closed ie: no way to eject with software or the 
button.

Since compiling the modules into the kernel, there have been no lock 
problems.

Shawn Lamson wrote:
On Sun, 29 Dec 2002 20:12:48 -0500
Shawn Lamson [EMAIL PROTECTED] wrote:



On Sun, 29 Dec 2002 11:27:38 -0800 (PST)
Bill Moseley [EMAIL PROTECTED] wrote:



On Mon, 30 Dec 2002, Rob Weir wrote:



On Sat, Dec 28, 2002 at 11:33:10AM -0800, Bill Moseley wrote:


Another question:  I have everything compiled into the kernel
instead of as modules.  I have two IDE drives and I'm *not*
using the append line, yet the drives are still setup correctly
as SCSI.

Why don't I need the append= line?


AIUI, if you have ide-cd and ide-scsi (and sr_mod) compiled into
the kernel, ide-scsi will win and take everything.  I compile all
the ide-scsi (and scsi) stuff as modules, because it's possible to
play with them without a reboot.


Ah, I see.

My assumption was wrong then.  I thought that the append= in lilo
was to pass things into compiled-in code, where modules loaded with
insmod could be passed in settings when they were being loaded.

But does that mean that if you only want one drive to be ide-scsi
that you need to use modules?


Well thankfully we both have working cdwriters , I too have everything
compiled into the kernel... I also use the append line as so:
kernel = /boot/vmlinuz-2.4.20 noapic nosmp root=/dev/hda12
hdc=ide-scsi pci=biosirq vga=normal

but I have heard that people had problems with scsi grabbing normal
(cd?) drives and having to add :ide-cd ignore=hdx

presumably b/c the ide-cd will grab before the scsi - which is
actually the opposite of what Mr. Weir said.  I don't really know
which is true.



P.S. I forgot to mention I have: 
CONFIG_BLK_DEV_IDECD=y
# Old CD-ROM drivers (not SCSI, not IDE)
# CONFIG_CD_NO_IDESCSI is not set

in my kernel... it takes signifigantly longer for my machine to mount
and seek (for example changing songs on an audio disk - obviously
unmounted) when using the scsi mode as opposed to just idecd on the same
drive.  I don't know if anyone can account for this or offer a solution.


I got so tired of configuring modules that I gave up and just put all
in the kernel - even though I think I could get more control of
things with modules (ie. my soundblaster live! 5.1)...

Shawn








--
Bill Moseley [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



--
Shawn Lamson
[EMAIL PROTECTED]
Debian GNU/Linux 3.0


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]






--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Looking for input on video cards - ATI? AllInWonder? NVidia GForce2/3/4?

2002-12-28 Thread Hanasaki JiJi
Hello all,

I am seeking your input on video cards.  The goal is to upgrade from the 
current voodoo3500tv

What is the minium chipset in NVidia/ATI that has slightly more power 
than the voodoo3500tv?

Which AllInWonder's are supported by Woody?

Which NVidia chips are supported by Woody?

Any thoughts on this board? or suggestions to something similar?
http://www.leadtek.com/graphics/a250td/a250td.htm

The goal is to make a full Audio/Visual system.

Thanks.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



booting woody on a kt400 motherboard??

2002-12-28 Thread Hanasaki JiJi
Anyone able to boot and run debian woody on a kt400 based board?  the 
hope is that it will boot and run ok slow is fine just so i can do an 
install and build kernel 2.4.20  this kernel says it has some kt400 
support.  It also appears to be compatible with the binutils of woody.

Thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problems connecting to IRC server irc.debian.org

2002-12-26 Thread Hanasaki JiJi
the irc server is dropping my connection with the error Bad User Info

I am connecting with Xchat via http proxy.  I has worked until recently,

Connections with bitchx from the firewall work fine

How can I connect to the server and not get this error?  what is the cause?

Thanks



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Computer beeping but no sound on

2002-12-23 Thread Hanasaki JiJi
Any thoughts as to why my system would be beeping?  Its the speaker
inside the case.  The speakers are off and the Linux sound control is 
muted.  When mute is off, the beeps come from the speakers.

Thanks

--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problems connecting to IRC server irc.debian.org

2002-12-22 Thread Hanasaki JiJi
the irc server is dropping my connection with the error Bad User Info

I am connecting with Xchat via http proxy.  I has worked until recently,

Connections with bitchx from the firewall work fine

How can I connect to the server and not get this error?  what is the cause?

Thanks


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian hotswap and 5 9's - resend please.. mail was down

2002-12-11 Thread Hanasaki JiJi
Any input on building systems that support hotswap and 5 9's uptime?

What hardware? drivers? where to get them? costs?

Thanks
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Debian hotswap and 5 9's

2002-12-10 Thread Hanasaki JiJi
Any input on building systems that support hotswap and 5 9's uptime?

What hardware? drivers? where to get them? costs?

Thanks
--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Suddenly haveing NFS client problems

2002-11-09 Thread Hanasaki JiJi
I have two Debian Woody (kernel 2.4.19) systems NFS mounting (v3) off
the same NFS server.  Suddenly, one of the systems is reporting the
below error.  This happens quite offen and is usually, but not always
preceeded by a file save, from Open Office, over the NFS mount.  The
other computer does not have such a problem under the same situation.

nfs_stat_to_errno: bad nfs status return value: 11


--
=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=___=
= Noone wants advice - only corroboration - John Steinbeck=
== ==
= Pawns can become Royalty in Life or in Chess=
= Life, the only game where Royalty can be a pawn, =
=and not even know it  =
= Chess, the only game where pawns really are pawns   =
=



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: anyone get kernel 2.5 to compile?

2002-10-30 Thread Hanasaki JiJi
Its the latest 2.5.45 Appologies for not mentioning this.

The below error seems to indicate a broken makefile, doesn't it?

Justin Ryan wrote:

Any ideas about the below error?  It is from the kernel.org download



2.5.44?  if not, recommend you grab the latest..



make menuconfig
make -f scripts/Makefile.build obj=scripts lxdialog
scripts/Makefile.build:10: .config: No such file or directory
make[1]: *** No rule to make target `.config'.  Stop.
make: *** [menuconfig] Error 2



funky.. I had no problem with menuconfig but there seem to be some
general dependency problems.  I tried a few times last night to compile
2.5.44 and had several unrelated errors that were fixed by selecting or
deselecting certain options.

Cheers,

-Justin


--

=   http://www.sun.com/service/sunps/jdc/javacenter.pdf=
=www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
=  =
= Noone wants advice - only corroboration - John Steinbeck   =
====
= Pawns can become Royalty in Life or in Chess   =
= Life, the only game where Royalty can be a pawn,=
=and not even know it =
= Chess, the only game where pawns really are pawns  =



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



anyone get kernel 2.5 to compile?

2002-10-29 Thread Hanasaki JiJi
Any ideas about the below error?  It is from the kernel.org download

make menuconfig
make -f scripts/Makefile.build obj=scripts lxdialog
scripts/Makefile.build:10: .config: No such file or directory
make[1]: *** No rule to make target `.config'.  Stop.
make: *** [menuconfig] Error 2

--

=   http://www.sun.com/service/sunps/jdc/javacenter.pdf=
=www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
=  =
= Noone wants advice - only corroboration - John Steinbeck   =
====
= Pawns can become Royalty in Life or in Chess   =
= Life, the only game where Royalty can be a pawn,=
=and not even know it =
= Chess, the only game where pawns really are pawns  =




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ip alias

2002-10-13 Thread Hanasaki JiJi

Is there any way to assign the alias'ed eth1 interfaces via DHCP?  How 
about locking an IP to each that is assigned via DHCP (I guess this isnt 
possible since pre-allocated DHCP addresses are done via MAC addy)

Alan Chandler wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Sunday 13 October 2002 5:23 pm, Hanspeter Roth wrote:

 Hello,
 
 how can one create an ip alias on an interface that has already
 another ip address?
 
 -Hanspeter


 Here is my /etc/network/interfaces with a number of aliased ip 
 addresses on
 eth1.

 auto eth0 eth1 lo eth1:0 eth1:1 eth1:2

 iface lo inet loopback

 iface eth0 inet dhcp

 iface eth1 inet static
 address 10.0.10.100
 netmask 255.255.255.0
 network 10.0.10.0
 broadcast 10.0.10.255

 iface eth1:0 inet static
 address 10.0.10.101
 netmask 255.255.255.0
 network 10.0.10.0
 broadcast 10.0.10.255

 iface eth1:1 inet static
 address 10.0.10.102
 netmask 255.255.255.0
 network 10.0.10.0
 broadcast 10.0.10.255


 iface eth1:2 inet static
 address 10.0.10.103
 netmask 255.255.255.0
 network 10.0.10.0
 broadcast 10.0.10.255

 - --
 Alan Chandler
 [EMAIL PROTECTED]
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.0 (GNU/Linux)

 iD8DBQE9qbILuFHxcV2FFoIRAtGEAJwOk/8Hkv1idOq+CWYqmlbRUv2rmgCgsNL5
 BYagR8PdCVU54NM/UTma94Q=
 =+CER
 -END PGP SIGNATURE-



-- 

=   http://www.sun.com/service/sunps/jdc/javacenter.pdf=
=www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
=  =
= Noone wants advice - only corroboration - John Steinbeck   =
====
= Pawns can become Royalty in Life or in Chess   =
= Life, the only game where Royalty can be a pawn,=
=and not even know it =
= Chess, the only game where pawns really are pawns  =



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




DHCP/DNC dynamic config and security

2002-10-13 Thread Hanasaki JiJi

Would someone be kinda enough to point out a reference to accomplish the 
following?:


- Only assign give DHCP to hosts authenticating in some manner
- Auth against LDAP and/or localfile
- some hosts get the same IP every time based on their auth
- not based on their MAC
- some hosts get any IP, from one, or more blocks, based on the auth
- DNS automatically updated by DHCP

Also,
JoeUser will auth
JoeUser.internal.company.com will redirect to
JoeUser.[district#].internal.company.com
above is handed out by dhcp

DHCP and/or DNS config info is in LDAP and/or reg config files

Thank you.

-- 

=   http://www.sun.com/service/sunps/jdc/javacenter.pdf=
=www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
=  =
= Noone wants advice - only corroboration - John Steinbeck   =
====
= Pawns can become Royalty in Life or in Chess   =
= Life, the only game where Royalty can be a pawn,=
=and not even know it =
= Chess, the only game where pawns really are pawns  =



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Athlon MP boards that work with woody

2002-10-09 Thread Hanasaki JiJi

What MB's have people used with Woody successfully, unsuccessfully?

Thanks
-- 

=   http://www.sun.com/service/sunps/jdc/javacenter.pdf=
=www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
=  =
= Noone wants advice - only corroboration - John Steinbeck   =
====
= Pawns can become Royalty in Life or in Chess   =
= Life, the only game where Royalty can be a pawn,=
=and not even know it =
= Chess, the only game where pawns really are pawns  =



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Woody Snort alerts records portscans but not in portscan.log

2002-10-09 Thread Hanasaki JiJi

Any thoughts on why portscans are showing up in the alert log but not 
the portscan log?

Thanks.
-- 

=   http://www.sun.com/service/sunps/jdc/javacenter.pdf=
=www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone   =
=  =
= Noone wants advice - only corroboration - John Steinbeck   =
====
= Pawns can become Royalty in Life or in Chess   =
= Life, the only game where Royalty can be a pawn,=
=and not even know it =
= Chess, the only game where pawns really are pawns  =



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Still getting kernel panic when compiling my own kernel

2002-09-28 Thread Hanasaki JiJi

apt-get kernel-package
read the readme in /usr/share/docs/kernel-package
follow the instructions

Mariano Kamp wrote:
 If the below describe assumption was true then it didn't work out. I
 have the same problem.
 
 Mariano
 
 On Sat, 2002-09-28 at 16:33, Mariano Kamp wrote:
 
Which one is kernelimage? I found one called bzImage, size ~500K.
should I copy it to /boot/vmlinuz-2.4.18? on my system /vmlinuz points
to /boot/vmlinuz-2.4.18 and /vmlinuz is configured in lilo.conf.

Mariano

On Sat, 2002-09-28 at 16:24, Mariano Kamp wrote:

On Sat, 2002-09-28 at 14:00, Klaus Imgrund wrote:

On 28 Sep 2002 15:43:48 +0200

Did you ever try the old fashioned way?

cd /usr/src/linux-x.x.x
make menuconfig
make dep  make clean bzImage modules modules_install
mv /boot/kernelimage /boot/kernelimage.orig
cp /usr/src/linux-x.x.x/arch/i386/boot/bzImage /boot

Prost,

I'll try that and feed back.

Mariano


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

 
 
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Woody OpenLdap bind failure

2002-09-28 Thread Hanasaki JiJi

I have just installed the opendlap 2.x from Woody.

anonymous binds connect but fail to list the root just giving the schema:

Root DSE
objectClass  top
objectClass  OpenLDAProotDSE

binds as the adim fail to bind

ldap client used:
http://www.iit.edu/~gawojar/ldap/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Still getting kernel panic when compiling my own kernel

2002-09-27 Thread Hanasaki JiJi

I would not assume that the settings are the same.

Run 'make menuconfig' and check

Be sure of the following are compiled into the kernel:
ext2, ext3, reiserfs
ide  scsi support for your ide/scsi chips/boards

Verify that your lilo.conf has the right settings for partitions and 
kernel file from the dpkg -i yourkernel.deb

How are you getting to a shell to check /var/log which is a directory 
not a file??? to look for messages if the kernel panics and halts?

If you need more specific help, provide more specifics on your process 
and StepByStep results.

Mariano Kamp wrote:
 Hi,
 
  I still haven't given up yet to compile my own kernel, but I am nearly
 there. Meanhwile I removed the kernel and the kernel source packages and
 installed them again. But even from the scratch without changing
 anything I get a kernel panic from my compiled kernel. Aren't the
 default settings being supposed to be the same as the standard kernel
 shipped? The standard kernel is working though. 
 
   Problem is it doesn't support acpi out of the box and afaik I need
 acpi if I don't want to burn the processor on this particular machine
 (as described on linux-laptop.org).
 
   For the record .. I am using woody on a sony vaio grx316g.
 
   Btw. I also bought a null modem cabel to get the console messages from
 the kernel before the panic, but unfortunately I found out that my
 laptop has three usb, and firewire and ..., but not a serial port :-(
 Are there any other ways to see the kernel messages? I believe that the
 file system is not mounted at that point in time and probably because of
 that I don't see any relevant messages below /var/log.
 
 Cheers,
 Mariano
 
 
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: CDRecored problems -Teac cd-w54e

2002-09-20 Thread Hanasaki JiJi

Hmm you are on 1.1B and I am on 1.0A.   How do i upgrade the firmware?
I have no access to dos/win.  Just Lin

df does not reveal the drive as mounted.
lsof doesnt show anything using the /dev/scd0

Jaye Inabnit ke6sls wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  On Thursday 19 September 2002 09:10 pm, Hanasaki JiJi wrote:
 
 I am having some problems with the Teac drive.  It seems to work the
 first time but then the drive bay locks and there is no way to open it.
   Reboot required.  cdrdao unlock doesnt even work.
 
 Any thoughts on this? Thanks.
 
 
 
 output of cdrecord -scanbus
   'TEAC' 'CD-W54E ' '1.0A' Removable CD-ROM
 
 
  Greetings Hanasaki:
 
  I have the same drive here:
  0,0,0 0) 'TEAC' 'CD-W54E ' '1.1B' Removable 
CD-ROM
 
  I wonder if you have it mounted?  If so, you must umount the drive 
before the
  door will open.  This drive here has been solid as a rock, and
  considering I ripped the cup holder part out the same night I 
installed it,
  that's a major complement!  :)
 
  tatah
  - --
 
  Jaye Inabnit\ARS ke6sls\/A GNU-Debian linux user\/ 
http://www.qsl.net/ke6sls
  If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
  Free software, in a free world, for a free spirit. Please Support 
freedom!
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




CDRecored problems -Teac cd-w54e

2002-09-19 Thread Hanasaki JiJi

I am having some problems with the Teac drive.  It seems to work the 
first time but then the drive bay locks and there is no way to open it. 
  Reboot required.  cdrdao unlock doesnt even work.

Any thoughts on this? Thanks.



output of cdrecord -scanbus
  'TEAC' 'CD-W54E ' '1.0A' Removable CD-ROM


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Building a full audio/video system based on debian

2002-09-19 Thread Hanasaki JiJi

Any input on what to use for hardware and capture / playback software?

I am hoping for only open source.  I know that leaves NVidia out due to 
the closed drivers.  How about ATI?

Thank you.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Exim 4.1 says PAM module not found

2002-09-04 Thread Hanasaki JiJi

I made a bit of progress the module is found but not working... any 
suggestions for what to put in in the
/etc/pam.d/exim
file?

None of the below lines works:
auth   required pam_unix_passwd.so shadow
auth   required/lib/security/pam_unix_auth.so
auth   required/lib/security/pam_pwdb.so shadow




Below is the entry in exim.conf.
plain:
   driver = plaintext
   public_name = PLAIN
   server_condition = ${if pam{$2:$3}{1}{0}}
   server_set_id = $2


Ralf G. R. Bergs wrote:
 On Wed, 04 Sep 2002 11:30:17 -0500, Hanasaki JiJi wrote:
 
 
I am running exim built under Debian Woody.

Where can I find the docs to configure pam.d/exim to authenticate for
exim?  the log says cant find moudle
 
 [...]
 
Exim 4.x was built with PAM support
 
 
 Don't know what kind of problem you got, but mine works fine. I even built 
 myself DEBs, so if you want to try them out:
 
 http://ADSL-Bergs.RZ.RWTH-Aachen.DE/~rabe/debian/
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




PAM use by non root applications

2002-09-04 Thread Hanasaki JiJi

Does Woody allow non-root id applications to to PAM auth?

Thank you.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Linux based - free/opensource Calendar server for Ximinan?

2002-09-02 Thread Hanasaki JiJi

Anyone know of one?

Thanks



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




How to fix? 9 Jan 04:02:27 ntpdate[4633]: no server suitable for synchronization found

2002-01-09 Thread Hanasaki JiJi

ntpdate time is giving the the following error.  time is my server
running ntpd from woody.

---
The ntpd on the machine time is storing the following in syslog:

Jan  9 10:01:58 portal ntpd[32724]: ntpd 4.1.0 Sat Dec 15 09:33:44 UTC
2001 (2)
Jan  9 10:01:58 portal ntpd[32724]: signal_no_reset: signal 13 had flags
400
Jan  9 10:01:58 portal ntpd[32724]: precision = 156 usec
Jan  9 10:01:58 portal ntpd[32724]: kernel time discipline status 0040

---
this is the contents of /etc/ntpd.conf
# /etc/ntp.conf, configuration for xntpd

# ntpd will use syslog() if logfile is not defined
logfile /var/log/ntpd

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable


ntptrace
localhost: stratum 16, offset 0.14, synch distance 0.01843
0.0.0.0:*Not Synchronized*



Thank you,




How do tell if X is using acceleration...?...

2002-01-09 Thread Hanasaki JiJi
I am thinking that my machine is not using acceleration.  It is an 
athlon 600 with a voodoo3500.  Graphics seem to be slow and take the CPU 
to over 75%.  This even happens when moving an opaque window.  My 
XFConifg-4 file is pasted below.  Could someone help me with 
understanding what could be tweeked?  Is it running accelerated? how can 
this be determined..?


Thanks.

--
Section ServerLayout
Identifier XFree86 Configured
# 
Screen  0  Screen0 0 0

Screen Screen0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/Speedo/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  bitmap
Load  ddc
Load  dbe
Load  dri
Load  extmod
Load  freetype
Load  GLcore
Load  glx
Load  int10
Load  pex5
Load  record
Load  speedo
Load  type1
Load  vbe
Load  xie
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  keyboard
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol MouseSystems
Option  Device /dev/gpmdata
Option  Emulate3Buttons   true
EndSection

Section Monitor
Identifier   Monitor0
VendorName   MEL
ModelNameNFL9905
Option   DPMS
HorizSync30.0 - 96.0
VertRefresh  50.0 - 140.0
# 
ModeLine [EMAIL PROTECTED] 234.0 1920 1956 2164 2536 1440 1441 1444 
1492 -hsync +vsync
# 
ModeLine [EMAIL PROTECTED] 234.0 1920 1956 2164 2536 1440 1441 1444 
1492 -hsync +vsync

EndSection

Section Device
Identifier  Card0
Driver  tdfx
VendorName  3dfx Interactive
BoardName   Voodoo3
BusID   PCI:1:5:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth 8
Modes 1280x1024 1024x768 800x600
EndSubSection
SubSection Display
Depth 16
Modes 1280x1024 1024x768 800x600
EndSubSection
SubSection Display
Depth 24
# 
	Modes 1280x1024 1024x768 800x600

Modes 1600x1200 1280x1024 1024x768 800x600
EndSubSection
EndSection



Re: How do tell if X is using acceleration...?...

2002-01-09 Thread Hanasaki JiJi
I have looked at the log files.  What am I looking for that will 
indicate accelerated or not accelerated?  What do I need in my Xconfig 
file to tell X to do hardware acceleration?

Thanks.

Adam Majer wrote:


Hi,

On Wed, Jan 09, 2002 at 05:20:42AM -0600, Hanasaki JiJi wrote:

I am thinking that my machine is not using acceleration.  It is an 
athlon 600 with a voodoo3500.  Graphics seem to be slow and take 
the CPU to over 75%.  This even happens when moving an opaque 
window.  My XFConifg-4 file is pasted below.  Could someone help me 
with understanding what could be tweeked?  Is it running 
accelerated? how can this be determined..?




I'm not familiar with Voodoo stuff but you can see if it is 
accelerated if you do this:


1. login as root in virtual console
2. make sure you are running bash /bin/sh
3. type X 2/tmp/MyXStartup
4. switch back to virtual console and press Ctrl-C to stop X
5. less /tmp/MyXStartup

I don't know about xdm but if you run gdm the startup log file
is in /var/log/gdm which has the same thing as the above
/tmp/MyXStartup.

NOTE: If you run server on :0 and vt7, you need to specify a 
different location for the server startup in #3. Something like


X :233 vt10 2/tmp/MyXStartup ought to do it :)


Hope this helps a bit,
Adam








Re: Trying to install Sun's Java2 Runtime

2002-01-01 Thread Hanasaki JiJi
It's running fine for me :)  The below is from 1.4B2 but I had 1.3.x 
running fine prior.  What specifically do you observer when it doesn't 
work?  Send the output of errors and what you entered to the 
debian-user list.


[EMAIL PROTECTED]:[52]~ java -version
java version 1.4.0-beta2
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77)
Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode)
[EMAIL PROTECTED]:[53]~ which java
/usr/local/jdk/bin/java
[EMAIL PROTECTED]:[54]~


Pontus Edvardsson wrote:


Hi,

I'm on Woody, kernel 2.4.17 and have been trying to install the Java2 Runtime 
v1.3.1 from Sun without any luck...
I've followed their instructions; downloaded the autoextracting file and 
unpacked it in /usr/java as they suggest. It doesen't report any problems, 
but will not work either... Is this the only, or is there other java-runtimes 
available for Debian? How can I troubleshoot?


Thanks, Pontus








Re: DVD player

2001-12-03 Thread Hanasaki JiJi




Along the same lines... Is there any good software that will allow me to
take full advantage of some of the multimedia cards that have full A/V in
and out? And also backup a DVD. Just in case the original gets scratched?

Christian Schoenebeck wrote:

  
  
-Ursprngliche Nachricht-Von: Timo Boewing [mailto:[EMAIL PROTECTED]]Gesendet: Montag, 3. Dezember 2001 20:38Hi Chris,there is also ogle. I also tried vlc and xine, but i got the bestresults with ogle. why? vlc suffered from hangings and segfaults on mysystem, and later on i never could get acceleration to work (e.g. vialibsdl). Xine did also some "pumping", but ogle just rocks:- fluid motion- supports DVD menues!please take a look at it, for me i wished i would have used it as thefirst one.

I will, thanks for the tip!Can you also give me some hint which programs I can use for ripping DVDsor can you point me some docs on the web to get more information aboutthat?Thanks in advance,Christian Schoenebeck







Re: Kernel panic: VFS: Unable to mount root fs on 01:00

2001-11-29 Thread Hanasaki JiJi




Make sure that you have compiled the ide and ext2 into the kernel and not
just made them loadable mods.

Xeno Campanoli wrote:
  
  
  
  

  

Subject:

Kernel panic: VFS: Unable to mount root fs on 01:00
  
  

From: 
Xeno Campanoli [EMAIL PROTECTED]
  
  

Date: 
Thu, 29 Nov 2001 14:57:45 -0800
  

  
  

  

To: 
debian-user@lists.debian.org
  

  
  
 
  
  As my subject line indicates, I'm getting the diagnostic:	Kernel panic: VFS: Unable to mount root fs on 01:00when I try to boot up with my home grown kernel.  I've tried severalthings with lilo on this, but I'm stumped.  rdev indicates the rootpartition is /dev/hda1, which is what I expect, and I seem to have goodlilo entries, as follows:image=/vmlinuzlabel=Linuxread-onlyinitrd=/boot/initrdand in fact with the dist kernel this lilo entry works fine, but withthe one I get with make bzImage I get stuck on boot as stated.  Cansomeone point me to a specific doc to read on this problem, or is mymistake obvious?-- http://www.eskimo.com/~xeno[EMAIL PROTECTED]-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
  
  
  
  
  



Re: dhcp-client

2001-11-29 Thread Hanasaki JiJi




What is the difference between

pump
dhcpcd
dhcp-client

any others?

Raghavendra Bhat wrote:

  
  
  
  

  

Subject:

Re: dhcp-client
  
  

From: 
Raghavendra Bhat [EMAIL PROTECTED]
  
  

Date: 
Fri, 30 Nov 2001 10:38:03 +0530
  

  
  

  

To: 
debian-user@lists.debian.org
  

  
  
 
  
  [Fri, Nov 30, 2001 at 12:36:53PM +0530] Sridhar M.A. :
  
 Can somebody give me some pointers to set it up ? 

Usage of dhcp-client is recommended over dhcpcd.You have to enable  CONFIG_FILTER=y in your kernel configuration optionsfor dhcp-client to work properly.  Maybe in stock kernel-image packages,you need  to insmod this.   I had a  similar problem which you  have hadencountered when I was starting off with my GNU boxen setup on Cable.Please do get back if you still are unable to fix this. -- ragOO, VU2RGU-http://gnuhead.dyndns.org/-GPG: 1024D/F1624A6EHelping to keep the  Air-Waves FREE Amateur RadioHelping to keep your Software  FREE   the GNU Project   Helping to keep the  W W W FREE  Debian GNU/${kernel}-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]








Re: VPN software

2001-11-28 Thread Hanasaki JiJi
Wow!! great overview .. AFter all of that... Which do you recommend and 
why?  Do any of them interoperate with each other?  My CISCO client runs 
fine over TCP with ipchains NAT.


nate wrote:


Subject:

Re: VPN software
From:

nate [EMAIL PROTECTED]
Date:

Wed, 28 Nov 2001 13:48:34 -0800 (PST)

To:

debian-user@lists.debian.org


Andrew Pritchard said:


Is there a Debian package to set up a VPN? Or am I going to have to
go down the  Free SWAN route?




vtun is available in woody and easily compiles in potato.
i started using it about a week ago and it works great. i
would strongly reccomend against any IPSec software including
freeswan if your using NAT of any kind. IPSec is an absolute
nightmare with NAT. i speak from personal experience trying
to get freeswan to talk to another freeswan server for a good
15 hours during a weekend about a year ago. works fine without
NAT but with it ugh. very bad experience.  i use cisco
vpn 3005s at the company im with and it supports NAT very well
by encapsuating all IPSec packets into UDP packets which easily
travel through NAT gateways. note that this behavior is not
consistant with the RFCs/specs, this is a special thing that
cisco does. at the same time it probably breaks compadiblity
with any client software trying to connect to it that does
not support this feature.

freeswan is not alone in being hard to NAT. it is a problem
with the protocol itself. but it was designed that way
intentionally(from what ive read on the specs, theres docs
on freeswan's website) for security reasons. security is great
but if i can't use it, kind of defeats the purpose for me.
i have also tried sonicwall with similar NAT difficulties.
PPTP is in the same boat as far as difficult to work with NAT.
and contrary to seemingly popular belief(at least among those
ive talked with) IPSec is NOT a TCP or UDP protocol. it uses
UDP for a brief point during initial connection then switches
over to another IP protocol(protocol #59 or something).

ive read that vpns over tcp are bad because it can be more
unreliable. i guess it depends on the situation, i have also
been using vpnd(not packaged i dont think) for about 2 years
with not too many problems. it operates over TCP. vtun
can operate over TCP or UDP(i have it running over UDP
currently).

you can see more info on how cisco does their IPSec nat
by searching for ipsec nat on their website. cisco also
offers vpn clients for linux, have not tested them myself
yet though.

freeswan is not easy to setup(at least it wasn't at the time),
and i saw several reports of freeswan servers flooding ip
addresses long after the connection ended because the server
did not know the connection was gone(that may be fixed now).








Virt Console text screen resolution problems and setting it

2001-11-27 Thread Hanasaki JiJi
I have lilo setup to boot into a high resolution vga screen resolution. 
   It comes up fine; however, somewhere in the middle of the boot 
process, maybe when teh framebuffer drivers are loaded, it switches back 
to a lower resolution - standard res?


1. what would cause this?
2. how can it be prevented?  and if not prevented, what command line 
program, with what options, will set the text resolution high again.


Running Woody.

Thank you.



SSH v2 setup on potato

2001-11-25 Thread Hanasaki JiJi

how do i get potato sshd to ignore v1 connections?



Re: SSH v2 setup on potato

2001-11-25 Thread Hanasaki JiJi
Potato's version of ssh says invalid option.  I have putty win ssh 
client set to protocol 2 and it works against the server fine.


Pollywog wrote:


On 2001.11.26 02:33 Hanasaki JiJi wrote:


how do i get potato sshd to ignore v1 connections?



in /etc/ssh/sshd_config at the top of the file, you probably have 
something like this:


Port 22
Protocol 2,1


Just change the Protocol line to:

Protocol 2


that should do it.


--
Andrew






Re: SSH v2 setup on potato

2001-11-25 Thread Hanasaki JiJi

hmm Putty must fall back to v1 w/o saying anything..

Guess that leaves us with:
1. when is woody going gold?  lol i know the answer no flames pls
2. i will look for .debs or build openssh myself.

Thanks all

dman wrote:


On Sun, Nov 25, 2001 at 08:52:38PM -0600, Hanasaki JiJi wrote:
| Potato's version of ssh says invalid option.  I have putty win ssh 


Yeah, potato has a really old verison of ssh that doesn't include
protocol v2.

| client set to protocol 2 and it works against the server fine.

PuTTY is newer than potato's ssh.

-D








ssh and scp loging : please help

2001-11-23 Thread Hanasaki JiJi

I am not getting anything in syslog :(

How can I record ssh login / logout / bad passwd
How can I record all scp ops what was copied from and to and bad passwds

Thanks,



CDRW with TEac 54E

2001-11-22 Thread Hanasaki JiJi
Is there a way to get my teac to burn? it is a 54E CDRW but shows the 
following:


Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'TEAC' 'CD-W54E ' '1.0A' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

lsmod

Module  Size  Used byTainted: P
sg 27268   0  (autoclean)
ide-scsi7616   0
ide-cd 26720   0
cdrom  28896   0  [ide-cd]
scsi_mod   87480   2  (autoclean) [sg ide-scsi]
nfs70172   4  (autoclean)
nfsd   66624   8  (autoclean)
lockd  48288   1  (autoclean) [nfs nfsd]
sunrpc 59604   1  (autoclean) [nfs nfsd lockd]
af_packet  11816   0  (autoclean)
mpu401 18944   0  (unused)
sb_lib 32832   0  (unused)
via82cxxx_audio17120   1
uart401 6176   0  [sb_lib via82cxxx_audio]
ac97_codec  9568   0  [via82cxxx_audio]
sound  54700   0  [mpu401 sb_lib via82cxxx_audio uart401]
floppy 45920   0
gamma  57144   0  (unused)
nbd14720   0  (unused)
loop8368   0  (unused)
agpgart22464   0  (unused)
tdfxfb 19488  63
fbcon-cfb32 3840   0  [tdfxfb]
fbcon-cfb16 4096   0  [tdfxfb]
fbcon-cfb8  3488   0  [tdfxfb]
fbcon-cfb24 4384   0  [tdfxfb]
parport_pc 14312   0
parport23712   0  [parport_pc]
rtc 5496   0  (autoclean)




Re: CDRW with TEac 54E

2001-11-22 Thread Hanasaki JiJi

Yup I have a hdd=ide-scsi  Actually its hdc.

Mybe I just need to learn more bout the tools that drive the RW. :(

csj wrote:


On Thursday 22 November 2001 16:11, Hanasaki JiJi wrote:


Is there a way to get my teac to burn? it is a 54E CDRW but shows the
following:

Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg
Schilling Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'TEAC' 'CD-W54E ' '1.0A' Removable CD-ROM
0,1,0 1) *


Just a wild guess. Do you have something in your grub or lilo 
configuration that reads like:


hdd=ide-scsi

On the other hand, I don't see anything particularly wrong with your 
cdrecord output. I can burn with my BTC 4x burner, which yields the 
following (truncated) -scanbus output:


alpha:/web/iso/Mandrake81$ cdrecord -scanbus
Cdrecord 1.11a10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg 
Schilling

Linux sg driver version: 3.1.20
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'CDWriter' 'IDE4x4x32   ' 'Z041' Removable CD-ROM

What precisely goes wrong when you actually burn a CD/RW?








RealTek Chip support

2001-11-21 Thread Hanasaki JiJi
I am looking at a MS-6368 Mother board that says it has a RT8100.  How 
can I check for support for this board?  Or, 8100 a general number means 
an 81xx is is used (i.e.: maybe a 8129 or 8139)


Thank you.



GNome without esd

2001-11-14 Thread Hanasaki JiJi

I took out esd and now there are no sounds in gnome.  My wm is sawfish.

Is there a way to get sound in gnome on woody without esd?

Also, I have aol's AIM but that seems to rely on esd too :(



Re: Best choice for video card

2001-11-14 Thread Hanasaki JiJi

Nate, any tips on getting the multimedia stuff to work on a 3500TV?

nate wrote:


David Teague said:


Hi

Would some kind soul please tell me which video card to put in my
new machine (which is still in the planning) that will Debian Woody
and Gnome X out of the box?



for stability - matrox g400. the machine im on now
has been up for 180days 22hours. running ona  G400.
i upgraded from potato to woody about 45 days ago.
running in 1600x1200x24bit color i think. most
stable sytem running X ive ever used/seen. next
to this was my old sgi indy which was up for ~90
days before the console locked up.

for 3D stuff, i use nvidia. but i also compile my own
kernels. so if your not prepared to do that i dont think
i can reccomend nvidia's recent cards. i also only use
2.2. kernel not 2.4.

my voodoo3 3000/3500 was ROCK solid under xfree3.3.6.
even when playing unreal tournament almost daily.
nvidia is pretty stable too, haven't had any crashes
that resulted from using it. but i do have to restart
X quite a bit depending on if i want to do Xvideo
or OpenGL.(i do a lot of video capture)

on the G400 i restart X once a month to clear up
memory(it gets to about 200MB memory usage,
xfree 3.3.6 choked at around 145MB memory usage)

nate






Re: Best choice for video card

2001-11-14 Thread Hanasaki JiJi

Didn't the manufacturer go bankrupt and get bough by nvidia?

nate wrote:


Hanasaki JiJi said:


Nate, any tips on getting the multimedia stuff to work on a 3500TV?



nope. sorry. i looked into possibly doing that too but
the driver development looked too alpha for me to even try.
i got a winTV PCI card instead and use that for video capture.

nate








Problems with NFS client-woody server-potato

2001-11-12 Thread Hanasaki JiJi

The following error is showing up in syslog.  I

Nov 12 15:11:46 fred rpc.statd[196]: Received erroneous SM_UNMON request 
from fred for 192.168.1.1


SErver lsmod - potato
nfsd  160536   0  (unused)
nfs43820   0  (unused)
lockd  41720   0  [nfsd nfs]

Client lsmod - woody
nfs   160536   1  (autoclean)
lockd  41720   1  (autoclean)[nfs]
sunrpc 41720   1  (autoclean)[nfs lockd]



Re: IMAP security

2001-11-06 Thread Hanasaki JiJI




Meaning? Cyrus worked around the Mozilla problem?

Tarjei Huse wrote:

  Hi,
  
Does cyrus have the "all folders show up under INBOX" problem as courierdoes with netscape and mozilla?   Appearantly this is a result of theclient not the server?  If cyrus doesn't how do they get around it?

With Cyrus you just set namespace = INBOX in the imap tap of mozilla andoutlook. Also, in the up and comming 2.1 version, there's a way to bypass thisproblem :)Tarjei 

  nate wrote:
  
Antti Tolamo said:

  And surprise suddenny  I can seewhole contentsdirectory of /var/www from Eudora.
  
  are you using UW IMAP ? if so that is no suprise. that ispart of the design of UW ..i believe its intentional too.i personally prefer cyrus, but many like courier imap.i'd reccomend not using UW IMAP for any serious imap usage.its OK for basic stuff, but has a lot of problems like browsingdirectories and being very slow(try opening an inbox with 5,000messages ..)nate
  
  --To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
  
  
  
  
  
  


Re: imap server

2001-11-06 Thread Hanasaki JiJI

Courier

Robert L. Harris wrote:



 I need to throw up an IMAP server for my mother in law.  I'm looking for
a package (sid compatable) that'll take 2 mins to configure and 0 
maintenance.


Any thoughts on a preference?  Yes I can go look up all the servers but
I'm looking for opinions on whats fast/easy and 0 maint.


Robert


:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
 at RnD Consulting |  and security just aren't

   \_   that important!
DISCLAIMER:
 These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'







Re: imap server

2001-11-06 Thread Hanasaki JiJI
Yup.  It does IMAP over SSL .  I just used it to send this email.  There 
is an MTA too but I use Exim.


Robert L. Harris wrote:



Erf, I forgot to add, can it do SSL Imap? or encrypted somehow?  She'll be
accessing the server over the 'Net.

Thus spake Hanasaki JiJI ([EMAIL PROTECTED]):


Courier

Robert L. Harris wrote:


I need to throw up an IMAP server for my mother in law.  I'm looking for
a package (sid compatable) that'll take 2 mins to configure and 0 
maintenance.


Any thoughts on a preference?  Yes I can go look up all the servers but
I'm looking for opinions on whats fast/easy and 0 maint.


Robert


:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
at RnD Consulting |  and security just aren't

 \_   that important!
DISCLAIMER:
   These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]






:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
 at RnD Consulting |  and security just aren't

   \_   that important!
DISCLAIMER:
 These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'







Re: imap server

2001-11-06 Thread Hanasaki JiJI

You asked for easy :)  Just download it, Sourcforge, and compile.

Robert L. Harris wrote:


 Hmm, appears as though it's out of sync on the mirrors right now in Sid.
I'll give it a try in a couple hours.

Thus spake Hanasaki JiJI ([EMAIL PROTECTED]):

Yup.  It does IMAP over SSL .  I just used it to send this email.  There 
is an MTA too but I use Exim.


Robert L. Harris wrote:


Erf, I forgot to add, can it do SSL Imap? or encrypted somehow?  She'll be
accessing the server over the 'Net.

Thus spake Hanasaki JiJI ([EMAIL PROTECTED]):


Courier

Robert L. Harris wrote:


I need to throw up an IMAP server for my mother in law.  I'm looking for
a package (sid compatable) that'll take 2 mins to configure and 0 
maintenance.


Any thoughts on a preference?  Yes I can go look up all the servers but
I'm looking for opinions on whats fast/easy and 0 maint.


Robert


:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
at RnD Consulting |  and security just aren't

   \_   that important!
DISCLAIMER:
 These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
perl -e 'print 
$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]





:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
at RnD Consulting |  and security just aren't

 \_   that important!
DISCLAIMER:
   These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'






:wq!
---
Robert L. Harris|  Micros~1 :  
Senior System Engineer  |For when quality, reliability 
 at RnD Consulting |  and security just aren't

   \_   that important!
DISCLAIMER:
 These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'







Cannot bring up 2nd NIC two times in a row on DHCP.

2001-11-06 Thread Hanasaki JiJI
I have the following in my interfaces file of a firewall.  eth0 is the 
external NIC and eth1 is the internal NIC.  I am getting DHCP addys from 
my provider.


The following list of commands hangs:

   * ifup eth0
   * ifup eth1
   * ifdown eth1 eth0
   * ifup eth1

The following works ok:

   * ifup eth0
   * ifup eth1
   * ifdown eth1 eth0
   * *rmmod tulip*
   * ifup eth1


# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet static
   address 192.168.1.1
   netmask 255.255.255.0
   network 192.168.1.0
   broadcast 255.255.255.0




Re: Woody and X4.01 colors are grainy

2001-11-05 Thread Hanasaki JiJI
That is a pretty gross looking screen :)  My problem tured out to be the 
defualt depth was 8 bits.  Yours is set to 8 as well.  Change it to 16 
or 24 and restart the X Server.  See what happens?


What were the settings that worked under X3?  Same resolutions on the 
same color depth on the same monitor worked?  If not, could be your sync 
rate?  The 66 and 120 may be too high for the no name monitor.  For 50 
Bucks try a new video card?  The prices are real low for good stuff 
these days.  Its not hard to burn $50 bucks in time if this is work.


[EMAIL PROTECTED] - Config file
*Section Screen
Identifier  Default Screen
Device  Generic Video Card
Monitor Generic Monitor
DefaultDepth 8 *= Change to 16 or 24*   



Frank Zimmermann wrote:

on Fri, Nov 02, 2001 at 08:23:56AM -0600, Hanasaki JiJI 
([EMAIL PROTECTED]) wrote:



 Bingo!  Actualy a depth of 8.  I have read alot of docs and tried alot
 of changes to the config file and cannot get the darn thing to run at
 anything other than 8bits or any resolution other than the max on 
modes
 line of the screen for 8 bits.  It is a 3dfx3500 TV that ran great 
under
 Potato.  Any pointers on revising my config file?  Connections to a 
bug

 in X4? ...



Sorry, you'll have to try modelines yourself.  Might google the
monitor/card combo and see what you come up with.

Peace.





I've been reading this threat with great interest because I think I 
ahve similar problems with my X on sid.

Here is my configuration:
http:/www.ds10.uklinux.net/xerr/XF86Config-4

and here is the result on how X looks like:
http:/www.ds10.uklinux.net/xerr/snapshot1.png

Changing the color depth to 16 gives a somhow usable X with a ca 5cm 
wide flickering stripe in the middle of the screen. So I reduced 
(stepwise) the values for vsnyc to 31.5-35.1 and hsync to 50-70 in my 
config and this is how it looks like then:

http://www.ds10.uklinux.net/xerr/snapshot3.png

The menues are barely readble and what ever I do I can't get rid of 
the yellow color scheme.


BTW, I have a no name monitor and a CirrusLogic GD5440 or 5430. They 
worked fine under XFree 3.x with the SVGA server. Any more ideas on 
how to get them work with XF4?


Thanks,
Frank






what are the sg and packet_af modules?

2001-11-04 Thread Hanasaki JiJi


Thank you



Re: IMAP security

2001-11-04 Thread Hanasaki JiJI
Does cyrus have the all folders show up under INBOX problem as courier 
does with netscape and mozilla?   Appearantly this is a result of the 
client not the server?  If cyrus doesn't how do they get around it?

Thanks

nate wrote:


Antti Tolamo said:


And surprise suddenny  I can seewhole contents
directory of /var/www from Eudora.



are you using UW IMAP ? if so that is no suprise. that is
part of the design of UW ..i believe its intentional too.

i personally prefer cyrus, but many like courier imap.

i'd reccomend not using UW IMAP for any serious imap usage.
its OK for basic stuff, but has a lot of problems like browsing
directories and being very slow(try opening an inbox with 5,000
messages ..)

nate








Problems with local and Woody

2001-11-03 Thread Hanasaki JiJi
I am getting the following error from several programs.  Where and how 
do I set the local for Central USA?


Gdk-WARNING **: locale not supported by C library

Thankyou



Woody and X4.01 colors are grainy

2001-11-02 Thread Hanasaki JiJi

Waht would make the colors grainy on my installation?



Re: Woody and X4.01 colors are grainy

2001-11-02 Thread Hanasaki JiJI
Bingo!  Actualy a depth of 8.  I have read alot of docs and tried alot 
of changes to the config file and cannot get the darn thing to run at 
anything other than 8bits or any resolution other than the max on modes 
line of the screen for 8 bits.  It is a 3dfx3500 TV that ran great under 
Potato.  Any pointers on revising my config file?  Connections to a bug 
in X4? ...


Karsten M. Self wrote:


on Fri, Nov 02, 2001 at 12:07:15AM -0600, Hanasaki JiJi ([EMAIL PROTECTED]) 
wrote:


What would make the colors grainy on my installation?



Color depth of 4, particularly under WindowMaker.

Try 16, 24, or 32.  Note that at 24, Netscape looks like hell.  But then
again, you shouldn't use Netscape anyway.

Peace.






Re: Presentation Software...

2001-11-02 Thread Hanasaki JiJI

OpenOffice.org?  StarOffice from Sun?

Bostjan Muller wrote:


* On 02-11-01 at 15:16 dman ([EMAIL PROTECTED]) wrote:
+Here quoted text begins+



What tool(s) to you use to actually give the presentation if you have
a projector available?  Printing out transparencies isn't a good show
of LaTeX vs. PowerPoint.

-D


+and here the quote ends+
mgp itself is a tool that gives the presentation in full-screen mode...
it has some effects like sliding text, including programes into it, ...
check the package and the docs (debian has mgp packages).

B.






  1   2   >