Displaying 20 results from an estimated 300 matches similar to: "SWAT not working"
2002 Jul 22
2
share name size limitation?
Hello everyone, I was trying to rename a newlys created share for a customer
site over the weekend. I was trying to give it MedTranBackup but that would
only yield an error on the NT4 workstation about the network name not found
and could not browse to it via network neighborhood. When I use MedTran
everything was happy. I appear to have hit a limit in the length of the
name. What is the
2002 Jul 04
1
"Invisible" directories in Windows... but not in DOS
Hi Guys,
Has anyone come across or heard tale of a problem whereby you have a Samba
share where you can't see certain directories in the root of the share?
2002 Sep 10
2
Who may delete a file ?
Hi All,
I was checking the access rights and a problem (hence a question)
appeared: Who can delete a file through Samba ?
Suppose we have the following situation:
drwxrwxrwx john finance directory
-rw-r--r-- jack finance directory/file
Under unix everyone can delete the file.
Under Samba, the documentation says (due to the Windows sementic) you
also need the write access to the
2002 Jun 04
2
User can't access share
Can anyone lend a clue: I have a user who cannot access a samba share.
His account is created on the server.
The share is accessible by everyone.
I can access the share.
Other users, in his group can access the share.
When he tries, he receives the following: "The network path
\\pasun-6\jnjdss1 <file://\\pasun-6\jnjdss1> could not be found"
He can ping the server from his pc.
2008 Jan 29
8
Strange issue with share visibility
I am running Samba, version 3.0.25b-1.el5_1.4 , on a Linux box running
CentOS version 5.
My smb.conf is as follows:
#
#======================= Global Settings
=====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH
workgroup = FCGNET
# server string is the equivalent of the NT Description field
server string = Samba Server
2005 May 28
1
Notice: **Last Warning**
We regret to inform you that your account has been suspended due to the violation of our site policy, more info is attached.
-------------- next part --------------
****** Message from InterScan E-Mail VirusWall NT ******
** WARNING! Attached file email-info.zip contains:
WORM_MYTOB.FC virus in compressed file email-info.htm
2005 May 26
3
Help with samba and a VM
I'm having some issues with a VM accessing a Samba share on a Unix
server. When the user is not logged into the VM he has no problem
accessing the share. When he logs into the VM and then tries to access
the samba share he gets the following message:
ERROR CODE: 1326 Logon failure: unknown user name or bad password.
Here are my specifics:
Samba version: 2.25
OS: HP 11.00
Smb.conf:
#
2002 Nov 21
1
Help with smbpasswd
I am running samba version 2.0.7 on a HP 11.00 server. I have a local
pc account that is trying to access a samba share and is being prompted
for a username and password (which usually does not happen). When I look
in the log file, I see the following. How can I troubleshoot this. Any
help is appreciated.
[2002/11/21 15:33:04, 1] smbd/reply.c:(988)
Username pcguest is invalid on this system
2000 Apr 18
12
Samba Upgrade
Everyone,
I upgraded Solaris 2.6 box running Samba 2.0.4 to a Solaris 7
with a new version of Samba 2.0.6 I used all my old smb.conf
files on this new server and now I can see the server but when you try
to connec to it is give the message " Not accessable " Unexpected
network error occured" Thanks for any help getting this figured out
it must be some thing small I am missing
2002 Feb 12
4
Printing to File
I have a bit of a problem, however, I am not
sure if it has been solved, or what.
I have:
RedHat Linux 7.2
samba version 2.2.1a
Client machine is Windows NT 4.0
(Service Pack 5.0)
Printer: using an NT driver on an NT machine
configured to print to the port-'file'.
problem:
I am trying to print a file on a samba file server
to a "printer". When the file is stored on
an
2005 Oct 10
5
User unable to change their password using smbpasswd
May anyone help me solve the problem? I use samba 2.2.2 on Solaris 8
ngnvob02 [** NONE **]/export/home/sitlb $ cd /usr/local/samba/bin
ngnvob02 [** NONE **]/usr/local/samba/bin $ ./smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
machine 127.0.0.1 rejected the tconX on the IPC$ share. Error was : =
ERRSRV - ERRbadpw.
Failed to change password for sitlb
But I can change the
2002 Sep 21
2
Cannot pause printer
Hi
When I try to pause a printer it spits out an error that I don't have permission to pause the printer. It is pretty weird
because I'm the administrator. I've tried to add the write list=ntadmin option but that doesn't work.
Does anyone have a clue?
TIA Maxor
-------------- next part --------------
HTML attachment scrubbed and removed
2006 Jan 04
5
Webservice External XMLRPC
Hello i have some trouble getting my webservice to run .
I have the following webservice :
class DirectSpoolAPI < ActionWebService::API::Base
api_method :add, :expects => [{:html=>:string},{:from=>:string}],
:returns => [Customer]
end
class DirectSpoolService < ActionWebService::Base
web_service_api DirectSpoolAPI
def add(html,from)
Customer.find(:first)
end
2005 Jan 24
1
who used ser and asterisk?
I install ser and found my ser don't support mysql.
my ser version : ser-0.8.14_src.tar.gz and ser-0.8.14_linux_i386.tar.gz
who can help me?
thanks.
Best Regards
Zhao Zigang ???
Alcatel Shanghai Bell Co., LTD
*:388,NingQiao Rd.,Shanghai 201206
*:086-21-50554550-7762
*:Zigang.Zhao@alcatel-sbell.com.cn
2005 Mar 10
1
what is best free softphone.
I use xlite , but it isn't support video when it is free.
who used better softphone ?
Thank u.
Best Regards
Zhao Zigang ???
Alcatel Shanghai Bell Co., LTD
*:388,NingQiao Rd.,Shanghai 201206
*:086-21-50554550-7762
*:Zigang.Zhao@alcatel-sbell.com.cn
2005 Mar 17
1
limit about asterisk pstn out
I have a system include asterisk + ser.
when I want to limit a dial out to pstn , I will do that :
extensions.conf
exten => _9NXXNXXXXX/myaccount@sip.com,Congestion
exten => _9NXXNXXXXX, 1,Dial(ZAP/g2/{EXTEN:1},30,t)
exten => _9NXXNXXXXX, 2,Hungup
but I don't confirm is it right.
I have no env to test it.
who can help me?
2005 Mar 18
1
(no subject)
I don't know what's means about register in sip.conf
such as:
register => user:secret:authuser@host:port/extension
even if I registe a sip proxy , but how use it ?
I think :
when incoming from sip proxy to asterisk :
user a --> sip proxy --> asterisk --> pstn
sip proxy : SER
in ser.cfg
farword ( "192.168.0.10" , 5060 )
this will forward a call to
2018 Dec 04
3
Centos-release src rpm.
Hi,
Any chance someone (Johnny?) could point me towards the latest centos-release
src rpm?
Regards,
--
Tom me at tdiehl.org
2006 Mar 12
4
Apache not running Fcgid
I''m having the same problems as this fellow, Mr. Cheetham, in getting
my rails app up and running on apache2+fcgid. Webrick runs, but
dispatch.fcgi never actually runs, and apache spits out a grusome
"Premature end of script headers: dispatch.cgi" error message in the
log. Mr. Cheetham describes his problem at
http://www.archivesat.com/Typo_blogging_engine/thread164398.htm
I
2005 May 30
2
Proxy ARP working from Internet but not from fw and loc
Hello everybody.
I could not find an answer to my problem in the archive. (But that may just
be me :-) )
I have a problem with proxy arp and connection from loc (localnet) and from
the firewall.
Works fine from internet to dmz / proxy arp and vise versa.
I have a feeling the solution is simple, but I''m no guru in Linux routing
etc.
The problem seems to be the routing setup.
loc -