search for: reinitialised

Displaying 20 results from an estimated 46 matches for "reinitialised".

Did you mean: reinitialise
2005 Jun 13
2
ztcfg server crash
I was wondering if anyone had experienced the following with asterisk stable. After a period of time (can vary), If I stop asterisk and try to run ztcfg -v to reinitialise my quad e1 card, the server will lock up. Sometimes it's a complete lockup, where it won't even return pings, other times it seems to be "partially screwed". -- ==========================================
2012 Jul 07
2
Bug#680102: More fixes for xen-api in Wheezy
(CC'ing George Shulkin, and the #680102 bug list) On Sat, Jul 7, 2012 at 4:37 PM, Thomas Goirand <thomas at goirand.fr> wrote: > Hi Mike and Jon, > > It would be really nice if you could have a look at these 3 pending > issues in the Debian bug tracker: > > #675052: xe vm-memory-target-set does not write target to xenstore > #678723: vif-interfaces added to database
2016 Mar 09
3
LLVM Fatal Error Handling
Now, at least in release 3.7.1, on an encounter with a fatal error at the time of compiling a module it will call an installed handler function and allow the application to log the error etc. However once said handler returns LLVM will force an exit of 0x1, something that I cant allow to ever occur, but according to the ErrorHandling header I cant safely throw an exception to back out of the error
2006 Dec 17
0
Using initLightbox()
Hi all I need some help on this one: I have a webpage that writes a jpeg into a div when you click on a thumbnail using javascript. I wanted to display an even bigger version of that jpeg if you click on it so I integrated the Lightbox script (uses prototype.js and scriptaculous.js) If I place initLightbox() into the body onload= then the first thumbnail clicked will write the larger jpeg into
2007 Jun 11
9
Recent MAC improvements
Hi, There has been some recent work to improve the speed of the Message Authentication Codes (MACs) that are used in OpenSSH. The first improvement is a change from Markus Friedl to reuse the MAC context, rather than reinitialising it for every packet. This saves two calls to the underlying hash function (e.g. SHA1) for each packet. My tests found that this yielded at 12-16% speedup for bulk
2005 Jan 03
1
Samba share breaks msi-install process
...ll the package on the first machine (say pcA). The central directory on the share is created and the files are installed. The package now works excellent. Then I install the package on the second machine (say pcB). The central share is found, but on Samba the important "database" file is reinitialised, deleting all the information put into it using pcA. The shares are mapped using the same account name and password (only one PC needs to be active at the same time). I have tried both Samba Version 2.0.5a, and Version 3.0.3pre2-2.pre2. Both behave exactly alike. On version 3 I have experimented...
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
--- src/nv_driver.c | 32 +------------------------------- 1 files changed, 1 insertions(+), 31 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index 248a151..9606d97 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -315,8 +315,6 @@ NVAdjustFrame(int scrnIndex, int x, int y, int flags) /* * This is called when VT switching back to the X server. Its job is * to
2005 Aug 16
1
ices2, metadata, bumps and crashes
...2^31 > rollover problem. (It spits out bursts of white noise after about 3 > hours at 44.1kHz.) I think I've noticed that one in the past, but I almost never use ogg123, so I haven't looked into it. > > The bump is noticeable. I suspect it's due to the encoder being > reinitialised in order to get a new serial number. That cause a substantial jump in both cpu usage and bitrate for a moment, but if your client has any buffering at all (and most of them buffer quite a lot), then that shouldn't be a problem in any way. I'm curious as to why it is... it might just be the...
2016 Oct 11
2
Samba 4.3.11 on FreeBSD-10.3 - Firefox problem on Win7Pro
...are fairly large. There are approximately 300 bookmarks and about a dozen Addons. However, none of the user's addons are outside the usual for our firm and I myself have all the ones on the user's profile and many more besides. And I do not encounter these problems. Once the profile is reinitialised FF behaves normally for several days and then degrades again. I am suspicious that there is some problem relating to the roaming profiles but other than a vague suspicion I have nothing to go on. My question is: how does one go about determining if the problem is with FF itself or with some aspec...
2013 Jun 27
3
Syslinux 6.00 released
Hi, I have the same problem as Helmut with INCLUDE keyword and extlinux 5.10 an later. The following configuration has been tested and worked with extlinux 4.05, 4.06, 5.01 Contents of "boot_label" file DEFAULT 1 --------------------------------------- Contents of "extlinux.conf" file # Enable menu.c32 UI menu.c32 # Disable the boot: prompt PROMPT 0 # 5 sec TIMEOUT 50 #
2004 Apr 21
4
Resetting network device / skb leak
hi, I seem to have a problem with the Linux xen-network driver leaking skbs. This is probably my own fault, upon resumption after migration I call this: void network_resume(void) { struct net_device* dev = __dev_get_by_name("eth0"); MOD_DEC_USE_COUNT; network_open(dev); } -- which works fine. However, in network_open() the call to NETOP_RESET_RINGS seems to clear all the
2004 Aug 06
3
Curious ices2 log entries
Hello Folks: Every now and then my ogg123 quits while loistening to the stream. It isn't a bandwidth problem because my ogg123 is on a machine which is just a few feet from the server and is in fact on the same machine with ices2 doing the streaming. It happened this morning and I decided to take a look at the log and found some curious messages and thought maybe I'd post them here and
2009 Nov 11
6
HeLp oN my database
Using my application i can able to save a new record into my db but i cannot update a existing record into my db. using update query i can able to update my records. but using update_attributes it doesnot update my records. even i cant find any errors in logs or something. throughout my application i can able to save a new record but unable to update my existing records. actually i have changed
2009 Dec 15
8
[Bug 25658] New: Move to loadable firmware breaks suspend on nVidia 9800M
http://bugs.freedesktop.org/show_bug.cgi?id=25658 Summary: Move to loadable firmware breaks suspend on nVidia 9800M Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2010 Sep 10
0
[LLVMdev] parameters sent by llvm::ExtractCodeRegion
...parameters to the new function. So, when I extract the new function in a separate file, it doesn't see the modifications that have been done on the static structures. If I include the globals of the module in the new file, these structures are redefined, so my function gets them all as being reinitialised. I need to process the new file with llvm-as and llc, and as far as I know these tools do not accept more than one file as parameters. The only solution that comes to my mind is to modify the llvm::ExtractCodeRegion to send as parameters also the globals used inside the code to be extracted. Bu...
2016 Oct 11
0
Samba 4.3.11 on FreeBSD-10.3 - Firefox problem on Win7Pro
...> approximately 300 bookmarks and about a dozen Addons. However, none > of the user's addons are outside the usual for our firm and I myself > have all the ones on the user's profile and many more besides. And I > do not encounter these problems. > > Once the profile is reinitialised FF behaves normally for several days > and then degrades again. I am suspicious that there is some problem > relating to the roaming profiles but other than a vague suspicion I > have nothing to go on. My question is: how does one go about > determining if the problem is with FF itsel...
1998 Jul 07
0
Problems with Authenticating Samba shares.
Help, We have a Sun Sparc running Solaris 2 which has Version 1.9.18p3 of Samba. The problem is that when the Samba Server is selected in the network neighbourhood on an NT box , it now asks for a username and password. This doesn't matter who the user is , if you enter the valid username and password for the account you are using, the NT box asks you again to authenticate. The smb.conf
2013 Apr 04
0
Changing HTTP proxy configurations at run time
DeaR developers, I was recently moving with my laptop between two environments with and without a HTTP proxy server. As the internal proxy configuration is read only once from the environment variables http_proxy/HTTP_PROXY at the first call of download.file(), the proxy configurations couldn't be adjusted at a later stage. (See also the comment in ?download.file). This caused some
2013 Jun 27
0
Syslinux 6.00 released
On Thu, 27 Jun, at 10:46:24AM, Romain Naour wrote: > Hi, > > I have the same problem as Helmut with INCLUDE keyword and extlinux 5.10 an later. > The following configuration has been tested and worked with extlinux 4.05, 4.06, 5.01 > > Contents of "boot_label" file > DEFAULT 1 [...] > Thanks to Helmut report, the problem is fixed with: > INCLUDE
2004 Aug 06
0
trouble connecting to icecast2/ices
I just built icecast and ices from CVS source. The compile went fine. But I'm having trouble connecting to the server and hearing anything. In one shell, I start icecast with: src/icecast -c conf/icecast.xml That appears to start things off fine. Then in another shell, I start ices: src/ices conf/ices-playlist.xml At this point, icecast prints some text: connection added.... DEBUG: source