Discussion:
[OpenIndiana-discuss] Disk Free Question
d***@hotmail.com
2014-07-07 17:49:20 UTC
Permalink
I’m real confused.

I’m investigating why our main server died last week. When I look at some of the old logs of our nightly admin routines, I found that I might have had a disk free problem. A “df -h” command on the server that died gave me this output on June 25th:

*************************************************
Disk usage:
Filesystem size used avail capacity Mounted on
rpool/ROOT/OpenIndiana-151a7-2013-1228B 226G 4.3G 20G 18% /
/devices 0K 0K 0K 0% /devices
/dev 0K 0K 0K 0% /dev
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 670M 432K 669M 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1 24G 4.3G 20G 18% /lib/libc.so.1
fd 0K 0K 0K 0% /dev/fd
swap 669M 220K 669M 1% /tmp
swap 669M 100K 669M 1% /var/run
rpool/export 226G 32K 20G 1% /export
rpool/export/home 226G 32K 20G 1% /export/home
rpool/export/home/myadmin 226G 71G 20G 79% /export/home/myadmin
rpool 226G 48K 20G 1% /rpool
rpool/zones 226G 41K 20G 1% /zones
rpool/zones/archive 226G 34K 20G 1% /zones/archive
rpool/zones/dovecot 226G 33K 20G 1% /zones/dovecot
rpool/zones/mysql 226G 33K 20G 1% /zones/mysql
rpool/zones/routerb2 226G 33K 20G 1% /zones/routerb2
rpool/zones/stamps 226G 33K 20G 1% /zones/stamps
rpool/zones/tomcat 226G 33K 20G 1% /zones/tomcat
rpool/zones/webphp4 226G 33K 20G 1% /zones/webphp4
rpool/zones/zone1 226G 31K 20G 1% /zones/zone1
rpool/zones/stamps/ROOT/zbe-3 226G 420M 20G 3% /zones/stamps/root
/export/home/myadmin 91G 71G 20G 79% /home/myadmin
rpool/zones/tomcat/ROOT/zbe-3 226G 782M 20G 4% /zones/tomcat/root
rpool/zones/mysql/ROOT/zbe-3 226G 768M 20G 4% /zones/mysql/root
rpool/zones/routerb2/ROOT/zbe-3 226G 8.5G 20G 30% /zones/routerb2/root
rpool/zones/webphp4/ROOT/zbe-4 226G 3.3G 20G 15% /zones/webphp4/root
rpool/zones/archive/ROOT/zbe-2 226G 28G 20G 59% /zones/archive/root
rpool/zones/dovecot/ROOT/zbe-3 226G 570M 20G 3% /zones/dovecot/root

Wed Jun 25 05:08:13 MDT 2014
*************************************************

Note the 79% use on /export/home/myadmin.

I moved everything over to a different server, and now a “df -h” command gives me this:

*************************************************

Filesystem size used avail capacity Mounted on
rpool/ROOT/OpenIndiana-151a7-2014-0706A
134G 26G 482M 99% /
/devices 0K 0K 0K 0% /devices
/dev 0K 0K 0K 0% /dev
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 7.4G 392K 7.4G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
27G 26G 482M 99% /lib/libc.so.1
fd 0K 0K 0K 0% /dev/fd
swap 7.4G 24K 7.4G 1% /tmp
swap 7.4G 92K 7.4G 1% /var/run
rpool/export 134G 32K 482M 1% /export
rpool/export/home 134G 32K 482M 1% /export/home
rpool/export/home/myadmin
134G 23G 482M 99% /export/home/myadmin
rpool 134G 46K 482M 1% /rpool
rpool/zones 134G 37K 482M 1% /zones
rpool/zones/archive 134G 34K 482M 1% /zones/archive
rpool/zones/mysql 134G 33K 482M 1% /zones/mysql
rpool/zones/routerb2 134G 33K 482M 1% /zones/routerb2
rpool/zones/tomcat 134G 33K 482M 1% /zones/tomcat
rpool/zones/webphp4 134G 33K 482M 1% /zones/webphp4
rpool/zones/routerb2/ROOT/zbe-2
134G 8.7G 482M 95% /zones/routerb2/root
rpool/zones/tomcat/ROOT/zbe-2
134G 827M 482M 64% /zones/tomcat/root
rpool/zones/archive/ROOT/zbe-2
134G 28G 482M 99% /zones/archive/root
rpool/zones/webphp4/ROOT/zbe-2
134G 3.3G 482M 88% /zones/webphp4/root
rpool/zones/mysql/ROOT/zbe-2
134G 814M 482M 63% /zones/mysql/root
/export/home/myadmin 24G 23G 482M 99% /home/myadmin

*************************************************


Big problem: 99% use on /export/home/myadmin.


Now I don’t have disk quotas set up, as far as I know, unless it got set up by default. I certainly didn’t do anything to set it up.

I looked in the “Open Solaris Bible” about disk quotas, and learned to do this command:



***@tryphon.ds:~# quota -v myadmin
Disk quotas for myadmin (uid 101):
Filesystem usage quota limit timeleft files quota limit timeleft
***@tryphon.ds:~#




So, is there a built in quota for each user? And if so, how can I turn that off?

Or how can I make myadmin be able to use as much space is on the drive?

It does not make sense to me what is going on.

I would very much appreciate it if somebody would give me a hand with this.
d***@hotmail.com
2014-07-07 17:58:11 UTC
Permalink
Additional Info.

It just occurred to me that I should give you the output of zfslist:

Additional Info.

It just occurred to me that I should give you the output of zfslist:

***@tryphon.ds:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 133G 481M 46K /rpool
rpool/ROOT 26.6G 481M 31K legacy
rpool/ROOT/OpenIndiana-151a7-2014-0705A 10.9M 481M 3.87G /
rpool/ROOT/OpenIndiana-151a7-2014-0706A 26.6G 481M 26.3G /
rpool/ROOT/openindiana 12.0M 481M 3.48G /
rpool/dump 8.00G 481M 8.00G -
rpool/export 23.4G 481M 32K /export
rpool/export/home 23.4G 481M 32K /export/home
rpool/export/home/myadmin 23.4G 481M 23.4G /export/home/myadmin
rpool/swap 8.50G 8.84G 136M -
rpool/zones 66.9G 481M 37K /zones
rpool/zones/archive 45.1G 481M 34K /zones/archive
rpool/zones/archive/ROOT 45.1G 481M 32K legacy
rpool/zones/archive/ROOT/zbe 3.14M 481M 27.9G legacy
rpool/zones/archive/ROOT/zbe-1 1.98M 481M 28.0G legacy
rpool/zones/archive/ROOT/zbe-2 45.1G 481M 28.0G legacy
rpool/zones/mysql 1.13G 481M 33K /zones/mysql
rpool/zones/mysql/ROOT 1.13G 481M 32K legacy
rpool/zones/mysql/ROOT/zbe 1.53M 481M 814M legacy
rpool/zones/mysql/ROOT/zbe-1 1.91M 481M 814M legacy
rpool/zones/mysql/ROOT/zbe-2 1.12G 481M 814M legacy
rpool/zones/routerb2 15.2G 481M 33K /zones/routerb2
rpool/zones/routerb2/ROOT 15.2G 481M 32K legacy
rpool/zones/routerb2/ROOT/zbe 2.98M 481M 8.60G legacy
rpool/zones/routerb2/ROOT/zbe-1 9.06M 481M 8.63G legacy
rpool/zones/routerb2/ROOT/zbe-2 15.1G 481M 8.67G legacy
rpool/zones/tomcat 933M 481M 33K /zones/tomcat
rpool/zones/tomcat/ROOT 933M 481M 32K legacy
rpool/zones/tomcat/ROOT/zbe 1.93M 481M 827M legacy
rpool/zones/tomcat/ROOT/zbe-1 2.02M 481M 827M legacy
rpool/zones/tomcat/ROOT/zbe-2 929M 481M 827M legacy
rpool/zones/webphp4 4.61G 481M 33K /zones/webphp4
rpool/zones/webphp4/ROOT 4.61G 481M 32K legacy
rpool/zones/webphp4/ROOT/zbe 4.98M 481M 3.31G legacy
rpool/zones/webphp4/ROOT/zbe-1 6.55M 481M 3.31G legacy
rpool/zones/webphp4/ROOT/zbe-2 4.59G 481M 3.31G legacy
***@tryphon.ds:~#



In looking at that, it tells me that pool/export/home only has 23.4G allocated to it.

So I may have just answered part of my question.

So I guess my new question is, how can I allocate more space to it?
d***@hotmail.com
2014-07-07 18:27:05 UTC
Permalink
Ok. Never mind. I did the math. It makes sense to me now.

NAME USED AVAIL REFER MOUNTPOINT
rpool/ROOT 26.6G 481M 31K legacy
rpool/dump 8.00G 481M 8.00G -
rpool/export 23.4G 481M 32K /export
rpool/swap 8.50G 8.84G 136M -
rpool/zones 66.9G 481M 37K /zones


Adds up to 133.4G.

I was almost out of disk space!

Please forgive the “noise”. If nothing else, it helped me work it out.
James Carlson
2014-07-07 18:29:07 UTC
Permalink
Post by d***@hotmail.com
Additional Info.
rpool 133G 481M 46K /rpool
rpool/ROOT 26.6G 481M 31K legacy
rpool/dump 8.00G 481M 8.00G -
rpool/swap 8.50G 8.84G 136M -
rpool/zones 66.9G 481M 37K /zones
-----
110G

26.6+8+8.5+66.9 == 110.0. And 133 - 110 == 23.

So you're using 110G everywhere else, and that's why you have only 23G
left for rpool/export.

If you want more space, you have to free up room on those other denizens
in the pool, or buy more disk.

At a guess, you've got several snapshots that are tying up a lot of
valuable resources.
--
James Carlson 42.703N 71.076W <***@workingcode.com>
d***@hotmail.com
2014-07-07 19:01:57 UTC
Permalink
Post by James Carlson
At a guess, you've got several snapshots that are tying up a lot of
valuable resources.
Thanks, Mr. Carlson.

And that is something that I’d been wondering about for quite some time — “Do snapshots take additional space?”

I think your answer is "yes”.

Am I right?



And also, “Do boot environments take up additional space?”

eg.

***@tryphon.ds:~# beadm list
BE Active Mountpoint Space Policy Created
OpenIndiana-151a7-2014-0705A - - 10.9M static 2014-07-05 17:13
OpenIndiana-151a7-2014-0706A NR / 26.8G static 2014-07-06 22:05
openindiana - - 12.0M static 2014-07-04 17:39
***@tryphon.ds:~#


I did some work last night, and made a new boot environment. Would deleting that old BE from the night before, which I don’t expect to ever need again, clear up 10.9M?



And finally, on a somewhat unrelated, and yet somewhat related, offshoot of this:


I fired up the “dead” server. BTW, I ran Dell diagnostics on it, and it passed everything. So it does not appear to be a hardware issue.

It looked like I ran out of disk space on it. I could not figure out how to get into the /export/home/myadmin directory to delete some files. That is undoubtedly where the problem is.

I was able to delete some zones that I was not using, which freed up some space — enough that I thought it should be able to boot — but it still will not boot. I’m guessing it may be because rpool/export/home is still full.

I’m also guessing that I have to mount that rpool somehow to be able to do that.

If I’m right, would you please lend a hand and tell me how I should be able to do that?

I’d really appreciate it.

I’ll try to make it up to you somehow, too!
James Carlson
2014-07-07 19:29:51 UTC
Permalink
Post by d***@hotmail.com
Post by James Carlson
At a guess, you've got several snapshots that are tying up a lot of
valuable resources.
Thanks, Mr. Carlson.
And that is something that I’d been wondering about for quite some time — “Do snapshots take additional space?”
I think your answer is "yes”.
Am I right?
No.

A snapshot on its own doesn't take up extra space (well, a couple of KB
for pointers, but that's it). However, snapshots are copy-on-write.
This means that if you take a snapshot, and then write to the volume
(note that removing files is itself "writing" to the directory), the
first write of any block covered by the snapshot will have to be
duplicated and then modified as requested. That causes additional
allocations.

Yes, "rm" causes block allocations.

This means that over time, a snapshot will hold down -- freeze in place
-- ancient versions of the data that you may have long since forgotten
about.

So, you do have to be careful with them. They're cheap in ordinary use,
but not at all cheap if taken on a busy file system and then completely
forgotten about.

That's why there's a difference between the "used" and the "referenced"
space. The "referenced" space is just the amount that you can address
directly, but "used" includes everything, including bits tied up in
snapshots.

Try "man zfs" and read the "Native Properties" section starting with "used":

used

The amount of space consumed by this dataset and all its
descendents. This is the value that is checked against
this dataset's quota and reservation.
Post by d***@hotmail.com
And also, “Do boot environments take up additional space?”
"Maybe."

In general, if you just create new boot environments, you'll find that
they're all just referring to snapshots, so, as above, they're cheap and
take little room.

But if you then modify them -- say, by doing an upgrade to an inactive
BE -- then you'll be taking up real room for the new data.

You'll have to delete things you don't want to keep using "zfs destroy".
Post by d***@hotmail.com
BE Active Mountpoint Space Policy Created
OpenIndiana-151a7-2014-0705A - - 10.9M static 2014-07-05 17:13
OpenIndiana-151a7-2014-0706A NR / 26.8G static 2014-07-06 22:05
openindiana - - 12.0M static 2014-07-04 17:39
I did some work last night, and made a new boot environment. Would deleting that old BE from the night before, which I don’t expect to ever need again, clear up 10.9M?
Yes. Not much.

You could do "zfs list -t snapshot" if you want all the gory details.
Post by d***@hotmail.com
I fired up the “dead” server. BTW, I ran Dell diagnostics on it, and it passed everything. So it does not appear to be a hardware issue.
It looked like I ran out of disk space on it. I could not figure out how to get into the /export/home/myadmin directory to delete some files. That is undoubtedly where the problem is.
I was able to delete some zones that I was not using, which freed up some space — enough that I thought it should be able to boot — but it still will not boot. I’m guessing it may be because rpool/export/home is still full.
I've never seen a full disk cause a failure to boot ... but I guess
anything could be possible. I'd expect that the real problem is corruption.
Post by d***@hotmail.com
I’m also guessing that I have to mount that rpool somehow to be able to do that.
If I’m right, would you please lend a hand and tell me how I should be able to do that?
I’d really appreciate it.
I’ll try to make it up to you somehow, too!
You should be able to boot up to an administrative state and get a root
prompt there. Then do "zfs list -t snapshot" to figure out what's
taking up the space and "zfs destroy ..." to remove the unwanted bits.

The one thing that definitely won't help is "rm," which is what I
suspect might have been done here.
--
James Carlson 42.703N 71.076W <***@workingcode.com>
d***@hotmail.com
2014-07-07 19:52:23 UTC
Permalink
Well, I did the following to clear up space, from the “Open Solaris Bible":

zoneadm -z myzone2 uninstall -F
zonecfg -z myzone2 delete -F

That cleared up some space.

At first, it didn’t boot. It kicked me into maintenance mode. I don’t remember what I did, exactly, but I booted it again, and it came up, albeit, very slowly.

Now it seems to be working. I shut down all of the zones so I could connect the machine to the LAN.

"# dmesg” — with the non-global zones shut off — shows this:

July 7, 2014 01:23:43 PM MDT
Jul 7 12:54:38 baptist.ds genunix: [ID 936769 kern.info] sd0 is /***@0,0/pci-***@1f,1/***@0/***@0,0
Jul 7 12:54:38 baptist.ds isa: [ID 202937 kern.info] ISA-device: pit_beep0
Jul 7 12:54:38 baptist.ds genunix: [ID 936769 kern.info] pit_beep0 is /***@0,0/***@1f/pit_beep
Jul 7 12:54:38 baptist.ds fdc: [ID 114370 kern.info] fd0 at fdc0
Jul 7 12:54:38 baptist.ds genunix: [ID 936769 kern.info] fd0 is /***@0,0/***@1f/***@1,3f0/***@0,0
Jul 7 12:54:40 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: llc10
Jul 7 12:54:40 baptist.ds genunix: [ID 936769 kern.info] llc10 is /pseudo/***@0
Jul 7 12:54:40 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: lofi0
Jul 7 12:54:40 baptist.ds genunix: [ID 936769 kern.info] lofi0 is /pseudo/***@0
Jul 7 12:54:40 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
Jul 7 12:54:40 baptist.ds genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/***@1024
Jul 7 12:54:40 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: ucode0
Jul 7 12:54:40 baptist.ds genunix: [ID 936769 kern.info] ucode0 is /pseudo/***@0
Jul 7 12:54:40 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: dcpc0
Jul 7 12:54:40 baptist.ds genunix: [ID 936769 kern.info] dcpc0 is /pseudo/***@0
Jul 7 12:54:40 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: dtrace0
Jul 7 12:54:40 baptist.ds genunix: [ID 936769 kern.info] dtrace0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fasttrap0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] fasttrap0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fbt0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] fbt0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: lockstat0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] lockstat0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: profile0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] profile0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: sdt0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] sdt0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: systrace0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] systrace0 is /pseudo/***@0
Jul 7 12:54:41 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
Jul 7 12:54:41 baptist.ds genunix: [ID 936769 kern.info] fcsm0 is /pseudo/***@0
Jul 7 12:54:44 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nvidia255
Jul 7 12:54:44 baptist.ds genunix: [ID 936769 kern.info] nvidia255 is /pseudo/***@255
Jul 7 12:54:44 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fcp0
Jul 7 12:54:44 baptist.ds genunix: [ID 936769 kern.info] fcp0 is /pseudo/***@0
Jul 7 12:54:44 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: winlock0
Jul 7 12:54:44 baptist.ds genunix: [ID 936769 kern.info] winlock0 is /pseudo/***@0
Jul 7 12:54:45 baptist.ds ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running.
Jul 7 12:54:47 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
Jul 7 12:54:47 baptist.ds genunix: [ID 936769 kern.info] fssnap0 is /pseudo/***@0
Jul 7 12:54:47 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nsmb0
Jul 7 12:54:47 baptist.ds genunix: [ID 936769 kern.info] nsmb0 is /pseudo/***@0
Jul 7 12:54:48 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: bpf0
Jul 7 12:54:48 baptist.ds genunix: [ID 936769 kern.info] bpf0 is /pseudo/***@0
Jul 7 12:54:48 baptist.ds genunix: [ID 127566 kern.info] device pciclass,***@9(display#0) keeps up device ***@0,0(sd#0), but the former is not power managed
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 122153 daemon.warning] svc:/network/location:default: Method or service exit timed out. Killing contract 61.
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 636263 daemon.warning] svc:/network/location:default: Method "/lib/svc/method/net-loc start" failed due to signal KILL.
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] not listening on 192.168.0.5 port 3493
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] no listening interface available
Jul 7 12:58:47 baptist.ds console-kit-daemon[673]: [ID 702911 daemon.warning] WARNING: signal "open_session_request" (from "OpenSessionRequest") exported but not found in object class "CkSeat"
Jul 7 12:58:47 baptist.ds console-kit-daemon[673]: [ID 702911 daemon.warning] WARNING: signal "close_session_request" (from "CloseSessionRequest") exported but not found in object class "CkSeat"
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@0 (zcons0) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@1 (zcons1) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@2 (zcons2) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@3 (zcons3) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@4 (zcons4) online
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x45 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x45 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:55 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: bpf0
Jul 7 12:59:55 baptist.ds genunix: [ID 936769 kern.info] bpf0 is /pseudo/***@0
Jul 7 12:59:55 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: lofi0
Jul 7 12:59:55 baptist.ds genunix: [ID 936769 kern.info] lofi0 is /pseudo/***@0
Jul 7 12:59:55 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nsmb0
Jul 7 12:59:55 baptist.ds genunix: [ID 936769 kern.info] nsmb0 is /pseudo/***@0
Jul 7 12:59:59 baptist.ds gdm-binary[1790]: [ID 702911 daemon.warning] WARNING: Got console request to add display for session that already has a display, and display is already in use
Jul 7 12:59:59 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
Jul 7 12:59:59 baptist.ds genunix: [ID 936769 kern.info] devinfo0 is /pseudo/***@0
Jul 7 12:59:59 baptist.ds rootnex: [ID 349649 kern.info] xsvc0 at root: space 0 offset 0
Jul 7 12:59:59 baptist.ds genunix: [ID 936769 kern.info] xsvc0 is /***@0,0
Jul 7 13:00:43 baptist.ds console-kit-daemon[673]: [ID 702911 daemon.warning] GLib-GObject-WARNING: g_object_set_property: construct property "seat-id" for object `CkSession' can't be set after construction
Jul 7 13:00:44 baptist.ds gdm-simple-slave[2479]: [ID 702911 daemon.warning] WARNING: GdmWelcomeSession: Error setting owner of run time directory: No such file or directory
Jul 7 13:00:47 baptist.ds gdm-simple-slave[2490]: [ID 702911 daemon.warning] WARNING: GdmWelcomeSession: Error setting owner of run time directory: No such file or directory
Jul 7 13:01:04 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] WARNING: IceListenForConnections returned 2 non-local listeners: inet/baptist.ds:59854,inet6/baptist.ds:44452
Jul 7 13:01:56 baptist.ds syslog[2954]: [ID 702911 daemon.warning] Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow
Jul 7 13:01:58 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:01:58 baptist.ds upsmon[683]: [ID 702911 daemon.notice] Communications with UPS ***@dormition.ds lost
Jul 7 13:02:07 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: pm0
Jul 7 13:02:07 baptist.ds genunix: [ID 936769 kern.info] pm0 is /pseudo/***@0
Jul 7 13:03:30 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] WARNING: Client '/org/gnome/SessionManager/Client5' failed to reply before timeout
Jul 7 13:03:30 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] WARNING: Client '/org/gnome/SessionManager/Client3' failed to reply before timeout
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:45 baptist.ds usba: [ID 912658 kern.info] USB 1.10 interface (usbifd62,1d.config1.1) operating at low speed (USB 1.x) on USB 1.10 root hub: ***@1, hid16 at bus address 2
Jul 7 13:03:45 baptist.ds usba: [ID 349649 kern.info] Darfon USB Combo Keyboard
Jul 7 13:03:45 baptist.ds genunix: [ID 936769 kern.info] hid16 is /***@0,0/pci1028,***@1d/***@1/***@1
Jul 7 13:04:08 baptist.ds gnome-session[4753]: [ID 702911 daemon.warning] WARNING: IceListenForConnections returned 2 non-local listeners: inet/baptist.ds:39845,inet6/baptist.ds:58679
Jul 7 13:04:10 baptist.ds fdc: [ID 114370 kern.info] fd0 at fdc0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fd0 is /***@0,0/***@1f/***@1,3f0/***@0,0
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: lp (ecpp) instance 0 irq 0x7 vector 0x42 ioapic 0x2 intin 0x7 is bound to cpu 1
Jul 7 13:04:10 baptist.ds isa: [ID 202937 kern.info] ISA-device: ecpp0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] ecpp0 is /***@0,0/***@1f/***@1,378
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: asy (asy) instance 0 irq 0x4 vector 0xb0 ioapic 0x2 intin 0x4 is bound to cpu 0
Jul 7 13:04:10 baptist.ds isa: [ID 202937 kern.info] ISA-device: asy0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] asy0 is /***@0,0/***@1f/***@1,3f8
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: ucode0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] ucode0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fct0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fct0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: stmf0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] stmf0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: llc10
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] llc10 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/***@1024
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: dcpc0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] dcpc0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fbt0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fbt0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: lockstat0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] lockstat0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: profile0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] profile0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: sdt0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] sdt0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: systrace0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] systrace0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fcsm0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nvidia255
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] nvidia255 is /pseudo/***@255
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fcp0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fcp0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: winlock0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] winlock0 is /pseudo/***@0
Jul 7 13:04:11 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
Jul 7 13:04:11 baptist.ds genunix: [ID 936769 kern.info] fssnap0 is /pseudo/***@0
Jul 7 13:04:48 baptist.ds gnome-session[4753]: [ID 702911 daemon.warning] WARNING: Application 'gnome-panel.desktop' failed to register before timeout
Jul 7 13:05:09 baptist.ds genunix: [ID 127566 kern.info] device pciclass,***@9(display#0) keeps up device ***@0,0(sd#0), but the former is not power managed
Jul 7 13:05:14 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:05:14 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:08:30 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:10:39 baptist.ds time-sliderd: [ID 702911 daemon.notice] No more daily snapshots left
Jul 7 13:11:46 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:11:46 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:15:02 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:17:39 baptist.ds genunix: [ID 408114 kern.info] /***@0,0/pci1028,***@1d/***@2 (hid23) removed
Jul 7 13:17:39 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:17:39 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:17:39 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:17:42 baptist.ds usba: [ID 912658 kern.info] USB 2.0 device (usb46d,c045) operating at low speed (USB 1.x) on USB 1.10 root hub: ***@2, hid24 at bus address 2
Jul 7 13:17:42 baptist.ds usba: [ID 349649 kern.info] Logitech USB-PS/2 Optical Mouse
Jul 7 13:17:42 baptist.ds genunix: [ID 936769 kern.info] hid24 is /***@0,0/pci1028,***@1d,2/***@2
Jul 7 13:17:42 baptist.ds genunix: [ID 408114 kern.info] /***@0,0/pci1028,***@1d,2/***@2 (hid24) online
Jul 7 13:17:42 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:17:42 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:17:42 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:18:18 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:18:18 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:20:53 baptist.ds zoneadmd[870]: [ID 702911 daemon.error] [zone 'tomcat'] WARNING: console /devices//pseudo/***@1/***@3 found, but it could not be removed.: I/O error
Jul 7 13:21:00 baptist.ds zoneadmd[873]: [ID 702911 daemon.error] [zone 'webphp4'] WARNING: console /devices//pseudo/***@1/***@4 found, but it could not be removed.: I/O error
Jul 7 13:21:05 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:21:05 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:21:05 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:21:11 baptist.ds zoneadmd[872]: [ID 702911 daemon.error] [zone 'mysql'] WARNING: console /devices//pseudo/***@1/***@0 found, but it could not be removed.: I/O error
Jul 7 13:21:13 baptist.ds ipf: [ID 821189 kern.notice] ipf_stack_destroy: ipldetach failed
Jul 7 13:21:19 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:21:19 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:21:19 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:21:34 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out


================================================================================================


Then I thought, well, maybe something in the zones are causing this, so I booted them back up and ran dmesg again.

"# dmesg” — with the non-global zones running — shows this:


July 7, 2014 01:39:14 PM MDT
Jul 7 12:54:44 baptist.ds genunix: [ID 936769 kern.info] fcp0 is /pseudo/***@0
Jul 7 12:54:44 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: winlock0
Jul 7 12:54:44 baptist.ds genunix: [ID 936769 kern.info] winlock0 is /pseudo/***@0
Jul 7 12:54:45 baptist.ds ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running.
Jul 7 12:54:47 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
Jul 7 12:54:47 baptist.ds genunix: [ID 936769 kern.info] fssnap0 is /pseudo/***@0
Jul 7 12:54:47 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nsmb0
Jul 7 12:54:47 baptist.ds genunix: [ID 936769 kern.info] nsmb0 is /pseudo/***@0
Jul 7 12:54:48 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: bpf0
Jul 7 12:54:48 baptist.ds genunix: [ID 936769 kern.info] bpf0 is /pseudo/***@0
Jul 7 12:54:48 baptist.ds genunix: [ID 127566 kern.info] device pciclass,***@9(display#0) keeps up device ***@0,0(sd#0), but the former is not power managed
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 122153 daemon.warning] svc:/network/location:default: Method or service exit timed out. Killing contract 61.
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 636263 daemon.warning] svc:/network/location:default: Method "/lib/svc/method/net-loc start" failed due to signal KILL.
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] not listening on 192.168.0.5 port 3493
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] no listening interface available
Jul 7 12:58:47 baptist.ds console-kit-daemon[673]: [ID 702911 daemon.warning] WARNING: signal "open_session_request" (from "OpenSessionRequest") exported but not found in object class "CkSeat"
Jul 7 12:58:47 baptist.ds console-kit-daemon[673]: [ID 702911 daemon.warning] WARNING: signal "close_session_request" (from "CloseSessionRequest") exported but not found in object class "CkSeat"
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@0 (zcons0) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@1 (zcons1) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@2 (zcons2) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@3 (zcons3) online
Jul 7 12:59:24 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@4 (zcons4) online
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x45 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x45 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 12:59:24 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 12:59:55 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: bpf0
Jul 7 12:59:55 baptist.ds genunix: [ID 936769 kern.info] bpf0 is /pseudo/***@0
Jul 7 12:59:55 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: lofi0
Jul 7 12:59:55 baptist.ds genunix: [ID 936769 kern.info] lofi0 is /pseudo/***@0
Jul 7 12:59:55 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nsmb0
Jul 7 12:59:55 baptist.ds genunix: [ID 936769 kern.info] nsmb0 is /pseudo/***@0
Jul 7 12:59:59 baptist.ds gdm-binary[1790]: [ID 702911 daemon.warning] WARNING: Got console request to add display for session that already has a display, and display is already in use
Jul 7 12:59:59 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
Jul 7 12:59:59 baptist.ds genunix: [ID 936769 kern.info] devinfo0 is /pseudo/***@0
Jul 7 12:59:59 baptist.ds rootnex: [ID 349649 kern.info] xsvc0 at root: space 0 offset 0
Jul 7 12:59:59 baptist.ds genunix: [ID 936769 kern.info] xsvc0 is /***@0,0
Jul 7 13:00:43 baptist.ds console-kit-daemon[673]: [ID 702911 daemon.warning] GLib-GObject-WARNING: g_object_set_property: construct property "seat-id" for object `CkSession' can't be set after construction
Jul 7 13:00:44 baptist.ds gdm-simple-slave[2479]: [ID 702911 daemon.warning] WARNING: GdmWelcomeSession: Error setting owner of run time directory: No such file or directory
Jul 7 13:00:47 baptist.ds gdm-simple-slave[2490]: [ID 702911 daemon.warning] WARNING: GdmWelcomeSession: Error setting owner of run time directory: No such file or directory
Jul 7 13:01:04 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] WARNING: IceListenForConnections returned 2 non-local listeners: inet/baptist.ds:59854,inet6/baptist.ds:44452
Jul 7 13:01:56 baptist.ds syslog[2954]: [ID 702911 daemon.warning] Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow
Jul 7 13:01:58 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:01:58 baptist.ds upsmon[683]: [ID 702911 daemon.notice] Communications with UPS ***@dormition.ds lost
Jul 7 13:02:07 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: pm0
Jul 7 13:02:07 baptist.ds genunix: [ID 936769 kern.info] pm0 is /pseudo/***@0
Jul 7 13:03:30 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] WARNING: Client '/org/gnome/SessionManager/Client5' failed to reply before timeout
Jul 7 13:03:30 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] WARNING: Client '/org/gnome/SessionManager/Client3' failed to reply before timeout
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: AT_SPI_REGISTRY was not started at session startup.
Jul 7 13:03:32 baptist.ds gnome-session[2490]: [ID 702911 daemon.warning] atk-bridge-WARNING: IOR not set.
Jul 7 13:03:45 baptist.ds usba: [ID 912658 kern.info] USB 1.10 interface (usbifd62,1d.config1.1) operating at low speed (USB 1.x) on USB 1.10 root hub: ***@1, hid16 at bus address 2
Jul 7 13:03:45 baptist.ds usba: [ID 349649 kern.info] Darfon USB Combo Keyboard
Jul 7 13:03:45 baptist.ds genunix: [ID 936769 kern.info] hid16 is /***@0,0/pci1028,***@1d/***@1/***@1
Jul 7 13:04:08 baptist.ds gnome-session[4753]: [ID 702911 daemon.warning] WARNING: IceListenForConnections returned 2 non-local listeners: inet/baptist.ds:39845,inet6/baptist.ds:58679
Jul 7 13:04:10 baptist.ds fdc: [ID 114370 kern.info] fd0 at fdc0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fd0 is /***@0,0/***@1f/***@1,3f0/***@0,0
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: lp (ecpp) instance 0 irq 0x7 vector 0x42 ioapic 0x2 intin 0x7 is bound to cpu 1
Jul 7 13:04:10 baptist.ds isa: [ID 202937 kern.info] ISA-device: ecpp0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] ecpp0 is /***@0,0/***@1f/***@1,378
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: asy (asy) instance 0 irq 0x4 vector 0xb0 ioapic 0x2 intin 0x4 is bound to cpu 0
Jul 7 13:04:10 baptist.ds isa: [ID 202937 kern.info] ISA-device: asy0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] asy0 is /***@0,0/***@1f/***@1,3f8
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: ucode0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] ucode0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:04:10 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fct0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fct0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: stmf0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] stmf0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: llc10
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] llc10 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/***@1024
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: dcpc0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] dcpc0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fbt0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fbt0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: lockstat0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] lockstat0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: profile0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] profile0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: sdt0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] sdt0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: systrace0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] systrace0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fcsm0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: nvidia255
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] nvidia255 is /pseudo/***@255
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fcp0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] fcp0 is /pseudo/***@0
Jul 7 13:04:10 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: winlock0
Jul 7 13:04:10 baptist.ds genunix: [ID 936769 kern.info] winlock0 is /pseudo/***@0
Jul 7 13:04:11 baptist.ds pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
Jul 7 13:04:11 baptist.ds genunix: [ID 936769 kern.info] fssnap0 is /pseudo/***@0
Jul 7 13:04:48 baptist.ds gnome-session[4753]: [ID 702911 daemon.warning] WARNING: Application 'gnome-panel.desktop' failed to register before timeout
Jul 7 13:05:09 baptist.ds genunix: [ID 127566 kern.info] device pciclass,***@9(display#0) keeps up device ***@0,0(sd#0), but the former is not power managed
Jul 7 13:05:14 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:05:14 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:08:30 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:10:39 baptist.ds time-sliderd: [ID 702911 daemon.notice] No more daily snapshots left
Jul 7 13:11:46 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:11:46 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:15:02 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:17:39 baptist.ds genunix: [ID 408114 kern.info] /***@0,0/pci1028,***@1d/***@2 (hid23) removed
Jul 7 13:17:39 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:17:39 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:17:39 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:17:42 baptist.ds usba: [ID 912658 kern.info] USB 2.0 device (usb46d,c045) operating at low speed (USB 1.x) on USB 1.10 root hub: ***@2, hid24 at bus address 2
Jul 7 13:17:42 baptist.ds usba: [ID 349649 kern.info] Logitech USB-PS/2 Optical Mouse
Jul 7 13:17:42 baptist.ds genunix: [ID 936769 kern.info] hid24 is /***@0,0/pci1028,***@1d,2/***@2
Jul 7 13:17:42 baptist.ds genunix: [ID 408114 kern.info] /***@0,0/pci1028,***@1d,2/***@2 (hid24) online
Jul 7 13:17:42 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:17:42 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:17:42 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:18:18 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:18:18 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:20:53 baptist.ds zoneadmd[870]: [ID 702911 daemon.error] [zone 'tomcat'] WARNING: console /devices//pseudo/***@1/***@3 found, but it could not be removed.: I/O error
Jul 7 13:21:00 baptist.ds zoneadmd[873]: [ID 702911 daemon.error] [zone 'webphp4'] WARNING: console /devices//pseudo/***@1/***@4 found, but it could not be removed.: I/O error
Jul 7 13:21:05 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:21:05 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:21:05 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:21:11 baptist.ds zoneadmd[872]: [ID 702911 daemon.error] [zone 'mysql'] WARNING: console /devices//pseudo/***@1/***@0 found, but it could not be removed.: I/O error
Jul 7 13:21:13 baptist.ds ipf: [ID 821189 kern.notice] ipf_stack_destroy: ipldetach failed
Jul 7 13:21:19 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:21:19 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:21:19 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:21:34 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:24:50 baptist.ds last message repeated 1 time
Jul 7 13:24:50 baptist.ds upsmon[683]: [ID 702911 daemon.notice] UPS ***@dormition.ds is unavailable
Jul 7 13:25:12 baptist.ds mac: [ID 435574 kern.info] NOTICE: bge0 link up, 100 Mbps, full duplex
Jul 7 13:25:12 baptist.ds upsmon[683]: [ID 702911 daemon.notice] Communications with UPS ***@dormition.ds established
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.notice] No more hourly snapshots left
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.warning] rpool exceeded 80% capacity. Hourly and daily automatic snapshots were destroyed
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.notice] 239 automatic snapshots were destroyed
Jul 7 13:34:36 baptist.ds mac: [ID 486395 kern.info] NOTICE: bge0 link down
Jul 7 13:34:42 baptist.ds upsmon[683]: [ID 702911 daemon.error] Poll UPS [***@dormition.ds] failed - Server disconnected
Jul 7 13:34:42 baptist.ds upsmon[683]: [ID 702911 daemon.notice] Communications with UPS ***@dormition.ds lost
Jul 7 13:37:55 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@1 (zcons1) online
Jul 7 13:37:55 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 13:37:55 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:37:55 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:37:55 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:37:55 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:37:55 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:38:03 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 13:38:03 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:38:03 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:38:04 baptist.ds upsmon[683]: [ID 702911 daemon.error] UPS [***@dormition.ds]: connect failed: Connection failure: Connection timed out
Jul 7 13:38:12 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:38:12 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:38:12 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:38:23 baptist.ds genunix: [ID 408114 kern.info] /pseudo/***@1/***@2 (zcons2) online
Jul 7 13:38:23 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 13:38:23 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x45 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:38:23 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:38:23 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 1
Jul 7 13:38:23 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0
Jul 7 13:38:23 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:38:34 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x44 ioapic 0x2 intin 0xf is bound to cpu 0
Jul 7 13:38:34 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 1
Jul 7 13:38:34 baptist.ds pcplusmp: [ID 805372 kern.info] pcplusmp: pci-ide (pci-ide) instance 1 irq 0x17 vector 0x44 ioapic 0x2 intin 0x17 is bound to cpu 0


Do you see anything in that that might have caused the machine to hang, and not boot back up?

Or if there is anything else I could run that would be helpful, please tell me. I’d like to bring that machine back up.

I’m going to try rebooting it again, and watching the messages with “-v -m verbose” in the kernel line, and see what it does.
James Carlson
2014-07-07 20:21:24 UTC
Permalink
Post by d***@hotmail.com
Then I thought, well, maybe something in the zones are causing this, so I booted them back up and ran dmesg again.
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 122153 daemon.warning] svc:/network/location:default: Method or service exit timed out. Killing contract 61.
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 636263 daemon.warning] svc:/network/location:default: Method "/lib/svc/method/net-loc start" failed due to signal KILL.
That looks like a waste of time. If this isn't a portable system (i.e.,
a laptop), then I'd disable that service. Or at least look into why
it's failing miserably and slowing down the boot process.
Post by d***@hotmail.com
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] not listening on 192.168.0.5 port 3493
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] no listening interface available
Also, it looks like your UPS daemon might have configuration problems.
Post by d***@hotmail.com
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.notice] No more hourly snapshots left
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.warning] rpool exceeded 80% capacity. Hourly and daily automatic snapshots were destroyed
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.notice] 239 automatic snapshots were destroyed
Yow. That would certainly take some time.

For what it's worth, I don't run time slider. I do my own snapshots
using my own scripts. I ran into problems with the early
implementations of time slider and just gave up on it.

I can't speak to its current incarnation, because I'm uninterested in
using it. Your mileage may vary.
--
James Carlson 42.703N 71.076W <***@workingcode.com>
d***@hotmail.com
2014-07-07 20:28:29 UTC
Permalink
Ok. Thank you.

I’ll turn off "svc:/network/location:default”.

The UPS daemon failed because it was disconnected from the LAN, and could not communicate with the NUT master server. No big deal.

I’ll turn off automatic snapshots, too. I never used them anyway. I think I just started them because I was new to all of this last year.

Thank you very much for your help.

I *greatly* appreciate it.
Post by James Carlson
Post by d***@hotmail.com
Then I thought, well, maybe something in the zones are causing this, so I booted them back up and ran dmesg again.
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 122153 daemon.warning] svc:/network/location:default: Method or service exit timed out. Killing contract 61.
Jul 7 12:56:29 baptist.ds svc.startd[10]: [ID 636263 daemon.warning] svc:/network/location:default: Method "/lib/svc/method/net-loc start" failed due to signal KILL.
That looks like a waste of time. If this isn't a portable system (i.e.,
a laptop), then I'd disable that service. Or at least look into why
it's failing miserably and slowing down the boot process.
Post by d***@hotmail.com
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] not listening on 192.168.0.5 port 3493
Jul 7 12:58:39 baptist.ds upsd[679]: [ID 702911 daemon.error] no listening interface available
Also, it looks like your UPS daemon might have configuration problems.
Post by d***@hotmail.com
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.notice] No more hourly snapshots left
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.warning] rpool exceeded 80% capacity. Hourly and daily automatic snapshots were destroyed
Jul 7 13:26:52 baptist.ds time-sliderd: [ID 702911 daemon.notice] 239 automatic snapshots were destroyed
Yow. That would certainly take some time.
For what it's worth, I don't run time slider. I do my own snapshots
using my own scripts. I ran into problems with the early
implementations of time slider and just gave up on it.
I can't speak to its current incarnation, because I'm uninterested in
using it. Your mileage may vary.
--
_______________________________________________
openindiana-discuss mailing list
http://openindiana.org/mailman/listinfo/openindiana-discuss
James Carlson
2014-07-08 11:32:19 UTC
Permalink
Post by d***@hotmail.com
Ok. Thank you.
I’ll turn off "svc:/network/location:default”.
The UPS daemon failed because it was disconnected from the LAN, and could not communicate with the NUT master server. No big deal.
I’ll turn off automatic snapshots, too. I never used them anyway. I think I just started them because I was new to all of this last year.
I'll bet that had a lot to do with the slowness and storage problems you
had. It's a lot like a tourist. It doesn't take a lot of time for the
automatic snapshot mechanism to fill the known Universe with snapshots.
Post by d***@hotmail.com
Thank you very much for your help.
I *greatly* appreciate it.
No problem; good luck.
--
James Carlson 42.703N 71.076W <***@workingcode.com>
Loading...