Displaying 20 results from an estimated 59 matches for "alh".
Did you mean:
al
2013 Feb 05
1
Destination file a lot larger then source (real size)
I have a script that syncs my backups to an NFS mount every day
The script works fine, without any errors, but there is a problem when
it comes to some large files
Let's take my pst file (8.9 gig) as an example
Source:
du -hs mypst.pst
8.9G mypst.pst
ls -alh mypst.pst
-rw-rw---- 1 me me 8.9G Jan 25 17:07 mypst.pst
That seems OK
Let's do that on the destination:
du -hs mypst.pst
17G mypst.pst
ls -alh mypst.pst
-rw-rw---- 1 root root 8.9G Jan 25 17:07 mypst.pst # Permissions here are
fine, disregard
Real file size is almost double size!...
2015 Mar 05
6
setting up W7 profiles
...am setting up W7 profiles following the "Samba & Windows Profiles" on
the Sambawiki.
If it matters, I have two functional DC's and one member server.
When I run '# chmod 1770 /srv/samba/profiles' (on the member server) the
permissions changed to:
root at mbr01:~# ls -alh /srv/samba/profiles
total 12K
drwxrwx--T+ 2 root root 4.0K Mar 1 10:21 .
drwxr-xr-t 5 root root 4.0K Mar 1 10:21 ..
The first line changed from 'drwxr-xr-t' to 'drwxrwx--T+' and the second
did not change.
Under "Profile share with using POSIX ACLs" it is indicated that...
2015 Jan 08
4
getting permissions denied on home folders
...mber server.
When I attempt to adjust file permissions (as instructed by the
Sambawiki page "Samba & Windows Profiles") I am getting "Access Denied"
complaints. These I believe (I could be wrong) relate to the file
permissions within Debian member server.
When I 'ls -alh /home/samba/DOMAIN/users' I get root:root owning both
the single 'dot' and double 'dot' hidden files that are listed there.
What should these permissions be? Or am I having some permissions issue
between the DC and the member server?
--
-------------------------
Bob Wooden o...
2010 Jan 12
0
ZFS auto-snapshot in zone
...enabled in global zone for home directories of all users. Users log in to their individual zones and home directory loads from global zone. All works fine, except that new auto-snapshot have no properties and therefore can''t be accessed in zones.
example from zone:
[~/.zfs/snapshot]:$ ls -Alh
ls: cannot access zfs-auto-snap:frequent-2010-01-12-21:15: Not owner
total 11K
drwxrwxr-x 12 admin root 18 2010-01-12 15:40 zfs-auto-snap:daily-2010-01-12-19:37
drwxrwxr-x 12 admin root 18 2010-01-12 15:40 zfs-auto-snap:frequent-2010-01-12-20:15
drwxrwxr-x 12 admin root 18 2010-01-12 15:40 zfs-auto...
2015 Jan 08
2
getting permissions denied on home folders
...ou suggested and still getting "Access is denied" on W7 client.
>>
>> Here is some info that might help:
>>
>> root at dtmember01:~# cat /etc/samba/samba_usermapping
>> !root = DTDC01Administrator Administrator administrator
>> root at dtmember01:~# ls -alh /home/samba/DTDC01/users
>> total 8.0K
>> drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 .
>> drwxr-xr-t 5 root root 4.0K Dec 31 15:38 ..
>> root at dtmember01:~# ls -alh /home/samba/DTDC01
>> total 24K
>> drwxr-xr-t 5 root root 4.0K Dec 31 15:38 .
>> drwxr-xr-x...
2015 Mar 09
2
setting up W7 profiles
...let me point out that sometimes (and sometimes not) the mailing
list will strip out some backslash marks in cut and paste. So, if there
is a backslash missing . . . well, ignore that missing mark.
Louis,
When your script runs it creates the following default permissions:
root at mbr01:~# ls -alh /home/samba/TEST/profiles
total 8.0K
drwxr-xr-t 2 root root 4.0K Feb 21 18:39 .
drwxr-xr-t 5 root root 4.0K Feb 21 18:39 ..
Then, per your instruction, I ran:
root at mbr01:~# chmod 1777 /home/samba/TEST/profiles
root at mbr01:~# ls -alh /home/samba/TEST/profiles
total 12K
drwxrwxrwt+ 2 root...
2015 Jan 08
1
getting permissions denied on home folders
...7:02, Bob of Donelson Trophy wrote: Made the changes you suggested and still getting "Access is denied" on W7 client. Here is some info that might help: root at dtmember01:~# cat /etc/samba/samba_usermapping !root = DTDC01Administrator Administrator administrator root at dtmember01:~# ls -alh /home/samba/DTDC01/users total 8.0K drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 . drwxr-xr-t 5 root root 4.0K Dec 31 15:38 .
> .
> root at dtmember01:~# ls -alh /home/samba/DTDC01 total 24K drwxr-xr-t 5 root root 4.0K Dec 31 15:38 . drwxr-xr-x 4 root root 4.0K Dec 31 15:38 .. drwxrwsr-x 2 roo...
2015 Mar 10
0
setting up W7 profiles
...metimes not) the mailing
> list will strip out some backslash marks in cut and paste. So, if there
> is a backslash missing . . . well, ignore that missing mark.
>
> Louis,
>
> When your script runs it creates the following default permissions:
>
> root at mbr01:~# ls -alh /home/samba/TEST/profiles
> total 8.0K
> drwxr-xr-t 2 root root 4.0K Feb 21 18:39 .
> drwxr-xr-t 5 root root 4.0K Feb 21 18:39 ..
>
> Then, per your instruction, I ran:
>
> root at mbr01:~# chmod 1777 /home/samba/TEST/profiles
>
> root at mbr01:~# ls -alh /home/samb...
2015 Jan 08
0
getting permissions denied on home folders
...; Made the changes you suggested and still getting "Access is denied" on W7 client.
>
> Here is some info that might help:
>
> root at dtmember01:~# cat /etc/samba/samba_usermapping
> !root = DTDC01Administrator Administrator administrator
> root at dtmember01:~# ls -alh /home/samba/DTDC01/users
> total 8.0K
> drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 .
> drwxr-xr-t 5 root root 4.0K Dec 31 15:38 ..
> root at dtmember01:~# ls -alh /home/samba/DTDC01
> total 24K
> drwxr-xr-t 5 root root 4.0K Dec 31 15:38 .
> drwxr-xr-x 4 root root 4.0K Dec 31 15:...
2010 Sep 15
0
problem about UID
...but on client side vice-versa.
I can log in with those users but I don't have any write access.
Only muratcan2 and muratcan3 work exactly like I want. I could
create all my users with ldapadduser command but I want to find out
what is going wrong.
Client:
bash-4.0$ ls -alh
ls: Zugriff auf .directory nicht m?glich: Keine Berechtigung
insgesamt 4,0K
drwxr-xr-x 12 1005 users 0 15. Sep 12:58 .
drwxr-xr-x. 4 root root 4,0K 16. M?r 2010 ..
l?????????? ? ? ? ? ? .directory
drw...
2015 Jan 08
0
getting permissions denied on home folders
...7:02, Bob of Donelson Trophy wrote: Made the changes you suggested and still getting "Access is denied" on W7 client. Here is some info that might help: root at dtmember01:~# cat /etc/samba/samba_usermapping !root = DTDC01Administrator Administrator administrator root at dtmember01:~# ls -alh /home/samba/DTDC01/users total 8.0K drwxr-xr-x+ 2 root root 4.0K Dec 31 15:38 . drwxr-xr-t 5 root root 4.0K Dec 31 15:38 .
.
root at dtmember01:~# ls -alh /home/samba/DTDC01 total 24K drwxr-xr-t 5 root root 4.0K Dec 31 15:38 . drwxr-xr-x 4 root root 4.0K Dec 31 15:38 .. drwxrwsr-x 2 root root 4.0K...
2015 Mar 05
2
setting up W7 profiles
...gt; I am setting up W7 profiles following the "Samba & Windows Profiles" on the Sambawiki. If it matters, I have two functional DC's and one member server. When I run '# chmod 1770 /srv/samba/profiles' (on the member server) the permissions changed to: root at mbr01:~# ls -alh /srv/samba/profiles total 12K drwxrwx--T+ 2 root root 4.0K Mar 1 10:21 . drwxr-xr-t 5 root root 4.0K Mar 1 10:21 .. The first line changed from 'drwxr-xr-t' to 'drwxrwx--T+' and the second did not change. Under "Profile share with using POSIX ACLs" it is indicated that we...
2020 Jul 03
2
dns_tkey_gssnegotiate: TKEY is unacceptable
...1 07/03/2020 06:19:53
DNS/dc01.ad.SAMDOM.EXAMPLE.COM at AD.SAMDOM.EXAMPLE.COM
(0x7c8d8611291fe04e69e1007fd5f395166d920f8434a260fe79eb5f938deb3421)
?? 1 07/03/2020 06:19:53 dns-dc01 at AD.SAMDOM.EXAMPLE.COM
(0x7c8d8611291fe04e69e1007fd5f395166d920f8434a260fe79eb5f938deb3421)
root at dc01:~# ls -alh /var/lib/samba/private/dns.keytab
-rw-r----- 2 root bind 508 Jul? 3 06:21 /var/lib/samba/private/dns.keytab
The keytab exists. I have delete and re-generated it twice. And I am
still receiving? errors.
root at dc01:~# cat /etc/resolv.conf
nameserver 127.0.0.1
nameserver 192.168.16.52
search ad.s...
2013 Feb 20
1
getent group return only local users
Hello
I use S4 file server with nsswitch.conf (ad server is another Linux with
S4) :
passwd: compat winbind
group: compat winbind
I wonder how it can be possible that :
* getent passwd is ok
* but getent group returns only local users (wbinfo -g is ok and
gives domain user)
Any idea ?
Regards
--
Herv? H?noch
Responsable informatique
Institut Sainte
2011 Jul 05
2
Problems Syncing Home Directories
...r-public/File[public-home-cs]: Failed to generate
additional resources using ''eval_generate'': Error 400 on SERVER:
Permission denied -
/etc/puppet/files/users/home/public/.config/autostart
If I delete this directory, it will give an error for some other directory.
Here is an ls -alh for /etc/puppet/files/users/home/public/.config
drwxrwxrwx 8 root root 4.0K 2011-07-05 07:39 .
drwxrwxrwx 27 root root 4.0K 2011-07-05 07:56 ..
drwx------ 2 root root 4.0K 2011-07-05 07:39 autostart
drwxr--r-- 2 root root 4.0K 2011-07-05 07:39 deskbar-applet
drwx------ 2 root root 4.0K 2011-07...
2015 Jan 31
1
samba4: cleaning up deleted DNS objects
...gt; echo ""
> fi
> done
> **
>
> (As you can see this is a test on a copy, not in the samba directory)
>
> When I do an ldapsearch I can indeed confirm the bad entries are gone, as
> only 307 are left over.
>
> Strange thing is now I have:
> # ls -alh DC*
> -rw------- 1 root root 1.7G Jan 31 10:26
> DC=DOMAINDNSZONES,DC=JNET,DC=HERMANJORDAN,DC=NL.ldb
> -rw------- 1 root root 656M Jan 31 09:53
> DC=DOMAINDNSZONES,DC=JNET,DC=HERMANJORDAN,DC=NL.ldb.before
>
> So it actually doubled in size (huh?)
>
> Did you do something lik...
2015 Mar 09
4
setting up W7 profiles
Bob, to the following..
set the in smb.conf not more not less.
On the member server.
[profiles$]
path = /home/samba/TEST/profiles
read only = no
acl_xattr:ignore system acl = yes
restart samba
now type
chown root:root /home/samba/TEST/profiles
chmod 1777 /home/samba/TEST/profiles
Now go to the wiki and set the correct rights for a profile share.
and ONLY for AD! ( not the POSIX )
2010 Dec 18
2
Need a little help with Samba 3.5.5 on FreeNAS 7.2.5543
...I think the Audiotron can see the
file since it reports "no stations found" as though the file were empty. All
the MP3 files in the same directory are recognized and playable. All of the
files in the directory have permissions of 777. Listed below is the results
of "ls turtle_tr.txt -alh" and the contents of my smb.conf file. If someone
here could shed some light on why the file is not getting read that would be
greatly appreaciated. If there is a fellow Audiotron owner on the list with
a similar setup I would be eager to hear if you have Turtle Radio working
and if so, how....
2009 Oct 10
2
Cross compiling - size of binaries is large
...rt
--without-winbind
--with-readline=$(STAGING_DIR)
--with-libiconv=$(STAGING_DIR)
--with-included-popt
--with-included-iniparser
-----------------------------------------
Size of binaries in usr/sbin: 7.6 MB
-----------------------------------------
Wodan:[toolchain]:/tmp/root/usr/sbin$ ls -alh
total 7.6M
drwxr-xr-x 2 mmnet mmnet 4.0K 2009-10-10 19:14 .
drwxr-xr-x 7 mmnet mmnet 4.0K 2009-10-10 19:14 ..
-rwxr-xr-x 1 mmnet mmnet 2.1M 2009-10-10 19:14 nmbd
-rwxr-xr-x 1 mmnet mmnet 5.5M 2009-10-10 19:14 smbd
Wodan:[toolchain]:/tmp/root/usr/sbin$ arm-linux-ldd smbd
checking sub-depends for
&...
2015 Sep 16
2
Re: libvirt 1.19: could not open drive file (permission denied)
@requillart
Don't get me wrong. It's no problem to use other partitions. Only, you have to add the location to the storage pool of libvirt...
Sorry, no experience with gnome-boxes.
@crequill
Add a new storage pool with the destination /home/crequill/VM
You can't fool apparmour with a link...
Also with adding the storage pool, it's easier to get a clear picture of the usage of your