similar to: Cannot remove symlink with missing target

Displaying 20 results from an estimated 4000 matches similar to: "Cannot remove symlink with missing target"

2016 Jan 06
0
Cannot remove symlink with missing target
On 06/01/16 17:36, Andreas Maier wrote: > Hi, > I have started using symbolic links on an SMB share and find that > symbolic links whose target no longer exists cannot be removed on the > client side. > > Example, on the SMB client side in an SMB-mounted directory: > > 1. Create a file and a relative symlink to it: > > $ touch a > $ ln -s a b > $
2011 Jun 25
1
if you start fifa error message comes
I've installed new fifa and written in the code of the terminal had opened up to play EA Sports intro then comb a new error message in there Standt: "In the program were difficult manager11.exe gent fault and it must be-beeendet We apologize for this unnanehmlichkeiten. The cause may be a problem in the program or may fail to run in wine sein.sie www.appdb.winehq.org tips under the
2016 Jan 06
5
Cannot remove symlink with missing target
On Wed, Jan 06, 2016 at 07:58:32PM +0100, Reindl Harald wrote: > > > Am 06.01.2016 um 19:35 schrieb Andreas Maier: > >Am 06.01.2016 um 19:28 schrieb Jeremy Allison: > >>Can't reproduce this on latest 4.3.x (and I just tried). We did have > >>such a bug, but I remember fixing it :-). What Samba version is > >>running on the Synology ? > > >
2007 Jun 21
1
Using the object of character data type as the name of the slot
Dear all, I have a character string object: > chara [1] "The name of first slot" and a list object: > class( try1) [1] "list" what I want to do is to use the chara as a slot's name of "try1". Of course I could do it like: > try1$"The name of first slot" <- matrix("", 3, 4) to create a slot of 3x4 matrix with the name
2011 Mar 10
2
sum of variables in function
Dear R users, Probably, this is quite a simpe question, but I do not find the proper way to obtain want I need. To explain the problem, I constructed a simple example. Suppose I have the following function: try1<-function(x){ y<-x[1:2] z<-x[3:4] y[1]*(z[1]+z[2])+y[2]*(z[1]+z[2]) } This function will be part of a for loop. This is what I like to obtain for every k: if k=2
2016 Jan 06
2
Cannot remove symlink with missing target
Am 06.01.2016 um 19:28 schrieb Jeremy Allison: > Can't reproduce this on latest 4.3.x (and I just tried). We did have > such a bug, but I remember fixing it :-). What Samba version is > running on the Synology ? Jeremy, The smbd version is 4.1.18, according to the NOS value shown in /proc/fs/cifs/DebugData on the client side, and according to "smbd -V" on the server
2016 Jan 06
0
Cannot remove symlink with missing target
On Wed, Jan 06, 2016 at 06:36:50PM +0100, Andreas Maier wrote: > Hi, > I have started using symbolic links on an SMB share and find that > symbolic links whose target no longer exists cannot be removed on > the client side. > > Example, on the SMB client side in an SMB-mounted directory: > > 1. Create a file and a relative symlink to it: > > $ touch a >
2020 Aug 14
4
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
Thanks Larry, no problem. I appreciate the input. Whenever you get a chance I’d really like to compare notes with someone who has NUT and a Synology to see why the heck mine doesn’t work! ;). I’m also using my Pi as the master like you. Thanks. Todd -- Todd Benivegna // todd at benivegna.com On Aug 14, 2020, 11:55 AM -0400, Larry Fahnoe <fahnoe at fahnoetech.com>, wrote: > On Fri, Aug
2009 Apr 12
1
looking for one-liner for strsplit and regex
Hi, I have a line such as: myline <- " 0.100000 1.5000 0.6000 538 0.369404" and I would like to put the numbers into a vector. Some combination of tabs and spaces occur between the numbers. I tried: try1 <- strsplit(myline,"[[:blank:]]+") > try1 [[1]] [1] "" "0.100000" "1.5000"
2020 Aug 14
1
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
On Fri, 14 Aug 2020, Todd Benivegna wrote: > https://forum.synology.com/enu/viewtopic.php?f=19&t=73960&hilit=ups+slave  > > I have the latest version of the Windows port of NUT (A UPS management package) installed on my Windows 7 machine. The UPS I am using is a > very old APC BK650M which is controlled and sends its status via a special serial cable to the Windows
2015 Jul 10
0
Constant error messages about failure to remove oplock
Hi Volker, Thanks for your reply. When the problem was happening(before we turned off level2-oplocks), we had captured one run with smbd debug all:10 (unfortunately we didn’t setup for other modules like vfs etc). Can you please see if this below trace helps? Thanks. [2015/06/25 03:05:30.408432, 3, pid=1581, effective(2030299, 2000514), real(2030299, 0)]
2010 Nov 29
0
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 28, 2010, at 3:47 PM, John McCall wrote: > So mem2reg would have to split %try and make a phi in %lp, like so: > > try1: unwinds to %lp > %count = load i32* @count > br label %try2 > try2: unwinds to %lp > call void foo() > br label %return > lp: > %t = phi i32 [ i32 0, label %try1 ], [ i32 %count, label %try2 ] > #etc. > > That's a lot of
2010 Nov 28
6
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 28, 2010, at 1:57 PM, Bill Wendling wrote: > On Nov 28, 2010, at 2:59 AM, John McCall wrote: > >> On Nov 28, 2010, at 2:20 AM, Bill Wendling wrote: >> >>> On Nov 27, 2010, at 4:57 PM, John McCall wrote: >>> >>>> On Nov 25, 2010, at 3:03 AM, Duncan Sands wrote: >>>>> I'm pointing out that if the invoke instruction
2015 Jul 09
2
Constant error messages about failure to remove oplock
On Thu, Jul 09, 2015 at 01:09:05PM +0530, Shyam Kaushik wrote: > Hi Volker, > > Yes this problem happens when we have "kernel oplocks = no". This happened > constantly in one of production systems & so we disabled level2-oplock > /set kernel-oplocks=yes (to avoid this issue). So unfortunately don’t have > an environment where it reproduces now & cannot capture
2010 Nov 29
0
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 28, 2010, at 3:47 PM, John McCall wrote: > This is well-formed SSA; the alloca instruction %x is in the entry block and thus dominates both the store in %try and the load in %catch. mem2reg wants to eliminate %x and replace the load in %catch with a fixed value. This involves looking at the value stored in %x at all predecessor points, which is a challenge because one of those
2020 Aug 09
3
Synology NAS is shutting down Ubuntu servers after very brief power outage (fwd)
> Since it's NUT in the NAS which is deciding to order the shutdown, it would be > useful to see upsmon.conf, upssched.conf and upssched-cmd (or whatever Synology > use if anything) from the NAS to see what criteria they use. upsmon.conf (on Synology): RUN_AS_USER root MONITOR ups at localhost 1 monuser secret master MINSUPPLIES 1 SHUTDOWNCMD "" NOTIFYCMD /usr/sbin/upssched
2014 Feb 04
1
Samba 3.6.3 and NT_STATUS_INVALID_PARAMETER
I see strange errors when samba client tries to shrink file to 0 bytes. Samba runs on Ubuntu 12.04, client also Ubuntu. Samba sits on top of POSIX file system (FUSE implementation). I can see truncate is called correctly and no error is returned from my implementation. Any ideas? [2014/02/04 12:34:49.806813, 3] smbd/process.c:1467(switch_message) switch message SMBtrans2 (pid 28426) conn
2020 Mar 25
1
Synology NAS looses connection to Samba AD
Samba DC: # Global parameters [global] log level = 1 auth_audit:3 netbios name = KA-H9-DC01 realm = DS.EXAMPLE.COM server role = active directory domain controller workgroup = EXAMPLE dns forwarder = 10.0.1.100 10.0.1.110 ntlm auth = mschapv2-and-ntlmv2-only tls enabled = yes tls keyfile = tls/ka-h9-dc01.key tls certfile = tls/ka-h9-dc01.crt tls
2014 Jun 27
0
CentOS6.5 Samba 3.6.9 Windows8.1 login possible after 15 minutes after logoff
Hello, in school We have CentOS6.5 server with Samba3.6.9 (default from CentOS3.6.9 repository). Clients are WinXP, Win7 and Win8.1, We use roaming profiles. Everything is working perfect, except that when user logs off from Win8.1 client, he is not able to log in for about 15 minutes to any Win8.1 client at school. After 15 minutes it is possible again. I do have pretty standard smb.conf, no
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
> > Unless you upload a network capture of you mounting and doing the ls -lR > on the client it's hard to say what really goes on. I understand you > might not want to make it public.. but if you do > This is the last thing I'll try after I've exhausted all the other options. How are you mounting your share (which mount options)? > Something weird is going on with