Displaying 20 results from an estimated 1000 matches similar to: "Samba network recycle bin"
2001 Apr 11
1
Problems with NT logons, Samba as PDC
Hi!
We're using Samba as PDC, and recently had a strange crash on the
system (none of the NT-machines authenticated anymore). I re-created
the user database and passwords on the server (TurboLinux 2.2.14-5,
with Samba 2.0.6 & 2.1alpha for auth.) and also re-newed the profiles
making 'em local on the NT-workstations.
Sometimes when the NT-PC gets rebooted, I can't authenticate it
2001 Nov 07
1
Samba recycle bin FOR 2.2.2 ( READ IT )
First of all, sorry for the crazy subject :)
The author of samba recycle bin has released the patches for samba 2.2.2 :)
http://www.amherst.edu/~bbstone/howto/samba.html
Cya.
Daniel William Schultz
2001 Nov 10
3
Patch for events like "On Create", "On Modify"...
Hi all :)
I have spent my night thinking about one problem that my company asked me to solve, and I come to the conclusion that is a little
bit easy to do ( I guess... ).
The problem with the Recycle bin was solved with the patches that Brandon made ( http://www.amherst.edu/~bbstone/howto/samba.html )...the recycle bin is working fine :)
Lets see: The files go to the bin on a kind of "On
2001 Nov 08
1
RES: Samba recycle bin FOR 2.2.2 ( READ IT )
> Hello everyone,
> Being a child of the RPM's, I was wondering if there is a way to
apply the
> patches either via rpm, or a way to recompile without changing the
current
> directories that the rpm has installed samba into. If someone could
either
> help out or give me a link to info that would help me figure this
out, I
> would be greatly appreciative.
Using a kind of
2002 Mar 12
3
failsafe against "stupid" / careless users
I'm admin on a samba PDC with 150 users, and as normal users they are quit
"stupid". This means that they ofte deletes something that shouldnt have
been deleted. And I find it anoying to restore their files from tapebackup.
So would it be possible to get samba to "move" files instead of deleting
them? This way I could allocate a disk to store deleted files for a periode
of
2001 Feb 27
7
Win2k Profile problem
ok, I have Samba 2.2.0alpha2 (on RedHat 6.2) up and running as a PDC, I can
add Win2k machines to the domain and the machine accounts are automatically
created. (finally!)
Now, my problem is when a user logs off the machine for the first time,
their profile is created, BUT(!) it only makes rwx permissions for SOME of
the directories in the profile, this is what I mean:
[root@samba profile]# ls -l
2001 Oct 28
2
undelete files
Sir/Mam
Is there a way we can recover deleted files in samba
shared folders??
Ryan
SystemAdmin
Quality Results Incorporated
1999 Jun 16
1
Wastebasket/Recycle bin?
Am I missing something here?
Unless I am wrong, the "Recycle Bin" works only on
LOCAL drives.
I have not seen any options for network drives on any
of my 95, 98 or NT clients, or NT servers. Somebody
correct me if I am wrong, and tell me how to enable it.
Like Jonathan Kelly, I mirror network drives at night to
a backup server which writes them to tape during the
day. The backup
2024 Feb 26
1
igraph_vertex
Dear Kimmo
First of all many thanks for the valuable advice to publish code and csv. Noted.
Yes, "edge.width= E(.)$weight" makes definitively sense.
In the following code, which loads the tiff file, I get the following error
tiff("figures/AES_network_bymembership.tiff", width=1000, height=700, res=120)
Warning message:
In doTryCatch(return(expr), name, parentenv, handler) :
2007 Mar 31
1
kernel-devel largesmp or ELlarge?
I'm having trouble updating my iscsitarget modules, and it seems to be
related to a naming convention mixup?
here's the output of the build command:
[root at vmhost ~]# rpmbuild --rebuild --sign
iscsitarget-0.4.14.96-0.amherst.src.rpm
Installing iscsitarget-0.4.14.96-0.amherst.src.rpm
error: Failed build dependencies:
kernel-devel = 2.6.9-42.0.10.ELlarge is needed by
2009 Dec 31
6
zvol (slow) vs file (fast) performance snv_130
Hello,
I was doing performance testing, validating zvol performance in particularly, and found that zvol write performance to be slow ~35-44MB/s at 1MB blocksize writes. I then tested the underlying zfs file system with the same test and got 121MB/s. Is there any way to fix this? I really would like to have compatible performance between the zfs filesystem and the zfs zvols.
# first test is a
2024 Feb 26
1
igraph_vertex
Hi,
a quick additional note: try
"edge.width= E(.)$weight"
instead of the current "edge.width= network". Seems to work and makes a
visible difference...
HTH,
Kimmo
su, 2024-02-25 kello 19:11 +0000, Kimmo Elo kirjoitti:
>
> Hi again,
>
> your code is still not reproducible without modifications, but I
> succeed in getting the data straight. All
2006 Jan 20
3
abline() or predict.lm() when log="x"
Hello,
I'm trying to plot a fitted lm() line on a plot when the one
explanatory variable is log transformed and log="x". I get different
lines using abline and predict.lm().
#Example
x <- 1:100
y <- rnorm(100)
plot(y ~ x, log="x")
abline(lm(y ~ log(x)))
lines(x, predict(lm(y ~ log(x))), lwd=2)
I'm sure I'm missing something but could someone tell me which
2006 Apr 04
4
strange problem with table displayed
Hi I have a strange problem maybe someone have similar experience?
I have a simple ruby program that grabs some datat from database and
displays it in browser. It displays a column of number and gives a
total at the bottom.
For some reason when viewing the page in browser it cuts off about have
the table and gives no total. And even some of the data in the table is
wrong like instead of
2005 Jun 27
1
function for "two-part" or "two-condition" models
Hello,
This is an (hopefully) improved question of one I posted several weeks
ago. Does anyone know of a function for fitting "two-part" models?
These models are designed to handle count data with so many zeroes
that they can't be fit well with zero-inflated Poisson models or other
'typical' GLMs. My understanding is that they work by first fitting a
binomial model to
2009 Jun 01
3
Editor R
Do you know any good editor R?
--
View this message in context: http://www.nabble.com/Editor-R-tp23822342p23822342.html
Sent from the R help mailing list archive at Nabble.com.
2024 Feb 25
1
igraph_vertex
Hi again,
your code is still not reproducible without modifications, but I
succeed in getting the data straight. All read.csv-command are missing
'sep="\t"', it is need to read you tsv-data.
And it could be more reproducible if you used e.g.
--- snip ---
aes<-read.csv(text=" A.A B.B C.C D.D E.E F.F
A.A 0 0 5 5 5 5
B.B 4 0 1 1 1 1
C.C 5 5 0 5 4 2
D.D 5 0 5 0 5 3
E.E
2012 Mar 08
1
Adding mean line to a lattice density plot
Hi!
I have used the following command:
densityplot(~PV1CIV, groups=SGENDER, data=ISGFINC2,
lwd=2, col=1, lty=c(1,2), pch=c("+","o"),
key=list(text=list(lab=levels(ISGFINC2$SGENDER), col=1),
space="bottom", columns=2, border=T, lines=T, lwd=2,
lty=c(1,2), col=1), ref=T, plot.points=F)
to produce a lattice density plot presenting the distribution of
2010 Apr 29
2
C5: correct place for routing scripts?
Hello
I have several Centos 4 and Centos 5 servers. Because of the nature of
the environment, there are some static arp entries made with arp
command and then source routing made with "ip rule/ip route"
-commands.
Those commands are now placed at /etc/rc.d/rc.local which is bad: if
server is rebooted, those commands will be done correctly but if
administrator restarts network with
2024 Feb 24
1
igraph_vertex
On 2/24/24 12:10, Kimmo Elo wrote:
> Hi,
>
> first of all, your example was not reproducible! But once I added
> "library(igraph)" and "library(scico)" plus generally replaced
> "aes_collapsed" by "edge_list", I started to work :-)
After copying your lead in that replacement the error I got was:
network <-