search for: versionnum

Displaying 5 results from an estimated 5 matches for "versionnum".

2010 Feb 11
2
xfs_repair doesn't fix sb versionnum missing attr
I run: xfs_check /dev/sdc10 And it reports: sb versionnum missing attr bit 10 Then I run: xfs_repair /dev/sdc10 And it reports output from 7 phases and "done". Again I run: xfs_check /dev/sdc10 And it reports: sb versionnum missing attr bit 10 Is this how it's supposed to work? Thanks for any help. Linus
2019 May 13
0
debian 10: errors with my server samba-ad
...// Defined ACL Begin acl thisserverip { 192.168.X.X; // IP of this serfver. }; acl all-networks { // you lan ranges. 192.168.X.X/24; }; // Defined ACL End options { directory "/var/cache/bind"; version "0.0.7"; // hide the versionnumer of bind. forwarders { 8.8.4.4; 8.8.8.8; }; dnssec-validation no; auth-nxdomain yes; # conform to RFC1035 = No, but this server is the Authoritive server for the zones in the AD. listen-on-v6 { "none"; }; listen-on port 53 { "thisserveri...
2019 May 13
4
debian 10: errors with my server samba-ad
Hello, Sorry for my english and for this very long email. I want to create samba-ad server with the package debian buster. I have follow the url : https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-2.0-samba-minimal-ad.txt I have generated mon samba ad with the following command : samba-tool domain provision --use-rfc2307 --interactive Realm [LENZSPITZE2.CALAIS.FR]: Domain
2019 May 14
2
debian 10: errors with my server samba-ad
....168.X.X; // IP of this serfver. > }; > acl all-networks { > // you lan ranges. > 192.168.X.X/24; > }; > // Defined ACL End > > options { > directory "/var/cache/bind"; > version "0.0.7"; // hide the versionnumer of bind. > forwarders { 8.8.4.4; 8.8.8.8; }; > dnssec-validation no; > > auth-nxdomain yes; # conform to RFC1035 = No, but this server is the Authoritive server for the zones in the AD. > listen-on-v6 { "none"; }; > liste...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...ime extent size, blocks */ + xfs_agblock_t sb_agblocks; /* size of an allocation group */ + xfs_agnumber_t sb_agcount; /* number of allocation groups */ + xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */ + xfs_extlen_t sb_logblocks; /* number of log blocks */ + uint16_t sb_versionnum; /* header version == XFS_SB_VERSION */ + uint16_t sb_sectsize; /* volume sector size, bytes */ + uint16_t sb_inodesize; /* inode size, bytes */ + uint16_t sb_inopblock; /* inodes per block */ + char sb_fname[12]; /* file system name */ + uint8_t sb_blocklog; /* log2 of sb_blocksize...