search for: unc

Displaying 20 results from an estimated 1118 matches for "unc".

Did you mean: func
2010 Nov 12
6
xen guest not booting
...t 0x1 SErr 0x0 action 0x0 ata5.00: irq_stat 0x40000008 ata5.00: failed command: READ FPDMA QUEUED ata5.00: cmd 60/00:00:cd:ee:36/02:00:09:00:00/40 tag 0 ncq 262144 in res 51/40:72:5b:f0:36/d9:00:09:00:00/40 Emask 0x409 (media error) <F> ata5.00: status: { DRDY ERR } ata5.00: error: { UNC } ata5.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x0 ata5.00: irq_stat 0x40000008 ata5.00: failed command: READ FPDMA QUEUED ata5.00: cmd 60/00:00:cd:ee:36/02:00:09:00:00/40 tag 0 ncq 262144 in res 51/40:72:5b:f0:36/d9:00:09:00:00/40 Emask 0x409 (media error) <F> ata5.00: stat...
2010 Nov 12
6
xen guest not booting
...t 0x1 SErr 0x0 action 0x0 ata5.00: irq_stat 0x40000008 ata5.00: failed command: READ FPDMA QUEUED ata5.00: cmd 60/00:00:cd:ee:36/02:00:09:00:00/40 tag 0 ncq 262144 in res 51/40:72:5b:f0:36/d9:00:09:00:00/40 Emask 0x409 (media error) <F> ata5.00: status: { DRDY ERR } ata5.00: error: { UNC } ata5.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x0 ata5.00: irq_stat 0x40000008 ata5.00: failed command: READ FPDMA QUEUED ata5.00: cmd 60/00:00:cd:ee:36/02:00:09:00:00/40 tag 0 ncq 262144 in res 51/40:72:5b:f0:36/d9:00:09:00:00/40 Emask 0x409 (media error) <F> ata5.00: stat...
2001 Nov 03
1
Quick UNC support hack?
I ran into a situation where partial UNC support would be helpful and easy. Visual Sourcesafe runs well under Wine if I map \\vssServer\vssDir to a drive letter. Unfortunately, our administrator has the line journal_file = \\vssServer\vssDir\foo.txt in the sourcesafe config file. This causes an error dialog box "Bad DOS filename...
2005 Nov 10
0
Windows UNC''s
...case I''ll have to redefine File.delete and Dir.rmdir in the win32-file package and win32-dir packages, respectively. Please add a feature request on the project page so I don''t forget. I should have it done this weekend. Dan Foster, Graham wrote: > I want to create a long UNC based path.. Server and top level will exist, > but subdirectories won''t (FileUtils.mkdir_p fails with a unc). I''d like to > remove a none empty filetree from a UNC (FileUtils.rm fails with a unc). I''d > like to recursively copy a filetree to a destination (FileU...
2002 Feb 13
4
Mapping / UNC question
Hiya! I have a developer that would like to be able to have access to a share on a UNIX server running Samba where he can use UNCs embedded in VB code on a win2k client to access files on the share. No problem, easily done. He also wants users to _NOT_ be able to use the Windows Explorer to map the drive and gain access that way. He wants only for his embedded UNCs to access the share. If you cut off one you cut off both,...
2005 Nov 10
3
[ win32utils-Feature Requests-2811 ] Add UNC support to file / dir
Feature Requests item #2811, was opened at 2005-11-10 15:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=2811&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: graham foster (fosterg2) Assigned to: Nobody (None) Summary: Add UNC support to file / dir Initial Comment: I''d like to see win32 support for UNC''s...
2008 Oct 17
1
UNC Mapping with WINE
My apologies if this is an off-topic WINE question... I have 5 Wintel machines that all UNC map over to my Ubuntu server (\\Ubuntu\M-Music\) for my MediaMonkey application. I use SAMBA for network sharing and it works perfectly. I am trying to configure WINE to have the same UNC mapping structure on my Linux machine (eg. \Ubuntu\M-Music\) so I can share a common SQLite database througho...
2008 Apr 10
2
Cannot get UNC paths to work correctly
...hat the license key file is a shared resource - many users can utilise the same license file (legitimately I might add!) at the same time, so the license file is located on a SMB share. The key file itself has encoded into itself what the location of the key file should be, and this is encoded as a UNC path: //razor/it/Enterprise Architect/sskeys.data I have //razor/it mounted on /mnt/samba/razor/it . I have created the appropriate structure under ~/.wine/dosdevices , as specified by 3.2.3 of the wine user guide: > $ tree ~/.wine/dosdevices/ /home/tom/.wine/dosdevices/ |-- c: -> ../driv...
2009 Jun 26
1
should Sys.glob() cope with a UNC windows path beginning with backslashes?
I find that Sys.glob() doesn't like UNC paths where the initial slashes are backslashes. The help page for Sys.glob() doesn't specificly mention UNC paths, but does say: "File paths in Windows are interpreted with separator \ or /." Is the failure to treat a path beginning with a double-backslash as a UNC network drive pa...
2003 Feb 21
1
Is it possible to specify Username/Password in a UNC when connecting to a samba server from W2K?
Hi, Not a Samba question specifically, so please forgive me, but somewhat related... I am trying to automate some tasks in a secure environment (restricted ipsec vpn). Running Windows 2000 (and XP, etc), I would like to be able to access a Samba server using the UNC, but specify a username/password combination as well. You know, in Windows Explorer it allows you to "Connect using a different user name". Is there any way to specify this at the UNC? or any other way at all? I'm trying to avoid having to do a net use command... Thanks, Steve...
2014 Jan 15
3
extlinux device trouble
...> wrote: > On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr > <johann.obermayr at sigmatek.at> wrote: >> Hello, >> >> i'm using version 4.07. >> On my computer extlinux does not work. >> after debugging, i found the trouble. >> >> in the function parse_mountinfo there was using a function get_string. >> in the function get_string there was a line (42) } else if (ch == '\\') { >> but in my mountinfo list, there was \ , but not with octal digit. >> so the function get_string will fail. >> >> here are...
2018 May 14
2
Roaming profils cannot sync four files
Hello, I'm using a WIndows Server 2016 as a DC and Samba 4.5 (Debian Stretch) as a fileserver. The fileserver is made with Windows ACLs (exactly like the Samba tutorial). The Windows 10 Client cannot copy these 4 files: C:\Users\testuser\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin -> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\Windows\UPPS\UPPS.bin C:\Users\testuser\AppData\Local\Microsoft\WindowsApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe -> UNC\FS\profiles\testuser.V6\AppData\Local\Microsoft\WindowsApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftE...
2004 May 17
2
"ghost" image in .eps file
...o see the graph, clicking the "redisplay" button causes the ghost graph to appear. Any idea why this is happening? Environment is: R : Copyright 2003, The R Foundation for Statistical Computing Version 1.8.1 (2003-11-21), ISBN 3-900051-00-3 Both .eps files are in http://perrin.socsci.unc.edu/stuff for your information. Thanks for any advice. ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.e...
2011 Aug 23
1
Samba large file support negotiation when accessed via UNC path
I am experiencing a strange problem that I hope someone out there has experience withf. We have a large fileserver running samba 3.6 backed by a 12T ext4 filesystem. We keep lots of VMware VMs on the filestore and I am trying to make some improvements to how we manage/launch/use the VMs. To that end, I've been trying to launch the VMs via the VMware VIX API by UNC path (not mapped drive). The trouble is that when accessed via UNC path, it seems that VIX can't properly determine that the fileserver supports large files and refuses to open the VM. VIX Error:...
2003 May 20
1
Extracting elements from an reStruct
Sorry if this is obvious, but my S skills aren't great and I haven't been able to find it documented anywhere. I want to write a new function for use with lme objects; the function will simply calculate an ICC (aka "rho") for each level of a mixed-effects model. What I need for this is pretty simple: (c(var1..varn, residual)) / sum(c(var1..varn, residual)) where var1..varn are the variances of the intercepts of each leve...
2006 May 25
0
[ win32utils-Feature Requests-2811 ] Add UNC support to file / dir
Feature Requests item #2811, was opened at 2005-11-10 08:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=414&aid=2811&group_id=85 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: graham foster (fosterg2) Assigned to: Nobody (None) Summary: Add UNC support to file / dir Initial Comment: I''d like to see win32 support for UNC''s...
2002 Oct 29
1
smb show /tmp when you use UNC
Have a perplexing problem here... If you UNC to the IP the shares show up fine, if you UNC to the DNS name when I go into the shares they seem to be pointed to /tmp. Also the printer isn't visible when you use UNC to DNS name. Since I'm using server based security is it possible it can't indentify me? [global] workgroup = WORK...
2004 Dec 03
1
DFS slow -- UNC fast -- why would this be?
[This email is either empty or too large to be displayed at this time]
2005 May 06
0
Perf difference between Windows mapped drive and UNC share accessing Samba share?
we're using Samba 3.0.10 on a Mac OS X server (XServe), and are accessing files on the XServe from Windows Server 2003. for the specific situation of creating thumbnails of images, i'm seeing a huge perf difference between accessing the same file via mapped drive vs. UNC path. if we map the Z: drive to \\usseast01\assetstorage (Z:\foo.tif), and create a thumbnail of a 1.5MB TIFF file, it takes 2-3 sec. if i access the same file via UNC path (\\usseast01\assetstorage\foo.tif), i'm seeing times anywhere from 30 secs, to upwards of 2 min, to create a thumbnail...
2007 Apr 06
2
Vista and UNC solved
For those having problems with Vista, and unc paths showing up empty, I can confirm that: [global] host msdfs = no fixes the problem. This is on 3.0.24 with all patches. Note that I am not using Dfs root shares or the like. YMMV Hope this helps someone. Cheers! -- Richard Potter