Displaying 20 results from an estimated 400 matches similar to: "quota support on AIX"
2007 Mar 26
5
Japanese Puppet users
Hi all,
I''ve been trying to monitor the traffic on the web site recently, and
it seems like we''ve got a couple of Japanese Puppet users I didn''t
know about. I''ve seen articles about Puppet on both madoro.org[1]
and mizzy.org[2] recently.
I haven''t looked into translations of Puppet''s documentation much,
but this might be a good place
2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files.
I tried to compile a simple Hello-World program as given in the documentation:
--------------------------------------------------------------------------------------
; Declare the string constant as a global constant...
%.LC0 = internal constant [13 x i8 ] c"hello
2006 Jul 01
5
how can i set the default protocol of WEBrick to https?
On my server, stunnel is running to accept HTTPS (port 443) connection
from clients and redirect them to localhost:80. And on port 80 of my
server, WEBrick is running to accept HTTP connection.
In such situation, WEBrick generates URLs beginning with ''http://'',
not with ''https://''. So one can access to ''https://myserver/'', but
when he click on
2003 Mar 31
1
dovecot-0.99.8.1 @ old redhat6.2 box
Hi
I have some odd problem with running dovecot.
Program dies with message in maillog:
Mar 31 21:04:02 test-box dovecot: Dovecot starting up
Mar 31 21:04:04 test-box dovecot: execv(imap-login) failed: Resource temporarily unavailable
Mar 31 21:04:04 test-box dovecot: execv(imap-login) failed: Resource temporarily unavailable
Mar 31 21:04:04 test-box dovecot: Login process died too early -
2010 Mar 11
1
argument is of length zero
I am new to R, so I beg your indulgence.
> a='hello world'
> if (grep('hellow',a)) {
print("wow")
} else {
print("wow2")
}
Error in if (grep("hellow", a)) { : argument is of length zero
What is the proper syntax to ensure that "wow2" gets printed?
Thank you for your help!
Dan
[[alternative HTML version deleted]]
2001 Dec 21
2
Printing problems from W2k/NT4
Hello,
I recently upgraded our file server from RedHat6.2 to RedHat7.2.
This upgraded our (working) Samba 2.0.x to 2.2.1a-4. Now, the windows98
machines on the network can print without problems. The 2K/NT4 machines
cannot print, but they experience no problems with file sharing operations
(writeable /home/$USER).
The 2K/NT4 machines had been printing fine prior to the upgrade. I won't
2005 Mar 28
6
Can I run windows console (command line) applications using WINE
Hi,
I understand Windows UI applications can run in Linux using wine.
1. Can I run console/command line applications also?
2. If yes, a how can a shell script running on Linux invoke the
console/command line application. (A sample would be great)
Thanks,
Susheel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Dec 13
2
[PATCH] Btrfs: fix error check of btrfs_lookup_dentry()
Clean up btrfs_lookup_dentry() to never return NULL, but PTR_ERR(-ENOENT)
instead. This keeps the return value convention consistent.
Callers who use btrfs_lookup_dentry() require a trivial update.
create_snapshot() in particular looks like it can also lose a BUG_ON(!inode)
which is not really needed - there seems less harm in returning ENOENT to
userspace at that point in the stack than there
2001 Mar 21
2
SSH doesnt let me login (fwd)
is this a PAM issue? [don't reply to me]
-------------- next part --------------
An embedded message was scrubbed...
From: Debojyoti Dutta <ddutta at usc.edu>
Subject: SSH doesnt let me login
Date: Tue, 20 Mar 2001 22:55:02 -0800
Size: 1838
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010321/0075cefe/attachment.mht
2006 Jul 21
8
How to stop webrick daemon
How do you stop a webrick running as -d?
I did various searches on google and the mailing list forums and got
nothing. Sorry for the noob question.
Thank You,
Ben Johnson
E: bjohnson@contuitive.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060721/0408fb97/attachment-0001.html
2010 Dec 16
2
[BUG?] There is a possibility that 'i_ino' overflows
Hi,
In btrfs, inode number is increased each time a new file or directory
is made.
Therefore, if the making deletion of the file is repeated, value of
''i_ino'' increases rapidly.
For example, inode number changes as follows.
$ touch foo
$ ls -i foo
266 foo
$ rm foo
$ touch bar
$ ls -i bar
267 bar
$
And then, length of ''i_ino'' and
2007 Jun 12
2
[LLVMdev] LLVM binaries for Windows and more
> -----Ursprüngliche Nachricht-----
> Von: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Gesendet: 12.06.07 19:24:12
> An: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Betreff: Re: [LLVMdev] LLVM binaries for Windows and more
>
> On Tue, 12 Jun 2007, Andreas Rumpf wrote:
> > I want to use LLVM for my own "pet" programming
2018 Apr 19
2
access domain via ldap failed
So bath samba 4.7.6 and 4.8.0 hava this problem. Can it be comfirmed to be a bug? If so, it seems to be an important issue that should be resolved as an important function of a DC.
Up to now I only have samba 4.5.x that work normal. But 4.5.x won't have new version any more. While I want to keep my samba to be the newest security version. Hope this problem get resolved soon.
Thanks for your
2007 Nov 25
1
[LLVMdev] OCaml bindings
On Nov 25, 2007, at 11:49, Jon Harrop wrote:
> On Sunday 25 November 2007 12:23, Gordon Henriksen wrote:
>
>> If ocamlc is on your path, then 'configure; make; make install'
>> should install the bindings in your ocaml lib.
>
> Right. I hadn't noticed they were already installed after llvm "make
> install" in:
>
> /usr/local/lib/ocaml/
2007 Nov 25
5
[LLVMdev] OCaml
On Sunday 25 November 2007 12:23, Gordon Henriksen wrote:
> On 2007-11-24, at 21:58, Jon Harrop wrote:
> > - Garbage collection tuned for functional programming
>
> http://llvm.org/docs/GarbageCollection.html
>
> I've been doing some interesting work on this front. Getting Lattner-
> cycles to have it reviewed and integrated is probably the biggest
> challenge; LLVM
2005 Apr 20
1
OpenSSH ssh-keygen and sshd won't work
Hi
I've Problems with my openssh installation on AIX 5.2.
My ssh-keygen and sshd won't work.
The Installation of AIX was proper migrated from aix4.3.3 to aix5.2
openssl-0.9.6m-1
openssl-devel-0.9.6m-1
openssl-doc-0.9.6m-1
openssh.base 3.7.0.5200
I had some Problem with the openssl Installation but with that was a
Problem in the rpm Database. ( /usr/sbin/updtvpkg )
lppchk -vm3 -> ok
#
2008 Jun 26
3
LDS Scripture Search Reverse Text
Hi,
I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh).
A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine.
After my upgrade, when you used the "search" function, it would crash the
2003 Nov 21
3
information
Hello,
I have samba 2.0.7 installed on AIX4.3.3.
I have 2 bugs :
- the first is that I can't transfer large file (more than 4GB) : I've seen
there is a bug and patch
- the second one is a secure pb referenced by a colleague : a root access on
the destination machine
Are these 2 problems corrected on version 2.2.8a ?
Thanks for your help.
Sophie VERDAVAINNE
NIS
SchlumbergerSema
* :
2009 Feb 25
2
gem install mysql --> Error
Hi,
When I try to install "gem install mysql" it throwing error.
For your ref,
bash-2.05b$ gem install mysql --
--with-mysql-dir=/opt/etrade/p6/share/mysql5
ERROR: http://gems.rubyforge.org/ does not appear to be a repository
ERROR: could not find gem mysql locally or in a repository
bash-2.05b$ gem install mysql --
--with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2007 Nov 25
0
[LLVMdev] OCaml
Jon,
On 2007-11-24, at 21:58, Jon Harrop wrote:
> I just took another look at the LLVM project and it has come along
> in leaps and bounds since I last looked. I've been working through
> the (awesome!) tutorial and am now really hyped about the project.
Excellent!
> I am particularly interested in using LLVM to write compilers for
> OCaml-like languages in OCaml-like