search for: emptyfile

Displaying 8 results from an estimated 8 matches for "emptyfile".

2013 Apr 05
1
[BUG?] Btrfs quota: overwritten space is counted twice
...e'': Disk quota exceeded 78+0 records in 77+0 records out 78848 bytes (79 kB) copied, 0.00138135 s, 57.1 MB/s # ls -lah s/file -rw-r--r--. 1 root root 477K Apr 6 00:15 s/file # btrfs qgroup show ./ | grep 260 0/260 4182016 4182016 # touch s/emptyfile touch: cannot touch `s/emptyfile'': Disk quota exceeded Koen. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2001 Dec 10
4
Problems with rsync 2.5.1pre1 and hardlinks
Hi, I got stuck within some weird prob concerning my 2-node linux cluster and the synchronisation tool at hand (rsync-2.5.1pre1). I have to copy a structure of 70 directories where the data of these directories are hardlinked to the data of the 1st directory. Within this "orig data" directory, I have about 30.000 files, so the amount of files to sync is approx. 2.100.000. The
2020 May 29
2
Running doveadm without config file?
It would be useful to run the "doveadm" utility on a non-dovecot server e.g. generating password hashes: # echo plaintextpass | doveadm pw -s BLF-CRYPT doveadm(user): Fatal: Error reading configuration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory Is there a way to circumvent the need for a configuration file? Joseph Tam <jtam.home at gmail.com>
2020 May 29
2
Running doveadm without config file?
...ot/dovecot.conf) failed: No such file or directory >> >> Is there a way to circumvent the need for a configuration file? > > I don't think so. But you can specify the location of the config file with -c /path/to/file > like > > echo -n plaintextpass | doveadm -c /root/emptyfile.conf pw -s SHA1 Thanks, Sami. I tried this with /dev/null and /tmp/empty.conf but ran into another wall doveadm(root): Fatal: execv(/usr/bin/doveconf) failed: No such file or directory Joseph Tam <jtam.home at gmail.com>
2020 May 29
0
Running doveadm without config file?
...onfiguration: stat(/etc/dovecot/dovecot.conf) failed: No such file or directory > > Is there a way to circumvent the need for a configuration file? I don't think so. But you can specify the location of the config file with -c /path/to/file like echo -n plaintextpass | doveadm -c /root/emptyfile.conf pw -s SHA1 Sami
2020 May 30
0
Running doveadm without config file?
...h file or directory >>> >>> Is there a way to circumvent the need for a configuration file? >> >> I don't think so. But you can specify the location of the config file with -c /path/to/file >> like >> >> echo -n plaintextpass | doveadm -c /root/emptyfile.conf pw -s SHA1 > > Thanks, Sami. > > I tried this with /dev/null and /tmp/empty.conf but ran into another wall > > doveadm(root): Fatal: execv(/usr/bin/doveconf) failed: No such file or directory > How did you install dovecot on that system since /usr/bin/doveconf is par...
2005 Mar 14
1
flac-1.1.2 configure and Makefile fixes
> +test "$AS" = "as" && as --version | grep GNU >/dev/null && AS=gas The above does not work quite as expected due to several issues. First of all, configure will hang as the apple as expects input on stdin if no source file is specified. Also, the version version flag is -v; though it will print the version when it doesn't understand the --version
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...cal/openssl/include -Iyes -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I/software/@sys/usr/include/freetype2 -I/usr/athena/include -I/usr/afsws/include -DHAVE_CONFIG_H -c bsd-cray.c cc: Warning: bsd-cray.c, line 797: Source file does not contain any declarations. (emptyfile) #endif ------^ [...] cc -O2 -arch ev6 -I. -I. -I/usr/local/openssl/include -Iyes -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I/software/@sys/usr/include/freetype2 -I/usr/athena/include -I/usr/afsws/include -DSSHDIR=\"/usr/local/etc\" -D_PATH_SSH_PROGRA...