Displaying 15 results from an estimated 15 matches for "unixish".
2011 Oct 28
0
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
...CLEAR: I intend to introduce a hard dependency on requiring Python in
> order to build LLVM.
>
> For the Makefiles, this is no worse than requiring Perl, so I don't think
> there is much to argue with.
I disagree there. Perl is pretty much guaranteed to be installed on any UNIXish system. Even FreeBSD, which has removed it from the base system, tends to install the Perl package by default. In contrast, a lot of the machines I use don't have Python installed. I need to install it if I'm doing LLVM development because it's needed for the tests, but needing it ju...
2008 Nov 09
3
Dovecot and Bogofilter
...n file. I thought of
something like this: pipe = prg1 | prg2
2. Write a bogofilter-specific plugin for this.
Anyhow I would like to take this opportunity to criticise Dovecot
for being a bloated (unnecessary abstractions, verbose, pseudo
object-oriented, ...), non-suckless [3] and non-unixish (plugin
architecture, monolithic design, ...) software which in return works
quite well and stable so far.
I appreciate any suggestions, ideas or criticism. I would really like
to finish configuring my mail server as soon as possible.
Regards,
Matthias-Christian
[1] http://smarden.org/pape/Debia...
2006 Aug 17
1
Mongrel, development mode, and deleting/moving templates
I''m not sure what''s to blame, but it seems that if I delete or move a
template, restarting is necessary. For example, I recently moved a
partial from app/views/members/_login.rhtml to
app/views/members/_login.mab, after which I got a blank-page-of-death.
Once I restarted my Mongrel cluster, it worked. Shouldn''t changes like
this get picked up automatically in
2008 May 20
2
ssh implementation
hello,
This is sridevi from ceeyes software technologies.I have a plan to implement
this ssh opensource code and to port into vxworks-6.4.But there is no ssh
support for vxworks-6.4.Is it possible to port the opensource code into
vxworks-6.4.And also i noticed that
key files in /etc/ssh/.How can i get those related files in vxworks-6.4.Give
me a suggestion regarding this.
Thank you,
sridevi
2002 Jan 24
3
SSH
I added the enviroment variable RSYNC_RSH=ssh and every things seems to work
fine, but there is no way to tell if rsync is actually using ssh or not?
2011 Jun 28
0
[PATCH] cpio: cleanup O_BINARY usage.
No point of using it on a unixish OS.
Signed-off-by: maximilian attems <max at stro.at>
---
usr/utils/cpio.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/usr/utils/cpio.c b/usr/utils/cpio.c
index 6891883..15134b9 100644
--- a/usr/utils/cpio.c
+++ b/usr/utils/cpio.c
@@ -31,10 +31,6 @@
#i...
2001 Oct 17
3
remotely displayed programs run only once
Hey all,
When I first start an Xsession (from dtlogin) I can telnet to the app
server (my linux box) and run Notes under WINE and it will display on my
HP box just fine. All Notes functions work, even printing. However,
when I File|Exit from Notes and then try to restart it, I get an error
on the host machine.
here is the error message:
X Error of failed request: BadMatch (invalid parameter
2002 Apr 10
6
[Bug 212] Add netgroup support to ssh-keyscan
http://bugzilla.mindrot.org/show_bug.cgi?id=212
------- Additional Comments From Michael.Gerdts at alcatel.com 2002-04-11 00:33 -------
This patch also changes the behavior of ssh-keyscan when a hostname does not
resolve. I have changed the condition from fatal() to error() so that the scan
does not quit when it runs across a bad hostname.
------- You are receiving this mail because:
2008 Nov 06
1
Samba and oplocks
Hi
We've here some problems with Samba on a freeBSD-Server.
FreeBSD 6.2-RELEASE
Samba Version 3.0.25a
The problem is about locking of open files. For example when a user A
opens a excel-sheet and a user B also opens the same file, user B won't
only open this file as read-only.
We moved from a Windows Server to a freebsd based one about 2 weeks ago
and we also had some problems with dbs
2011 Oct 28
3
[LLVMdev] [cfe-dev] RFC: Upcoming Build System Changes
Hi David,
On 28.10.2011 13:05, David Chisnall wrote:
> I disagree there. Perl is pretty much guaranteed to be installed on any UNIXish system. Even FreeBSD, which has removed it from the base system, tends to install the Perl package by default. In contrast, a lot of the machines I use don't have Python installed. I need to install it if I'm doing LLVM development because it's needed for the tests, but needing it ju...
1999 Oct 25
1
GARCH models available
tseries_0.3-0 at CRAN now contains the following new features:
NelPlo Nelson-Plosser Macroeconomic Time Series
garch Fit GARCH Models to Time Series
get.hist.quote Download Historical Finance Data
jarque.bera.test Jarque-Bera Test
na.remove NA Handling Routines for Time Series
garch contains a GARCH estimation routine together
1999 Oct 25
1
GARCH models available
tseries_0.3-0 at CRAN now contains the following new features:
NelPlo Nelson-Plosser Macroeconomic Time Series
garch Fit GARCH Models to Time Series
get.hist.quote Download Historical Finance Data
jarque.bera.test Jarque-Bera Test
na.remove NA Handling Routines for Time Series
garch contains a GARCH estimation routine together
2008 Nov 06
1
[Fwd: Re: Samba and oplocks]
...sure I would have to look. You might want to try a
later version like 3.0.32 or 3.2.4.
> I also compared this behavior with our Synology NAS-Server and there seems
> to be no problem with handling locks.
What OS does that run? As it also offers telnet and ssh
access, I would guess something unixish, so chances are good
that it also runs Samba inside. You might want to look which
version that is.
Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: untitled-[2]
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.samba.or...
2005 Jul 12
10
Computer algebra in R - would that be an idea??
>From time to time people request symbolic computations beyond what D() and deriv() etc can provide. A brief look at the internet shows that there are many more or less developed computer algebra packages freely available. Therefore, I wondered if it would be an idea to try to 'integrate' one of these packages in R, which I guess can be done in more or less elegant ways... I do not know
2011 Oct 28
19
[LLVMdev] RFC: Upcoming Build System Changes
Hi all,
As you might have inferred, I'm in the process of working on some changes to the
way LLVM builds. I have outlined a rough proposal below, unless there are any
major objections I will probably start committing stuff next week.
This message may be verbose, if you want the executive summary, skip
to 'What This
Means For Jane "LLVM Developer" Doe' at the bottom.