similar to: Pb with file access rights on a NFS server

Displaying 20 results from an estimated 400 matches similar to: "Pb with file access rights on a NFS server"

2005 Sep 19
2
File access rights on a NFS share: please help !
Hello, As I didn't get any answer, I'm posting my question again. Sorry to insist but I'm very embarrassed... I'm having troubles with access rights on files located on a NFS server (Solaris 8). The client machine is a Linux SuSe E9.0 and the samba suite version is samba-3.0.20, directly installed from a Linux package. The users connect to the Linux server without any Pb using
2008 Sep 12
1
Type nfs_share changes exported folder/file ownership
I''ve used the nfs_share type to export NFS shares on server A: nfs_share { "": shares => ["/path/to/share/", "/path/to/another/share/"], share_access => "server.example.com" } The /etc/exports file on server A look like this: /path/to/share server.example.com(rw,sync)
2007 Jul 03
2
"Open Extend >> " doesn't work anymore... !
I've a problem with a program. Printing system does: type test.txt *>>* \\lnxsrv\printer and it return: "the parameter is incorrect" but if i try: type test.txt *> *\\lnxsrv\printer it works but if i try with early samba before 3.0.21 release "open extend >> " works ! with last samba release 3.0.25 not work and it tell me error ! Only simple >
2005 Aug 26
4
Samba clients fail after reboot
Hi all, since three weeks ago, whenever one of our Linux client gets rebooted, it can't get access to a W2K domain anymore. Everything is working, nothing is changed in the configs, the Linux machines are simply rebooted. Does anyone know whether tehre is a security update or so on w2K that causes this? Another strange thing is that once in a while for an unknown reason loggin in to the linux
2017 Nov 08
2
Sharing an R installation via NFS on ubuntu cluster
hi all, i want to share an R installation from a master node to several compute nodes via NFS. all nodes run ubuntu 16.04. I tried building R from source but hit a wall several times because of missing dependencies. So I am looking for something that uses the usual apt-get install proceedure, but would place the installation in the non-standard location. For context, right now I would have to
2017 Nov 08
0
Sharing an R installation via NFS on ubuntu cluster
On Wed, Nov 8, 2017 at 6:14 AM, Florian Oswald <florian.oswald at gmail.com> wrote: > hi all, > > i want to share an R installation from a master node to several compute > nodes via NFS. all nodes run ubuntu 16.04. I tried building R from source > but hit a wall several times because of missing dependencies. apt-get build-dep r-base should take care of that. --Ista So I am
2017 Nov 09
1
Sharing an R installation via NFS on ubuntu cluster
I can install R with sudo apt-get update sudo apt-get install r-base this is not my problem, and indeed, not my question. my question was how could I share the resulting R installation over NFS? Do I have to export every location where apt-get installs a component or can I force apt-get to place the installation in a certain location? On 8 November 2017 at 17:37, Ista Zahn <istazahn at
2002 Jun 13
1
[mntent]: line x in /etc/fstab is bad
Hi ! I'm having trouble trying to mount a win2k share from my linux box with the mount command. My linux box is a RH 7.2 and samba version is 2.2.4. It is part of the windows domain 'VALBONE' and the smb.conf option "winbind use default domain" is set to yes. So when the user slautier log into the machine, it does it without specifying the domain name. slautier is a member
2002 Jun 05
4
Samba compiled version to rpm package
Hi ! I'm runing a linux redhat 7.2 box with samba 2.2.4. I've downloaded the samba source in order to install it with the needed compilation options (--with-smbwrapper --with-automount --with-smbmount --with-pam ...). Samba is now up and running but I would like to build an rpm with this compiled version. Any idea of how to transform this samba compiled version to a rpm package ?
2002 Jun 14
1
What FS type for ACL support ?
Hi ! I would like to setup ACL on my RH7.2 box to be able to set/check permissions on SMB shares (linux-samba and win2k). Which file system type to use: XFS, DFS ? Which one is the best recommanded for my configuration ? Regards. Sabrina --------------------------------------------- Powered by Alinto (http://www.alinto.net) for lavache.com (http://www.lavacheautomatique.com)
2002 Jun 26
0
Fwd: Samba as DC in a win2k network
Hi ! Sorry to bother you but as you're pretty close to what I would like to do with samba, maybe you could help me to answer the above questions. As I guess you're both in a hurry, I don't ask you long technical explanations. Just theorical informations to get a good understanding of what I am going to do. Thanks a bundle in advance. Sabrina ----- Forwarded message from LAUTIER
2002 Jun 13
2
pam_mount and winbind
Hi ! Has anybody already managed to make pam_mount and winbind working together ? I'm running a linux 7.2 box with samba 2.2.4. I use winbind for user authentication from a win2k server (DEDALE in domain VALBONE). The following command works fine: $ smbmount //DEDALE/SHAREDIR \ /mnt/smb/dedale/sharedir/ -o \
2007 Feb 16
1
Why is winbind so slow?!
Hi, I installed samba on a large Active Directory. All is working, I use winbind in pam and everything is working. However sometime it just hang for a while (say 20 seconds) and then go without problems. Currently I increased "winbind cache time" to mitigate the problem. There are mainly two situation where this hang occur 1- login 2- ls -l 3- groups I tried to analyze the problem a
2002 Jun 25
1
linux+samba as DC in a win2k network
All, For a bunch of good reasons ;), my company thinks of getting rid of our win2k DC and replacing it with a linux RH 7.3 box with samba 2.2.4 or 2.2.5. Before starting working on that, I would like to gather some basic informations. We've got solaris 2.8, linux and win2k clients machines. LDAP: I understand that I need to setup an LDAP server which will replace the win2k Active Directory
2007 Jun 10
0
pb when posting to an action "render_text body, :status => 400"
Hi, I''m trying to do a little openid-server in rails. I encounter a very strange problem for me, you can see all the story in the openid mailing-list : http://lists.openidenabled.com/pipermail/dev/2007-May/000666.html http://lists.openidenabled.com/pipermail/dev/2007-June/000700.html In short, the problem is : the server has to do a "render_text body, :status => 400"
2007 Jun 10
0
pb when posting to an action "render_text body, :status => 400" (resolved)
Sorry for my previous mail, If I do render :text => "test", :status => 400 instead of render_text "test", :status => 400 every one (ie. mongrel & webrick) are working fine ! Sorry. Arthur
2006 Mar 03
2
ENV[''RAILS_ENV''] pb
Hello, I want to put my app in production mode. So I write this line in environment.rb : ENV[''RAILS_ENV''] = "production" I restart webrick. If I write <%= ENV.inspect %> I have the correct "RAILS_ENV"=>"production" But browse my site and look the log, the development.log is still growing and the production.log stay to 0 ko
2005 Jun 29
0
Pb : keep the coordinates after drag and drop
Hi, I''m coding a shopping cart using your effects library. There are 2 parts in my page. On the left the list of my products and on the right the shopping cart. I can sort dynamically my products (by price, title, etc...) . I have a problem when I do a sort, and I want to drag a product. My system keep the initial position of each product. The products moves correctly after the
2011 Mar 25
0
PB Unhandled page fault on read access with a Radeon Driver
Hello , I heard some people had trouble with ati radeo fireGL before in wine getting a Unhandled page fault on read access. I have the same problem , i get on spike2 a Unhandled page fault on read access when trying to access a very important feature ,except i have the open radeon driver. Does someone know a solution? Thanks to all
2004 Feb 25
1
Pb with RODBC installation
Hello I'm starting to use R on a Windows XP Pro machine which is not connected to the internet; I want to use database connection so I downloaded the file "RODBC_1.0-4.tar" from CRAN; this file is not accepted by the "Packages->Install Packages from local zip file" menu function of R!!! I would like to know why it doesn't work and if it's possible to get