similar to: Handling spaces in filenames

Displaying 20 results from an estimated 20000 matches similar to: "Handling spaces in filenames"

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
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 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
2012 Mar 21
5
Can I run Windows 7 Internet Explorer in Wine?
Can I run Windows 7 Internet Explorer in Wine? Firefox for Linux Mint has failed to take my passwords and user info. Thank you. Larry
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
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
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 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
2009 Dec 29
3
[Bug] having parentheses in filenames causes failure
Hi, I don't know how to exactly describe the bug, but the following test-case reproduces the bug in 3.0.6 mkdir rsync-test cd rsync-test mkdir -p "src/directory (name)" touch "src/directory (name)/somefile" mkdir dest rsync --archive --dry-run --verbose "src/directory (name)/" "$USER at 127.0.0.1:$PWD/dest/directory (name)" The error is: bash: -c:
2007 Feb 21
1
How to separate outgoing extens from the contexts from sip.conf?
I have a sip.conf with stanzas for sip phones that have 'context=sip-incoming for some Grandstream phones and another stanza for a Sipura SPA3000 with context=pstn-incoming. Reviewing the code today, I was dismayed to see that all my outgoing extens were mixed into those two. I have been told this is very insecure. How can I separate the outgoing extens? When I create a context
2009 Jul 28
1
Possibly bug in rsync-3.0.6 when spaces are there in destination path
The below command works perfectly and it creates "test file" on destination host. rsync -avz /tmp/test\ file destination:/tmp/ sending incremental file list test file sent 91 bytes received 31 bytes 27.11 bytes/sec total size is 0 speedup is 0.00 The below two command doesn't work. The rsync creates "test" file on destination host in both of below cases. 1. I want to
2006 Dec 07
2
Why does this rsync line not work?
I'm trying to update a bunch of downloaded files from a mounted older disk. This command works from the Kterm command line or in a script: rsync -nuv /mnt/kinda2/home/lba/dl/* /home/lba/dl and a list of the files to be updated appears on the screen. But this line (without a tailing * in source) does not work: rsync -nuv /mnt/kinda2/home/lba/dl/ /home/lba/dl and I get the
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
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync gives me below error. Am I doing anything wrong? #ls -l /tmp/test\ file -rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file # /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/ rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2) Number of files: 0 Number of
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
2010 Dec 28
5
Fixing filenames with directories with spaces in the names
Should be simple and perhaps I'm tired but it's not coming to me. In its simplest form... for old in `cat "$FILENAME"`;do echo "$old" dirname "$old" new="$(echo $old | sed 's/\*/\-/')" done I'm trying to take out some stupid Macintosh things - in this case filenames with asterisks but I have others like tilde's and probably
2008 Apr 30
2
XP share not listed in Linneighborhood
I am unable to find my Windows XP share (winpro) in Linneighborhood which runs on my desktop Kubuntu Linux box. When I try to mount that Windows XP share I get the error message: 2139: session request to WINPRO failed (Not listening on called name) 2139: session request to *SMBSERVER failed (Not listening on called name) SMB connection failed smbmt: Error: winpro _not_ mounted. The command line
2009 Jul 03
2
Listing Changed Files Without Two Copies?
Hi All, I am aware that rsync can be run to just list the files that have changed between the source and destination. I would like to capitalize on that feature to monitor some development that is going on in order to get a complete list of files that have been changed on a server. I realize that I can create an initial rsync of the files to some other location and then sometime later run