Displaying 20 results from an estimated 700 matches similar to: "Very newbie intro to SAMBA"
2002 Oct 29
1
strange locks
Hi,
I added these lines to smb.conf:
kernel op locks = false
op locks = false
strict locking = true
so I could see some locks from the unix level.
It worked sorta, I see the locks for big files
(but not the locks I was expecting), but for little
files it shows nothing:
# ./lock_list /opt/testsambashare/mattest.doc
# ./lock_list /opt/testsambashare/contents.doc
0 22086 W
2006 Dec 07
1
get errors when doing a tar backup of a windows server with linux smbclient
Hello all,
We have a script that does a nightly backup of a windows server to a linux
fileserver. The linux system uses smbclient to make a tarball of the share.
I get this error when running smbclient:
Domain=[OURSERVER] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tar: dumped 56781 files and directories
Total bytes written: 9800680960
write_data: write failure. Error = Connection
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys,
I've got another C7 problem I was hoping to solve. I
installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host.
It's failing to communicate with it's controller on another host. And this
is the interesting part. Whether or not I have SELinux enabled, I have
apache reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]:
2005 Nov 07
3
R thread safe
Dear R-dev,
I would like to accelerate my R computation by using parallel OpenMP compilers
(e.g from Pathscale) on a 2-processor AMD server and I would like to know
whether R is a tread safe library. The main kernel of the OpenMP
parallelization is a C SEXP function that performs the computational routine in
parallel with:
*******************
SEXP example(SEXP list, SEXP expr, SEXP rho)
{
2013 Nov 29
1
Self heal problem
Hi,
I have a glusterfs volume replicated on three nodes. I am planing to use
the volume as storage for vMware ESXi machines using NFS. The reason for
using tree nodes is to be able to configure Quorum and avoid
split-brains. However, during my initial testing when intentionally and
gracefully restart the node "ned", a split-brain/self-heal error
occurred.
The log on "todd"
2014 Apr 02
0
special handling of row.names
Hello,
I think there is an inconsistency in the handling of the compact form of the row.names attributes.
When n is the number of rows of a data.frame, the compact form is c(NA_integer_,-n), as in:
> d <- data.frame(x=1:10)
> .Internal(inspect(d))
@104f174a8 19 VECSXP g0c1 [OBJ,NAM(2),ATT] (len=1, tl=0)
@103a7dc60 13 INTSXP g0c4 [] (len=10, tl=0) 1,2,3,4,5,...
ATTRIB:
@104959380
2019 Jul 18
0
ALTREP wrappers and factors
Hi Kylie,
For your question, I don't think a wrapper can completely solve your
problem. The duplication occurs since your variable y has more than 1
reference number( Please see highlighted), so even you have a wrapper, any
changes on the value of the wrapper still can trigger the duplication.
> .Internal(inspect(y))
> @7fb0ce78c0f0 13 INTSXP g0c0 *[NAM(7)]* matter vector (mode=3,
2016 May 20
2
identical on closures
Specifically, the srcfile attribute of the srcref attribute of the two
instances of the functions contain different environments, AFAICT.
Environments are compared only by exact pointer, so this forces return
FALSE.
Snippets from .Internal(inspect(x)) and .Internal(inspect(y)):
@cca008 03 CLOSXP g0c0 [MARK,NAM(2),ATT]
FORMALS:
@604b58 00 NILSXP g0c0 [MARK,NAM(2)]
BODY:
@cc9650 06 LANGSXP
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
Hi there. I'm running Samba 2.2.3a on RedHat 7.1 + kernel 2.4.17. My
girlfriend's laptop is running Windows 2000 + service pack 2. She has
about a thousand MP3s stored on a Samba share on my RedHat machine. We
were finding that she couldn't rename any MP3s on the Samba share: she
would always get a sharing violation.
After a day of reading Samba logs at debug 10 (_such_ fun [ ;)
2015 Jun 24
1
Conditional statements in libguestfs
Hi Experts,
I am writing a guestfish script . I want to implement conditional logic
inside guestfish script. For example , if state.tgz exists in image do
something else if onetime.tgz exists in the image do someotherthing .
Is it possible to do this within guestfish script. I tried to search a
solution for this in guestfish doucmentation but couldn't find anything
useful.
Thanks in advance
2015 Feb 11
4
Samba 4.2.0rc4 fails to start up
I added debuging as follows:
/* no O_EXCL, existence check is via the fcntl lock */
lockfile_fd = open(lockfile_name.buf, O_NONBLOCK|O_CREAT|O_WRONLY,
0644);
if (lockfile_fd == -1) {
ret = errno;
DEBUG(1, ("%s: open failed: %s\n", __func__, strerror(errno)));
return ret;
}
2001 Jan 17
0
Couldn't open status file /var/adm/slh/samba/locks/STATUS..LC K
Gunnar,
Check (ll -d dirname) to make sure that there is at least x permission for
everyone in each directory down the /var/adm/slh/samba/locks path;
also, does the STATUS..LCK file exist in the named directory, and if so what
are the permissions on it?
Hope this helps,
Don
-----Original Message-----
From: Bakken, Gunnar [mailto:bakkengj@mail.slh.wisc.edu]
Sent: Tuesday, January 16, 2001 6:08 PM
2004 Jul 31
1
learning from the audio folks
Besides playing with Asterisk, i'm also using Linux for all kinds of
multimedia things, especially recording music, mixing, etc.
In order to use Linux as a digital audio workstation, there are a few
things that one must do: use low-latency kernels, use pre-emption, use
apps that run with real-time privileges, etc.
For example, among audio Linux users, the CK (Con Kolivas) and LCK
(Locosoft
2020 Jan 09
0
Get memory address of an R data frame
Hi Lille,
Is it possible you're looking for tracemem() or inspect() ?
> x <- data.frame(z = 1:10)> tracemem(x)[1] "<0x55aa743e0bc0>"
> x[1] <- 2Ltracemem[0x55aa743e0bc0 -> 0x55aa778f6ad0]:
tracemem[0x55aa778f6ad0 -> 0x55aa778f6868]: [<-.data.frame [<-
tracemem[0x55aa778f6868 -> 0x55aa778f5b48]: [<-.data.frame [<-
>
2023 Jun 16
0
NT1 SMB1 Updates simplified configuration
I appreciate everyone's patience.? I have been posting a few times about
this but this time I simplified the server to a standalone file server.
Ubuntu 22.04.2,? Version 4.15.13-Ubuntu, ext4 file system
My software requires SMB1.? It reads lock files (*.LCK, *.net) to
determine the lock status of records and tables in a database. Samba
freezes and my software times out when querying? the
2019 Jul 17
2
ALTREP wrappers and factors
Hello,
I?m experimenting with ALTREP and was wondering if there is a preferred way to create an ALTREP wrapper vector without using .Internal(wrap_meta(?)), which R CMD check doesn?t like since it uses an .Internal() function.
I was trying to create a factor that used an ALTREP integer, but attempting to set the class and levels attributes always ended up duplicating and materializing the
2012 Mar 18
1
Namespace dependency not required
Hi,
I am working at adding namespace to my packages, carefully following the
doc "Writing R extensions" and some threads on the web. However I cannot
find clear explanation about how to best deal with the import or
importFrom functions in the name space. To make it short:
To declare dependencies in the description file either after Depends:
(packages including functions that are
2007 Nov 30
1
Conexant fax/modem not faxing with sendfax
I finally picked up a "real" modem (not a winmodem) and put it in my
machine. I pulled down the hsfmodem driver from the source, got a license
and installed the driver at full power.
If I use wvdial, I can get out through the modem, so I know that works.
However, sendfax is rejecting the fax capability (from
/var/log/sendfax.log):
11/30 00:31:52 sendfax: interim release 1.1.33-Apr10
2003 Dec 01
0
No subject
1.) Edited my SMB.conf inside the /etc/samba directory - I changed the =
default workgroup name to match that of my Windows 2000 SP2 machine.
I also edited the Public share to point to /home/markdog/apps =
directory with open permissions for viewing.
2.) Manually started the SMBD and NMBD daemons- these are the copied =
lines from a terminal prompt:
[root@localhost /root]# smbd -D
smbd -D
2001 Feb 08
1
status...lck
when I do an smbstatus iget:
couldn't open status file /var/lock/samba/status/STATUS..LCK
why can't it? why can't I? thanks