similar to: does include not outomaticaly exclude not matching files ?

Displaying 20 results from an estimated 60 matches similar to: "does include not outomaticaly exclude not matching files ?"

2003 Sep 11
1
mangle characters (e.g. blank to underline)
Hi File names with blanks are not very useful in Unix scripts. Our Windows users use very often (not allowed) blanks in file names. So I am looking for a possibility to change blanks to underlines. But mangled map = (*\ * *_*) does not work ?!? Best regards Horst Liesinger CAD Coordination (IT) Doppelmayr Seilbahnen GmbH
2006 Feb 15
0
queue_log analysis
Hi, I am running a call center based on Asterisk and building some statistics based on the queue_log file. I have some doubts about it that maybe you could help (actually, maybe these doubts are suggestions for enhancements!): 1st Scenario - Agent receives the call, and puts it on parking for somebody else to pick it up. Parking # 7000 (for attender transfer)
2012 Jun 27
1
Windows 7 v. Samba: why is default network profile in 'NETLOGON/Default User.v2' not used?
Setup: - Samba 3.5.6 (Debian Stable release, amd64); - Testing Windows 7 client behaviour, specifically with regard to users who don't yet have profiles. The Windows docs state that a domain logon for a new user will cause the default network profile to be used if available, if not then a default local profile is used instead. The location for the default network profile is
2011 Dec 21
1
kernel BUG at fs/btrfs/extent-tree.c:2287!
Hi, I''m getting a Kernel Bug when trying to delete some file in a btrfs while using 3.2.0-rc5. Here''s the kernel log: [ 676.672080] btrfs bad tree block start 0 40044687360 [ 676.672233] btrfs bad tree block start 0 40044687360 [ 676.672323] btrfs bad tree block start 0 40044687360 [ 676.672399] btrfs bad tree block start 0 40044687360 [ 676.672488] btrfs bad tree block
2004 Jul 09
2
vonage.ca * integration possible?
I just got setup with vonage.ca with the motorola ata unit.. I fired up ethreal and checked out what's flying over the network... The sniff below would lead me to believe that it might be possible to have asterisk spoof the User-Agent field and register itself? Any thoughts/feedback? Thanks. > > No. Time Source Destination Protocol Info >
2010 Oct 20
0
No subject
think it is a bug of samba but maybe someone can help me figure this out :-) Attached is the log and the relevant parts of smb.conf p.s. the share's name is 'privat' thanks & regards vinz ------=_20110202165921_20608 Content-Type: text/plain; name="smb.conf" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="smb.conf" #
2010 Oct 20
0
No subject
think it is a bug of samba but maybe someone can help me figure this out :-) Attached is the log and the relevant parts of smb.conf p.s. the share's name is 'privat' thanks & regards vinz ------=_20110207170208_63601 Content-Type: text/plain; name="smb.conf" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="smb.conf" #
2011 Jul 19
3
unix fifo inaccessible via samba share
Issue: unix fifo (named pipe) does not appear in share, attempts to read the pipe result in "Access Denied" >From an XP laptop, I can open and access my samba share normally. I can read all files and subdirectories in the share, but a fifo I need to read does not appear at all. I have made the fifo mode 777 (world readable, writeable, executeable) and tried other things like
2006 Nov 30
0
Issue while Running SSH from a Windows Service
Hi All - It seems to be an odd scenario. I have a simple ssh command which establishes connection with a UNIX machine and executes some commands over there. When I ran the command from command window, I was able to successfully run them. In reality I wanted the ssh command to be invoked by a windows 2003 service. I tried to debug the ssh command while running from a service and I get the below
2016 Sep 14
0
Query regarding use of Opus codec in Java Programming
Hi, I want to know that which library I can use in my java program to use opus codec? Looking forward to your response. *Regards,* *Akash Sethiya** | Graduate Student | University of Massachusetts, Boston* *Mobile: +1(857)701-5225* *Email**: **akash.sethiya001 at umb.edu <akash.sethiya001 at umb.edu>* -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 25
2
Availablity of OpenSSH on SCO Unixware 7.1.2
I have been asked to investigate the use of OpenSSH on some of our systems. These systems are running SCO OpenUnix ( Unixware 7.1.2). Are you aware of any issues that may prevent me from using OpenSSH on this version of SCO. Thank you Andrew Harasymiw Senior Technical Analyst Shoppers Drug Mart Office: (416) 493-1220 Ext: 5225 Cell: (416) 553-4616 Email: aharasymiw at
2019 Jun 19
0
Postgrey not working
On 2019-06-19 04:01, Nicolas Kovacs wrote: > Hi, > > I have a working installation of Postfix and Dovecot that works nicely. > I've added SpamAssassin, which does a good job of flagging spam. Now I > wanted to add greylisting to my server. > > Here's what I did. > > $ sudo yum install postgrey > > Increase the greylisting delay. > > #
2019 Jun 19
0
Postgrey not working
On 19/06/2019 09:01, Nicolas Kovacs wrote: > Hi, > > I have a working installation of Postfix and Dovecot that works nicely. > I've added SpamAssassin, which does a good job of flagging spam. Now I > wanted to add greylisting to my server. > > Here's what I did. > > $ sudo yum install postgrey > > Increase the greylisting delay. > > #
2009 Apr 17
2
Quota not being dispayed correctly in 1.2rc2 (with proof)
User reports: 0% of 640MB -- which cannot be true. I logged in as masteruser and was able to confirm this. I'm getting "0.0% von 640.0MB" == "0.0% of 640.0MB" His maildirsize file is attached. His mailbox is nearly full. Manual login: # telnet localhost 143 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. * OK [CAPABILITY
2011 Jun 20
2
Re: Help compiling an older version of wine on 64 bit Fedora 14
Well, it's got on a bit now, so I don't know if I should start a new thread. Anyway, I applied the patch but still seems to be running into problems. This is what I've done: After downloading version 1.1.0 from sourceforge I saved the following as "winepatch.diff": Code: --- loader/preloader.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
Hi, community: For the sake of our business need, I want to enable "Function-based parallel code generation" to boost up the compilation of single module, please see the details of the design and provide your feedbacks on below aspects, thanks 1. Is this idea the proper solution for my requirement 2. This new feature will be enabled by llc -thd=N and has no impact on
2010 Oct 24
1
Optimize parameters of ODE Problem which is solved numeric
Hi, I have a data-matrix: > PID sato hrs fim health 214 3 4.376430 6.582958 5 193 6 4.361825 3.138525 6 8441 6 4.205771 3.835886 7 7525 6 4.284489 3.245139 6 6806 7 4.168926 2.821833 7 5682 7 1.788707 1.212653 7 5225 6 1.651463 1.436980 7 4845 6 1.692710 1.267359 4 4552 5 1.686448 1.220539 6
2019 Jun 19
4
Postgrey not working
Hi, I have a working installation of Postfix and Dovecot that works nicely. I've added SpamAssassin, which does a good job of flagging spam. Now I wanted to add greylisting to my server. Here's what I did. $ sudo yum install postgrey Increase the greylisting delay. # /etc/sysconfig/postgrey POSTGREY_OPTS="--delay=300" Edit /etc/postfix/main.cf accordingly.
2009 Aug 05
6
Could not find kernel image : vmlinuz
hello list, I am trying to setup a PXE boot server. Below are the details of the server: OS : Fedora Core 5 32-bit DHCP : dhcp 4.1 TFTP : tftp-hpa-5.0 Number of NIC : 2 eth0 : IP : 192.168.100.17, Subnet : 255.255.255.0, Gateway : 192.168.100.1 eth1 : IP : 192.168.1.1, Subnet : 255.255.255.0, Gateway : 192.168.1.1 Client: OS : None, fresh machine Number of NIC : 2 Intel Gigabit eth0 of server
2007 Jan 22
5
Problem with xen on Centos-4.4?
I am running a Xen installation on a Centos-4.4 based test box, my desktop unit, and I am having intermittent problems installing certain pieces of software. Some time back I posted to this list regarding my inability to install Adobe Acrobat on this unit and was advised to essentially repackage the software and try again. This is beyond my present means of knowledge or time to acquire same and