Displaying 8 results from an estimated 8 matches for "vg3".
Did you mean:
v3
2020 May 20
1
Multiple samba instances on same machine in v4.8 and beyond
...proxy = no
load printers = no
printcap name = /dev/null
disable spoolss = yes
lanman auth = yes
client plaintext auth = yes
client lanman auth = yes
restrict anonymous = 2
[root at xxxxxxxxxxxxxx ~]# cat /etc/samba/smb.conf.xxxxxxxxxxxxx-vg3-0-lv1
[global]
log file = /var/log/samba/%m-xxxxxxxxxxxxx-vg3-0-lv1.log
encrypt passwords = yes
include = /etc/samba/global.smb.conf
pid directory = /var/run/samba/xxvg3-0-lv1-smb
interfaces = 155.101.11.101
bind interfaces only = yes
netbios...
2018 Jan 12
5
[PATCH 1/1] appliance: init: Avoid running degraded md devices
...artitioned as:
+# sda1: 20M MD (md127)
+# sda2: 20M PV (vg1)
+# sda3: 20M MD (md125)
+#
+# sdb1: 20M PV (vg0)
+# sdb2: 20M PV (vg2)
+# sdb3: 20M MD (md125)
+#
+# lv0 : LV (vg0)
+# lv1 : LV (vg1)
+# lv2 : LV (vg2)
+# md127 : md (sda1, lv0)
+# md126 : md (lv1, lv2)
+# md125 : md (sda3, sdb3)
+# vg3 : VG (md125)
+# lv3 : LV (vg3)
+
+guestfish <<EOF
+# Add 2 empty disks
+sparse $disk1 100M
+sparse $disk2 100M
+run
+
+# Partition disks
+part-init /dev/sda mbr
+part-add /dev/sda p 64 41023
+part-add /dev/sda p 41024 81983
+part-add /dev/sda p 81984 122943
+part-init /dev/sdb mbr
+part-a...
2008 Apr 29
1
Making new Ajax.Updater within a previous Ajax.Updater call
I have a button which calls a form via Ajax.Updater:
<a href="javascript:void()" onclick="createMessage()">Create Message</
a>
<script>
function createMessage() {
new Ajax.Updater( ''content'', ''message.php'', { method: ''post'' } );
}
</script>
This is the message.php file:
<html>
<head>
2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
...ould keep this automatically in sync
-# with the prepared disk types. XXX
-$VG guestfish \
- -N prep1.img=disk \
- -N prep2.img=part \
- -N prep3.img=fs \
- -N prep4.img=lv:/dev/VG1/LV \
- -N prep5.img=lvfs:/dev/VG2/LV \
- -N prep6.img=bootroot \
- -N prep7.img=bootrootlv:/dev/VG3/LV \
- exit
-
-rm prep*.img
diff --git a/generator/fish.ml b/generator/fish.ml
index 646674d..980f55f 100644
--- a/generator/fish.ml
+++ b/generator/fish.ml
@@ -1106,3 +1106,36 @@ event_bitmask_of_event_set (const char *arg, uint64_t *eventset_r)
return 0;
}
"
+
+and generate_fish_test...
2006 Jun 01
2
addons trunk make error
...tion declaration isn?t a prototype
{standard input}: Assembler messages:
{standard input}:9: Error: symbol `__retval' is already defined
make[1]: *** [format_mp3.o] Error 1
make[1]: Leaving directory `/usr/src/addons-trunk/format_mp3'
make: *** [format_mp3/format_mp3.so] Error 2
[root@vg3 addons-trunk]#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060601/d4730dcf/attachment.htm
2009 Jul 01
4
can't get Samba users from Windows
...= Yes
hide unreadable = Yes
map archive = No
map readonly = no
store dos attributes = Yes
follow symlinks = No
dos filemode = Yes
[share]
path = /samba/share
valid users = +sambauser
read only = No
Mount options: /dev/mapper/vg3-samba /samba ext3 rw,acl 0 0
Directory right: drwxrwxr-x 3 root sambauser 4096 2009-06-26 10:28 share
net rpc user -U user -S 192.168.10.243
Enter user's password:
User name Comment
-----------------------------
backup
nobody
lp
sshd
root
daemon
mail
Debian-exim
news
bin
user
.....
2006 Oct 03
1
HP Toolbox kills Samba
...ot;1!CR(M,1$6OS=(M)PR@1G
M.( #.$"D`0\B+=Y!]BU$FLK+XU/S?*)("_+6'JNT*]H5[6K>=F6%DJ01T*X8
M5%CLH(*5*O>T*SH1=";A``[@@$$%X$&D)2;2C!8LN\0I$YSA``[@`)$&/(BT
MU$2:UQ:1AE,F.,,!', !(@UX$&F)B30GC"0]!Z=,<(8#.( #1!KP(-)2$VG:
MDD.-4R8XPP$<P $B#7@0:<F)-*<](@VG3'"&`SB `T0:\"#2$MO#W@5A\FKN
M8>^.M/L&)\Y[7Z(;7R<;TI@PO]I=R$EE[DAY\YA:NWY459(?7[\+]$,0G((Q
MKQF]T#Y@QOG-&#O,535C?+;E.^(KYZ0F[@+BI31RLAD3/E$Z(3,:(ZIIQI2&
MP+STS%/2Y67H`P[@``X8`@,>AL!2ZWD%:1_J,M"!G<*,2K@<,\YO1IMS-NO\
M9M3":<PXOQFMJ.ZHE#++'TX...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi,
small series with small improvements to the tests.
Pino Toscano (3):
tests: specify the image format when possible
tests: remove remaining relative paths to binaries
fish: generate test-prep.sh with generator
.gitignore | 1 +
align/test-virt-alignment-scan.sh | 2 +-
cat/Makefile.am | 2 +-
cat/test-virt-cat.sh