Displaying 20 results from an estimated 10000 matches similar to: "New Samba wiki on-line"
2006 Sep 17
1
Fedora packages or Enterprise packages of Samba on
Hello List,
In regards to RPM packages, what is the difference in the prebuilt ones for
example the FC5 RPM's directly from samba.org or obtaining the latest
.tar.gz and running ./makerpms.sh for the desired distribution.
Does this way optimize for example - x86-64 or SMP ?
Cheers,
Adrian Sender.
-----Original Message-----
From: Gerald (Jerry) Carter [mailto:jerry@samba.org]
Sent:
2006 Feb 09
6
POLL: Does anyone actually use multiple passdb backends on the same server?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
We are discussing removing the capability to chaining passdb
backends. It's a decent idea but overly complicates things
IMO and unless it has wide spread use, we'll probably axe it
soon (voting is starting up on the samba-tecnnical ml now).
To give you an example of what I mean, is anyone using
something like:
passdb backend =
2006 Jul 11
1
{bugzilla,news}.samba.org are temporaily down
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
Just a heads up for everyone. We are aware of the problem
and are continuing to work on resolving it.
cheers, jerry
=====================================================================
Samba ------- http://www.samba.org
Centeris ----------- http://www.centeris.com
"What man
2006 Feb 22
1
Does anyone use rhosts or hosts equiv autentication in Samba ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
I'm looking to remove some more old code. Does anyone use
either of these features currently?
cheers, jerry
=====================================================================
I live in a Reply-to-All world -----------------------
Samba ------- http://www.samba.org
Centeris
2006 Jun 04
0
Enabling a user w/ more than 14 char passwd prompts for a password.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Warren Beldad wrote:
> I have created a user with a password of 15 characters...
> then disable:
> -bash-3.00# smbpasswd -d user1
> Disabled user user1.
>
> Enable:
> -bash-3.00# smbpasswd -e user1
> New SMB password:
>
> Why is this happening? Is there any limitation for
> the number of password characters?
>
2006 Jul 13
0
Fedora packages or Enterprise packages of Samba on RH EL4?
CentOS4 RPMS for x86-64 would be awesome.
---------------------------------------------------------------------------
Tony Hoover, Network Administrator
KSU - Salina, College of Technology and Aviation
(785) 826-2660
"Don't Blend in..."
----------------------------------------------------------------------------
-----Original Message-----
From:
2006 Nov 14
0
Does Samba cache it's initial netbios name?
I just found out that when doing a new installation in works. But as
soon as I change the netbios name in the smb.conf the trouble begins...
Everything can connect, but then suddenly the error does appear. Does
Samba cache it's initial netbios name somewhere?
-----Oorspronkelijk bericht-----
Van: Sander van Harmelen
Verzonden: dinsdag 14 november 2006 13:59
Aan: Sander van Harmelen;
2006 Jan 26
0
List problems now resolved
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
There was a problem with the mail server digest for for this list
which clogged the mail queue for the past 48 hours. Sorry for
the delayed response. Things should be working fine now. And
you will probably see a flood of mail.
Enjoy. :-)
cheers, jerry
=====================================================================
I live in a
2006 Jul 20
2
Q: winbindd, unqualfied users, & name conflicts (a.k.a "Death to 'winbind use default domain'!")
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Volker,
Assume I have a member server named LINUX joined to a
domain name AD. Now assume I have a local user named foo
in my passdb and a user named foo in the domain as well.
I'm modifying winbindd_util.c:parse_domain_user() to do
a lookup_name() to try to figure out which domain to prepend
to the username rather than just assuming its a domain
2006 Feb 22
1
[Fwd: New Unix user and group domain]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Some people might find this discussion about upcoming
changes in 3.0.22 interesting. It might also be helpful
to get some feedback from the field on the ramifications
of the changes.
cheers, jerry
=====================================================================
I live in a Reply-to-All world -----------------------
Samba
2006 Aug 11
1
winbindd: Exceeding 200 client connections, no idle connection found
What is the status of https://bugzilla.samba.org/show_bug.cgi?id=3204 ?
I am using latest available version of Samba from samba.org and it seems
that this issue is not solved.
Thanks
Regards,
Komal
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps
giving here <http://vmkit.llvm.org/get_started.html>[1].
but when I run ./configure I am getting following error-
root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure
>> -with-llvm-config-path=../llvm-3.3.src/configure
>> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Harris Bakiras,
Thanks for reply. It working now.
Actually I wanted to try vmkit VM to run jruby codes.
vmkit is able to run Java program, but when I try to run JRuby code then I
get following error -
root at komal:/home/komal/Desktop/GSOC/programs# jruby hello.rb
>
> Platform.java:39:in `getPackageName': java.lang.NullPointerException
>
> from ConstantSet.java:84:in
2006 Nov 23
2
Do anyone know the solution...
Hi all,
This is my query.
Let me explain the environment first.
I have to write a perl-cgi script to add a user in samba.
I will be accessing this script through apache server, in short i am
making a web page to add samba user.
My query is how can i add user with "smbpasswd" command and giving
password as command line argument.
In normal scenario i get a prompt asking for
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I am working on a project to port JRuby on Embedded systems. JRuby converts
Ruby code to bytecode which is executed by any JVM. For this project I am
testing performance of JRuby with various available JVMs. I have chosen ARM
architecture.
Does vmkit support ARM architecture?
On Fri, Jul 19, 2013 at 8:01 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote:
> I don't know how JRuby
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
here <http://vmkit.llvm.org/> its mentioned that its portable on ARM. So
simply cross-compiling will work?
On Mon, Jul 22, 2013 at 7:37 PM, Harris BAKIRAS <h.bakiras at gmail.com> wrote:
> Hello Kumar,
>
> Unfortunately we never experienced on ARM architecture and we are not
> planning to port VMKit on ARM for the moment.
>
> Regards,
>
> Harris Bakiras
>
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar,
There is an error on your configuration line, you should provide the
path to llvm-config binary instead of configure file.
Assuming that you compiled llvm in release mode, the llvm-config binary
is located in :
YOUR_PATH_TO_LLVM/Release+Asserts/bin/llvm-config
Try to change the -with-llvm-config-path option and it will compile.
Harris Bakiras
On 07/19/2013 02:36 PM, Kumar
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
I don't know how JRuby works, maybe it uses some new feature that GNU
Classpath does not provide.
VMKit's openJDK version is unstable on 64 bits since package version 6b27.
You can still use it for very small programs which does not need GC but
that's all.
It works fine on 32 bits.
So you can try it on 32 bits or revert your java version to a previous
one (< than 6b27) to test
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hello Kumar,
Unfortunately we never experienced on ARM architecture and we are not
planning to port VMKit on ARM for the moment.
Regards,
Harris Bakiras
On 07/19/2013 05:50 PM, Kumar Sukhani wrote:
> I am working on a project to port JRuby on Embedded systems. JRuby
> converts Ruby code to bytecode which is executed by any JVM. For this
> project I am testing performance of JRuby
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar,
It's a mistake, we will correct that, we haven't tested vmkit on arm. As
LLVM supports arm, by cross-compiling vmkit in arm/linux, it could work,
but you will probably have to adapt some few parts of the code. If you plan
to make the port, feel free to send us a lot of patches :)
Gaël
Le 22 juil. 2013 17:09, "Kumar Sukhani" <kumarsukhani at gmail.com> a écrit :