Displaying 20 results from an estimated 900 matches similar to: "smbfs mounted files created owned by root?"
2000 Feb 16
2
Embedding samba...
Hi All,
I am working on a port of Samba to the uClinux/ColdFire system.
This is a port of Linux running on the Motorola ColdFire processors.
These processors have no MMU, so no virtual memory. It also means
that there is no true fork() call, only a vfork() type primitive
is supported. Other than this the fact that there is no MMU is
pretty transparent applications, it looks like any other Linux
1999 Oct 15
1
99.9% uptime
Sorry, forgot to change the subject on my first posting.
I was reading a comment this morning about something Microsoft had published
to the effect that there were vendors guaranteeing 99.9% uptime for NT. The
guy who wrote the reply did the math for what that means, and the results
are very interesting.
Quote below:
OK, now what does a 99.9% uptime guarantee mean? Well, it means that
at
1999 Aug 12
4
Samba High Availability
We're using Samba, and it's working very well, however I'm interested in
finding out what approaches would work for having some sort of
redundancies in place in case the main server crashes. Is there anything
in place for Samba in order to have some sort of backup in place in case
the main server crashes.
The reason is that the server is critical to the company's business, and
2000 Apr 26
2
Rapid transfers cause kernel panic
Our site has been experiencing problems with Samba causing kernel panics
under heavy use. We are running Mandrake 7.0 and Samba 2.0.6. We are no
longer using the distro included with Mandrake - we actually downloaded
the 2.0.6 release and recompiled. Downloading from Samba shares causes no
problems - and downloads are frequent and heavy - but uploading similar
amounts of data leaves a catatonic
2007 Apr 24
6
Regarding fork bomb in a CentOS 4.4 Server!
Hi again, I was reading from the net
http://www.kriptopolis.org/node/4067 about a forkbomb and ran it from a
root console in a non-critical machine running CentOS4.4 and the serevr
goes down... the command I ran was :(){ :|:& };:
Please, does anyone knows how to aboid this on CentOS?
regards,
Israel
2010 Apr 21
2
NFS for SAMBA
Hi, I have a Samba Server Centos 5.3. How I needed space, I mount for
NFS a directory of a NFS Server in another machine and this directory
is share for Samba Serevr. My problem is that when I connect to Samba
Server for Linux I dont have problems. I open the files like if this
were in tha local machine. But when I connect of Windows machine to
Samba I have problems open files, that is too slow.
2005 Nov 22
4
the matrix of rows with specific row sums
I am just starting with R and have the following problem: given a matrix
of ones and zeroes, say
mdim=4
m<-matrix(round(runif(mdim^mdim)),mdim,mdim)
how to construct the matrix of those rows of m, whose elements sum to 2.
Contrary to the random matrix above, the actual matrix always has at
least one such row.
Serguei Kaniovski
2005 Jan 28
0
Oplocks with concurrent access from same client
I am observing the following behaviour with samba-2.2.12 (Yes, I know,
it's old) and MS-Access XP on a Win2K box:
The client opens a .mdb file and gets a level2 oplock.
Then it opens the .mdb file again and loses the oplock (at least I
assume it does: The server sends an SMBlockingX request to the client
and waits for another SMBlockingX request from the client before sending
the Reply to
1999 Oct 05
0
SAMBA digest 2259
What is this???????????????????????????????????????
> -----Original Message-----
> From: samba@samba.org [mailto:samba@samba.org]
> Sent: Tuesday, October 05, 1999 3:06 AM
> To: Bernhard Bruscha
> Subject: SAMBA digest 2259
>
>
> SAMBA Digest 2259
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
2004 Oct 08
4
Problem with VPN routing from internal network
Hi folks,
I have the two firewalls (Slackware current) in differnt cities connected via OpenVPN.
I can ping the network behind server firewall from client firewall server.
But how to route/iptable network traffic from the network behind client firewall to see the netwrok behind server firewall?
Thank you
Remus
2006 Oct 27
3
How to best divide table by table
Hi all,
how can I divide two tables of the same dimension so that all names are
preserved, ie do not become NA? I have "tab1" and "tab2", each having
names in the first column. I want "tab3" with the same names and values
"tab1/tab2".
Thanks,
Serguei
2000 Jan 23
5
Remote win98 refusing to connect to samba server
The problem: attempting to connect to a samba network drive from a
Windows 98 machine gives me the error message: "Not logged on".
Background:
We have been running samba to serve a number of w95 clients for a couple
of years. Some of the clients are remote and we don't bother with running
nmbd(8), so all clients have LMHOSTS files.
The problem is related to a new W98 machine
2004 Mar 12
4
Sweave and R output: possible to suppress "Schunk" tags in *.tex file output?
Hello,
I would like to fill the rows of a Latex tabular environment with output from
R, as in
\begin{table}
\caption{Table caption.}
\label{tab:events}
\begin{tabular}{c r r r r r}
\hline
<<echo=false,results=tex>>=
fill.my.table.rows()
@
\end{tabular}
\end{table}
Sweave produces the output inside \begin{Schunk} and \end{Schunk} commands,
which latex doesn't
1999 Jul 31
2
Accessing Samba shares via PPP links
Hello all.
I am sure that this is an FAQ but I cannot find a succinct answer anywhere.
My question is:
What is the correct way to access a Samba share when the Samba server has a
private IP adress (eg 192.168.x.y), the (Windows via PPP) client is assigned a
relevant private address (eg 192.168.x.z) and the username/password used to
login to the client is not known to the server and/or is
2006 Oct 09
1
Coefficients of a factorized polynomial
Hi all,
starting from a vector "v[1:n]" I would like to compute the coefficients
of the polynomial (1+x^v[1])*(1+x^v[2])*...*(1+x^v[n]). The following
code works but is extremely slow for a large "n" due to, I believe, the
polynomial being factorized. I wanted to try the package "polynom"
command "unclass" but I could not figure out how to input a
2006 Mar 03
3
Two quick questions
Hi all,
1. How to construct a date from three variables year, month, and day,
where all three are integers?
2. I have a dataframe by date and sector. I would like to add-up all
entries for all variable with identical date and sector, replacing the
original entries, i.e. emulate the STATA command "collapse (sum) var1
var2 var3, by(date sector)".
Thank you,
Serguei Kaniovski
2013 Sep 20
2
NFS mounted files owned by nobody
I have 2 centos boxes and I want to NFS mount a dir from one to the
other. When I do that the files on the client all are owned by
nobody.nobody. I verified that the user and group of the files on the
server exist on both hosts and have the same uid and gid. I googled
and found this:
http://whacked.net/2006/07/26/nfsv4nfs-mapid-nobody-domain/
domainname on both machines returns (none). I edited
2013 May 30
1
Samba 4 and Profile directory issues.
Hi,
On 5/30/2013 8:17 AM, Ricky Nance wrote:
> Are you logged in as DOMAIN\Administrator to the windows machine?
My own dumb mistakes, I created a remote desktop connection to that
server and hadn't noticed I as logged in as a non admin user.
Now home directories are created as it should and profile directories
are too, but with the .V2 extension. I stheis the expected behavior?, I
2007 May 19
0
Problem reading smbfs mounted filesystems
Mounted smbfs directories/files using line in fstab (CentOS 4.4) -
mounts OK, but when I attempt to open files, I get the message "Error
loading document ..... The operation on <document> was started with an
invalid parameter". Any help appreciated please.
Thanks,
Andy
2007 May 22
0
Problem reading smbfs mounted filesystems with OpenOffice etc
Mounted smbfs directories/files using line in fstab (CentOS 4.4) -
mounts OK, but when I attempt to open files, I get the message "Error
loading document ..... The operation on <document> was started with an
invalid parameter". Any help appreciated please.
Thanks,
Andy