Re: inetd listening to port 79 (finger)

2006-03-30 Thread Vadim Kutsyy

you are right:

# cat /etc/inetd.conf | grep finger
finger  stream  tcp nowait  nobody  /usr/sbin/tcpd  
/usr/sbin/ffingerd


but interestingly enough:

#ls -la /usr/sbin/ffingerd
ls: /usr/sbin/ffingerd: No such file or directory

and

#dpkg -l ffingerd
pn  ffingerd(no description available)

after modifying inetd.conf, nothing is listening to port 79

Thanks,

Vadim

Roberto C. Sanchez wrote:

Quoting Vadim Kutsyy <[EMAIL PROTECTED]>:

For some reason I have inetd listening to port 79 (finger).  Are 
there any reason why it should be listening to port 79?


#lsof | grep finger
inetd 11048  root4u  IPv4  827103602 TCP 
*:finger (LISTEN)


Thanks,

Vadim


Have you checked /etc/inetd.conf to see if somethig is configured to 
be run by inetd from that port?


-Roberto





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




inetd listening to port 79 (finger)

2006-03-30 Thread Vadim Kutsyy
For some reason I have inetd listening to port 79 (finger).  Are there 
any reason why it should be listening to port 79?


#lsof | grep finger
inetd 11048  root4u  IPv4  827103602 TCP 
*:finger (LISTEN)


Thanks,

Vadim


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




postfix+cyrus21

2005-09-03 Thread Vadim Kutsyy
I am trying to configure postfix/cyrus21 mail server combination, and I 
am having problem with lmtp socket.  I more of less followed 
http://wiki.ev-15.com/debian:mail_system so I used dpkg-statoverride to 
allow access to /var/run/cyrus/socket/lmtp, but I am getting error in 
the log file:


Sep  3 00:30:08 kutsyy postfix/lmtp[32392]: DD23560CC0B1: 
to=<[EMAIL PROTECTED]>, orig_to=, relay=none, delay=1, 
status=deferred (connect to 
/var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp]: No such file or 
directory)


What am I missing?

Thanks,

PS: postfix does have access to /var/run/cyrus/socket/lmtp:

# su postfix
# ls -la  /var/run/cyrus/socket/lmtp
srwxrwxrwx  1 root root 0 Sep  3 00:28 /var/run/cyrus/socket/lmtp



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




executing spamassassin from sieve on some of the messages

2004-10-30 Thread Vadim Kutsyy, PhD
I am setting cyrus on sarge, and I want to send some (but not all) 
messages through spamassassin (smapc).  in procmail I would just pipe it 
after I run all of the tests for lists, but what can I do in sieve? My  
understanding that sieve doesn't support pipe, is there any way I can 
execute spamassassin from sieve?

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



Re: exim port

2004-09-22 Thread Vadim Kutsyy, Ph.D.
[EMAIL PROTECTED] wrote:
Hi.
I have a question regarding exim. Looks like my ISP blocked port 25. How to
I tell exim to listen on another port?
Thanks in advance.
Mike
 

You want exim to listen to another port (say 21) AND port 25 (so you can 
receive email).  in exim4:

# port lissening
daemon_smtp_ports = 25 : 21
I have splited setup file, so it is located in  
/etc/exim4/conf.d/main/02_exim4-config_options (don't forget 
update-exim4.conf and restart exim4)

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



Re: backing up to ftp server

2004-07-07 Thread Vadim Kutsyy, Ph.D.

I want to start backing up to ftp server and I was not able to find 
package which does that.

 

tar zcvf today.tgz `find /etc /home -mtime -7 ( -type f -o -type l ) -print
scp today.tgz  ftp-backup:/pub/Backups
	- add your host key for passwd-less backups
 

Just in case if some one needs similar script, here is one which works 
for me

tar zcvf - ./. |openssl des3 -salt -k password | ncftpput -u ftp.user -p 
ftp.password -c ftp.server.name backup.`date +%b.%d.%y`.des3 -

PS: I do have more complex tar, but this is a script which will create 
encrypted gziped file directly on remote ftp.

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



Re: backing up to ftp server

2004-07-07 Thread Vadim Kutsyy, PhD

i assume oyu mean encrypt ... and yes .. do encrypt the backup files
yes, I mean enscrypt, and yes my ftp user name/password is different 
and can not be changed. ...

I mean encrypt, encrypt, encrypt, ...
Sorry,
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



installing debian with pppoe

2001-12-23 Thread Vadim Kutsyy
I need to install debian on computer connected to internet via pppoe.  I
always installed debian via FTP, but I don't know how to configure
installation with pppoe.

Any recommendation?

Vadim Kutsyy, PhD
[EMAIL PROTECTED]



multiple gweather

2001-05-04 Thread Vadim Kutsyy
I used to be able to run multiple gweather (for different cities),
however, recently if I try to run multiple gweather, then each will take
50% of availible CPU, and neither will show anything.

Does anyoneelse have the same problem?

PS: I am running unstable (Gnome 1.4)

Thanks,


Vadim Kutsyy
http://www.kutsyy.com   [EMAIL PROTECTED]
The University of Michigan - Ann Arbor Ph.D. Student




Re: Java install problems

2001-03-30 Thread Vadim Kutsyy
On Thu, 29 Mar 2001, Juergen Fiedler wrote:

> http://java.sun.com/j2se/1.3/download-linux.html
>  doesn't link to blackdown in any way. It's not much of a secret that
> the code of Sun's JVM for Linux is Blackdown with minor modifications.
> But they still keep their own local copy.
> I like Blackdown Java better, though, because it comes in .deb form.

Interrsting enogh Sun's is faster than from Blackdown.  Sun's is using JIT
and Hot Spot, and I don't thnk blackdown's one does.

Try to run any benchmarks.

PS:  IBM's is even faster.




RE: Keyboard not responding

2001-03-21 Thread Vadim Kutsyy
> I had this same problem when I tried upgrading to Ximian Gnome beta 1 -
> having gdm start up on booting resulted in not being able to type anything
> in, but booting into a plain console, going root, and then running gdm
> resulted in it working fine. I'm afraid I couldn't figure out how
> to fix it,
> so I just downgraded to the last stable release and haven't had
> any trouble
> since :).

That solved it.  Thanks.

Hopefully it will teach me a lesson of not running unneeded betas.
:)

Thanks.



RE: Keyboard not responding

2001-03-21 Thread Vadim Kutsyy
> On Tue, Mar 20, 2001 at 09:06:29PM -0500, Vadim Kutsyy wrote:
> > I have dual boot, and when I tried to login back to Debian, key board
> > doesn't respond.  I can type selection in Lilo, and work in
> win2k, but as
> > soon as I am getting to gdm screen, I can not type anything,
> ctr-alt-del and
> > ctr-alt-f1 don't work either.  Could anyone recommend who I can
> get in to
> > Debian
>
> Boot in single user mode. Append ' S' to the label you type at lilo
> prompt, btw 'linux S'.
>
> > to see what is wrong?
>
> Have you modified gdm.conf to allow graphical login on ttys other than
> tty7 ? If so you should edit your /etc/inittab and disable some ttys.
>

I can log in via 'linux single', no problem.  I can start gdm from there, no
problems at all.  I have not edited gdm.conf recently, and given that I can
start it from single mode, I don't think it is the problem with gdm.

Interesting thing is that tty6 was edited yesterday, probably by one of the
upgrades (I hope).  I was trying to  comment out ty6 from /etc/inittab,
didn't help.

What else can I check?  I am thinking about installing say kdm instead of
gdm to try, but I don't think that would make any difference.

Thank You,

Vadim



Keyboard not responding

2001-03-21 Thread Vadim Kutsyy
I have dual boot, and when I tried to login back to Debian, key board
doesn't respond.  I can type selection in Lilo, and work in win2k, but as
soon as I am getting to gdm screen, I can not type anything, ctr-alt-del and
ctr-alt-f1 don't work either.  Could anyone recommend who I can get in to
Debian, to see what is wrong?

I am running unstable, and before may last logout (a few hours ago) I did
apt-get.

Thanks.

--------
Vadim Kutsyy
http://www.kutsyy.com   [EMAIL PROTECTED]
The University of Michigan - Ann Arbor   PhD Student



Re: apt-get and growing cache

2001-03-19 Thread Vadim Kutsyy
> Thank you to point me to the man command that I already know (-;.
> But you not really answer to my questions.

then you may want to try:

man  apt.conf



Re: Help with printer

2001-03-15 Thread Vadim Kutsyy
On Wed, 14 Mar 2001, Matheson Cameron wrote:

> Hey,
>
> just parallel port support isn't enough (that could
> apply to parallel IDE, etc).  In the CHARACTER DEVICES
> section of the kernel config, there is an option
> PARALLEL PRINTER SUPPORT that you need to say yes to
>
> Hope that helps,
> Cameron Matheson

This partaly help.  Now printing jobs goes to nowere:

debian:~# lpr test
debian:~# lpq
Printer: [EMAIL PROTECTED] 'Epson Stylus Color 440'
 Queue: no printable jobs in queue
 Status: job 'cfA416debian' removed at 22:05:04.955
 Filter_status: waiting for lp to become ready (offline ?)


Any recomendation at this point?

Thanks.



Re: Help with printer

2001-03-15 Thread Vadim Kutsyy
On Thu, 15 Mar 2001, Jordan wrote:

>
> Vadim> Do you mean:
> Vadim> http://www.linuxdoc.org/HOWTO/Printing-HOWTO/index.html
>
> Vadim> I didn't find it to be very helpfull for configurating lpr
>
> I agree. However, the LPRng documentation, esp. LPRng-HOWTO, is excellent!!
>
> J.

That one is good.  I am almost done, but I am getting an error:

Status: cannot open '/dev/lp0' - 'No such device', attempt 2, sleeping 20
at 01:32:52.823

Any idea why would I get this error?

Thanks.

PS:
debian:~# ls -l /dev/lp0
crw-rw1 root lp 6,   0 Nov 30 10:23 /dev/lp0




Re: Help with printer

2001-03-14 Thread Vadim Kutsyy
> Hey,
>
> do you have lp support enabled in the kernel (grep
> dmesg for lp0)?  Try doing 'insmod lp' and then
> printing.

I have it as a part of the kernel ("parallel port support" and "PC-style
hardware").  'insmod lp' doesn't work.

>Have you read the printing HOWTO?

Do you mean:
http://www.linuxdoc.org/HOWTO/Printing-HOWTO/index.html

I didn't find it to be very helpfull for configurating lpr


>
> Cameron Matheson
>
> --- Vadim Kutsyy <[EMAIL PROTECTED]> wrote:
> > I finally got my hands to try to fix printer.  I
> > have "Epson Stylus color
> > 440".  Right now it doens't print:
> >
> > debian:~# lpq
> > waiting for lp to become ready (offline ?)
> > Rank   Owner  Job  Files
> > Total Size
> > 1stroot   715  test
> > 0 bytes
> >
> > Any recomendation were I would start (or a
> > refference to a documatation)?
> >
> > I am running unstable, and my printcap is:
> >
> > lp|Generic dot-matrix printer entry:\
> > :lp=/dev/lp0:\
> > :sd=/var/spool/lpd/lp:\
> > :af=/var/log/lp-acct:\
> > :lf=/var/log/lp-errs:\
> > :pl#66:\
> > :pw#80:\
> > :pc#150:\
> > :mx#0:\
> > :sh:
> >
> >
> > Thanks.
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to
> > [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> >
>
>
> __
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.yahoo.com/
>




Help with printer

2001-03-14 Thread Vadim Kutsyy
I finally got my hands to try to fix printer.  I have "Epson Stylus color
440".  Right now it doens't print:

debian:~# lpq
waiting for lp to become ready (offline ?)
Rank   Owner  Job  Files Total Size
1stroot   715  test  0 bytes

Any recomendation were I would start (or a refference to a documatation)?

I am running unstable, and my printcap is:

lp|Generic dot-matrix printer entry:\
:lp=/dev/lp0:\
:sd=/var/spool/lpd/lp:\
:af=/var/log/lp-acct:\
:lf=/var/log/lp-errs:\
:pl#66:\
:pw#80:\
:pc#150:\
:mx#0:\
:sh:


Thanks.




Re: permissions for mounted vfat

2001-03-11 Thread Vadim Kutsyy
On Sat, 10 Mar 2001, David Raeker-Jordan wrote:

> Vadim Kutsyy wrote:
> > For  that you need uid, or any other ownership comands.
> How about
> /dev/hda1 /mnt/win98  vfatdefaults,users,umask=0  0   > 0
>
> Just make sure you trust your users!

Yep that works too, that will make read/write permition for all users.



Re: permissions for mounted vfat

2001-03-10 Thread Vadim Kutsyy
On Fri, 9 Mar 2001, Pann McCuaig wrote:

> On Thu, Mar 08, 2001 at 22:18, Vadim Kutsyy wrote:
> > /dev/hdb4 /win  vfat defaults,exec,rw,user,uid=1000   0 2
> >
> > You have to have uid=something
>
> Nonsense. Here is my /etc/fstab entry (potato, Win95 OSR2). root has
> full access:
>
> /dev/hda4   /Win95  vfatnoauto,unhide
>

And how about full access (read write permition) for a regular user?

For  that you need uid, or any other ownership comands.

So there is no nonsense here.
:)



Re: Java

2001-03-08 Thread Vadim Kutsyy
> > Slow for what?  I am running JBuilder, which is written completely in
> > Java, and it works fine.
>
> I don't know, I just ran some stuff written in Java, and they seem kinda slow
> on my box (K6 233 w/64 mb of ram).
>

Java need more startup time then other languges (to actulay compile the
program), so if program is small, then it actualy preaty long time
comparing to the time of the program.  You may also consider running JIT
(java -classic) if you have  large programs, but it will make startup time
env longer.  If this "stuff"  runs Java GUI, then you may need more then
64mb.



Re: debain on windows 2k

2001-03-08 Thread Vadim Kutsyy
On Thu, 8 Mar 2001, Rob VanFleet wrote:

> > No problem at all (2.4.2 kernel).  Even writing to it works fine.
>
> Uh... the NTFS driver is only considered useable as read-only.  Writing
> to NTFS does not "work fine". it often severely corrupts or destroys the
> entire NTFS partition if you attempt to write to it.
>
> If you have succeeded in writing to a NTFS partition, count your
> blessings, and don't try it again if you value your data.
>
> -Rob

Well, yes, I tried it a few times, and I am not using it any more.  I had
to say that it worked "fine" a few times.

:)



Re: permissions for mounted vfat

2001-03-08 Thread Vadim Kutsyy
> hello list,
>
> I recently setup a dual boot system w/
> debian unstable/woody w/ 2.2.18 and windozs w/ a fat32 partition
>
> all goes well when mounting it as a vfat type.  I can read from the partition,
> but I can't seem to write to it.
>
> I have tried chown root /mnt/winhd --where it is mounted.
>
in your fstab make line something like:

/dev/hdb4 /win  vfat defaults,exec,rw,user,uid=1000   0 2

You have to have uid=something



Re: Java

2001-03-08 Thread Vadim Kutsyy
> Besides the fact that Java is kinda slow, it runs great.

Slow for what?  I am running JBuilder, which is written completely in
Java, and it works fine.

PS:based on a few benchmarks, IBMs implementation is actually the
fastest one (using JIT) on my computer.



Re: debain on windows 2k

2001-03-08 Thread Vadim Kutsyy
> into. Even Writing a read-only driver might be very, very hard. Since it is
> internally very different from NT NTFS reading the WIN2K NTFS will 'to my
> recollection' not be possible with any standard stuff you get with Linux
> distro's.

No problem at all (2.4.2 kernel).  Even writing to it works fine.



Re: red-carpet

2001-03-08 Thread Vadim Kutsyy
John Foster wrote:
> 
> Eileen Orbell wrote:
> >
> > Hi,
> >
> > I was trying to install red-carpet but ran into this little hitch:
> > Sorry, but the following packages have unmet dependencies:
> deb http://spidermonkey.ximian.com/1.4beta1/distributions/debian unstable main
> deb http://spidermonkey.ximian.com/distributions/debian unstable main
> 
> # deb-src http://spidermonkey.ximian.com/1.4beta1/distributions/debian 
> unstable main
> ### deb ftp://spidermonkey.ximian.com/pub/red-carpet/binary/debian-22-i386/
> deb http://spidermonkey.helixcode.com/distributions/debian unstable main

You may want to add:

deb ftp://spidermonkey.ximian.com/pub/red-carpet/binary/debian-22-i386/
./

then ypu will be able to install red-carpet "almost" painfully.
PS: note "./" ad the end



Re: ssh_1%3a2.5.1p1-1.5_i386.deb (unstable)

2001-02-28 Thread Vadim Kutsyy
> 
> vi /var/lib/dpkg/info/ssh.postinst, go to line 96 (not 97) and put a :
> in front of the comment. Then dpkg --configure -a.
> 
> --
> Dave Carrigan ([EMAIL PROTECTED])| Yow! I'll clean your ROOM!!  

Thanks.



ssh_1%3a2.5.1p1-1.5_i386.deb (unstable)

2001-02-28 Thread Vadim Kutsyy
running latest upgrade, I am getting:

-
# apt-get install ssh
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, ssh is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 3  not upgraded.
1 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up ssh (2.5.1p1-1.5) ...
/var/lib/dpkg/info/ssh.postinst: line 97: syntax error near unexpected
token `else'
dpkg: error processing ssh (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 ssh
E: Sub-process /usr/bin/dpkg returned an error code (1)
-

Any recomendations?

Thanks.



Re: Outlook conversion

2001-02-28 Thread Vadim Kutsyy
Robert Waldner wrote:
> 
> >>> I was wondering if anyone knew of a program that converted a .pst Outlook
> >>> file into something that a Linux email program like Kmail or Evolution can
> >>> read.  I want to totally convert over to Linux, but this is a big thing
> >>> because I don't want to lose my hundreds of saved messages from the past
> >>> couple months.
> 
> Someone mentioned
> ---
> Kmailcvt in the K -> Utilities -> Kmail Import
> ---

works only for Outlook Express, not Outlook.

For mail only, use netscape under win to convert to standar MBX format,
which can be used by netscape on linux, and I belive Kmail and
Evolution.

Anyone can recomend way to conver addressbooks?



Re: ssh doesn't stop prompting for password [SOLVED]

2001-02-22 Thread Vadim Kutsyy
Joseph Dane wrote:
>  local> ssh -X remote
>  remote> DISPLAY="" xlogo
> If you cleared the DISPLAY variable the client ('xlogo', in this case)
> won't know how to contact the X server.

Correct me if I am wrong, but setting DISPLAY=your.computer.ip:0.0 will
create non secure X forwarding, which is a little bit faster.  I am
aware of a few ssh servers which don't alow ssh display forwarding.  So
the only way there is via regular forwarding.



Re: ssh doesn't stop prompting for password

2001-02-21 Thread Vadim Kutsyy
Colin Watson wrote:
> 
> Vadim Kutsyy <[EMAIL PROTECTED]> wrote:
> >> ~/.ssh/authorized_keys', then tried to log in via 'ssh [EMAIL PROTECTED]' 
> >> as
> >> user "andre". But ssh still prompts for "[EMAIL PROTECTED]'s password:".
> >> What's the problem here?
> >
> >try
> >'ssh -l andre [EMAIL PROTECTED]'
> 
> The -l option is ignored if you specify [EMAIL PROTECTED]

oops, i meant

ssh -l andre mir

:)



Re: ssh doesn't stop prompting for password

2001-02-21 Thread Vadim Kutsyy
> ~/.ssh/authorized_keys', then tried to log in via 'ssh [EMAIL PROTECTED]' as
> user "andre". But ssh still prompts for "[EMAIL PROTECTED]'s password:".
> What's the problem here?

try 
'ssh -l andre [EMAIL PROTECTED]'



Re: bad network after power failure

2001-02-15 Thread Vadim Kutsyy
Nate Amsden wrote:
> 
> "Michael K. O'Brien" wrote:
> >
> > Hola~
> >
> > After a power failure, my network did not come back. The network driver 
> > loads,
> > but ifconfig isn't really happy:
> >
> > % ifconfig lo 127.0.0.1
> > SIOCSIFADDR: Bad file descriptor
> >
> > ifconfig to eth0 returns the same error.
> 
> check the recent archives..there are a buncha people that had this
> problem
> with unstable.. some buggy package..forgot which..since i will never run
> unstable :)

net-tools

Already was fixed.



Re: Almost there!

2001-02-13 Thread Vadim Kutsyy
Phil Murphy wrote:
> 
> I have recently installed Debian, (Yes, I DID it!)  :)   , and had my X
> session running fine. I was able to run GMC, from WindowMaker, but would
> prefer to start up Gnome automatically.

you probably would want to run gdm then (apt-get istall gdm).  gdm will
allow you to chose wm at start up, and it will remember your default
one.



Re: iptables rules and open ports

2001-02-13 Thread Vadim Kutsyy
Wil Reichert wrote:
> http://netfilter.samba.org/unreliable-guides/packet-filtering-HOWTO/index.html
> 
> Section 7 covers fun stuff like avoiding ping-o-death & syn-flooding.

I've seen it (I used Section 5 to create my rules).  However, my
computer is stand alone workstation without any servers, but with DLS
connection, so I want to make it run in stealth mode, even unpingbile at
all

ping-o-deth rune is based on the limit.  I tried 

"iptables -A block -p icmp --icmp-type echo-request -j DROP"

but it doesn't work

> --- Hall Stevenson <[EMAIL PROTECTED]> wrote:
> > > How to make my computer not pingable?
> >
> > As root,
> >
> > "echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all"

doesn't work either (till be pingable).

Thanks.



Re: iptables rules and open ports

2001-02-13 Thread Vadim Kutsyy
> > port 13: daytime
> > port 37: time
> > port 9: discard
> >
> > Any ideas?
> >
> > Thanks.
> >
> 
> Those are started by inetd.Comment them in /etc/inetd.conf then ,as root
>  /etc/init.d/inetd restart

Thanks, and last question:

How to make my computer not pingable?

Thanks.



Re: iptables rules and open ports

2001-02-13 Thread Vadim Kutsyy
Jason, good idea.  I took care about ssh (removed all [K,S]20ssh). 
Hoever I have no clue what to do with aother ports.

port 13: daytime
port 37: time
port 9: discard

Any ideas?

Thanks.

Jason Schepman wrote:
> 
> Vadim,
> 
> I would turn off the services that are using those ports (if you don't need
> them).  For instance, port 22 is going to be your ssh daemon listening for
> connections.  If you have a standalone workstation, I can't imagine why you
> would need ssh running.  I'm not sure what the other ports are.  If you do a
> $netstat -a
> it will tell you the name of the ports.  If you're not using them, stop the
> services or uninstall the packages that are launching them.
> - Original Message -
> From: "Vadim Kutsyy" <[EMAIL PROTECTED]>
> To: "Debian User" 
> Sent: Monday, February 12, 2001 11:33 PM
> Subject: iptables rules and open ports
> 
> > I have stand alone workstation withour any network, so I am trying to
> > keep all ports close.  I run kernel 2.4 with iptables.  Recent scaning
> > (by www.dslreports.com) shows that ports 13,22,37 and 9 are open.  Any
> > recomendation on how to close them?



iptables rules and open ports

2001-02-12 Thread Vadim Kutsyy
I have stand alone workstation withour any network, so I am trying to
keep all ports close.  I run kernel 2.4 with iptables.  Recent scaning
(by www.dslreports.com) shows that ports 13,22,37 and 9 are open.  Any
recomendation on how to close them?

Thanks.

My iptables rulles:

# Insert connection-tracking modules(not needed if built into kernel).
insmod ip_conntrack
insmod ip_conntrack_ftp

# Create chain which blocks new connections, except if coming from
inside.
iptables -N block
iptables -A block -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A block -m state --state NEW -i ! ppp0 -j ACCEPT
iptables -A block -j DROP

# Jump to that chain from INPUT and FORWARD chains.
iptables -A INPUT -j block
iptables -A FORWARD -j block



RE: net-tools_1.58-1

2001-02-12 Thread Vadim Kutsyy
> Known bug, mentioned on debian-devel-announce this morning. You can
> downgrade to the version of net-tools in testing (if you still have a
> network interface ...) 

I have dual boot system, so that saved me.
:)



Re: Fwd: Re: ssh version ?

2001-02-12 Thread Vadim Kutsyy
> I was wondering what the deal is with the version of ssh.
> 1.2.3-9.2 is the latest version shipped with Debian.
> But the original openssh site says : 2.3.0p1
> Can someone enlighten me on this?

debian:/usr/local# ssh -V
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090600f).

I belive 1.2.3 is in stable.  If you want better, upgrade to unstable,
or at least testing.



Re: install java

2001-02-12 Thread Vadim Kutsyy
Tino Ionescu wrote:
> 
> The Blackdown JVM has some bugs , that is you can't use the debugger so I 
> install IBM's JVM1.3 , which is cool by the way , via the rpm -> alien.
> It installed OK , witout problems but now the system doesn't know that there 
> is a JVM !! .
> For example if I try to compile from Emacs , the result is
> /bin/bash: java: command not found.
> 
> Any thoughts ?

I never used rpm, but ussual distribution of IBM and SUN java doesn't
add anything to /usr/local/bin

You need to create link manualy.

I have  

/usr/local/IBMJava2-13
/usr/local/jdk -> IBMJava2-13

and all links from /usr/local/bin going throw jdk, so future upgrade
would be easeer (I also switch IBM and SUN JVM).

Also, I would not recomend to user rpm, try to install directly.



net-tools_1.58-1

2001-02-12 Thread Vadim Kutsyy
I am having problem with net-tools_1.58-1, so I was wondering, if it is
my problem, or package update problem.  If I update to net-tools_1.58-1,
then ifconfig doesn't work.

Here is what happens:
---
debian:/win/files/unstable# apt-get upgrade -u
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded
  net-tools 
1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/224kB of archives. After unpacking 53.2kB will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 69673 files and directories currently installed.)
Preparing to replace net-tools 1.57-1 (using
.../net-tools_1.58-1_i386.deb) ...
Unpacking replacement net-tools ...
Setting up net-tools (1.58-1) ...

debian:/win/files/unstable# ifdown -a
lo: unknown interface: Bad file descriptor
eth0: unknown interface: Bad file descriptor
debian:/win/files/unstable# ifup -a
SIOCSIFADDR: Bad file descriptor
lo: unknown interface: Bad file descriptor
lo: unknown interface: Bad file descriptor
SIOCSIFADDR: Bad file descriptor
eth0: unknown interface: Bad file descriptor
SIOCSIFNETMASK: Bad file descriptor
SIOCSIFBRDADDR: Bad file descriptor
eth0: unknown interface: Bad file descriptor
eth0: unknown interface: Bad file descriptor
debian:/win/files/unstable# dpkg -i net-tools_1.57-1.deb 
dpkg - warning: downgrading net-tools from 1.58-1 to 1.57-1.
(Reading database ... 69646 files and directories currently installed.)
Preparing to replace net-tools 1.58-1 (using net-tools_1.57-1.deb) ...
Unpacking replacement net-tools ...
Setting up net-tools (1.57-1) ...

debian:/win/files/unstable# ifdown -a
SIOCDELRT: No such process
debian:/win/files/unstable# ifup -a
---
Thanks.



module compiling for 2.4.0

2001-02-05 Thread Vadim Kutsyy
I am currently riining kernel 2.4.0 static (no module support), and I
decided to recompile it with module support.

 make-kpkg kernel

finifed fine, but when I trying to compile modules I am getting:


debian:/usr/src/kernel-source-2.4.0# make-kpkg modules 
test -f stamp-debian || /usr/bin/make -f /usr/share/kernel-package/rules
debian
test -f .config  || /usr/bin/make -f /usr/share/kernel-package/rules
.configtest ! -f stamp-configure \
  && /usr/bin/make   CROSS_COMPILE= \
 ARCH=i386 oldconfig \
  && /usr/bin/make   CROSS_COMPILE= \
 ARCH=i386 dep \
  && /usr/bin/make   CROSS_COMPILE= \
 ARCH=i386 clean && \
  touch stamp-configure
make: [stamp-configure] Error 1 (ignored)
for module in  ; do\
  if test -d  $module; then\
(cd $module;   \
  if ./debian/rules KVERS="2.4.0"
KSRC="/usr/src/kernel-source-2.4.0" \
 KMAINT="Vadim Kutsyy"
KEMAIL="[EMAIL PROTECTED]"

  \
 KDREV="Custom.1.00" kdist; then  \
  echo "Module $module processed fine";\
  else  \
   echo "Module $module failed.";  \
   echo "Hit return to Continue?";  \
   read ans;\
  fi;   \
 ); \
  fi;   \
done
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for module in  ; do if
test -d  $module; then (cd
$module;    if ./debian/rules
KVERS="2.4.0" KSRC="/usr/src/kernel-source-2.4.0"  KMAINT="Vadim Kutsyy"
KEMAIL="[EMAIL PROTECTED]"   KDREV="Custom.1.00" kdist;
then   echo "Module $module processed fine";
else   echo "Module
$module failed.";   echo "Hit return to
Continue?";   read
ans;
fi;   
); 
fi;done'
make: [modules] Error 2 (ignored)


Any recomendations?

Thanks.



RE: depmod: QM_MODULES (was: afs client)

2001-02-04 Thread Vadim Kutsyy
> > I am getting exactly the same error (depmod: QM_MODULES: Function not
> > implemented) with openafs.
> > 
> > Anyrecomendations?
> 
> what kernel you using ? (uname -r). if its not 2.0.36 then don't expect
> that package to work. try to recompile the package from source. or
> find a newer version of it http://www.stacken.kth.se/projekt/arla/
> 
> i don't know anything about that package/program but the version
> on it makes it look like it is built for a 2.0.36 kernel.
> 

Thanks, I am running 2.4 so I'll compile it my self.

Thanks.



depmod: QM_MODULES (was: afs client)

2001-02-04 Thread Vadim Kutsyy
David Z Maze wrote:
> Open AFS is in unstable, and it works very well for me (at least, with
> a private cell; I haven't heard people complaining about huge problems
> with more reputable cells, though).  Your only other major option is
> Arla, which I believe is in both stable and unstable, but people
> around MIT tend not to run it for whatever reason.  I've only had one
> (very bad, about two years ago) experience with it.

Thank you for recomendation, however, I am having a small problem
installing either one.  Here is waht happens with arla:

---
debian:/home/kutsyy# apt-get install arla
Reading Package Lists... Done
Building Dependency Tree... Done

.

Setting up arla-modules-2.0.36 (0.23-1) ...
depmod: QM_MODULES: Function not implemented

dpkg: error processing arla-modules-2.0.36 (--configure):
 subprocess post-installation script returned error exit status 255
dpkg: dependency problems prevent configuration of arla:
 arla depends on arla-modules; however:
  Package arla-modules is not installed.
  Package arla-modules-2.0.36 which provides arla-modules is not
configured yet.dpkg: error processing arla (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 arla-modules-2.0.36
 arla
E: Sub-process /usr/bin/dpkg returned an error code (1)


I am getting exactly the same error (depmod: QM_MODULES: Function not
implemented) with openafs.

Anyrecomendations?

Thank You.

PS: I am running i386 unstable.



afs client

2001-02-03 Thread Vadim Kutsyy
Any recomendation on afs client?

I remember there was one for Linux, but can not remember the name, nor
any links to it.



Re: Need url for gnome evolution

2001-02-03 Thread Vadim Kutsyy
Rick Loga wrote:
> 
> I tried the following url for gnome evolution in my /etc/apt/sources.list 
> file but get not found.  Anyone have the correct url for evolution?
> 
> deb http://spidermonkey.ximian.com/evolution/distributions/Debian unstable 
> main

try:

deb http://spidermonkey.ximian.com/evolution distributions/Debian/



Re: ssh in woody?

2001-01-24 Thread Vadim Kutsyy
> On Thu, Jan 18, 2001 at 09:14:42PM -0700, Robert L. Harris wrote:
> >
> >
> > I've build a new box, very basic.  I did an upgrade to woody and
> > now I try "apt-get install ssh" and it can't find a candidate???
> > Help?
> >

ssh is [non-us], so you need to add to your /etc/apt/sources.list:

deb http://non-us.debian.org/debian-non-US stable/non-US main contrib
non-free

or anything along these lines.



Re: how to set variable outside bash

2001-01-10 Thread Vadim Kutsyy
> > I ussuanly put export in .bachrc, it it will only wotk in bash.
> 
> Outside of bash where? csh? zsh? X?

So appliacation started from wm menu would see it as well.

Thanks.



how to set variable outside bash

2001-01-10 Thread Vadim Kutsyy
very simply question.

How do I set variable, to be used outside bash?

I ussuanly put export in .bachrc, it it will only wotk in bash.

Thanks.
-- 

Vadim Kutsyy
The University of Michigan - Ann Arbor   PhD Student
http://www.kutsyy.com   [EMAIL PROTECTED]



Re: threads with jdk1.3(sun) on potato

2001-01-10 Thread Vadim Kutsyy
Miten Mehta wrote:
> 
> Hello,
> I have problem getting jdk to work well under debain.
> I suspect its got some thing to do with threads.

Which Vm are you using?  I have Suns and IBMs 1.3 installed, and they
work perfectly with thread, swing, etc..
-- 
----
Vadim Kutsyy
The University of Michigan - Ann Arbor   PhD Student
http://www.kutsyy.com   [EMAIL PROTECTED]



Re: JDK 1.2.2 or higher

2001-01-10 Thread Vadim Kutsyy
Benjamin Black wrote:
> [1] http://www.blackdown.org/java-linux/java2-status/INSTALL-1.3-j2sdk

blackdown java seems to be a lot slower than IBM, or even SUNs.  Here is
some benchmarks (run on K-6, 300Mz, 196Mb, woody with 2.4 static
kernel):

---
Composite Score: 1.5490944211043924
FFT (1024): 0.9320711123270131
SOR (100x100):   2.9345683555877784
Monte Carlo : 0.31545607692513766
Sparse matmult (N=1000, nz=5000): 1.5183867235637665
LU (100x100): 0.9320711123270131

java.vendor: Blackdown Java-Linux Team
java.version: 1.3.0
os.arch: i386
os.name: Linux
os.version: 2.4.0
-
Composite Score: 20.387047891133058
FFT (1024): 16.492442016660515
SOR (100x100):   47.22928808701885
Monte Carlo : 5.907470353104544
Sparse matmult (N=1000, nz=5000): 12.10401868739443
LU (100x100): 16.492442016660515

java.vendor: IBM Corporation
java.version: 1.3.0
os.arch: x86
os.name: Linux
os.version: 2.4.0
---
Composite Score: 12.824212839241738
FFT (1024): 9.188725677439352
SOR (100x100):   25.722915423230514
Monte Carlo : 4.725976242808969
Sparse matmult (N=1000, nz=5000): 10.838846471712523
LU (100x100): 9.188725677439352

java.vendor: Sun Microsystems Inc.
java.version: 1.3.0
os.arch: i386
os.name: Linux
---

Larger numbers mean faster.  For more info in benchmark, see:
http://math.nist.gov/scimark2/


-- 
----
Vadim Kutsyy
The University of Michigan - Ann Arbor   PhD Student
http://www.kutsyy.com   [EMAIL PROTECTED]



Re: Problems with kernel recompiling

2001-01-04 Thread Vadim Kutsyy
"Eric G . Miller" wrote:
> You didn't forget to compile in UNIX socket support?  I can hardly think
> of a reason not to (embedded system?).  Not having UNIX sockets will
> break many programs.
> 

Well, I did  (don't ask why).  Now it is working.

One more problem.  I am getting an error:

ipchains: protocol not availiable!

What did I forgot here?

Thanks.
-- 
--------
Vadim Kutsyy
The University of Michigan - Ann Arbor   PhD Student
http://www.kutsyy.com   [EMAIL PROTECTED]



Re: Problems with kernel recompiling

2001-01-03 Thread Vadim Kutsyy
David Benfell wrote:
> 
> On Tue, Jan 02, 2001 at 01:40:36AM -0500, Vadim Kutsyy wrote:
> >
> > I want to recompile the kernel.  I config and compiling went without any
> > problem (I am trying 2.2.18pre21 static on woody).  Hwever, when I am
> > restrarting computer, Xserver starts, but gdm doesn't, so all what I am
> > getting is gray screen whithout anything at all.
> >
> The only way this could be a kernel issue is if you misconfigured the
> kernel and left out some modules that X (or gdm) needs.  I'm having a
> hard time imagining that gdm would need any special kernel modules.
> I can imagine, depending on your hardware (e.g. Intel i810e) that you
> might have left out some modules that X would need.  But X starts; I
> think that rules this possibility out.

Well, I not that sure.  I started Linux without X, and then I tryied to
start x (startx).  Here is result:

-
_XSERVTransSocketOpen: socket() failed for local
_XSERVTransSocketOpenCOTSServer: Unable to open socket for local
_XSERVTransOpen: transport open failed for local/kutsyy:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for local
_X11TransSocketOpen: socket() failed for local
_X11TransSocketOpenCOTSClient: Unable to open socket for local
_X11TransOpen: transport open failed for local/kutsyy:0

waiting for X server to begin accepting connections 
XFree86 Version 3.3.6 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 8 2000
If the server is older than 6-12 months, or if your card is
newer
than the above date, look for a newer version before reporting
problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.2.14-va.4.4-i586 i686 [ELF] 
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 1):
  NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2,
  RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, GeForce 256,
  GeForce DDR, Quadro, ET4000, ET4000W32, ET4000W32i,
ET4000W32i_rev_b,
  ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b,
  ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1,
  wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, r128,
ati,
  sis86c201, sis86c202, sis86c205, sis86c215, sis86c225, sis5597,
  sis5598, sis6326, sis530, sis620, sis300, sis630, sis540,
tvga8200lx,
  tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000,
  tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420,
tgui9420dgi,
  tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682,
  tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520,
  cyber9525, 3dimage975, 3dimage985, cyber9397dvd, blade3d,
cyberblade,
  clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429,
clgd5430,
  clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464,
clgd5465,
  clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542,
clgd7543,
  clgd7548, clgd7555, clgd7556, ncr77c22, ncr77c22e, cpq_avga,
mga2064w,
  mga1064sg, mga2164w, mga2164w AGP, mgag200, mgag100, mgag400,
oti067,
  oti077, oti087, oti037c, al2101, ali2228, ali2301, ali2302,
ali2308,
  ali2401, cl6410, cl6412, cl6420, cl6440, video7, ark1000vl,
ark1000pv,
  ark2000pv, ark2000mt, mx, realtek, s3_savage, s3_virge, AP6422,
AT24,
  AT3D, s3_svga, NM2070, NM2090, NM2093, NM2097, NM2160, NM2200,
  ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546,
  ct65548, ct65550, ct65554, ct6, ct68554, ct69000, ct64200,
  ct64300, mediagx, V1000, V2100, V2200, p9100, spc8110, i740,
i740_pci,
  i810, i810-dc100, i810e, Voodoo Banshee, Voodoo3, smi, generic
(using VT number 7)
XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: keymap: "xfree86(en_US)" (overrides other XKB settings)
(**) Mouse: type: IMPS/2, device: /dev/mouse, buttons: 5
(**) Mouse: zaxismapping: (-)4 (+)5
(**) SVGA: Graphics device ID: "Voodoo3"
(**) SVGA: Monitor ID: "ViewSonic G773"
(--) SVGA: Mode "1024x768" needs hsync freq of 70.24 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 70.88 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 74.59 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 76.01 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted.
(--) SVGA: Mode "1152x864" needs hsync freq of 89.62 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted.
(--)

Re: Problems with kernel recompiling

2001-01-02 Thread Vadim Kutsyy
"David B. Harris" wrote:
> 
> To quote Vadim Kutsyy <[EMAIL PROTECTED]>,
> # I want to recompile the kernel.  I config and compiling went without
> any
> # problem (I am trying 2.2.18pre21 static on woody).  Hwever, when I am
> # restrarting computer, Xserver starts, but gdm doesn't, so all what I
> am
> # getting is gray screen whithout anything at all.
> #
> # Any recomendations?
> 
> I think there might be something wrong with GDM's scripts - but I could
> be wrong. There are a number of things that could cause those symptoms
> :(
> 

gdm works fine with current version of kernel.

----
Vadim Kutsyy
The University of Michigan - Ann Arbor   PhD Student
http://www.kutsyy.com   [EMAIL PROTECTED]



Problems with kernel recompiling

2001-01-02 Thread Vadim Kutsyy
I want to recompile the kernel.  I config and compiling went without any
problem (I am trying 2.2.18pre21 static on woody).  Hwever, when I am
restrarting computer, Xserver starts, but gdm doesn't, so all what I am
getting is gray screen whithout anything at all.  

Any recomendations?  

I also tried 2.4.test12 with exactly the same result.

Thanks.
-- 

Vadim Kutsyy
The University of Michigan - Ann Arbor   PhD Student
http://www.kutsyy.com   [EMAIL PROTECTED]