copy directory structure

2005-12-21 Thread Ashok Shrestha
Do you know how to copy just a directory structure (not the files inside it)? -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

copy directory structure

2005-12-21 Thread Ashok Shrestha
Do you know how to copy just a directory structure (not the files inside it)? -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: copy directory structure

2005-12-23 Thread Ashok Shrestha
Thank you All. On 12/22/05, Oliver Fromme <[EMAIL PROTECTED]> wrote: > Ashok Shrestha <[EMAIL PROTECTED]> wrote: > > Do you know how to copy just a directory structure (not the files inside > it)? > > The following is probably the easiest and most efficient way &

speed up port compiling using RAM (tmpfs) ???

2006-01-15 Thread Ashok Shrestha
do this in Freebsd? -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: speed up port compiling using RAM (tmpfs) ???

2006-01-19 Thread Ashok Shrestha
I mounted part of RAM as such: mdmfs -s 500m md /mnt Then put WRKDIRPREFIX=/path/to/md in /etc/make.conf. It substantially reduces compile time by about 5-10 times. Thanx to all ur replies. -Ashok Shrestha On 1/19/06, Wesley Shields <[EMAIL PROTECTED]> wrote: > On Thu, Jan 19, 2006

VMWARE GSX Port?

2006-02-24 Thread Ashok Shrestha
VMWARE GSX was released recently for free. [http://www.vmware.com/news/releases/server_beta.html] Is anyone working on a port for this? -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: VMWARE GSX Port?

2006-03-02 Thread Ashok Shrestha
According to the Xen website, it's been ported to FreeBSD [http://wiki.xensource.com/xenwiki/OSCompatibility]. Anybody know where port is? -Ashok Shrestha On 2/28/06, Seán C. Farley <[EMAIL PROTECTED]> wrote: > On Tue, 28 Feb 2006, Mike Silbersack wrote: > > > On Sat,

Re: Net::FTPSSL error

2006-04-08 Thread Ashok Shrestha
Adding freebsd-hackers@freebsd.org On 4/8/06, Ashok Shrestha <[EMAIL PROTECTED]> wrote: > Hi all, > > System Info: > FreeBSD 6.0-RELEASE > bsdpan-Net-FTPSSL-0.04 > p5-Net-SSLeay-1.30_1 > perl-5.8.7 > > > > I'm trying to use Net::FTPSSL to connect t

Re: unable to SSH using Net::SSH::Perl

2006-04-08 Thread Ashok Shrestha
Adding freebsd-hackers@freebsd.org On 4/8/06, Ashok Shrestha <[EMAIL PROTECTED]> wrote: > Hi all, > > System Info: > FreeBSD 6.0-RELEASE > p5-Net-SSH-Perl-1.30 > perl-5.8.7 > > > > I'm trying to use Net::SSH::Perl to connect to an SSH server. > > &

workstation DNS issue

2006-04-26 Thread Ashok Shrestha
128.8.10.90 a.root-servers.net. 569691 IN A 198.41.0.4 ;; Query time: 12 msec ;; SERVER: 68.87.68.162#53(68.87.68.162) ;; WHEN: Tue Apr 25 20:21:38 2006 ;; MSG SIZE rcvd: 436 -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing list h

checking zip file corruption

2006-06-26 Thread Ashok Shrestha
one of you have done this before. I apologize for posting this on a freebsd hackers mailing list but you guys tend to be extremely intelligent. Plus I am using a bsd server :) -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing list http

Re: checking zip file corruption

2006-06-26 Thread Ashok Shrestha
I found it. zip -T file.zip Thanks anyways. On 6/26/06, Ashok Shrestha <[EMAIL PROTECTED]> wrote: Hi all, I am writing code to check if incoming zip files are corrupt and the client is not willing to send a digest (like md5) of the file. I need to check if a zip file is corrupt. A Pe

Re: checking zip file corruption

2006-06-29 Thread Ashok Shrestha
Thank you for the suggestion. On 6/26/06, Craig Rodrigues <[EMAIL PROTECTED]> wrote: On Mon, Jun 26, 2006 at 09:18:31AM -0400, Ashok Shrestha wrote: > Hi all, > > I am writing code to check if incoming zip files are corrupt and the > client is not willing to send a digest (lik

samba file copy lag

2006-09-13 Thread Ashok Shrestha
A-B, and the other for B-C. Any suggesstions? Specs: Freebsd 6.1-RELEASE amd64 Samba 3.0.21b,1 Mount command: mount_smbfs -c1 -N -W LAN //[EMAIL PROTECTED]/c-drive /mnt/windowsserver/c-drive -- Ashok Shrestha ___ freebsd-hackers@freebsd.org mailing l