Displaying 12 results from an estimated 12 matches for "nethome".
2007 Feb 02
2
Make error for R-devel package under linux
...shared BLAS, R profiling, Java
Recommended packages: yes
configure: WARNING: you cannot build DVI versions of the R manuals
configure: WARNING: you cannot build PDF versions of the R manuals
>make
.....
mkdir -p -- ../../../../library/tools/libs
make[5]: Leaving directory
`/nethome/xpeng/linux/tools/R-devel/src/library/tools/src'
make[4]: Leaving directory
`/nethome/xpeng/linux/tools/R-devel/src/library/tools/src'
Error in loadNamespace(name) : there is no package called 'tools'
In addition: Warning messages:
1: Line starting 'Package: tools ...' is ma...
2006 Dec 22
1
Correct usage of NFS mounted Maildirs
...Dec 22 11:23:24 Info: imap-login: Login: user=<nfsuser1>,
method=plain, rip=138.26.64.50, lip=138.26.64.5
dovecot: Dec 22 11:24:48 Info: imap-login: Login: user=<nfsuser1>,
method=plain, rip=138.26.64.50, lip=138.26.64.5
dovecot: Dec 22 11:26:43 Error: IMAP(nfsuser1):
inotify_add_watch(/nethome/facstaff/nfsuser1/Maildir/.Trash/new) failed:
Stale NFS file handle
dovecot: Dec 22 11:26:43 Error: IMAP(nfsuser1):
inotify_add_watch(/nethome/facstaff/nfsuser1/Maildir/new) failed: Stale
NFS file handle
To be honest, I'm not 100% sure this is a dovecot problem, because I
also see that I am ge...
2015 Mar 19
2
The RPC server is unavailable
...INNAME.ORG
netbios name = MEGATRON
server role = active directory domain controller
dns forwarder = <ISP DNS server>
[netlogon]
path = /mnt/Netshares/Logonscripts
read only = No
[sysvol]
path = /usr/local/samba/var/locks/sysvol
read only = No
[nethome]
path = /mnt/Netusers/Nethome
read only = No
--
Kind regards,
Jesper Koivum?ki
2015 Mar 19
0
The RPC server is unavailable
...server role = active directory domain controller
> dns forwarder = <ISP DNS server>
>
> [netlogon]
> path = /mnt/Netshares/Logonscripts
> read only = No
>
> [sysvol]
> path = /usr/local/samba/var/locks/sysvol
> read only = No
>
> [nethome]
> path = /mnt/Netusers/Nethome
> read only = No
>
OK, what is the results from the following two commands:
samba-tool testparm --suppress-prompt -v | grep '[s]erver services'
samba-tool testparm --suppress-prompt -v | grep '[d]cerpc endpoint servers'
Rowland
2010 Jun 08
0
change notify or something
...server string = smbs4
passdb backend = tdbsam
client NTLMv2 auth = Yes
max log size = 50
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65536
ctdbd socket = /tmp/ctdb.socket
clustering = Yes
private dir = /nethome/ctdbSharedRoot
dns proxy = No
ldap ssl = no
idmap backend = tdb2
fileid:mapping = fsname
nfs4:mode = special
nfs4:chown = yes
nfs4:acedup = merge
force unknown acl user = Yes
map readonly = permissions
max xmit = 65536...
2019 Jun 26
6
Samba 4.10 member: SMB login no longer working
...0770
> directory mask = 0770
> force create mode = 0660
> force directory mode = 02770
> inherit acls = Yes
> inherit owner = windows and unix
> inherit permissions = Yes
> read only = No
> use sendfile = Yes
>
>
> [homes]
> comment = ~
> volume = nethome
>
>
> [print$]
> comment = Druckertreiber Windows
> path = /srv/smb/Drucker/
>
>
> [printers]
> browseable = No
> comment = Drucker
> path = /var/spool/samba
> printable = Yes
>
>
> [public-graz]
> comment = S:
> path = /srv/smb
>...
2012 Jun 15
0
Linux domain member server: Win group does not map to UNIX group
...itical auth system
The PDC makes use of LDAP groups/users available to it without any
problem, and then i create corresponding tdbsam users for Windows access
and added mappings btwn LDAP and Windows domain groups with "net
groupmap add ntgroup".
The PDC also currently houses users' nethomes, which we share out.
Anything created by a user under Windows in their homedir has correct
user/group permissions under Linux. Nice.
However, on a domain member server sharing out production data, i am
unable to pick up the LDAP GID (UID is OK), so when viewed from the
Linux CLI, users' fil...
2019 Jun 26
0
Samba 4.10 member: SMB login no longer working
...ode = 02770
> >> inherit acls = Yes
> >> inherit owner = windows and unix
> >> inherit permissions = Yes
> >> read only = No
> >> use sendfile = Yes
> >>
> >>
> >> [homes]
> >> comment = ~
> >> volume = nethome
> >>
> >>
> >> [print$]
> >> comment = Druckertreiber Windows
> >> path = /srv/smb/Drucker/
> >>
> >>
> >> [printers]
> >> browseable = No
> >> comment = Drucker
> >> path = /var/spool/samba
>...
2005 Sep 03
1
CentOS bootstrapper for chroot(2) environment
...y on Fedora Core 4.
I needed it to do only a bit customized CentOS kernel package rebuild.
Regards,
Lace
-------------- next part --------------
#! /bin/bash
# Bootstrap for: CentOS-4.1
# $Id: centos-bootstrap,v 1.4 2005/09/03 03:07:17 short Exp $
# Latest:
# http://cvs.jankratochvil.net/viewcvs/nethome/src/centos-bootstrap?rev=HEAD
RPMS_URL_BASE=http://rsync.atworks.co.jp/centos/4.1/os/i386/CentOS/RPMS
if test $# != 1;then echo >&2 "Syntax: $0 <target-root-directory(DELETED!)>";exit 1;fi
ROOT="$1"
if test "${ROOT#/}" = "$ROOT";then echo >...
2003 Mar 04
5
XP "logon failure" but still logs on -- no roaming profile
I'm having a problem with roaming domains on Samba v3.0-alpha21. I've
connected the machine (watertown) to the domain (precidia) via the
server (griffon). I've logged on with my userid (bcwhite) and seen
my roaming profile get created on the server upon logoff. Future logons
grab the roaming profile and everything is fine.
However, _sometimes_ I get a window with the message:
2017 Nov 13
2
Winbind error "Could not fetch our SID - did we join?"
...reate mask = 0770
directory mask = 0770
force create mode = 0660
force directory mode = 02770
inherit acls = Yes
inherit owner = Yes
inherit permissions = Yes
read only = No
aio read size = 16384
aio write size = 16384
block size = 4096
use sendfile = Yes
[homes]
comment = ~
volume = nethome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba/attachments/20171113/e5428cf7/signature.sig>
2019 Jun 26
4
Samba 4.10 member: SMB login no longer working
...erit owner = windows and unix
> >>>> inherit permissions = Yes
> >>>> read only = No
> >>>> use sendfile = Yes
> >>>>
> >>>>
> >>>> [homes]
> >>>> comment = ~
> >>>> volume = nethome
> >>>>
> >>>>
> >>>> [print$]
> >>>> comment = Druckertreiber Windows
> >>>> path = /srv/smb/Drucker/
> >>>>
> >>>>
> >>>> [printers]
> >>>> browseable = No
>...