That seems to work, but here's a problem. Each time it enters a new user
directory I have to re-enter the root password. I realize I can just set
it up so that I don't have to enter a password at all, but maybe there's a
way to set it, so I'd have to only enter the root password once?
--
To U
I need to rsync several, but not all, the Maildir directories under /home.
I have a file with all the user accounts, so what would the script be to
say take each user account name and then rsync up each Maildir directory.
The rsync command would be:
rsync -arv ./[username]/Maildir/ root@[compute
> Did you edit /etc/vsftpd.conf? By default, upload is disabled there.
>
>
>
> Regards,
>
>
>
>Hartwig
Yes, of course.
Here is my edited vsftpd.conf file:
listen=YES
anonymous_enable=No
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect
Having an issue setting up vsftpd. In order to avoid an "unsupported record
version" error, I read somewhere that I need to issue chmod a-w on the
directory being served for the client.
That will resolve that issue, but then the client can't upload any files.
Any suggestions would be appreciate
After upgrading to 5.0 yesterday, I can't seem to get bandwidthd
working again. Any ideas?
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Mon, 01 Oct 2007 13:05:48 -0700, Curtis Vaughan wrote:
> This is total FUBAR! I figured out that there is no ls command under /
> bin !
> Trying to scp over from another server only leads to an error message
> that I don't have the proper permissions, although I am root
On Mon, 01 Oct 2007 21:56:12 +0200, Florian Kulzer wrote:
> On Mon, Oct 01, 2007 at 11:00:10 -0700, Curtis Vaughan wrote:
>> I was updating an etch server when I ran into the following error:
>>
>> The following packages have unmet dependencies:
>> libc6-dev: Depends:
This is total FUBAR! I figured out that there is no ls command under /
bin !
Trying to scp over from another server only leads to an error message
that I don't have the proper permissions, although I am root. BTW, I
have tried to do it from this server as well as from another server.
What's g
I was updating an etch server when I ran into the following error:
The following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.3.6.ds1-13etch2) but 2.3.6.ds1-13
is installed
I ran apt-get -f install which yielded:
Preparing to replace libc6 2.3.6.ds1-13 (using .../
libc
Sorry for asking such amateur questions but I want to find all files
created in 2003 under a directory. I know there's an easy way to do
this and I've seen it before, but I can't figure it out myself. Could
someone please tell me the exact command line for that?
Thanks!
--
To UNSUBSCRIBE,
n the script up one directory?
Curtis
On 31.08.2006, at 13:16, Matej Cepl wrote:
Curtis Vaughan wrote:
Can someone tell me the correct command line for moving a bunch of
files between directories that are, say, older than yesterday while
preserving their time stamps?
find . \
while
Can someone tell me the correct command line for moving a bunch of
files between directories that are, say, older than yesterday while
preserving their time stamps?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On 23.05.2006, at 9:58, Curtis Vaughan wrote:
On 19.05.2006, at 21:39, Ken Irving wrote:
On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote:
Ok, using fdupes -f I have created a file that contains a list of
all
duplicate files. So, what command can a run against that file to
On 19.05.2006, at 21:39, Ken Irving wrote:
On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote:
Ok, using fdupes -f I have created a file that contains a list of all
duplicate files. So, what command can a run against that file to
delete
all the files listed in it?
Or since I
Paul E Condon wrote:
On Fri, May 19, 2006 at 07:10:41PM -0700, Curtis Vaughan wrote:
Ok, using fdupes -f I have created a file that contains a list of all
duplicate files. So, what command can a run against that file to delete
all the files listed in it?
Or since I know that fdupes -f
Ok, using fdupes -f I have created a file that contains a list of all
duplicate files. So, what command can a run against that file to delete
all the files listed in it?
Or since I know that fdupes -f works, could I just do something like:
fdupes -f ./ | rm *
or would that rm everything?
Tha
When moving numerous messages from one IMAP folder to another it
turns out that I now have multiple copies of many messages in my
folder (that I moved everything too). Going to the server, I can see
that there are are in fact multiple copies of the same file. I was
wondering is there a scri
On 25.04.2006, at 15:11, Roberto C. Sanchez wrote:
Curtis Vaughan wrote:
I remember sometime at the end of last year reading that KDE uses
less
resources than Gnome. After reading that I had to install linux
on an
older machine for someone, so I put KDE on it. It worked OK.
Now
I remember sometime at the end of last year reading that KDE uses
less resources than Gnome. After reading that I had to install linux
on an older machine for someone, so I put KDE on it. It worked OK.
Now I get the latest Linux Journal and they say in there than Gnome
uses less resources.
Brooks R. Robinson wrote:
Greetings oh most knowledgeable list,
I recently purchased a new fancy schmancy Dell a couple of months ago,
and I have been delinquent in installing Linux on it. So, I recently
purchased an additional hard drive and attempted to put Debian on it
(as God intended)
I ran what I understand to be a method of doing a full system using the
following command:
fsck.ext3 -c -c -C -y /dev/hdd1
After 2 days the results were
e2fsck 1.37 (21-Mar-2005)
Couldn't find ext2 superblock, trying backup blocks...
Checking for bad blocks (non-destructive read-write test)
Te
Could someone elaborate on just how to do all this? I know how to use
fsck, but how to re-map and do a full surface scan?
The drive may have re-mapped the bad sectors, a full surface scan & fsck
would probably be a good idea.
-Original Message-
From: Curtis Vaughan [mailto:[E
Using a debian sarge system, with postfix and courier-imap.
Yesterday morning I started having IMAP connectivity problems with this
mail server. Going to the box itself I discovered that the following
error was occurring repeatedly:
kernel: end_request: I/O error, dev hdc, sector 61870207
ker
Trying to set up keberos5 on a Debian Sarge server. As a note I am going
by the instructions provided by a Linux Journal article, which may be
found at: http://www.linuxjournal.com/article/7336
Regardless, setting it up has been otherwise easy. But now I'm at the
part where I want to add other
I'm trying to install OpenLogos Translation program. In order to install
I have to first compile, then run "make". When running compile I run
into the following error:
configure: javainclude FOR i686-pc-linux is
-I/lt/pkg/jdk1.5.0_02/include -I/lt/pkg/jdk1.5.0_02/include/linux
checking for j
Angelina Carlton wrote:
Curtis Vaughan <[EMAIL PROTECTED]> writes:
Here is my interfaces file:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
name Wireless LAN card
wireless-essid CCCP
wireless-key *
There has been this problem with my wireless connectivity that is
getting on my nerves. Every time I reboot I have to go through a series
of procedures just to get my wireless card to connect to my wireless
router. Unfortunately, I have never been able to pin down what exact
procedure I need to
I have a Dell Inspirion 4000 that has both a trackstick (I think that's
what it's called), as well as a touchpad. I really need to disable the
trackstick somehow. Can anyone tell me how to do that? Or where to look?
BTW, I know that you can set the BIOS such that when an external mouse
is atta
I have a Dell Inspirion 4000 that has both a trackstick (I think that's
what it's called), as well as a trackpad. I really need to disable the
trackstick somehow. Can anyone tell me how to do that?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
Can someone help me figure out why I don't seem to be using the swap
partition.
Here is an output of fdisk -l
Disk /dev/hda: 10.0 GB, 10056130560 bytes
16 heads, 63 sectors/track, 19485 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks
On 25 juil. 05, at 14:15, Dave Ewart wrote:
On Monday, 25.07.2005 at 13:48 -0700, Curtis Vaughan wrote:
We have an issue where management wants to monitor possible leaks
through the use of Hotmail, etc. web-based email accounts. They do
not want to just prohibit usage of such accounts. So
We have an issue where management wants to monitor possible leaks
through the use of Hotmail, etc. web-based email accounts. They do
not want to just prohibit usage of such accounts. So, the question
is, using SQUID, is it possible to cache what information employees
are passing through suc
Is anyone aware of a utility that will search the web, put all the
data in a file or database that is readily accessible, but also that
could email the results to you?
Curtis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
morning I stopped the memtest. Zero errors were
reported out of some 300+ tests. Then within minutes, it crashed. Now
isn't that peculiar?
Any explanation out there?
Curtis
On 19 juil. 05, at 13:54, Curtis Vaughan wrote:
On 19 juil. 05, at 12:35, TreeBoy wrote:
On Tuesday 19 Jul
On 19 juil. 05, at 12:35, TreeBoy wrote:
On Tuesday 19 Jul 2005 19:30, Curtis Vaughan wrote:
The only time this happened to me was when I had broken RAM.
Can you afford to run memtest on the machine for a couple of days
in order to
rule it out.
I swapped the RAM into another machine and
On 19 juil. 05, at 10:42, TreeBoy wrote:
On Tuesday 19 Jul 2005 18:22, Curtis Vaughan wrote:
I have a Debian Sarge server which provides the following services
DNS (internal only), DHCP, Apache, Samba.
Yesterday morning it suddenly crashed. I could not access it through
any protocols and
I have a Debian Sarge server which provides the following services
DNS (internal only), DHCP, Apache, Samba.
Yesterday morning it suddenly crashed. I could not access it through
any protocols and the terminal was totally locked (no console,
nothing), although the computer was still on. Afte
On 12 juil. 05, at 12:18, John Hasler wrote:
Curtis Vaughan writes:
The only thing different about this computer compared to the rest
is that
the /etc/resolv.conf is a link to /etc/resolvconf/run/ resolv.conf
and I
don't know why.
Remove the resolvconf package and make sure the
from 755 to
644. Will this solve the problem? Unfortunately, I can't reboot or
do an ifup or ifdown right now to check that.
On 12 juil. 05, at 11:59, Curtis Vaughan wrote:
On one Debian server (and only on one of several that we have - all
being sarge) after every reboot, the resolv.co
On one Debian server (and only on one of several that we have - all
being sarge) after every reboot, the resolv.conf file is empty.
The only thing different about this computer compared to the rest is
that the /etc/resolv.conf is a link to /etc/resolvconf/run/
resolv.conf and I don't know wh
Just installed Sarge on a server with 3 SCSIs and one IDE drive on an
Adaptec ATA RAID 1200 A card.
The system starts booting otherwise fine, until it gets to apparently
running fsck on the IDE drive. Then it errors out with:
fsck.ext3: No such device or address while trying to open /dev/hd
is the clients LOGIN through POP3, but then a disconnect happens.
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Ok, I want to put a linux distro on an old handheld pc. Here are it
specs. Most distros, however, don't seem to like the lack of RAM.
TOSHIBA LIBRETTO 50CT
PROCESSOR Intel Pentiumï 75 Mhz
16Mbit EDO DRAM
I wanted to put Knoppix on it, but Knoppix won't like the low ram at
all. I would put Debian
> On Mon, 22 Nov 2004 15:51:02 -0800, Curtis Vaughan <[EMAIL PROTECTED]>
> wrote:
>> I just got hold of an old portable PC, which I want to put linux on.
>> Since the networking on this device is poor, I removed the harddrive
>> and hooked it up to my own computer
I just got hold of an old portable PC, which I want to put linux on.
Since the networking on this device is poor, I removed the harddrive
and hooked it up to my own computer. So, my question is what do I need
to do to the hard drive to get Linux to boot up on it, when I put it
back in the origi
I am totally new to mysql so please forgive me if this question has a
very simple solution.
Someone sent me a mysql database file dumped from phpmyadmin. I have
installed and configured phpmyadmin to connect to the mysql server.
Using phpmyadmin I created a database, but how do I now import tha
I was just looking at the sources.list file on our Debian server and I
realized we had unstable sources. I would guess that I used unstable in
order to get Samba 3, which maybe wasn't available in testing at the
time. But I don't know. Anyhow, I would rather be using testing. So, is
it rather p
Anyhow,
I'm quite confused at this point and hope somebody can give me some
direction.
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Anyone have any ideas about the following problem.
We have a W2K Advanced Server as a PDC in a domain: WINDOMAIN
And we have a Samba 2.x server as the PDC (through LDAP & PAM) of
another domain: LINUXDOMAIN
Any computer in WINDOMAIN can access shares on any computer (Linux,
Windows, etc.) in LIN
If my internal LAN is 10.0.1.x and I attach another LAN - say,
192.168.1.x - to the same HUB will they conflict with one another, or
do I have to put the other LAN on another HUB?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Here's what I want to do, I'm just not sure about the best solution.
We have IPCop as the gateway server (doing port forwarding and
maintaining 2 VPNs).
Behind it, we have 1 Postfix server w/Courier IMAP and 1 Exchange 5.5
Server (soon to be moved to another Postfix server).
I want to put a mail
On 31 Aug, 2004, at 14:37, Jaldhar H. Vyas wrote:
On Mon, 30 Aug 2004, Curtis Vaughan wrote:
Currently we have a RedHat 8 server that was a special order to do the
following:
When I create a user through WebMin, it automatically creates a samba
user profile for them, and a MailDir for Postfix
On 30 Aug, 2004, at 16:49, Kevin Mark wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, Aug 30, 2004 at 04:32:41PM -0700, Curtis Vaughan wrote:
On 30 Aug, 2004, at 14:57, Kevin Mark wrote:
On Mon, Aug 30, 2004 at 02:53:50PM -0700, Curtis Vaughan wrote:
Currently we have a RedHat 8
On 30 Aug, 2004, at 14:57, Kevin Mark wrote:
On Mon, Aug 30, 2004 at 02:53:50PM -0700, Curtis Vaughan wrote:
Currently we have a RedHat 8 server that was a special order to do the
following:
When I create a user through WebMin, it automatically creates a samba
user profile for them, and a MailDir
Currently we have a RedHat 8 server that was a special order to do the
following:
When I create a user through WebMin, it automatically creates a samba
user profile for them, and a MailDir for Postfix.
Well, that server is getting old and I can't update samba, for example,
without killing it's
I am trying to install Debian 3.0 on a Dell system that has an adaptec
aic7xxx scsi raid and a Dell Perc 2/SC controller. During
installation, of course, it doesn't see the raid controller and asks to
install the module for it from a floppy. Fine. But I have been
searching high and low on th
> Curtis Vaughan wrote:
>
>> On 02 Aug, 2004, at 16:07, Zaq Rizer wrote:
>>
>>> Curtis Vaughan wrote:
>>>
>>>> On 02 Aug, 2004, at 13:59, Zachary Rizer wrote:
>>>>
>>>>> --- Curtis Vaughan <[EMAIL PROTECTED]> wro
On 02 Aug, 2004, at 16:07, Zaq Rizer wrote:
Curtis Vaughan wrote:
On 02 Aug, 2004, at 13:59, Zachary Rizer wrote:
--- Curtis Vaughan <[EMAIL PROTECTED]> wrote:
Whenever I try to install any package or update, I
get an error,
details of which are provided below.
This is just an example of the
On 02 Aug, 2004, at 13:59, Zachary Rizer wrote:
--- Curtis Vaughan <[EMAIL PROTECTED]> wrote:
Whenever I try to install any package or update, I
get an error,
details of which are provided below.
This is just an example of the point at which an
upgrade terminates.
Preparing to replace base
.deb
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any ideas what's up and how to fix it?
Curtis Vaughan
WashTech (CWA Local 37083)
Computer Hacks
http://sojourner.homelinux.net/hacks/index.html
--
To UNSUBSCRIBE, email to [
been spending 2 days nows looking for the correct way to do this
on the net, but to no luck. Everyone mostly says, oh, use Nero or this
or that program, blah, blah, blah....
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
.
How do I flush out the dns cache on a debian box?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/ProFTPD-mini-HOWTO-TLS.html
Or am I wrong.
Curtis Vaughan
On 01 May, 2004, at 07:10, Sven Hoexter wrote:
On Fri, Apr 30, 2004 at 09:33:20PM -0700, Curtis Vaughan wrote:
But if I understand correctly this is for sftp and not ftps. Am I
right or not?
You're wrong. Proftpd can do ftps if yo
So, before I reboot, I just want to be sure that I have lilo.conf set
up right.
What specifically should I do? Remove the install= line, or put
something like install=menu.b?
Curtis Vaughan
On 15 Apr, 2004, at 17:24, dircha wrote:
Curtis Vaughan wrote:
When doing a distribution upgrade I got
-
[note an additional hyphen at the end]
I get the response "menu.b"
But there is no /boot/menu.b, so my question is, what am I supposed to
put in the install line?
Thanks!
--
Curtis Vaughan
North Pacific Corporation
Tel: (425) 822-1001
Cell: (206) 423-6979
--
To UNSUBSCRIBE, email to [EMAI
ow it's just sitting there doing nothing. Can I just Ctrl+c the
dist-upgrade and then run it again, or is there some other way I should
approach this issue?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
hen piping that through to a utility for
converting wav to mp3 all in one command line?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
After installing Debian on a laptop everything was working fine.
Then after updating to 2.4.18, however, the pcmcia netcard doesn't work.
I've determined the following:
The module [xirc2ps_cs.o] isn't installed. It seems to be related to
another module: ds.o, but when I try to install ds.o, I
Has anyone written a
script that will drill through a directory and change all the
permissions in such a manner?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I don't know how to correctly title this letter, but hopefully people
have an idea of what I'm trying to do. I'm posting this to the Debian
list, as it has to do with computing in general more than just mail
servers.
What I want to know is if the following is possible, and, if so, what
possib
hi ya curtis
On Tue, 27 Jan 2004, Curtis Vaughan wrote:
But doesn't IMAP have more traffic involved than POP3? I mean each
time you connect, it has to check to see what's on the server and
what's on your computer. What would be best is a solution that just
w/ imap ... NOTHIN
some new
messages. Take them. " And once the client has received a message it
is marked as received on the server.
Curtis Vaughan
On 27 Jan, 2004, at 22:13, Alvin Oga wrote:
hi ya curtis
On Tue, 27 Jan 2004, Curtis Vaughan wrote:
I know this is not a windows list and I have never yet
reconnect they would have to get those 3 letters again, prior to going
on and getting the rest. Maybe this is just the way POP3 works. Or is
there a mail client program that acts otherwise? i.e., Mozilla, etc.?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of &q
I finally got my keyboard to work under X11 by reconfiguring xserver so
that the mouse is on /dev/ttyS0 - although I don't have a mouse there.
So, they really do seem to be confusing one another when I put the
mouse on psaux.
Any ideas how to fix this problem?
Curtis
--
To UNSUBSCRIBE, email
Could this be the problem. I was looking at gpm for a solution (see
previous message) and I issued the following command gpm -m /dev/psaux
and wham, my keyboard doesn't work. So maybe when X11 starts, its
confusing where the keyboard is and where the mouse is?
Curtis Vaughan
On 2
The keyboard is plugged into a PS/2 port. Sorry.
On 21 Jan, 2004, at 14:29, David Z Maze wrote:
Curtis Vaughan <[EMAIL PROTECTED]> writes:
I just installed Debian (woody) on a new box. Whenever I invoke X11
(kdm) the keyboard stops working. When configuring xserver, I have
tried both pc1
serial port, btw.
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
or $ping" | mail -s "ping failure for $ping"
curtis;
fi
done
Curtis Vaughan
On 16 Jan, 2004, at 23:21, Curtis Vaughan wrote:
Well, I've been able to edit Bijan's script to do exactly what I want
except. It just runs once. Without putting it in a cron job that
wou
Well, I've been able to edit Bijan's script to do exactly what I want
except. It just runs once. Without putting it in a cron job that
would run every 10 secs, how do I get it to just keep repeating itself,
preferably with a 10 sec delay?
Curtis Vaughan
On 16 Jan, 2004, at 22
Has anyone written a script that they're willing to share that pings a
host and when the ping fails it send out an email message?
Could you share it with me?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
an find no such
documentation.
Can anyone help?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
. Could the issue
have something to do with running it under a certain shell?
Curtis Vaughan
On 02 Jan, 2004, at 22:41, Bijan Soleymani wrote:
On Fri, Jan 02, 2004 at 10:23:18PM -0800, Curtis Vaughan wrote:
Been looking through the archives but can't find an answer to this.
I'm us
.
What's the solution?
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hopefully there are some amanda users out there. I sent this to the
amanda users list, but haven't gotten any replies, so, here is the
result of an amcheck. What is the possible problem with the system?
Why is expecting a new tape? Is there a way to reset the device and
make it think there
fact, work.
Curtis Vaughan
Actually this doesn't have to be just in regards to gzip, but any file
compression application.
Is there a way to force the application to provide a specific directory
structure for the files you wish to compress.
For example: let's say I have serveral files in my home directory. I
want to zip
Has anyone installed Samba 3 (final) from untesting on a stable version
of Debian? Any concerns I should be aware of before giving it a try?
Curtis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I have put a CD with MS Office in one Linux Box. I need to copy its
contents for burning on a separate Linux box. What is the best way to
do this?
I supposed I could just copy the entire contents to a directory on the
second box. Or I could tar the contents to the Linux box, couldn't I,
and t
I've been looking through man pages and the list archives. I would
have sworn there was a recent post about this, but...
I want to hold back certain packages prior to running apt-get upgrade.
How can I do that by configuring some file and not with aptitude or
dselect?
Curtis
--
To UNSUBSCRIB
I have been using taper for backups for some time now, but just read an
interesting article about Amanda. Is anyone using Amanda and is it
better than taper?
Thanks for your opinions,
Curtis
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAI
I've got proftp running and it works great, in fact perfect inside our
company LAN. So, I thought everything was perfect. HA!
Outside in the real world, I am able (through a terminal session) to
ftp in (login and password checked) but I can't do anything.
Here as an example is what happens insi
I've got proftp running and it works great, in fact perfect inside our
company LAN. So, I thought everything was perfect. HA!
Outside in the real world, I am able (through a terminal session) to
ftp in (login and password checked) but I can't do anything.
Here as an example is what happens insi
Got it working just before I got the replies.
Actually, I found a how-to dealing with a OSX server, which pointed me
in the right direction. Seems to be working now.
Thanks!
Curtis
On Thursday, Sep 4, 2003, at 14:40 US/Pacific, Mark Roach wrote:
On Thu, 2003-09-04 at 17:25, Curtis Vaughan
else does.
Curtis
On Thursday, Sep 4, 2003, at 06:45 US/Pacific, Mark Roach wrote:
On Wed, 2003-09-03 at 16:26, Curtis Vaughan wrote:
[...]
Right now I need to set up an ftp site that authenticated users can
only access in order to download files. Authentication in our network
is provided by LDAP
:
On Wed, Sep 03, 2003 at 01:26:20PM -0700, Curtis Vaughan wrote:
I need to set up an ftp server. I've looked at wu-ftp and a little
at
proftp. I'm wondering what people find to be the better, and easiest
to set up.
Actually, I'm having trouble setting either up. But let me tel
I need to set up an ftp server. I've looked at wu-ftp and a little at
proftp. I'm wondering what people find to be the better, and easiest
to set up.
Actually, I'm having trouble setting either up. But let me tell you
what I want to do.
Right now I need to set up an ftp site that authentic
TW, I have looked at NOLA
and it's not what we will need. Also, I don't care whether it costs,
but what other options are there.
--
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
the desktop is locked?
--
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Actually, I did try that. Same error.
Shaul Karl wrote:
On Wed, Jul 09, 2003 at 04:12:33PM -0700, Curtis Vaughan wrote:
When trying to install from floppies per instructions on Debian site,
after the first disk (made from rescue.bin), I am asked to "Insert root
floppy disk to be l
nic: VFS: Unable to mount root fs on 02:00"
What's up?
--
Curtis Vaughan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
1 - 100 of 211 matches
Mail list logo