Search Results

Search: Posts Made By: Spetnik
5,501
Posted By Spetnik
Resolved: htpasswd issues (-b) on FreeBSD
I wrote a script to batch-create directories with .htaccess and .htpasswd files.

I am using the following line to create the .htpasswd file:
htpasswd -cb .htpasswd $USER $PASS

However, I keep...
1,947
Posted By Spetnik
Resolved: Building a string with a path in it
I know this is probably simple, but the brain cells that originally stored my shell scripting classes from 10+ years ago have long since been drowned in beer.

I need to create a string (to append...
3,529
Posted By Spetnik
Thanks for your reply. VSFTP is the default FTP...
Thanks for your reply. VSFTP is the default FTP server that was installed with redhat linux 9.

And yes, I can "ftp localhost" on the linux box. In fact, as I mentioned in the original thread,...
3,529
Posted By Spetnik
One more addition. I have switched ISPs (from dsl...
One more addition. I have switched ISPs (from dsl to cable) since the problem began, and it has made no difference. I am assuming it is a problem with the linux box (unless it could be a problem with...
3,529
Posted By Spetnik
This problem is still persisting. Anyone have any...
This problem is still persisting. Anyone have any new suggestions?
28,486
Posted By Spetnik
zazzybob: Your answer did not help. My script...
zazzybob: Your answer did not help. My script works fine. I just want to know why that error appears. When I use smbmount, I get the same errors.

Also, does anyone know how to get Samba to...
28,486
Posted By Spetnik
Well the mounting works fine. I just don't know...
Well the mounting works fine. I just don't know why I get those errors. I use IP because for some reason Samba isn't recognizing the machine names on the network.
3,197
Posted By Spetnik
Dotted thread icons
Can you guys please enable the "dotted" icon option, so that the thread icon for a thread in which a user has posted in will appear with a dot in it?

Thanks,
Aaron
28,486
Posted By Spetnik
Session request failed (Called name not present)
I have the following shell script to map a drive to a windows machine:


echo Enter password:
stty -echo
read passwd
stty echo
mount -t smbfs -ousername=myusername,password=$passwd...
3,529
Posted By Spetnik
The man page lists no such setting.
The man page lists no such setting.
3,529
Posted By Spetnik
VSFTP oddity
I am using smartFTP client on my windows machine to connect to a linux box of mine (different location) to download some large files 100+meg. The linux box is running vsftp.

After several minutes...
6,896
Posted By Spetnik
I got it. I needed to set "Allow From" to include...
I got it. I needed to set "Allow From" to include my whole network in cupsd.conf.

One more question, though. Is there anyway to upload the Windows drivers to the linux box so that it can serve...
6,896
Posted By Spetnik
Sharing printer with windows via cups and samba
I want to use my linux box as a print server for my hp printer. I downloaded the linux driver for the printer and installed it. I also configured CUPS and printed a test page with it. Samba is...
30,230
Posted By Spetnik
the shell script just has the following: cd...
the shell script just has the following:

cd /home/spetnik


I remember back in school on sh shell with SCO Unix V that I was able to make a similar script. Surely, there must be a way, no?
...
30,230
Posted By Spetnik
cd in shell script
I have a shell script (bash shell) that just has a cd command, but when it runs, the directory does not change. How can I get this to work?
10,000
Posted By Spetnik
Nevermind, I got it:) stty -echo read...
Nevermind, I got it:)

stty -echo
read passwd
stty echo
2,388
Posted By Spetnik
My sig doesn't show
Is there an issue with it?
10,000
Posted By Spetnik
Masking input in a shell script
How do I prevent user input from being displayed in running script (e.g. when entering a password)?

Thanx,
Aaron
Forum: Linux 12-16-2003
8,733
Posted By Spetnik
Nevermind, I got it. I had to create /mnt/samba....
Nevermind, I got it. I had to create /mnt/samba. Thanx anyways.

This is pretty awesome. Now I can access my windows box by PUTTYing (ssh) into my linux box and mounting the root share on the w2k...
Forum: Linux 12-16-2003
8,733
Posted By Spetnik
Ok, now I tried this: mount -t smbfs -o...
Ok, now I tried this:
mount -t smbfs -o username=administrator,password=mypass //machine/share /mnt/samba

and I get this: Could not resolve mount point /mnt/samba
Forum: Linux 12-16-2003
8,733
Posted By Spetnik
Mount W2K share on Redhat Linux
How do I mount a Windows 2K share on Redhat Linux?

I tried this: mount -t smbfs -o username=administrator,password=mypassword //machine/share

But it just returns the help for the mount command:(
3,715
Posted By Spetnik
IMAP on Redhat?
Does Redhat 9 come with an IMAP server? If so, how do I set it up?
7,922
Posted By Spetnik
so i should call the script from rc.local?
so i should call the script from rc.local?
7,922
Posted By Spetnik
Run tomcat at startup
Is it possible to run tomcat automatically when Linux boots without having to log in?
2,485
Posted By Spetnik
Got it. I had to configure Samba:).
Got it. I had to configure Samba:).
Showing results 1 to 25 of 36

 
All times are GMT -4. The time now is 09:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy