similar to: Trying to mount with minimalist smb.conf

Displaying 20 results from an estimated 500 matches similar to: "Trying to mount with minimalist smb.conf"

2003 Dec 23
3
Why does simple smb.conf demand password?
I am trying to setup a simple Samba server using the instructions in the O'Reilly book "Using Samba" first edition on a Slackware 9.1 system which uses Samba 2.2.8a. The windows machine uses windows 98SE. The instructions under Server Configuration starting page 93 and Disk Share Configuration starting page 96 had me setup a very simple smb.conf which should then appear in Network
2006 May 02
1
Cannot write over root owned file
I mount another Linux machine with: smbmount tillie/all /mnt/tillie -o uid=0 Trying to copy a root owned to file after either su or su - fails with: cp: cannot create regular file `/mnt/tillie/usr/local/bin/smbmt': Permission denied Since I have root priviledges why does this happen? The file perms are: -rwxr--r-- 1 root root 4.6K 2006-05-02 16:58 smbmt I get the following message on
2005 Feb 01
0
Reliable Samba just stopped mounting Windows machine
I have been mounting a Windows machine with no problems whatsoever for the year. Suddenly this afternoon it won't mount any more. No recent changes have been made on the machine. The only thing I've done recently is load and get Thunderbird working. Most things are done as user not root in KDE xterms. My Linux machine is Slackware Linux 10.0. There is an iptables firewall that
2006 Mar 23
6
How to create [new_context] in extensions.conf?
It _appears_ that the only way to create valid [context] is by a context = line in sip.conf. Is there another way to create a [new_context] in extensions.conf so I can dial from it? Right now most of my extens are in [default] and I'd like to avoid that. Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Slackware Linux
2001 Oct 21
5
Trying to startup Wine
I have downloaded the source (wine-20011004), compiled and installed with ~/wine-20011004/tools/install.sh and am attempting to start running it. My first try, as suggested in the docs, is /windows/sol.exe from a terminal in KDE and the error message I get is: Gtk-WARNING **: cannot open display: I compiled and installed as root - that may have been a mistake. However, I have a /root/.wine
2007 Jan 02
2
How to show a debugging remark in a sip or extensions context?
I would like to show a remark that would show call progress and appear on the CLI screen. The remark should be in the code of a sip [channel] or extentions [context] If I can't send my own remark, what little used 'show' command could I insert in the code? Can this be done? -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Linux
2006 Feb 13
4
Newbie wants to run Forte Agent
I'm new to the list and to Wine. I loaded wine wine-0.9.7-i486-S10.2 into Slackware 10.1 in order to run the Forte Agent newsreader. It was setup and running under Win4lin which I have discontinued. What would be the syntax to load Forte Agent and specify the old "start-in" directory used under Win4lin? wine ./agent something_for_start-in_directory ?? Does Wine have the
2006 Nov 22
1
Sipura phone does not ring
Problem: SPA3000 phone does not ring for incoming PSTN call although I can dial out. I set up my Sipura with the Voxilla Wizard which is pretty good but leaves out some important details. The Voxilla Wizard for Supura SPA3000 gave me a setting for PSTN Tab -> Dial Plans -> Dial Plan 8 (<S0:66610>) Should I put extension [66610] in sip.conf with a context in extensions.conf that
2006 Nov 24
2
Correct syntax to access a shell variable?
I would like to access my shell environment variable MYIP from within sip.conf to put in externip. I've tried some variations of syntax after reading "The Future of Telephony" but it's not working yet. Should it be externip=${ENV{$MYIP}} or some other syntax?? Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Linux
2007 Jan 27
1
How to fix error when paging
I am trying to page my Grandstream GXP-2000 phones and keep getting the error message: Jan 27 12:55:04 WARNING[30401]: app_page.c:183 page_exec: Incomplete destination '' supplied. How can I fix this error? The two contexts below do either one-way paging or two-way paging to all Grandstream phones in a list. [One_Way_Page_GROUP] ; one to many page exten =>
2007 Mar 02
1
How to log VERBOSE statement to a file?
I would like to log a verbose statement in my 900/976 extens to a special file called 'attacks'. These are not standard messages like debug, notice, warning, error, vebose or dtmf that could be logged to /var/log/asterisk/messages. Does the 'verbose' in VERBOSE commands have anything to do with the 'verbose' in error messages? I tried >> redirection of a
2006 Mar 16
2
Can wine run .com files?
Does Wine have the ability to run DOS .com files? Specifically I wish to run 4dos.com which is a command.com replacement. Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Slackware Linux
2006 May 03
1
How to access a 'guest ok' share from Windows without password?
I have a Slackware Linux box called Tillie with three shares. All at /, user at /home/user and public at /public which is "guest ok" for access without a password. The problem is that Tillie shows up in Windows Network Neighborhood as a single icon. To open that icon and see the three shares Windows demands a password, thus making it impossible to access. Is there any way to get
2006 Nov 14
1
How to use Sipura SPA3k POTS line to dial Asterisk SIP phones?
My SIP phones can dial out through Sipura SPA3k to POTS for local and 911 calls _but_ incoming POTS calls are being swallowup somehow. Am I on the right track with the code snippit below? sip.conf: --------- In sip.conf the following code is _supposed_ to ring the SIP phones when a POTS line call comes in through Sipuara to Asterisk. [spa3k-pstn-in] ; Pots-line-in from Sipura ; If
2004 Sep 27
0
Re: Mail Delivery (failure minimalist@vanheusden.com)
ERROR: There is no such list DELIVERY here. SOLUTION: Send a message to minimalist@vanheusden.com with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist
2005 Jan 17
1
Rsync Minimalist: --include
Try to use include list: --include-from=includes.txt I can ssh into rh8 machine and can rsync to machine not using includes file. When I use the include file --include-from=includes.txt + /aBackup/ - /* What I get is: receiving file list ... done wrote 50 bytes read 283 bytes 60. total size is 3021 speedup is 9.07 There are 4,396,416 bytes in the folder... Help...
2006 Jul 28
1
troubleshooting a custom passdb module
Greetings, Is there any tips/docs on trouble shooting a custom passdb module? The module compiles and can be loaded without problems I can even access shares with my username and password. When I try to assign privilages so our tech members can join computer to the domain, I get a error message. Even with level 10 dumps it is hard to see where the problem is. Our user database contains all the
2003 Oct 08
3
Domain Trust and smbclient error.
I am trying to get a W2K server to trust a samba 3.0 server. I followed the directions in the InterdomainTrusts.html file and receive an error that the domain is not found when trying to trust it. my samba server is configured to use pam to authenticate. I had to add a user named "w2kdomain$" on the machine before I could run smbpasswd -a -i w2kdomain. Once I did that, it created the
2003 Nov 20
3
minimalist rsync on windows
Hi, Is the rsync-minimalist still supported for windows? I am using Windows XP Home. I am testing, to get a solution for a client. The minimalist looked very nice--a cygwin.dll and an rsync and an ssh.exe. However, I can connect with ssh, but not with rsync over ssh using these files. I have also tried plink from putty with this rsync. I gather from a lot of the messages that the consenus is
2005 Jan 18
1
Rsync Minimalist: --include only does "add_exclude"
Why does this not include? I have tried many variations including adding an exclude command. Includes.txt: + //aBackup/* + //apic/* - /* rsync --verbose --progress --stats -vv --recursive -e "ssh -p 2423" --include-from=includes.txt rsynchost: add_exclude(+ //aBackup/*.*) add_exclude(+ //apic/*) add_exclude(- /*) user@rsynchost's password: receiving file list ... add_exclude(+