Displaying 20 results from an estimated 11000 matches similar to: "how to rename/label network drives"
2004 Apr 21
2
help with smbmount and permissions
ok, on my windows machine, i see:
myname on 'computer01\home' (H:)
so i went to my linux box and did:
smbclient -L //computer01 -U myname
and i see Home listed as a sharename (why does windows show it as "home" but its really "Home" as reported by smbclient?).
well everything works fine if i mount it like this:
smbmount //computer01/Home /mnt/computer01/Home -o
2006 Aug 16
1
"read error" when accessing a file on mounted samba share (Linux)
Hi all,
This is my first experience with network file sharing on Linux so I'm
looking for debugging advice. Server and client are both running FC5.
I've set up my home directory as a share on the server using
system-config-samba, everything seems fine. On the client side, as root:
# smbclient -L server.domain
Password:
Domain=[DOMAIN] OS=[Unix] Server=[Samba 3.0.23a-1.fc4.1]
2005 Nov 29
1
file mode creation at a directory level
Hello --
I am creating a share directory on a samba server for a group of users. I would like to make sure:
1. Only the members in that group can create files and subfolders on that directory
2. Other people cannot have any access to the files/subfolers.
3. The members can have full access to files/directories other members create.
The above requirements seem simple,
2006 Feb 27
0
Two PDCs Samba trustrealtionship --> winbind configuration
Greetings!
I have the following configuration:
Two PDCs (Samba 3.0.21b) with Fedora Core 4: PDC1 and PDC2.
PDC1 trusts PDC2, respectively PDC2 is trusted to PDC1.
I join an XP workstation to PDC2. After restart i can see both domains in the login screen domain combo box.
I can logon to PDC2 , but not to PDC1, since the
2009 Feb 04
0
Problems with 9133i config
I am unable to get my 9133i to register with my asterisk server. I am
including config files below, this a simple test network so there's nothing
secret in the config files. I have upgraded the phone to the latest software
version (1.4.3) I'm not sure what the problem is. I can call the phone from
a softphone, but the 9133i says "no service" on the screen and I can't dial
2007 Mar 30
2
Replacing slot of S4 class in method of S4 class?
Dear all,
Assume that I have an S4 class "MyClass" with a slot "myname", which
is initialized to: myname="" in method("initialize"):
myclass <- new("MyClass", myname="")
Assume that class "MyClass" has a method "mymethod":
"mymethod.MyClass" <-
function(object, myname=character(0), ...) {
2003 Dec 11
0
getting Samba 3.0.1 to use NIS UID's/GID's instead of its own
There are two NT domains, the resource domain (pretend it's RESDOM) and the user domain (MASDOM) where RESDOM trusts MASDOM. My Samber server (COOL) is registered in the RESDOM domain. I can do smbclient -L COOL -U MASDOM/myname and it asks for a password and displays the shares correctly, even picking up the NIS logon share.
The problems start, however, when I want to connect to the myname
1997 Aug 02
0
Encryption and unfriendly errors for 1.9.17a5?
> 6) RE: Encryption
> by John H Terpstra <jht@aquasoft.com.au>
>------------------------------
>
>Date: Sat, 2 Aug 1997 18:10:53 +1000
>From: John H Terpstra <jht@aquasoft.com.au>
>To: "'redhat-list@redhat.com'" <redhat-list@redhat.com>
>Cc: "'samba@samba.anu.edu.au'" <samba@samba.anu.edu.au>
>Subject: RE:
2005 Jan 31
0
mount a share on a W2k server
Hi everybody,
excuse me when I ask something maybe 100 times discussed in this
newsgroup, I try to mount a share on a W2k server box with samba (from
a Fedora 2.6.5 machine) without success. Doing the same with a NT
Server machine in the same LAN works perfectly. It seems that it's
a problem of the password (encryption ?? digitally sign communications
are disabled !!).
[root@hase root]#
1998 Jul 09
0
Problems accessing a W95 share
Hi!
I'm trying to use a printer connected to a Win95 box from Linux but when I try
'smbclient -L win95_machine' I get the following message:
SMBnegprot failed. myname=TARKUS destname=WIN95 - ERRSRV - 1311
I'm using samba-1.9.18p5. The access in the other way (W95 to Linux shares)
works without any problems.
When I set the printer as shared in the W95 box it is possible to
2007 Mar 04
1
Problem using callNextMethod() in S4
Dear all,
Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I
have problems
using function callNextMethod() in method initialize.
I am loading the following code as file "testS4.R":
setClass("baseClass",
representation(myname = "character",
mydir = "character",
"VIRTUAL"),
2012 Mar 10
3
function input as variable name (deparse/quote/paste) ??
Hi all
Say I have a function:
myname=function(dat,x=5,y=6){
res<<-x+y-dat
}
for various input such as
myname(dat1)
myname(dat2)
myname(dat3)
myname(dat4)
myname(dat5)
how should I modify the 'res' line, to have new informative variable name
correspondingly, such as
dat1.res
dat2.res
dat3.res
dat4.res
dat5.res
stored in the workspace.
This is only an example of a complex
1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
I recently upgraded to 18p8 from 16p11 and found that smbclient now needed
a -W in order to connect properly to our domain (which was not the name
supplied with the -DWORKGROUP= from the make).
Turns out that clientutil.c always uses the value specified by the
WORKGROUP macro and never calls lp_workgroup() to get the value specified
in the smb.conf file, unless WORKGROUP is "".
2007 Nov 21
2
Scripting help please
AxCrypt seems to give a problem passing target filenames and so I
created a script to correct this.
I can open axx files and encrypt any file by right mouse-clicking on it
in Ubuntu. I'm a bit new to this scripting and I wondered if anyone
could get this script down to one line so that it could be put as a
simple 'open with' line. At the moment it is a nautilus script and is
2006 Jan 10
0
find_by_sql + partials question
Ok now that I have find_by_sql love working for my "Top 10 List" I
want to make them a bit more DRY. Tis is what I have so far:
Model:
def self.topfish
find_by_sql["select species.name,
length,species.multiplier*length as score,caught_on from entries join
species on species_id = species.id where species_id = ? order by
score DESC LIMIT 10", species]
2003 Jan 15
2
compile problems on solairs 8
Hello,
I am having a problem compiling R versions 1.6.1 or .16.2 on a Solaris 8
machine. It sees to have problems with an X11 module. Here is the
relevant output:
make[4]: Entering directory `/pkg-ling/src/R-1.6.2/src/modules/X11'
gcc -I. -I../../../src/include -I../../../src/include
-I/pkg/X11R5/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2
-c dataentry.c -o dataentry.lo
2013 May 01
0
Re: Error testing deploying Grizzly
I believe the error indicates that hiera was installed as a rubygem which
is not supported on Puppet 3.x. Maybe the error will go away if you remove
the hiera gems?
I think I have gotten around it by adding ''require rubygems'' to the puppet
executable.
I''m copying the puppet-users mailing list b/c I am guessing this is a
common problem.
On Wed, May 1, 2013 at 12:35
2010 Dec 02
1
Have inbox at the same place
Hello again,
I have an installation with dovecot and I am accessing it through
linux mint and thunderbird v3.0.10
As thunderbird "subscribes" to dovecot, it does the following :
Inbox
Trash
MyName at Mydomain.gr
Local Folders
Local Folders
MyName at Mydomain.gr
subfolder A
Subfolder B
Subfolder C
Subfolder D
Subfolder E
Local Folders
Outbox
OK, I have to admit a have
2005 Feb 07
4
network drives
Another nicety may be handling network drives. I''ve been using a ruby
script which manipulate using the "net use" command to map network
drives, disconnect network drives, query to see what drives are
connected, etc..., but it''d be sweet if this type of functionality was
included in win32 package.
Maybe usage like:
nd = Win32::NetworkDrive.new(
2006 Jan 03
2
Error returning browse list: NT_STATUS_OK
I continue to receive this error message:
Error returning browse list: NT_STATUS_OK
This is how I am attempting to list the shares on my WinXP machine.
smbclient -L GERARD -U gerard
Password:
Domain=[GERARD] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
Error returning browse list: NT_STATUS_OK