Re: Jessie network issue

2016-05-19 Thread Roman Gelfand
it appears that there is a problem with guest vm adapter type. After changing , the network worked on reboot. On Thu, May 19, 2016 at 1:26 PM Roman Gelfand <rgelfa...@gmail.com> wrote: > I am running jessie on both virtualbox 5 host and guest. The host > networking is using et

Jessie network issue

2016-05-19 Thread Roman Gelfand
I am running jessie on both virtualbox 5 host and guest. The host networking is using eth0 interface and is fine. On the guest, I have 8 virtual interfaces on the physical eth0. When I bring up the guest, the networking service starts, yet the network is unreachable. Then, when i restart the

Re: Writing files with formatted name

2015-02-09 Thread Roman Gelfand
would writing synchronized java class using the same algorithm solve the race problem? Thanks On Fri, Feb 6, 2015 at 12:12 PM, Roman Gelfand rgelfa...@gmail.com wrote: I need to write files with name format {5 digit sequential number}.{extension I will supply}. Is there a utility which

Writing files with formatted name

2015-02-06 Thread Roman Gelfand
I need to write files with name format {5 digit sequential number}.{extension I will supply}. Is there a utility which would allow me to copy/move/put a file with the above name format incrementing the sequence for each subsequent file. Something similar to what logrotate is doing. Tlhanks in

Sendmail command

2015-01-06 Thread Roman Gelfand
Is there a way to specify smart host and credentials with Sendmail command? If yes, could you point me to example. Thanks in advance

BIND9 Dynamic Update Zones

2014-11-19 Thread Roman Gelfand
When I try run nsupdate -d -L 9 nsu.tmp, where nsu.tmp is update add cmm3.workdom.com 3600 A 192.168.10.8 show send Dynamic zone file include /etc/bind/zones.rfc1918; zone workdom.com IN { type master; file dyn.workdom.com.zone; allow-transfer { any; };

Time synchronization problem

2014-07-06 Thread Roman Gelfand
I have just installed ntpd using apt-get. It appears that after sync the time is 22 minutes ahead of the true time. when I do ntpq -p, I get remote refid st t when poll reach delay offset jitter

Disabling services

2014-04-01 Thread Roman Gelfand
Is there a tool that would take down and disable a service based on a configurable criteria? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Squeeze - recovering from power outage

2013-11-25 Thread Roman Gelfand
I had recently a power outage on debian squeeze. Even though it appears to working, it stalls at times and very slow. Is there a recommended troubleshooting steps and/or maintenance I need to after this happens? Thanks in advance -- To UNSUBSCRIBE, email to

keepalived and ipvsadm

2013-11-19 Thread Roman Gelfand
I am trying to setup load balancing for smtp servers. Seemingly, the configuration file is ok. ipvsadm -l doesn't return anything My keepalive.conf is global_defs { lvs_id LVS_1 } vrrp_instance VI_1 { interface eth1 state MASTER virtual_router_id 51 priority

Connectivity issues on wheezy

2013-11-07 Thread Roman Gelfand
For couple of months, now, I have this postfix smtp gateway on debian wheezy during which I had no problems with connectivity. Now, after couple of minutes I get disconnected from putty ssh session. The issue is not only there. Apache web server self updating cgi site dies after a while. How

MS Windows Domain network with Debian

2013-10-31 Thread Roman Gelfand
I have a Debian 7 machine on the same network as ms windows 2003 domain network. In /etc/resolv.conf, I am pointing to domain controller for reverse dns resolution. Can this work? What do I need to do to make this work? Thanks in advance -- To UNSUBSCRIBE, email to

bind9

2013-10-31 Thread Roman Gelfand
My workstations' ips are assigned by dhcp server on firewall. The bind9 is running on debian 7 box. Is there a way to automatically update forward and reverse zones? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Network Delay

2013-10-30 Thread Roman Gelfand
Looking at the tcp stream, below, of a smtp conversation, it appears there is 5 second delay before the actual smtp conversation begins. Is this normal behavior. If not, any ideas what/where specifically, in networking, I should be troubleshooting? No change was done to the server or any other

root user

2013-09-01 Thread Roman Gelfand
I am running wheezy with postfix mail server. It appears that ll system emails are going to r...@domain.com. I don't remember if I set it up when installing os or when installing postfix. How can I change this address from root@domain to some other email address? Thanks in advance -- To

Network Sniffer

2013-01-29 Thread Roman Gelfand
When a debian lenny box is used as a gateway, how can I capture the layer 2 packets? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Network Sniffer

2013-01-29 Thread Roman Gelfand
thanks. that did it. On Tue, Jan 29, 2013 at 11:18 AM, William Ivanski william.ivan...@gmail.com wrote: On 29-01-2013 13:58, Roman Gelfand wrote: When a debian lenny box is used as a gateway, how can I capture the layer 2 packets? Thanks in advance I may be wrong, but wireshark can't do

insserv: script clamd: service clamav-daemon already provided!

2012-08-29 Thread Roman Gelfand
How can I edit the service dependency info? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: insserv: script clamd: service clamav-daemon already provided!

2012-08-29 Thread Roman Gelfand
Please, ignore this post. I figured out the answer. As it turns out, the dependency is in the script. I used another script and didn't change this info. Sorry On Wed, Aug 29, 2012 at 1:29 PM, Roman Gelfand rgelfa...@gmail.com wrote: How can I edit the service dependency info? Thanks

DNS Lookups

2012-08-02 Thread Roman Gelfand
I have configured 2 vlan interfaces on debian lenny box. The 2 interface ip's are 192.168.6.5 and 192..168.8.5. I would like making dns queries from this ip 192.168.6.5. What can be done to ensure that a dns query is made using specific response ip? Thanks in advance -- To UNSUBSCRIBE,

HA Load Balancer

2011-10-10 Thread Roman Gelfand
I have two smtp servers on two separate boxes, behind NAT. Depending on what connection url is supplied, I would like to forwarding it to appropriate local server. I understand, load balancer does this. If this is the ideal way, what load balancer would you recommend? If not, what would be the

Controling Process Memory Consumption

2011-09-14 Thread Roman Gelfand
Is there a way, on os level or when executing, to limit the amount of memory a specific executable can use? or control the amount of memory a program sees for this machine. Thanks in advance

Bootloader

2011-03-28 Thread Roman Gelfand
Is it possible for syslinux to load another syslinux with it's own configuration file found in another directory? If so, where can I find sample? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Cannot use USB floppy drive in Squeeze

2011-02-24 Thread Roman Gelfand
I, actually, used unetbootin and squeeze live cd and it worked great for me. Just make sure to format the usb fat32 before using unetbootin. On Fri, Feb 25, 2011 at 2:32 AM, Stephen Powell zlinux...@wowway.com wrote: On Wed, 23 Feb 2011 13:47:30 -0500 (EST), Wayne Topa wrote: Not having a usb

Squeeze live cd

2011-02-24 Thread Roman Gelfand
What is the root password on squeeze live cd? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Moving Lenny from Virtual Machine to Physical

2011-02-18 Thread Roman Gelfand
Thanks a lot your help. The find command didn't help but rest of the information did. I went to /dev directory and it was easy to figure out the drive there. I followed the rest of your instructions and it worked like a charm. Thanks On Thu, Feb 17, 2011 at 11:09 AM, Camaleón

Moving Lenny from Virtual Machine to Physical

2011-02-17 Thread Roman Gelfand
I used clonezilla to take a disk image of debian lenny vm. I successfully restored it to physical machine. Now when I boot, the grub is working. However, when trying to load lenny (in initramfs), it fail to mount the hard drive. After doing some reading, I found that most probably /etc/fstab

Debian Squeeze Installation

2011-01-22 Thread Roman Gelfand
When installing Squeeze, I chose standard system install and desktop environment. However, it boots in line mode. How can I check if desktop, in fact was installed? how to enable it? what is the name of the of the gnome or kde packages? Thanks in advance -- To UNSUBSCRIBE, email to

Re: GRUB Update - Squeeze Installation

2011-01-18 Thread Roman Gelfand
in advance On Tue, Jan 18, 2011 at 8:47 AM, Andrew McGlashan andrew.mcglas...@affinityvision.com.au wrote: Roman Gelfand wrote: I have workstation containing both windows vista and debian lenny. The boot manager was grub. I had since removed ext and swap partions that housed debian lenny

GRUB Update - Squeeze Installation

2011-01-17 Thread Roman Gelfand
I have workstation containing both windows vista and debian lenny. The boot manager was grub. I had since removed ext and swap partions that housed debian lenny and installed in it's place debian squeeze using usb netinst. The installation process saw windows vista and installed grub. However,

mkdosfs on usb pendrive

2011-01-03 Thread Roman Gelfand
I created a partition on a 8gb usb pendrive using mkdosfs. However, after mounting the drive, I see only 80mb available. Is there a way to create a bigger partition? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Re: mkdosfs on usb pendrive

2011-01-03 Thread Roman Gelfand
to create partition... mkdosfs /dev/sda1 To mount the volume mount /dev/sda1 /pendrive On Mon, Jan 3, 2011 at 10:42 AM, Joao Ferreira gmail joao.miguel.c.ferre...@gmail.com wrote: On Mon, 2011-01-03 at 10:33 -0500, Roman Gelfand wrote: I created a partition on a 8gb usb pendrive using

Re: mkdosfs on usb pendrive

2011-01-03 Thread Roman Gelfand
I sort of found a solution for myself. Remove all partitions from usb drive. Format the drive using mkdosfs -I /dev/sda. This gives me now access to the entire drive. On Mon, Jan 3, 2011 at 12:05 PM, shawn wilson ag4ve...@gmail.com wrote: As stated, mkfs commands just do the fs layout stuff

Lua Libraries

2010-12-22 Thread Roman Gelfand
I am looking to install Lua Libraries on debian lenny. How does one go about find debian repository it is in? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Remote Assistance Software

2010-10-21 Thread Roman Gelfand
Is there an open source remote assistance server software similar to go meeting? If yes, is there one you could recommend? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

VLAN on Lenny

2010-06-30 Thread Roman Gelfand
In debian wiki on vlan configuration, I came accross Howto create fault tolerant bonding with vlan. What would you need it for? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: VLAN on Lenny

2010-06-30 Thread Roman Gelfand
Please, ignore the previous post. I got my answer. On Wed, Jun 30, 2010 at 9:01 AM, Roman Gelfand rgelfa...@gmail.com wrote: In debian wiki on vlan configuration, I came accross Howto create fault tolerant bonding with vlan.  What would you need it for? Thanks in advance -- To UNSUBSCRIBE

Test Case Software

2010-06-01 Thread Roman Gelfand
Can somebody recommend me a server software that maintains test cases. Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Data Modeling Tool

2010-05-05 Thread Roman Gelfand
Can somebody recommend a data modeling tool or db case tool for debian? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: nic issue on Debian Lenny

2010-03-29 Thread Roman Gelfand
Thanks you. That has worked great for me. On Fri, Mar 26, 2010 at 10:55 AM, Stephen Powell zlinux...@wowway.com wrote: On Thu, 25 Mar 2010 23:16:59 -0400 (EDT), Roman Gelfand wrote: My server has two onboard nics.  I am using etho.  For the longest time it was working no problem

nic issue on Debian Lenny

2010-03-25 Thread Roman Gelfand
My server has two onboard nics. I am using etho. For the longest time it was working no problem. Then it just lost network connectivity.When running ifconfig I get RX packets:0. Would any one know a way to fix it? I had similar problem with centos. The solution there was to assign eth1

IP Configuration on Lenny

2010-02-10 Thread Roman Gelfand
After changing ip configuration in /etc/network/interfaces, the dns lookup returns unknow host. The default gateway in both interfaces and resolv.conf seem to be ok. I am able to ssh into ssh into this macine. Would anyone kwon what could have gone wrong. Thanks in advance -- To

Re: IP Configuration on Lenny

2010-02-10 Thread Roman Gelfand
K. I found the problem. The A record for the corresponding NS was pointing to the old address. On Wed, Feb 10, 2010 at 6:16 PM, Roman Gelfand rgelfa...@gmail.com wrote: After changing ip configuration in /etc/network/interfaces, the dns lookup returns unknow host.  The default gateway in both

Re: Problem with Lenny

2010-02-02 Thread Roman Gelfand
A lot of spam attempts. On Tue, Feb 2, 2010 at 5:13 AM, Stan Hoeppner s...@hardwarefreak.com wrote: Roman Gelfand put forth on 2/1/2010 11:48 PM: I use this the virtual machine as mail gateway.  I run postfix, sqlgrey, opendkim, senderid milter, dspam, grossd, policyd-weight. I gave

Re: Problem with Lenny

2010-02-01 Thread Roman Gelfand
display and that of memstat. On Thu, Jan 21, 2010 at 9:40 PM, Jeffrey Cao jcao.li...@gmail.com wrote: On 2010-01-21, Stan Hoeppner s...@hardwarefreak.com wrote: Roman Gelfand put forth on 1/20/2010 9:26 PM: Jan 20 21:59:37 mail kernel: [    0.00] Linux version 2.6.26-2-686 (Debian 2.6.26-19lenny2

Re: Problem with Lenny

2010-02-01 Thread Roman Gelfand
will. And it wouldn't hurt to tell us what applications/daemons/etc you're running on this VM, since *THEY* are what's eating all the damn memory.  If you want help, we need the details. -- Stan Roman Gelfand put forth on 2/1/2010 11:16 AM: Ran out memory.  This is my conclusion.  Originally, I had

Monitoring Memory Utilization

2010-01-24 Thread Roman Gelfand
Is there a tool, background process, in linux to monitor memory utilization over a period of time? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Monitoring Memory Utilization

2010-01-24 Thread Roman Gelfand
got it. sorry about the bother. On Sun, Jan 24, 2010 at 6:27 AM, Nick Douma n.do...@nekoconeko.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-1-2010 12:25, Roman Gelfand wrote: Is there a tool, background process, in linux to monitor memory utilization over a period of time

Re: Highmem and lowmem

2010-01-24 Thread Roman Gelfand
Point well taken. My appologies. On Sun, Jan 24, 2010 at 6:50 AM, Chris Bannister mockingb...@earthlight.co.nz wrote: On Sat, Jan 23, 2010 at 11:37:13PM -0600, Stan Hoeppner wrote: Roman Gelfand put forth on 1/23/2010 10:27 PM: What is the difference between them and why does debian

Memory

2010-01-23 Thread Roman Gelfand
What happens when debian is out of memory? Does it freeze? Is there any trace of memory glut in log files? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Highmem and lowmem

2010-01-23 Thread Roman Gelfand
What is the difference between them and why does debian distinguish the two? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Problem with Lenny

2010-01-21 Thread Roman Gelfand
: Roman Gelfand put forth on 1/20/2010 9:26 PM: Jan 20 21:59:37 mail kernel: [    0.00] Linux version 2.6.26-2-686 (Debian 2.6.26-19lenny2) (da...@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Nov 4 20:45:37 UTC 2009 My machine freezes every so often.  I

Lenny and NAT-T

2010-01-20 Thread Roman Gelfand
I am establishing connection from remote windows xp client to cisco pix 501 vpn server. On the internal network of the vpn server there are a number of debian lenny's. I find that a couple of minutes after connecting , the vpn session is there but I can't ssh or bring up an internal web site.

HTTP Filter Proxy

2010-01-20 Thread Roman Gelfand
Can somebody recommend HTTP filter proxy software or softwares? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: HTTP Filter Proxy

2010-01-20 Thread Roman Gelfand
I was thinking along the lines of something that would filter hijacked sites, control popups, content checking, etc.. On Wed, Jan 20, 2010 at 10:13 PM, Kun Niu haoniu...@gmail.com wrote: Is squid the right software for you? Roman Gelfand wrote: Can somebody recommend HTTP filter proxy

Problem with Lenny

2010-01-20 Thread Roman Gelfand
Jan 20 21:59:37 mail kernel: [0.00] Linux version 2.6.26-2-686 (Debian 2.6.26-19lenny2) (da...@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Nov 4 20:45:37 UTC 2009 My machine freezes every so often. I was wodering if there is any clues in kernel.log

syslog on Lenny

2010-01-14 Thread Roman Gelfand
I am running a service which generates logs. What do I need to do to haave these log entries also appear in syslog? BTW.. I modified /etc/rsyslog.conf file adding 'abcf.* -/var/log/abc.log' line. This didn't make a difference. Thanks in advance -- To UNSUBSCRIBE, email to

Re: Server Freezes

2010-01-06 Thread Roman Gelfand
Thomas rbtho...@pobox.com wrote: On Jan 5, 2010, at 9:47 PM, Roman Gelfand wrote: I didn't see any message that was out of the ordinary.   I am running another with similar configuration except it runs different applicaiton.  That machine never goes down. On Tue, Jan 5, 2010 at 3:30 AM

Re: Roman Gelfand has invited you to open a Google mail account

2010-01-05 Thread Roman Gelfand
if anybody else on your contacts list has received a message like this.  Or is it possible you might've clicked the 'invite button by mistake, maybe tabbed to the wrong button/link or something? On Tue, Jan 5, 2010 at 11:55 AM, Stan Hoeppner s...@hardwarefreak.com wrote: Roman Gelfand put

Re: Server Freezes

2010-01-05 Thread Roman Gelfand
at ~/.VirtualBox/Machines/Machine Name/Logs. I'm using Virtualbox quite often and every time it crashed, it wasn't the host os' fault. On Tuesday 05 January 2010 05:56:17 Roman Gelfand wrote: I am running Lenny patched up.  On this machine I am running sun virtualbox virtual machine.  The guest os

Re: Roman Gelfand has invited you to open a Google mail account

2010-01-05 Thread Roman Gelfand
Roman Gelfand put forth on 1/4/2010 10:47 PM: I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. --- Roman Gelfand has invited you to open a free Gmail account

Ebay Bidding Software

2010-01-04 Thread Roman Gelfand
Can anyone recommend an Ebay bidding software? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Roman Gelfand has invited you to open a Google mail account

2010-01-04 Thread Roman Gelfand
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. --- Roman Gelfand has invited you to open a free Gmail account. To accept this invitation and register for your account

Server Freezes

2010-01-04 Thread Roman Gelfand
I am running Lenny patched up. On this machine I am running sun virtualbox virtual machine. The guest os of this machine is patched up lenny. On the guest os I am running postfix and various anti spam servers. Several times now, I find that after several days of operation, the virtual machine

Re: Server Freezes

2010-01-04 Thread Roman Gelfand
4 17:17:53 mail kernel: [ 22.461236] ext3_orphan_cleanup: deleting unreferenced inode 188053 Jan 4 17:18:01 mail kernel: [ 50.688573] eth0: no IPv6 routers present On Mon, Jan 4, 2010 at 11:56 PM, Roman Gelfand rgelfa...@gmail.com wrote: I am running Lenny patched up.  On this machine I am

Email Blast

2009-11-26 Thread Roman Gelfand
I was wondering if somebody could recommend an email blast software that would comply with anti-spam measures like grey listing, provides unsubscribe functionality and sends email periodically. Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Chat Client

2009-11-21 Thread Roman Gelfand
I am looking for a good web xmpp client that would is able to make server to server connection on port 5222. Would anyone know of such software? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

IP Telephony Software

2009-11-17 Thread Roman Gelfand
Could somebody recommend a good stun server? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Knowledge Base Server

2009-11-08 Thread Roman Gelfand
Can somebody recommend a knowledge base tracking web server software. Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

NTP Server

2009-10-27 Thread Roman Gelfand
I have started time server, ran ntpdate command. The time matched. Several weeks later the time is off by a little more than a minute. What is controlling how often time server updated by the ntpdate command? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: NTP Server

2009-10-27 Thread Roman Gelfand
I am running ntp server. I suppose I need to tell ntp server the authoritative time server to synchronize with. How would I do that? Thanks again -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: NTP Server

2009-10-27 Thread Roman Gelfand
I, actually, replaced my ntp.conf with the basic suggested configuration from www.pool.ntp.org and the time is perfect now. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

dspam_admin bug

2009-10-25 Thread Roman Gelfand
It appears that when you change signaturelocation to header rather than headers, the user prefernces are being updated. I don't think this is desired behavior. I didn't test other flags. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

Re: dspam_admin bug

2009-10-25 Thread Roman Gelfand
Sorry about this. I posted to the wrong list. On Sun, Oct 25, 2009 at 10:32 PM, Roman Gelfand rgelfa...@gmail.com wrote: It appears that when you change signaturelocation to header rather than headers, the user prefernces are being updated.  I don't think this is desired behavior.  I didn't

Re: OpenSSHD Server

2009-10-01 Thread Roman Gelfand
Both scp for uploading files and putty when performing administrative tasks. Thanks for your help. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: OpenSSHD Server

2009-10-01 Thread Roman Gelfand
monitoring with top command. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

OpenSSHD Server

2009-09-30 Thread Roman Gelfand
Everytime I am connecting to my server via ssh, memory utilizaiton appears to be increasing. Is there memory leak issues with sshd or, perhaps, there is a maintenance that needs to be performed? or just configuraiton setting? Thanks in advance -- To UNSUBSCRIBE, email to

Chat Server Software

2009-09-18 Thread Roman Gelfand
Can somebody recommend a good web based chat server software. By web based, I mean when you don't need to install a client, rather use browser. If it happens to include voice or video, even better. Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Terminal Server Client

2009-09-02 Thread Roman Gelfand
I am getting unable to connect error when trying to connect to windows 2008 server. However, when I do the same thing on windows 2003 server, I get a successful connection. Is terminal server client compatible with windows 2008 server? If yes, what could be the problem? Thanks in advance --

System Volume on Lenny

2009-09-02 Thread Roman Gelfand
I find that the volume is low. Can something be done to increase it? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Video editing software on Lenny

2009-09-01 Thread Roman Gelfand
Can somebody recommend a mp4, vob, etc.. video editing software? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Installing Lenny

2009-08-19 Thread Roman Gelfand
I have vista 64 and fedora 10 installed The bootloader is GRUB. I am looking to install Lenny in place of fedora. What would be the right way to approach it? Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Lenny Iceweasel Flash Player Plugin

2009-08-19 Thread Roman Gelfand
I am running it on 64 bit machine. When trying to play flash pugin, the spiral moves for a while then freezes. Any help is appreciated. Thanks in advance -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact