Displaying 20 results from an estimated 10000 matches similar to: "Samba permission issue"
2005 Dec 22
2
Sharing out unix home directory via samba
Hello
Sharing out unix home directory via samba. Home directory is /home/%
username% . However, samba insists on sharing this directory as /home/%
domain%/%username% . So a user can see their home directory as server
%username% from windows. But, when they click on it, they get an error
and the samba log says that the share /home/%domain%/%username% doesn't
exist.
Thanks
Regards,
Komal
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,
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
2004 Dec 13
0
extended characters
well, if I manually update the metadata via oddcast and enter "M? ire
Brennan - I L??thair D??", then check the icecast2 status page, I see :
Current Song: M?ire Brennan - I L?thair D?
which I presume is correct. If I then open this stream with winamp, it
displays as : M - I L?thair D?. If I look at the file properties, the
vorbis winamp plugin tells me there are two comment
2008 Jul 27
1
64-bit R on Mac OS X 10.5.4
Hi Matt
Your method is the easiest way for me to install the 64-bit R. I followed the directions on your web site and then did the following:
R --arch=x86_64
source("http://bioconductor.org/biocLite.R")
biocLite(type = "source",lib = "/Library/Frameworks/R.framework/Versions/2.8/Resources/RLib64")
I got many errors and warnings which I copied to the attached file.
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
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
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 :
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
2007 Nov 08
1
64-bit R-build on Mac OS X 10.4 - make check failures
Hi all,
I compiled 64-bit R on an Apple Mac G5 running OS X, but it failed
make check. Simon Urbanek suggested I post results to R-devel.
> On Nov 6, 2007, at 10:23 PM, Steven McKinney wrote:
>
> > Hi Simon,
> >
> > Would you be able to give more guidance on how to compile 64-bit
> > libiconv for Tiger,
>
> You can get the sources from Apple and compile
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
>
2005 May 12
1
[Bug 1040] SSH only believes 127.0.0.1 is IPV4 localhost, not 127/8
http://bugzilla.mindrot.org/show_bug.cgi?id=1040
Summary: SSH only believes 127.0.0.1 is IPV4 localhost, not 127/8
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
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
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
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
2006 Oct 31
1
missing SIGWINCH?
I have an R library which uses identify() and system(com="xterm -e
less /a/corresponding/file") to view files when I click on an x11()
plot. I can successfully resize the xterm on Linux (i486) and Macos
10.4 (G4 and G5), but NOT Macos 10.4 (Intel). For example, on a new
mac pro:
# in a terminal,xterm,iterm,etc:
xterm -e "printenv | less"
# the resulting xterm resizes
2005 Mar 25
0
Does R work in 64 bit on apple G5
On 24/03/2005, at 10:10 PM, David Ruau wrote:
> I am working with R on 2xG5 1.8Ghz from Apple under 10.3.8
> The G5 chip is 64 bits but does R run in 64 bit or 32 under OS X?
> How can know?
> I think it run in 32 bits... but not sure...
>
It is not possible to build and run 64bit apps in MacOS X under 10.3.x.
The problem is not just the compiler. For a workable 64 bit app you
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 Oct 31
0
6292054 Zero sctp_rtt_updates should mean no update to IRE RTT cache
Author: kcpoon
Repository: /hg/zfs-crypto/gate
Revision: 58254c0740547f867826e8149620a26d16242ee7
Log message:
6292054 Zero sctp_rtt_updates should mean no update to IRE RTT cache
Files:
update: usr/src/uts/common/inet/sctp/sctp_common.c
update: usr/src/uts/common/inet/sctp/sctp_impl.h