Displaying 20 results from an estimated 700 matches similar to: "cannot kill smbd processes"
2008 Sep 02
6
Writing new controllers
I have created new rails-project.
I start Mongrel.
I add to project:
app/controllers/my_first_controller.rb
---------------------------------------------------------
class MyFirstController < ApplicationController
def index
render :text => ''<html><body>My First Controller</body></html>''
end
end
http://192.168.1.1:8080/my_first/ -> all
2005 Mar 17
1
Soulseek and Wine
I tried to run Soulseek under Wine and it starts up, gives me a message
about "This application is requesting an ActiveX browser object but the
Mozilla Active X control is currently noot installed. Do you wish to
download and install it?". Whether I say yes or no, it proceeds into the gui
of the program, but the screen does not update, no menu action, etc. Has
anyone ran soulseek
2003 May 23
1
Opening a file in mode "r+" or "r+b"
While using the file functions have found a few more issues (on both Unix
and Windows) ie
R documentation:
In the "close" description (base package) we see that the possible values
for the mode 'open' the "r+" and "r+b" values are repeated, and are
incorrect the second time. The second set actually corresponds to the "w+" /
"w+b", see
2009 Sep 22
2
75 second (5 x 15) between login request and response
Hello all,
It takes about 75 seconds before Samba answers a login request from a WinXP
SP3 client. After the delay the client connects successfully and can browse
the share. The delay seems to be made up off 5 separate delays of 15 seconds
each judging by the debug logs. The delay seems to be caused by a
configuration issue with the LDAP password backend, but I can't figure out
what the
2011 Mar 14
3
FTP accounts
Hello,
I have setup a centos server running 5.5 and I have a problem with the FTP
settings.
Currently I have two FTP accounts based on that server, they lead to:
/home/bella
/home/carmen
Currently the FPT accounts starts in the home directory when they are logged
in. But they are able to see all directories on the server. What can I do to
make sure they cant come out of there home directory?
2019 Nov 26
2
ssl_min_protocol = TLSv1.3 does not work
Hi all,
I'm trying to set up my server with support for TLS 1.3 only, but that does
not seem to be supported.
First off, TLS 1.3 itself does work fine, so it's not the config or ssl
library, and 1.3-only works fine with Postfix. The problem is only in
disabling TLS 1.2 for Dovecot.
On connection, I'm getting an error that 1.3 is an "Unknown
ssl_min_protocol setting".
Reading
2006 May 26
2
Try to debbug R script
Hi,
I have a bug and I don't find it. Can u help me please.
In attachement :
- My script file : CPU_study.txt
- My data sample file : a.txt
When I use it, the error message is :
> source("H:/R/_workspace/CPU_study_1.R")
Erreur dans "[<-"(`*tmp*`, i, k, value = numeric(0)) : rien ? remplacer
(= error in ... nothing to replace)
I try a lot of thing but it
2011 Apr 07
1
Huib Laurens
Hello,
I just created the account HuibLaurens on Centos Wiki.
I would like to help contribute with translation to Dutch, I can also help
with monitoring the recent changes.
--
Regards,
Huib "Abigor" Laurens
Support Free Knowledge: http://wikimediafoundation.org/wiki/Donate
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Jun 10
2
Delta-compression and --write-devices
Hello,
This is my first time posting to this list. I think I might have found a
bug, but I am not sure, so I appreciate any thought you may have.
I am running rsync 3.2.0dev from Git master revision 916faecb with the
copy-devices patch from rsync-patches master revision f22e220b on Debian
10 and I used the Debian build system to build rsync.
I am running the following command:
alpha# rsync
2009 Oct 22
11
UFT8 String looks great in MySql, garbage in browser
Hi,
I have some seed data in MySql which contains non-ASCII characters (as
you''d imagine as these are worldwide placenames that I''m storing). In
MySql on the command line they look great, they''re all formatted
perfectly, including Arabic and Chinese characters and they look great.
However, when I ask my Rails model for one of these fields, and render
that in the
2004 Oct 18
1
Strange behaviour with --max-delete option
Hi,
When using --max-delete=NUM, NUM + 1 files get deleted.
Test it by doing this:
# mkdir src
# mkdir dest
# cd src
# touch 1 2 3 4 5
# cd ..
# rsync -avu src/ dest
# cd src
# rm 1 2
# cd ..
( Here i try to sync src and dest, but only delete one file from dest
at the time. This would prevent an accidental rm in src from
propagating to dest. )
# rsync --delete -avun --max-delete=1 src/ dest
2002 Aug 09
3
Dead Gateway Detection
Hi,
I have a linux box loaded with RH7.1, 3 ethernet with load balance on 2 ISP.
In theory, if one router stop to work (I have turn off for this try), the Dead Gateway Detection,
would re-instradate alla traffic on other link. This not work...someone have more experience on this?
Giorgio Biondi
2002 Nov 20
2
Limiting User Space on Samba Share
Hi,
Can someone tell me if Samba can limit users to certain amounts of space on
specified shares? If so, where would I go to find out how to implement it?
I have the following setup: RHL 7.2, Samba 2.2.3a using a Windows 2000 PDC
with Winbind. I want to be able to set a limit for each user on certain
folders/shares on the Linux box that they are accessing from Windows
systems.
Thanks,
Kevin
2002 Apr 29
1
Garbage collection: RW1041
Have searched through the archives but have been unable to find any related
issues - hopefully I'm not bringing up an old topic.
Am using RW1041 on a Windows NT on a machine with 1Gb of memory. Have a
function doit() that reads in a chunk of data using readBin, performs a
regression, saves out coeffs and then returns. When using Rgui with the
default memory limit of 256Mb I'm able to
2005 Apr 26
0
Construction of a "mean" contengency table
Hi List,
Say I have a data.frame "DF" with 6 columns, 3 factors and 3 variables,
with different number of repetitions for each combination of factors.
I would like to build, for two given factors, a matrix per variable,
containing in each cell the mean or sd for a given couple of factors.
I have managed to get to the result I wanted step by step, but I would
like to have it in a
2002 Jul 18
1
NT user name resolution to UNIX user name doesn't work the same
My departmental file server is on RHL6.2(i386) (Samba 2.0.6) and participates in the company's NT domain. If an NT user wants to see shares on this UNIX(Linux) box I have only to create a UNIX account for them where the UNIX username matches the NT username. I have a Solaris 8 box (Samba 2.2.2), I cannot figure out how to make it act the same way. I have looked at winbindd but that does noot
2002 Oct 14
3
Directory size display discrepency
Hi,
I would liek to ask the list if any one can explain why there should be
a discrepency in the directory sizes that are displayed when I use
explorer on Windows. This has been reported to me by a user, I have
never seen this before as I dont use windows if I can help it :-)...
When I slect properties of a directory it has two enties
Size and Size on disk
As an example size says 33 bytes, size
2003 Jun 16
4
POP daemon
What would be a good POP daemon to use? I know there are a few in the
mail ports. Are they any good?
What I mean by good is 'secure as possible' (is there really such thing as
being totally secure / invulnerable?)
Cheers
2009 Sep 23
1
Slow login to Samba PDC from windows XP
Hi All,
I've narrowed this down to the "preparing networks" part of the windows
login. I've setup a bridged machine to sit in between the Windows XP box
and the network and filtered on only the Windows XP's IP.
Filter Log -> http://pastebin.com/m64bbd6eb
Samba global Conf -> http://pastebin.com/m662cc5da
The windows xp machine takes about 15-20 second to get to the
2002 Jun 27
2
Run executable file
Is it possible to create an executable in unix, place it on a samba share,
and run it from NT.
i ran a little test putting "ls" in my samba share and tried double clicking
it to see if it would run.
my main goal is to create a batch file from NT that calls a script located
on a unix box shared by samba
thanks
SBLI