Displaying 3 results from an estimated 3 matches for "kalki".
Did you mean:
kali
2006 Jul 13
2
Suspend and/or Hibernate
I asked about ACPI several weeks ago but received no responses. Are
suspend and hibernate features not supported in CentOS yet? I noticed
there is a daemon for acpi:
[scarolan at kalki ~]$ chkconfig --list | grep acpi
acpid 0:off 1:off 2:off 3:on 4:on 5:on 6:off
But how do I use this feature? Normally I'm accustomed to this being
a menu option when I log out (eg, on recent versions of Fedora or
Ubuntu). I noticed in /etc/acpi/events/ there is a fil...
2008 Mar 04
0
No value for $TERM and no -T specified
I just customized my prompt with a PS1= variable. Since updating my
.bashrc this way, when I try to run commands remotely with ssh I get
this:
****************************************
[scarolan at kalki:~]$ ssh server pwd
No value for $TERM and no -T specified/home/scarolan
No value for $TERM and no -T specified
****************************************
Anyone know why this is happening? Here's the contents of my .bashrc:
****************************************
# .bashrc
PS1="[\[\e[3...
2014 Jan 30
0
Using XEN 4.1 to run Windows 7 DOMU on SERVER1, replicated the HVM to SERVER2 using DRBD. Win7 DOMU doesn't boot in SERVER2 after replication
...ncer { rate 50M; } }
resource r0 {
protocol C;
startup {
become-primary-on both;
wfc-timeout 15;
degr-wfc-timeout 60;
}
net {
allow-two-primaries;
cram-hmac-alg sha1;
shared-secret "kalki";
}
on server1 {
device /dev/drbd0;
disk /dev/sda4;
address 192.168.0.92:7788;
meta-disk /dev/sda7[0];
}
on server2 {
device /dev/drbd0;
disk /dev/sda7;...