Displaying 20 results from an estimated 100 matches similar to: "Compiling Samba 2.2.5 on Tru64 UNIX"
2002 Oct 24
0
[Fwd: Re: Always use the native protocol of the client -- WAS:How Samba let us down]
-------- Original Message --------
Subject: Re: [Samba] Always use the native protocol of the client -- WAS:How
Samba let us down
Date: Thu, 24 Oct 2002 14:48:48 +0200
From: Uwe Lienig <Uwe.Lienig@fif.mw.htw-dresden.de>
Organization: Forschungsinstitut Fahrzeugtechnik -FiF-
To: Buchan Milne <bgmilne@cae.co.za>
References: <3DB7E8FE.9030600@cae.co.za>
Buchan Milne wrote:
2002 Dec 11
3
Error starting the samba services
Please, People, help me !
When I start the smb services, I receive this message:
[root @g 11:25:39 /root]# service smb restart
Stopping service SMB: [ OK ]
Stopping service NMB: [ OK ]
rm: cannot remove `/var/lock/subsys/smb': IO Error
Starting service SMB: [ OK ]
Starting service NMB:
2002 Sep 03
6
samba and NIS?
Hi,
I have a few questions. My goal is to run
NIS and samba so I have a central point of passwd control
and just one place to change passwords. I will eventually
have 5 samba servers so this is quite important to me as
I don't want to have to change passwords and setup passwords
on 5 servers when changing or adding new users.
Can this be done? So that if a user changes his password
for
2019 Apr 30
0
[External] Re: Background R session on Unix and SIGINT
A Simon pointed out the interrupt is recorded but not processed until
a safe point.
When reading from a fifo or pipe R runs non-interactive, which means
is sits in a read() system call and the interrupt isn't seen until
sometime during evaluation when a safe checkpoint is reached.
When reading from a terminal R will use select() to wait for input and
periodically wake and check for
2019 Apr 30
2
Background R session on Unix and SIGINT
OK, I managed to create an example without callr, but it is still
somewhat cumbersome. Anyway, here it is.
Terminal 1:
mkfifo fif
R --no-readline --slave --no-save --no-restore < fif
Terminal 2:
cat > fif
Sys.getpid()
This will make Terminal 1 print the pid of the R process, so we can
send a SIGINT:
Terminal 3:
kill -INT pid
The R process is of course still running happily.
Terminal 2
2019 May 01
0
[External] Re: Background R session on Unix and SIGINT
Gabor,
I think you're talking about two independent things. You can interrupt the computation, no question about that. It's just that if you send an interrupt while you're *not* doing any computations, it will be signaled but not raised until the interrupts are checked since there is no one to check it. This goes back to my original response - the interactive REPL calls
2019 Apr 30
2
[External] Re: Background R session on Unix and SIGINT
Unfortunately --interactive also makes the session interactive(),
which is bad for me, as it is a background session.
In general, I don't want the interactive behavior, but was wondering
if I could send as SIGINT to try to interrupt the computation of the
background process, and if that does not work, then I would send a
SIGKILL and start up another process. It all works nicely, except for
2010 Jun 04
1
ps-output and LaTeX/DVIPS/PS2PDF - Greek letters disappear
Hello!
My graphs are produced using the "postscript"-option in R (R version
2.10.1 (2009-12-14)). When Greek letters are used on the axis,
everything looks fine in the *.ps-file. If included in a LaTeX-file and
(on Ubuntu 10.04, fresh install), the Greek letters appear in the DVI-
and PS-output, however, if converted with ps2pdf they suddenly
disappear. Could anyone suggest a
2010 Nov 10
3
plot & xlim/ylim & range of axis
Dear mailing list readers!
Using R and the plot function I stumbled over this little issue:
plot(x=NULL,
y=NULL,
xlim=range(1:10),
ylim=range(1e-9:1),
log="y")
produces an plot empty plot, where the y-axis is in the specified range.
Changing ylim to
ylim=range(1e-9:1e-3)
creates an y-axis in the range of 1e-12 to 1e-6. This appearance of the
y-axis is a
2004 Nov 15
1
No connection to SAMBA server
Hello,
I've compiled SAMBA 3.0.7 on AIX 5.2 ML 2 with gcc 2.9. There
were no errors during the compilation.
I get no connection from a Windows XP PC to my SAMBA-Server.
When I enter the username and password I get the next window
and I have to enter the username and password again and so on.
The log file is 0 byte long.
I cannot find the error without a logfile.
A ssh-connection
1997 Dec 05
1
R-alpha: is.vector of one-dimensional array
maybe we've already diskussed this before, but Kurt and I can't
remember ...
is.vector() of an one-dimensional array returns FALSE. this is also the
behavior of Splus, but totally counter-intuitive for me ... IMO an
array of dimension 1 is exactly the definition of a vector ...
it also breaks our current plot.factor, which is simply a
barplot(table(x))
table() returns an
2012 Mar 09
1
[Bug 8804] New: rsync -aH --only-write-batch hangs
https://bugzilla.samba.org/show_bug.cgi?id=8804
Summary: rsync -aH --only-write-batch hangs
Product: rsync
Version: 3.0.9
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: christian.heinlein at htw-aalen.de
2010 Jul 26
4
Plot of a subset of a data.frame()
Hello,
my data.frame is sort of a collection of process values, i.e. huge
run-chart. It consists of a time-stamp in the first column (date as
string), factors in the following columns (used for subset-filtering),
and some process-data columns.
Hereafter, two examples are listed, showing the problems that occour
during print:
At first the example, that works fine:
2019 Apr 30
2
Background R session on Unix and SIGINT
Yeah, I get that they are async.
What happens is that the background process is not doing anything when
the process gets a SIGINT. I.e. the background process is just
listening on its standard input.
AFAICT for an interactive process such a SIGINT is just swallowed,
with a newline outputted to the terminal.
But apparently, for this background process, it is not swallowed, and
it is triggered
2001 Jul 16
0
No subject
openssh at openssh.com
Dear openssh team !
When I try to configure openssh version 2.9p2 on an ALPHA OSF1 V4.0
I get lots of error messages of the following type
What is missing fundamentally ?
Could this be due to not using gcc ?
How can I solve these problems ?
best regards
S. Hoefinger
2001 Nov 02
3
su/sudo using ssh auth
To the openssh and sudo developer mailing lists:
Ssh has a key agent allowing authentication to remote hosts without
entering your password/passphrase again and again, which is very
convenient. I think the 'su', 'sudo', and similiar commands could benefit
from this idea and mechanism. I don't have the necessary expertise in
cryptology to do this myself so I just want to throw
2007 Apr 18
1
Paravirt-ops next steps
So it's gotten a bit confusing to figure out how we should go about
upstreaming the rest of our patches. Our patchkit in the paravirt-ops
tree currently applies to 2.6.19-rc4-mm2, but there are a number of
conflicts that got resolved when merging into Andi's i386 tree.
What is the best way to sanitize the remaining patches so they smoothly
integrate into the appropriate trees?
2002 Jul 12
0
[Bug 353] New: login failure on tru64
http://bugzilla.mindrot.org/show_bug.cgi?id=353
Summary: login failure on tru64
Product: Portable OpenSSH
Version: -current
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: weberc at
2007 Apr 18
1
Paravirt-ops next steps
So it's gotten a bit confusing to figure out how we should go about
upstreaming the rest of our patches. Our patchkit in the paravirt-ops
tree currently applies to 2.6.19-rc4-mm2, but there are a number of
conflicts that got resolved when merging into Andi's i386 tree.
What is the best way to sanitize the remaining patches so they smoothly
integrate into the appropriate trees?
2005 Mar 17
0
IAX2 Trunking, No connections any more...
Hello!
I have bin trying to set up trunking between some of my Asterisk
boxes but had no luck...
I use Asterisk 2.0.6 on SuSE 6.2, but I have had the same problem with
erlier releases. I have a working connection and can place
multiple calls in both direktions. Than I set "trunk=yes" on
both sides and reload. "CLI> iax2 show peers" shows a (T)
and low latency on both