Displaying 11 results from an estimated 11 matches for "shareddir".
Did you mean:
share_dir
2010 Aug 05
2
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
...olDir := $(LLVM_OBJ_ROOT)/$(BuildMode)/bin
LLVMExmplDir:= $(LLVM_OBJ_ROOT)/$(BuildMode)/examples
#--------------------------------------------------------------------
+# Locations of shared libraries
+#--------------------------------------------------------------------
+
+SharedPrefix := lib
+SharedDir := $(LibDir)
+LLVMSharedDir := $(LLVMLibDir)
+
+# Win32.DLL prefers to be located on the "PATH" of binaries.
+ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
+ SharedPrefix :=
+ SharedDir := $(ToolDir)
+ LLVMSharedDir := $(LLVMToolDir)
+endif
+
+ifeq ($(HOST_OS),Cygwin)...
2003 Jul 31
2
Samba over the Internet...
...ike be able to access a
specific directory remotely and map it.
I've searched the google for "Samba over the Internet" and have found
that it is possible, but not how to do it.
When mapping I try
\\xxx.xxx.xx.xxx\homeDir <file:///\\xxx.xxx.xx.xxx\homeDir>
\\xxx.xxx.xx.xxx\sharedDir <file:///\\xxx.xxx.xx.xxx\sharedDir>
and both of them prompt me for username and password. It asks for
username: \\xxx.xxx.xx.xxx\username <file:///\\xxx.xxx.xx.xxx\username>
password:
any ideas experience with this?
2001 Sep 27
0
ERRSRV - ERRpadpw (Bad Password...
I am attempting to setup samba 2.2.1a on a Redhat Linux 6.2 box. When
attempting to run the command: smbclient file://gondola/shareddir -U
tmpuser%tmppass I am getting the error message:
Bad password - name/password pair in a Tree Connect or Session Setup are
invalid.
As far as I can tell I have set everything up correctly. I have poured
thru the docs as well as the archives of previous messages for any clues
but have not fo...
2002 Nov 05
1
group privileges on newly created files?
Just curious,
I know you can force a creation mask using "create mode", but is there any way to enforce under what group ownership a file/directory is created? My users belong to several groups, and I want new files created as owned by a specific group...
Thanks in advance,
-Rob
2010 Aug 05
0
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Hi Takumi,
> Any feedbacks are welcome.
> Have fun!
This seems to be pretty useful addition to LLVM on windows! And it
seems the only painless way to make plugins working, yay!
For me the patch looks pretty good. One minor thing: could you please
rename SharedDir => SharedLibDir
Thanks!
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Aug 05
3
[LLVMdev] [PATCH] Capability of Win32.DLL with ENABLE_SHARED
Anton,
Thanks for your comment.
2nd patch attached.
- s/SharedDir/SharedLibDir/g
- move prefix=cyg sunk into if(cygwin or mingw)
arigato gozaimasu...Takumi
* Additional issues
- You may build LLVMHello.dll but I don't modify lib/Transforms/Makefile.
Because making LLVMHello.dll requires the library LLVM.dll,
but it oughta be on the way to maki...
2005 Sep 13
0
Cannot login to share from winxp
...able to see the samba server through nwk nh but when I
try to access the share I get this error message:
\\server\share is not accessable. You might not have
permission to use this network resource. etc...
The /var/log/samba/machine.log contains:
smbd/service.c:make_connection-snum(615)
'/home/shareddir' does not exist or is not a directory, when
connecting to [userid]
The shared dir is my linux users home dir and so it exists
and it is a directory.
Can someone point me in the right direction please...
=========================
Kevin W. Gagel
Network Administrator
Information Technology Ser...
2009 Oct 19
1
ln: creating symbolic link `file.txt': Operation not supported, Mounted to Windows 2003 shared
...is also
finding a fix.
My server is running Debian Linux (lenny) -- where I am mounting the windows
share and trying to link
My shared folder is running Windows 2003 Server
I mounted the windows shared folder on my debian lenny using cifs (since
smbfs is depreciated as I was told).
//192.168.0.3/Shareddir on /web type cifs (rw,mand,noexec,nosuid,nodev)
Note: The mount worked.
Ok, I tested to link within that shared folder...
cd /web
ln -s index.php sample.php
ln: creating symbolic link `sample.php': Operation not supported --- this is
the error.
How can I make this work? Any help or clarific...
2006 Jan 09
1
Connecting from XP to samba shares
...socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap cache time = 60
printcap name = cups
preferred master = Yes
domain master = Yes
dns proxy = No
ldap ssl = No
message command = /usr/bin/linpopup
printer admin = @adm
[SharedDir]
comment = Shared directory
path = /home/users/Shared
username = someuser
invalid users = root
force user = someuser
force group = users
================================
___________________________________________________________
NEW Yahoo! Cars...
2011 Jun 01
1
Shared Folders
Good afternoon.
I am having trouble trying to set up shared folders in the guest VM using
VirtualBox hypervisor. No matter what configuration is defined in my XML, it
never works, I mean, no shared folder is added/specifyed, then, inside the
guest, when I try to mount the folder, I always get a protocol error.
If I use VirtualBoxManage, I can add/specify shared folders easily and mount
it with
2012 Feb 16
1
Help!!!! Gettting samba core dumps
.../data/main/sbt
valid users = @sbt
read only = No
create mask = 0660
directory mask = 0770
[act]
path = /data/act
valid users = @act
read only = No
create mask = 0660
directory mask = 0770
[sharedir]
path = /data/main/shareddir
valid users = @shared
read only = No
create mask = 0660
directory mask = 0770
[everyuser]
path = /data/home
valid users = mainuser
read only = No
create mask = 0660
directory mask = 0770
[graphics]
path = /data/main/g...