Displaying 5 results from an estimated 5 matches for "4c1f".
Did you mean:
451f
2014 Apr 04
1
Unknown setting: plugin after fresh install
...Wether I uncomment this plugin line, I get the error on another file
(example 90-quote.conf). Seems a little bit weird. What have I done false?
Thanks Patrik
--
PRIVACY IS NOT A CRIME! So please encrypt your emails using PGP/GnuPG.
My PGP Key-ID: 0x42D6DEA0 / 0x28B8F6E242D6DEA0
PGP Fingerprint: 4C1F ED51 047A D0E2 6C20 F3F7 28B8 F6E2 42D6 DEA0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1031 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140404/3f0cc...
2016 Nov 02
0
tool for a comprehensive list of the storage structure
...t4 home
f4ba78b4-e735-43ca-8e73-047d25e15220 /home
??vg_david2-stuff ext4 stuff
b209b4ca-a016-4119-9941-fb4ef4102e06 /stuff
??vg_david2-Virtual ext4 Virtual
e74b2716-33a1-4339-95e7-6c63d64985aa /Virtual
??vg_david2-Pictures ext4 Pictures
3c9f5705-2d6b-4c1f-9088-017c1f5c5891 /home/dboth/Pictures
sdd
??sdd1 ext4 4T-Backup
2e5ab1a4-686b-4f16-b3fb-99df1e9eb76f
sde ext3 WD-500-USB
06237914-457a-4a4e-9312-597c8d06c0f1
??sde1 ext4 WD-500GB-USB
04fd97fe-d99b-4508-a968-e46b63c218b5 /...
2016 Nov 02
3
tool for a comprehensive list of the storage structure
I would like to have a smart cli tool, that shows a
comprehensive list about the local storage structure:
An output like:
/srv
/dev/mapper/luks-f85b7a2c-...: UUID="ca924fad-..." TYPE="ext4"
/dev/mapper/vg_internal_e-lv_internal_srv: UUID="f85b7a2c-..." TYPE="crypto_LUKS"
vg_internal_e
/dev/md3: UUID="1Fi2Ex-..."
2013 Jan 03
33
Option LABEL
Hallo, linux-btrfs,
please delete the option "-L" (for labelling) in "mkfs.btrfs", in some
configurations it doesn''t work as expected.
My usual way:
mkfs.btrfs -d raid0 -m raid1 /dev/sdb /dev/sdc /dev/sdd ...
One call for some devices.
Wenn I add the option "-L mylabel" then each device gets the same label,
and therefore some other programs
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems