search for: eadd

Displaying 9 results from an estimated 9 matches for "eadd".

Did you mean: add
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
...}) <accounts file name>" exit 5 fi read -p "What is the admin email account name? " ADMIN echo "Thank you" read -s -p "Now what is the admin's password? " APW LINE= OFILE="$(basename ${1}).pauth" : > "${OFILE}" while read EADD do echo "${EADD}" LINE="$(printf ${EADD}\000${ADMIN}\000${APW} | openssl base64 | tr -d '\n')" echo -e "${EADD}\t${LINE}\n" >> "${OFILE}" done < "${1}" Here is a portion of voicemail.conf: pollmailboxes=yes...
2015 Feb 26
2
Re: Broken OS when booting rootfs from 9p share
...s=virtio,version=9p2000.u ro > > >> rootfstype=9p console=ttyS0' > > >> > > >> And here my libvirt VM config: > > >> <domain type='kvm'> > > >> <name>irc</name> > > >> <uuid>ffbd32eb-a693-eadd-8923-18de80137472</uuid> > > >> <memory unit='KiB'>262144</memory> > > >> <currentMemory unit='KiB'>262144</currentMemory> > > >> <vcpu placement='static'>1</vcpu> > > >> <os...
2015 Feb 24
2
Re: Broken OS when booting rootfs from 9p share
...=1 \ >> -append 'root=virtfs:root rootflags=trans=virtio,version=9p2000.u ro >> rootfstype=9p console=ttyS0' >> >> And here my libvirt VM config: >> <domain type='kvm'> >> <name>irc</name> >> <uuid>ffbd32eb-a693-eadd-8923-18de80137472</uuid> >> <memory unit='KiB'>262144</memory> >> <currentMemory unit='KiB'>262144</currentMemory> >> <vcpu placement='static'>1</vcpu> >> <os> >> <type arch='x86...
2015 Feb 23
2
Broken OS when booting rootfs from 9p share
...tio-net,netdev=net0,mac=52:54:00:12:36:34 -smp 1,sockets=1,cores=1 -append 'root=virtfs:root rootflags=trans=virtio,version=9p2000.u ro rootfstype=9p console=ttyS0' And here my libvirt VM config: <domain type='kvm'> <name>irc</name> <uuid>ffbd32eb-a693-eadd-8923-18de80137472</uuid> <memory unit='KiB'>262144</memory> <currentMemory unit='KiB'>262144</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</...
2015 Feb 24
0
Re: Broken OS when booting rootfs from 9p share
...oot=virtfs:root rootflags=trans=virtio,version=9p2000.u ro > >> rootfstype=9p console=ttyS0' > >> > >> And here my libvirt VM config: > >> <domain type='kvm'> > >> <name>irc</name> > >> <uuid>ffbd32eb-a693-eadd-8923-18de80137472</uuid> > >> <memory unit='KiB'>262144</memory> > >> <currentMemory unit='KiB'>262144</currentMemory> > >> <vcpu placement='static'>1</vcpu> > >> <os> > >>...
2015 Feb 26
0
Re: Broken OS when booting rootfs from 9p share
...graphic -m 256M -machine pc-i440fx-2.1,accel=kvm -netdev tap,id=net0 -device virtio-net,netdev=net0,mac=52:54:00:12:36:34 -smp 1,sockets=1,cores=1 -append 'root=virtfs:root rootflags=trans=virtio,version=9p2000.u ro rootfstype=9p console=ttyS0' And here my libvirt VM config:ircffbd32eb-a693-eadd-8923-18de801374722621442621441hvm/srv/overlay/kernels/grsec-3.14.33-101/vmlinuz-3.14.33-101.el6.x86_64/srv/overlay/kernels/grsec-3.14.33-101/initramfs-3.14.33-101.el6.x86_64.imgroot=virtfs:root rootflags=trans=virtio,version=9p2000.u ro rootfstype=9pdestroyrestartrestart/usr/bin/qemu-system-x86_64...
2015 Feb 23
0
Broken OS when booting rootfs from 9p share
...tio-net,netdev=net0,mac=52:54:00:12:36:34 -smp 1,sockets=1,cores=1 -append 'root=virtfs:root rootflags=trans=virtio,version=9p2000.u ro rootfstype=9p console=ttyS0' And here my libvirt VM config: <domain type='kvm'> <name>irc</name> <uuid>ffbd32eb-a693-eadd-8923-18de80137472</uuid> <memory unit='KiB'>262144</memory> <currentMemory unit='KiB'>262144</currentMemory> <vcpu placement='static'>1</vcpu> <os> <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</...
2015 Feb 24
0
Re: Broken OS when booting rootfs from 9p share
...t; -smp 1,sockets=1,cores=1 \ > -append 'root=virtfs:root rootflags=trans=virtio,version=9p2000.u ro > rootfstype=9p console=ttyS0' > > And here my libvirt VM config: > <domain type='kvm'> > <name>irc</name> > <uuid>ffbd32eb-a693-eadd-8923-18de80137472</uuid> > <memory unit='KiB'>262144</memory> > <currentMemory unit='KiB'>262144</currentMemory> > <vcpu placement='static'>1</vcpu> > <os> > <type arch='x86_64' machine=...
2010 Aug 24
0
mlm for within subject design
...Mon, 23 Aug 2010 19:45:42 +0530 Subject: [R] Cran-packages-ProfessoR- how to Automatically email a file to an address using the perl program. AutoEmail autoemail Description Automatically email a file to an address using the perl program. Usage autoemail(eadd, sfile, hnote = "Exam Results") Arguments eadd Email address sfile file to be sent hnote subject line Details This program will work well in Linux and Mac where Perl is installed - I am not sure about Win- dows. Creates a unix executable file, if...