Displaying 20 results from an estimated 4000 matches similar to: "Sharing out unix home directory via samba"
2006 Apr 11
2
File Permissions
Hello
I trying to grasp the file permissions on Linux. I have Samba installed
and functioning properly...
I think I understand perimission in this environment with one exception:
I need to add more than one group to a file/folder. With Windows..the
security tab would allow any number of Groups and each group could have
different permissions. (As well with files and subdirectories). With
2007 Aug 22
2
Julian's patches
There are couple of excellent patches available from
http://www.ssi.bg/~ja for advance routing,load balancing,link-failover
etc.
Any idea why these patches are not yet integrated into the upstream kernel?
Thanks
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
2008 Jan 13
1
Fedora Frog (Nice to have tool to mange multiple repo)
Hello,
While doing usual search on sf.net I came across this nice little
utility Fedora Frog to mange packages from multiple repositores.Though
it is written for Fedora it can be used for CentOS as well.
http://sourceforge.net/projects/fedorafrog
Joy
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 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 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 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 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 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 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 :
2006 Apr 14
1
UID/GID Issues with Samba in ADS mode with Winbind
Hello
I am seeing an issue where Winbind is not keeping it's UID/GID
mappings. For how long does the mapping stay in effect? Is this
mapping effected by reboots or server restarts? Will an AD user get the
same UID/GID every time? Is there a way we can ensure that the UID/GIDs
stick between login/logouts, etc.
Thanks
Regards,
Komal
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
2006 Aug 30
1
Samba and Printing
Hello,
I have quick question about Printing with Samba.I want to print to
printer connected to Windows machine.I do not have drive for Linux of
the printer.Should I create raw queue in Linux to print to Windows printer?
If i do not have suitable driver for Linux for printer is it still
possible to print to windows printer ?
I tired postscript printer but it is not working.
Thanks
Regards,
2003 Feb 12
1
Three questions - loading(sourcing a file??), summaries to bitmaps, and error messages
R helpers,
I have three questions about R and was wondering if I could get some help.
First, I am trying to send the output of a a summary command -
summary("info") to a bitmap file instead of the default device. Anybody
know how to send a summary to a bitmap device?
Second - this question is more difficult. What I am trying to do is have
Perl (because I already have the data
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
2005 Jul 30
1
Samba Print server
Hello
I am setting up Samba as a print server. Is it possible to setup driver auto
download without user intervention ?I am looking for Novell's iprint like
facility in Samba.
Thank you
Regards,
Komal
2006 May 20
4
File size limit of 2Gb ish ?
Hi all,
I am running samba 3.0.14 on ubuntu breezy badger networked with another
ubuntu machine and my XP laptop.
File sharing is great except when a file exceeds 1.5 - 2 GB. The file transfer
fails after 1.5 - 2 GB with a file to large error. This seems to be a limit
for linux - windows and linux - linux which is a pain when trying to move
large DVD iso's.
Does anyone know a
2009 Jul 01
1
How should I denormalise a data frame list of lists column?
Hi,
I have a data frame where one column is a list of lists. I would like to
subset the data frame based on membership of the lists in that column and be
able to 'denormalise' the data frame so that a row is duplicated for each of
its list elements. Example code follows:
# The data is read in in this form with the c2 list values in single strings
which I then split to give lists:
> f1
2006 Jan 15
2
Rogue Processes
I seem to notice these two processes running with top.
Netstat hasn't been issued by me and cant be killed with the START
state. Can someone enlighten me on these processes.
FreeBSD dracula.transylvania.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun
Dec 4 00:22:01 EST 2005
root@dracula.transylvania.net:/usr/src/sys/i386/compile/BLEACH i386
The box doesnt run ssh or telnet just postfix