services disable anacron atd avahi-daemon bluetooth cpuspeed dhcdbd firstboot hidd hplip iptables ip6tables nfslock pcscd rpcbind rpcgssd rpcidmapd
Wow! That's allot of bloat.
services disable anacron atd avahi-daemon bluetooth cpuspeed dhcdbd firstboot hidd hplip iptables ip6tables nfslock pcscd rpcbind rpcgssd rpcidmapd
Oh God! This was awful! All I can imagine is that I got a bad bottle. It was so bad, I made the dog go outside while I drank it. You see, the smell of sulfur was so unbelievable, that I accused the dog of having gas.
Normally Columbia rest is a good enough California wine, but this was horrible. Avoid! It was normally $19 on sale for $9. (Wonder why?) Moral of the story: don't buy market down wine from that retailer! Lowest possible 1 out of 10.
Warning: I'm writing this review drunk. It has nothing to do with the wine-- I'm sick and my medicine of choice is Taquila.
There's actually a story behind Zeller Schwartz Katz. When I was in fifth grade, I had to write a report about a child in a foreign contry. I waited until the last minute, and asked my mother for help. She looked around the kitchen and pulled a bottle of Zeller Schwartz Katz out of the trash.
"Here," she said handing me the empty bottle. "You're a child in Germany, and you're family makes wine." Works for me. I got an A. As a result, Zeller Schwartz Katz, has always had a place in my heart, even though it's not my favorite wine.
Then, a month ago, I found this. Different label than I was use to. The type of wine is a Mosel. Wow! Good stuff. Turns out, last weekend (before I got sick-- I think it was the flu shot that did me in) I went to the Maryland wine festival. One of the vineyards was offering a Mosel. Good Stuff. Hey... Do I detect a pattern here?
This was a really good wine. I give it 7 out of 10.
# xm console guestnameThis is similar to telnet'ing into a serially connected terminal server. The bad news is that the exit command drops you to the guest's login prompt, not Dom0's shell prompt. Solution:
apollo.terran.lan: Ctrl+] [root@adama xen]#
# prtconf | grep Mem
Memory size: 512 Megabytes
# iostat –En | egrep -v "Not|Req" | sed "s/[A-Z]/ &/"
c0t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Model: ST38420A Rev: 3.05 Serial No: 7AZ0V59C
Size: 8.62GB <8622415872 bytes>
c0t2d0 Soft Errors: 0 Hard Errors: 1 Transport Errors: 0
Vendor: LG Product: CD-ROM CRD-8322B Rev: 1.05 Serial No:
Size: 0.00GB <0 bytes>
[root@adama ~]# xm list
Name
Domain-0 ...
apollo01 ...
starbuck01 ...
starbuck02 ...
[root@adama ~]# virsh undefine starbuck02
Domain starbuck02 has been undefined
[root@adama ~]# xm list
Name
Domain-0 ...
apollo01 ...
starbuck01 ...
[root@adama ~]#
# virsh dumpxml starbuck01 > /etc/xen/starbuck01.xmlNotice the source dev. Changed it to '/dev/cdrom', and imported per Klein's instructions:
# cat /etc/xen/starbuck01.xml
--- snip ---
<disk type='block' device='cdrom'>
<driver name='phy'/ />
<source dev='/dev/' />
<target dev='hdc' />
<readonly />
</disk>
--- snip ---
virsh define /etc/xen/starbuck01.xmlError gone.
system-config-display90 seconds later...
# xm start starbuck01
Error: Device 5632 (vbd) could not be connected.
Device /dev/ is mounted read-write in the privileged domain,
and so cannot be mounted read-only by a guest.
Oops. I accidentally deposited $10,000 to your account.No. Oops is always bad.
Oh well, I guess you can keep the money
title Solaris 10Now, BIOS hands off to MBR, which hands off to GRUB on sda1, which chooses Solaris 10, which hands off to GRUB on sda2 (presenting a second GRUB screen!), which boots S10.
rootnoverify (hd0,1)
makeactive
chainloader +1
# grep "sda.*>" /var/log/dmesgNow I have two problems:
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
sda2: < solaris: [s0] sda8 [s1] sda9 [s2] sda10 [s7] sda11 >
#
# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)auto_home 1.6 03/04/28 SMI"
#
# Home directory map for automounter
#
#+auto_home
doug localhost:/export/home/doug
* localhost:/export/home/&
# uname -a
SunOS starbuck 5.10 Generic_118855-33 i86pc i386 i86pc
# psrinfo -v
Status of virtual processor 0 as of: 09/06/2007 00:01:51
on-line since 09/05/2007 17:55:46.
The i386 processor operates at 2109 MHz,
and has an i387 compatible floating point processor.
Status of virtual processor 1 as of: 09/06/2007 00:01:51
on-line since 09/05/2007 17:55:51.
The i386 processor operates at 2109 MHz,
and has an i387 compatible floating point processor.
# isainfo -v
64-bit amd64 applications
cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
32-bit i386 applications
cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
# pkginfo | grep "64-bit"
system SUNWj5dmx JDK 5.0 64-bit ...
system SUNWj5dvx JDK 5.0 64-bit ...
system SUNWj5rtx JDK 5.0 64-bit ...
bash-3.00# svcs –a | grep cde
online ... svc:/network/rpc/cde-calendar-manager:default
online ... svc:/application/cde-printinfo:default
online ... svc:/application/graphical-login/cde-login:default
online ... svc:/network/rpc/cde-ttdbserver:tcp
online ... svc:/network/cde-spc:default
bash-3.00# svcadm disable cde-login