Displaying 20 results from an estimated 195 matches for "asleep".
Did you mean:
sleep
2006 May 09
1
ZFS seems to fall asleep
Hi,
I have Solaris Express snv_27 installed on an x86 pc with 4 SATA drives. I have 1 zpool called data with 16 ZFS filesystems. From times to times, it looks like ZFS falls asleep, i.e. when I do a df -k, it takes about a second to list each ZFS filesystem. If I re-issue the command straight away or a couple of minutes later, it takes a second to list all the filesystems.
I checked in the /var/log and /var/adm directory to see if I could find an error message, but nothing a...
2024 Apr 19
0
UPS ups@localhost: administratively OFF or asleep
NUT 2.8.2
I received two broadcasts: UPS ups at localhost: administratively OFF or asleep
What does this mean?
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20240419/cf000f7a/attachment.htm>
2007 Sep 02
0
linux networking "falls asleep"
I have an issue on my gentoo xen server. If i create linux domU''s,
regardless of whether they are HVM or PV, my networking on the domU
eventually "falls asleep". If i log into the domU using the VFB or xm
console, then utilize the network in some manner (i.e. ping) the network
jumps right up and is working. This happens on fedora, ubuntu, and
ipcop (2.4 kernel) domU''s.
It was annoying on my fedora/ubuntu systems, but I put in a cron job...
2009 Apr 30
0
network falls asleep on guest
Hi all,
I have a Debian Lenny domU running on an Etch dom0 (xm info output
below). It seems that the domU network falls asleep after some time.
After some activity, either trying to do something like a ping or dig
from within the domU or enough client attempts to connect to a samba
share, it comes back up. That wouldn''t be terrible, except that the
delays in reconnecting to the samba share from clients are causin...
2004 May 14
3
Psssst. The US is asleep - let's talk intern ationalization !!!
...pts.
Just my two pence worth!
Rgds
Tim
-----Original Message-----
From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Olle E. Johansson
Sent: 14 May 2004 09:59
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Psssst. The US is asleep - let's talk internationalization !!!
Stephan Wik wrote:
> Splendid. Do we get a
>
> us - American English
> en - English
We certainly need to look into country variants.
Since we have learned quite a lot, I think we're ready to go for en_us and en_uk Also to let the friends...
2004 May 14
1
Psssst. The US is asleep - let's talk internationalization !!!
http://bugs.digium.com/bug_view_page.php?bug_id=0001485
After spending a lot of time saying numbers and dates, the Asterisk I18N project now targets
voicemail. The voicemail prompts are very much based on english language syntax, which works
for some languages and doesn't work for a lot of languages.
Fran Boon, aka Flavour, have done an excellent job in merging patches and building a
2004 May 14
0
Perhaps France isn't asleep also or a least part of it.
I'm in the process of dropping my France Telecom (Wanadoo) connection
512/128 @ 29.99? per month to go to Free offering 1024/128 with fixed IP
for the same price and when degrouped 2048. But it doesn't stop there.
They don't supply a modem they supply the FreeBox which gives free as in
gratuit calls to mainland France and 0.03?/min to group 1 countries.
>From their tarif list they
2007 Feb 02
7
Mongrels 1.0.1 falling asleep w/ Rails 1.2
I''m a bit surprised I can''t find anything about this in the mailing
list archives. Basically since Mongrel 1.0.1 I''ve had Mongrels fall
asleep without any real cause. A deep sleep, actually more like a
coma. The mongrel in question (I''m using a cluster of three) can not
be revived. A cluster::stop, then cluster::start is nessesary.
A ::restart would not help, but no ruby processes were left running.
The comatose Mongrel...
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
...a.raw
Klaxons Klaxons.raw
KotoEffect KotoEffect.raw
MusicBox MusicBox.raw
Neuro Neuro.raw
Ohno Ohno.raw
Piano 1 Piano1.raw
Piano 2 Piano2.raw
Pop Pop.raw
Pulse Pulse1.raw
Saxaphone 1 Sax1.raw
Saxaphone 2 Sax2.raw
Asleep asleep.raw
Caramba caramba.raw
MayIHelp mayihelp.raw
Dilbert Boss SICA-dilbert-BungeeBoss.raw
Dilbert Meeting SICA-dilbert-PHB.raw
NyukNyuk NyukNyuk.raw
Merlin2 merlin2.pcm
Merlin3 merlin3.pcm
Merlin4 merlin4.pcm
Merlin5 merlin5.pcm...
2018 Jan 25
3
[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
This fixes wrong temperature outputs e.g. 511°C if the card is asleep.
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
---
drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c b/drivers/gpu/drm/nouveau/nvkm/subdev/the...
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
...d, and have the caller hear the
default ringing tones, and not have to mess around with MOH?
Currently I'm using ParkAndAnnounce, and just announcing it to
/dev/null (which it complains about, but it works). Here's the
specific section of my extensions.conf file if anyone's curious:
[asleep]
exten => s/_931555XXXX,1,NoOp
exten => s/7205879978,1,NoOp
exten => s/4025179978,1,NoOp
exten => s,1,System(/bin/echo -n -e "'${CALLERIDNAME} ${CALLERIDNUM}'"
| nc -w 1 192.168.1.16 10629)
exten => s/_931555XXXX,2,NoOp
exten => s/7205879978,2,NoOp
exten => s/...
2006 Jan 25
0
Want to automatically park call and have callerhear ring tones
...he
> default ringing tones, and not have to mess around with MOH?
> Currently I'm using ParkAndAnnounce, and just announcing it to
> /dev/null (which it complains about, but it works). Here's the
> specific section of my extensions.conf file if anyone's curious:
>
> [asleep]
> exten => s/_931555XXXX,1,NoOp
> exten => s/7205879978,1,NoOp
> exten => s/4025179978,1,NoOp
> exten => s,1,System(/bin/echo -n -e "'${CALLERIDNAME} ${CALLERIDNUM}'"
> | nc -w 1 192.168.1.16 10629)
> exten => s/_931555XXXX,2,NoOp
> exten =>...
2015 Jan 28
2
W7 client cannot adjust file permissions via ADUC
No, I did not try the alterations but, Louis had me remove the "domain
users" line earlier.
Put the line back in and try alterations? (If so, I will not have time
until you are asleep, tonight.)
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
On 2015-01-28 12:34, Rowland Penny wrote:
> On 28/01/15 17:57, Bob of Donelson Trophy wrote:
>
>> That was a cut/paste...
2010 May 16
3
searchlogic
Hey
The guys at the searchlogic google groups seem to be asleep -.-
They didnt'' grant me permission to post yet.
But anyways, right now, I followed the searchlogic tutorial found here
-http://www.binarylogic.com/2008/09/07/tutorial-pagination-ordering-
and-searching-with-searchlogic/
however, in that tutorial, the results of the find displays all my...
2002 May 06
6
SCP file corruptions
Hi,
I apparently was asleep at the wheel using scp, and accidentally copied a
file onto itself. Scp generated an Input/Output error and did not perform
the copy. However, now the file is corrupt. Is this a but? Is there anyway
to fix the file I messed up?
Thanks,
Don Gathman
208.396.6675
2015 Jan 29
4
W7 client cannot adjust file permissions via ADUC
...rves an award!!" On 2015-01-28 13:09, Rowland Penny wrote: On 28/01/15 18:55, Bob of Donelson Trophy wrote: No, I did not try the alterations but, Louis had me remove the "domain users" line earlier. Put the line back in and try alterations? (If so, I will not have time until you are asleep, tonight.) By all means try it, you have nothing to lose :-) I take it that 'wbinfo -u' shows all the domain users on the member server and 'wbinfo -g' shows all the domain groups. Also 'getent passwd <domain user> shows the user. Rowland
Links: ------ [1] http://www.done...
2015 Jan 29
7
W7 client cannot adjust file permissions via ADUC
...On 2015-01-28 13:09, Rowland Penny wrote:
> On 28/01/15 18:55, Bob of Donelson Trophy wrote:
>
>> No, I did not try the alterations but, Louis had me remove the "domain users" line earlier. Put the line back in and try alterations? (If so, I will not have time until you are asleep, tonight.)
>
> By all means try it, you have nothing to lose :-)
>
> I take it that 'wbinfo -u' shows all the domain users on the member server and 'wbinfo -g' shows all the domain groups. Also 'getent passwd <domain user> shows the user.
>
> Rowland...
2018 Jan 26
2
[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
...e here is, that the reg read returns 0xffffffff and parsing that
> is the first step in the first place.
>
> On Thu, Jan 25, 2018 at 7:16 PM, Tobias Klausmann
> <tobias.johannes.klausmann at mni.thm.de> wrote:
>> This fixes wrong temperature outputs e.g. 511°C if the card is asleep.
>>
>> Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
>> ---
>> drivers/gpu/drm/nouveau/nvkm/subdev/therm/gp100.c | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/nouveau/nvkm...
2020 Sep 05
1
Samba AD not resolving external names
I fell asleep at my desk... and now it's working fine.
I have no idea what was wrong or why it magically fixed itself.
On Sat, Sep 5, 2020 at 3:36 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 05/09/2020 09:53, Peter Pollock via samba wrote:
> > I have just set up a new...
2005 Mar 22
2
status.xsl (fwd)
Hi,
Sorry, made a typo when trying to approve this. Apologies to the sender.
Geoff.
---------- Forwarded message ----------
Date: Tue, 22 Mar 2005 15:20:06 +0000
From: Ben Edwards - Trinity <ben@3ca.org.uk>
To: icecast list <icecast@xiph.org>
Subject: status.xsl
I have seen some reference to changing status.xsl to only include active
mount points. I'me not an xsl hacker.