Displaying 20 results from an estimated 3000 matches similar to: "permissions on samba share change automatically"
2007 May 14
0
Fwd: permissions on samba share change automatically
I already sent the mail below to linux-cifs-client, but got no reaction
there. Sorry if this is considered crossposting.
I have a problem executing certain actions on a share, which is shared by a
windows XP Home machine and mounted by a linux machine
First of all some information:
in /etc/fstab
Quote:
//Venus/D_ /mnt/D cifs
2011 Jan 05
2
DTMF-troubles with Snom
Hello list,
I'm having DTMF-troubles with a Snom phone. I want to know if it's the
Snom or Asterisk that makes the trouble.
I'm playing a prompt, then make a choice for "2" :
[Jan 5 17:06:38] VERBOSE[29172] file.c: [Jan 5 17:06:38] --
<SIP/test1-00000701> Playing
'/var/lib/asterisk/sounds/vprompts/109001/prompt5040.slin'
(language 'nl')
[Jan
2013 Nov 20
1
Failed to access the console after starting the lxc container
Hello,
I am starting the system container without "/" directory So that it can
share the host /bin /sbin /lib and /lib64 and i have sepeartely mounted
/var, /etc and /usr directory for the container
Below is xml file
<domain type='lxc'>
<name>test6</name>
<memory>102400</memory>
<os>
<type>exe</type>
2010 Jul 12
4
Remote-Party-ID party=called
Hello list,
using Asterisk 1.4.30.
I want to set the SIP-header Remote-Party-ID to display the name of the
calling party on my phone in stead of the number.
This is the dialplan :
exten => 10,1,NoOp()
exten => 10,n,SIPAddHeader(Remote-Party-ID: "eric"
<sip:10 at 192.168.1.150>;party=called )
exten => 10,n,Dial(SIP/test2)
This is what the CLI shows :
/[Jul 12
2007 Apr 18
4
[Bridge] [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets
Hi all,
The patch below does four trivial changes and one big change
Trivial changes, these are all in br_netfilter.c:
- check ar_pln==4 when giving bridged ARP packets to arptables
- delete unnecessary if in br_nf_local_in
- add more logging for the "Argh" message
- add some brag-comments in the file head comment
Big change: let {ip,arp}tables see VLAN tagged {I,AR}P packets.
This
2014 May 28
0
[Bug 949] New: icmpv6 id option doesn't work
https://bugzilla.netfilter.org/show_bug.cgi?id=949
Summary: icmpv6 id option doesn't work
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy:
2024 Jan 06
10
[Bug 1730] New: nft does not handle IPv6 addresses with embedded IPv4 addresses
https://bugzilla.netfilter.org/show_bug.cgi?id=1730
Bug ID: 1730
Summary: nft does not handle IPv6 addresses with embedded IPv4
addresses
Product: nftables
Version: 1.0.x
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
2018 Feb 12
1
Pattern not recognized as reduction
Reduction Not Captured By LLVM
CODE_1
------------------------------------------------------------
------------------------------------------------------------
--------------------
#include <stdio.h>
int main()
{
int sum[1000]={1,2,3,4};
for (int i=1;i<1000;i++)
{
sum[0] +=sum[i-1];
}
}
2000 Aug 16
1
SMBFS: NLS support for kernel 2.4.0-test6
Hello. It's a thing which all Russia and, I think, many other
countries need.
Patch allow you to specify smb server and local IO charsets.
Two new options added to smbmount: iocharset=<charset> and
servercharset=<charset>.
They'll passed to kernel and proc.c module makes NLS conversion if need.
Patches in attachment.
-------------- next part --------------
A non-text
2009 Apr 03
0
Truncated development log when using rescue_from
I''m noticing that my development.log messages are not showing the usual
complete logging per request/response when I am catching exceptions from
my controllers using rescue_from. I was wondering if anyone has ever
encountered this issue before. I''m using Rails 2.2.2.
Processing DomainsController#show to xml (for 127.0.0.1 at 2009-04-03
16:41:38) [GET]
Parameters:
2015 Apr 29
0
Re: non failover equivalent to "virsh migrate --copy-storage-all"
On 04/29/2015 09:47 AM, Andreas Buschmann wrote:
> Hello,
>
> I have two servers where I can push VMs from one to the other by issuing
> the command
>
> virsh migrate --live --persistent --copy-storage-all --verbose \
> test6 qemu+ssh://kvmhost2/system
>
> on kvmhost1. I can get the VM back by issuing the equivalent command on
> kvmhost2:
>
> virsh
2015 Apr 29
3
non failover equivalent to "virsh migrate --copy-storage-all"
Hello,
I have two servers where I can push VMs from one to the other by issuing
the command
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost2/system
on kvmhost1. I can get the VM back by issuing the equivalent command on
kvmhost2:
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost1/system
virsh
2012 Jun 02
2
How can I export a paired t-test output table to an excel file?
Hi R users,
Could anyone let me know how to export a paired t-test output table (see
below) to an excel file?
Jason,
with(score2,pairwise.t.test(values,ind,
+ p.adjust.method="holm", paired=T))
Pairwise comparisons using paired t tests
data: values and ind
test1 test2 test3 test4 test5 test6
test1 1.0000 - - -
2016 Feb 24
1
unhelpful error message on failed "virsh migrate"
Hello,
I have two servers where I can push VMs from one to the other by issuing
the command
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost2/system
on kvmhost1. I can get the VM back by issuing the equivalent command on
kvmhost2:
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost1/system
After
2008 Feb 15
2
Softmax in nnet
Hi R help,
I run my data in nnet with skip layer, factor response (with 0 & 1
values) and explicitly put softmax=T to compare the result of the
default nnet with no softmax specification. I assume this should give
me the same result. I got the result the default one, but not the
softmax version and I got the error message that I did not quite
understand.
test6.nn.skipT.softm.Yfac <-
2002 Aug 26
1
Winbind + smb.conf -- adding "Domain Users" as a valid user
Hi all
I have smb 2.2.5 and winbind installed and functioning nicely on one of our
linux fileservers. The only thing I am having trouble with is adding NT
groups with spaces in their name to smb.conf. For instance:
I have the following test shares:
[test5]
path = /usr/local/test
public = yes
writable = yes
printable = no
valid users = AURAN+Test
[test6]
path =
2015 Nov 11
2
SROA and volatile memcpy/memset
On 11/11/2015 8:53 AM, Hal Finkel wrote:
>
> SROA seems to be doing a number of things here. What about if we prevented SROA from generating multiple slices splitting volatile accesses? There might be a significant difference between that and something like this test (test/Transforms/SROA/basictest.ll):
>
> define i32 @test6() {
> ; CHECK-LABEL: @test6(
> ; CHECK: alloca i32
>
2003 Nov 10
0
[LLVMdev] Re: Alias Analysis Design & Implementation and LLVM
Chris and everyone else,
Below I summarize my understanding of what llvm does when converting to
SSA and a clarification on why backward dataflow analyses can not be
performed on "just" SSA.
>> Scalar variables still have a stack location associated with them,
>> don't they?
>
> No, they don't. All scalar values in LLVM represent "virtual
>
2013 Apr 05
0
[LLVMdev] A strange testing case of SROA
Hi Shuxin
I think i might have written that test. And yeah, no matter what values you get you’ll get a 0.0. Its probably a bad test case, but i can’t remember if it exposed a bug in this form or not. Since writing it Chandler rewrote SROA anyway so the original bug is long gone.
Thanks,
Pete
On Apr 5, 2013, at 11:57 AM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
> Hi,
>
>
2013 Apr 05
4
[LLVMdev] A strange testing case of SROA
Hi,
Following is excerpted from dynamic-vector-gep.ll.
The resulting "extractelement" seems to always return 0.0f regardless
the value idx1 and idx2 is holding.
Am I missing something here or there is something fishy take place?
Thanks
Shuxin
101 ; CHECK: test6
102 ; CHECK: insertelement <4 x float> zeroinitializer, float
1.000000e+00, i32 %idx1
103 ; CHECK: