Linux
the connection kept breaking and I couldn't type more than a few characters in any app. I looked around and found Bluetooth keyboard easy connect int he market. I installed it and then rebooted as it advised. After that I didn't have to do anything, it just connected to the keyboard and it worked great for…
XAUTHORITY=/tmp/…
I found this page on le-vert.net that explained how to do everything. Phew.
List the drives
[root@server ~]# MegaCli64 -PDlist -a0 |grep -A1 "Enclosure Device"
Enclosure Device ID: 32
Slot Number: 0
--
Enclosure Device ID: 32
Slot Number: 1
--…
And this error would appear in the logs
[Wed Feb 16 10:41:04 2011] [notice] [client 192.168.0.1] admserv_host_ip_check: ap_get_remote_host could not resolve 192.168.0.1
I found this…
[root@client /]# umount /var/spool/mail
umount.nfs: server.example.com:/export: not found / mounted or server not reachable
Running the umount with -v shows the problem.
[root@client /]# umount -v /var/mail
mount: trying 192.168.0.1 prog 100005 vers 1 prot tcp port 4002
umount.nfs: server.example.com:/export: not found / mounted or server not reachable
mount: trying 192.168.0.1 prog 100005 vers 1…
I received the nookcolor in early December. I rooted it almost immediately. I found it was a great device. I was on 1.0.0. The update came for 1.0.1 after I bought it (by 2 days I think). I didn't bother with the update, cause I knew I'd have to revert to stock to get that. Then the overclock kernel showed up so I tried it, using clockworkmod rommanager. I didn't realize…
/vol/vol0/etc/sshd/root/.ssh/authorized_keys
or
/vol/vol0/etc/sshd//.ssh/authorized_keys
After that, I was able to delete my…
Exception: java.lang.ClassNotFoundException: com.netapp.admin.FilerAutosupportConfigUIApplet.class
I found this article on the now site that spoke of the issue. The problem is with tls 1.0 being turned on and ssl being enabled on the filer. I…
I've…