Displaying 5 results from an estimated 5 matches for "nas02".
Did you mean:
nam02
2014 Oct 05
1
CentOS 7 - Have 2 disks, each with a biosboot partition, can only boot off one of them
Hi all,
I used a kickstart script to setup a new machine of mine with RAID 1
(I couldn't get anaconda to create matching partition schemes). So I've
now got /dev/sdg1 and /dev/sdh1 as 'bios_grub' (/dev/sd{a-f} are a
separate array).
0 root at an-nas02:~# parted /dev/sdg print free
Model: ATA ST3000NC000 (scsi)
Disk /dev/sdg: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: pmbr_boot
Number Start End Size File system Name Flags
17.4kB 1049kB 1031kB Free Space
1 1049kB 3146kB 2097...
2005 May 06
0
Version 3.0.10-1.fc3
...starting Expires Service principal
05/05/05 18:32:33 05/06/05 04:32:49 krbtgt/INT.BATTEN.CA@INT.BATTEN.CA
renew until 05/06/05 18:32:33
05/05/05 18:34:24 05/06/05 04:32:49 ad01$@INT.BATTEN.CA
renew until 05/06/05 18:32:33
05/05/05 19:19:10 05/06/05 04:32:49 nas02$@INT.BATTEN.CA
renew until 05/06/05 18:32:33
Kerberos 4 ticket cache: /tmp/tkt0
klist: You have no tickets cached
2) I am able To connect to the \\servername\c$ default share using the
'smbclient //servername/c\$ -k' command.
3) I am able to successfully get the S...
2007 Apr 04
3
foreach loops, iteration, in functions?
...ith that said, I was thinking that it might be helpful
to do something such as this:
class dir_tree {
mkdir { "/var/repo/subdir": owner => root }
mkdir { "/var/repo/subdir2": owner => root }
mkdir { "/mnt/nas/nas01" }
mkdir { "/mnt/nas/nas02" }
}
define mkdir ($owner => root, $group => root) {
for each i in (split(''/'', $name) {
file { $i: owner => $owner, $group => $group }
}
}
Is this possible in puppet, or does it even make sense to implement
something like this in pupp...
2009 Feb 01
4
Automounter issue
...el5/
drwxr-xr-x 4 pdbuild everyone 4.0K Nov 15 2007 2.6.18-53.el5/
drwxr-xr-x 4 pdbuild everyone 4.0K Sep 24 2007 2.6.18-8.el5/
drwxr-xr-x 7 pdbuild everyone 4.0K Oct 16 2007 2.6.18-xen/
[pdbuild at build-c5u1: ~] df /tools/vault/kernels
Filesystem Size Used Avail Use% Mounted on
nas02:/vol/tools/vault
779G 655G 124G 85% /tools/vault
Now I've seen this before where some processes don't wait for the automount=
er
to do its thing before continuing; they just report "fail" and move on
to the failure handling.
I'm guessing that I need...
2005 Mar 30
0
Samba 3.0.13 security= ADS / Problem to access a share in auth_util.c ==> change of group not taken into account (supplementary groups)
...ot; gives one resulted correct but
the user cannot reach a share to which its group has right.
sample :
on Active directory : user=test => Primary group : Domain's users,
Supplementary groups : office
Domain name: GCA_CH22:
On samba server:
===============
[root@nas02 log]# id GCA_CH22+test
uid=20037(GCA_CH22+test) gid=20014(GCA_CH22+Domain's users)
groups=20014(GCA_CH22+Domain's users,20012(GCA_CH22+office)
Samba Trace with loglevel = 5:
=============================
auth/auth_util.c:debug_unix_user_token(506)
UNIX token of user 20037
Primary...