search for: reinitialising

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

Did you mean: initialising
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 transfers to localhost using HMAC-MD5 and arcfour256. HMAC-SHA1 should see an even bigger improvement, because SHA1 is a more expensive...
2005 Jan 03
1
Samba share breaks msi-install process
Hi, I need advise by someone with knowledge about the inner workings of MS Installer to explain the behavioural difference between using a Samba share and a native Windows share. I'm trying to install a (commercial) package on multiple Windows machines. This package shares several database-like files in a central directory on a central share. Using a share on a Windows XP-machine works OK
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
On 8/16/05, Paul Martin <pm@nowster.zetnet.co.uk> wrote: > > Caught it yesterday, as I was already running level 4: This line: [2005-08-15 04:10:58] EROR stream/ices_instance_stream Send error: No error (Success) is the one that catches my attention. Unfortunately, ices's error logging is somewhat sub-standard. Can you cross reference this against your icecast error.log to see
2016 Oct 11
2
Samba 4.3.11 on FreeBSD-10.3 - Firefox problem on Win7Pro
We have recently converted our users from a Windows2000Advanced Server AD-DC to a Samba-4.3.11. AD-DC. For the most part this went very well, saving only for the degree of ignorance respecting things MicroSoft evidenced by myself. However, one of our users persistently reports difficulties with their roaming profile. Specifically, their Firefox profile. This did not occur before the change-over
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
...ee if you Mike or someone else had an idea what causes these messages. I will include below a portion of the log for the entry which seems to have caused the entries. Kirk [2001-12-07 08:08:52] DBUG encode/encode_clear Clearing encoder engine [2001-12-07 08:08:52] DBUG reencode/reencode_page Reinitialising reencoder for new logical stream [2001-12-07 08:08:52] INFO encode/encode_initialise Encoder initialising at 2 channels, 44100 Hz, bitrate 64000 [2001-12-07 08:10:44] DBUG encode/encode_dataout Forcing flush: Too many samples in current page (89088) [2001-12-07 08:10:46] INFO playlist-builtin/pl...
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
Hello, I use llvm::ExtractCodeRegion to extract a region of code into a new function and everything seems to be OK. But I need to write the new function into a separate file for further processing. Therefore, I copy in the new file the new function together with all globals and declarations of the module, to make them visible for my function. The problem appears when I have some global static
2016 Oct 11
0
Samba 4.3.11 on FreeBSD-10.3 - Firefox problem on Win7Pro
On Tue, Oct 11, 2016 at 02:56:38PM -0400, James B. Byrne via samba wrote: > We have recently converted our users from a Windows2000Advanced Server > AD-DC to a Samba-4.3.11. AD-DC. For the most part this went very > well, saving only for the degree of ignorance respecting things > MicroSoft evidenced by myself. > > However, one of our users persistently reports difficulties
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
...[2002-06-06 14:27:53] INFO stream/ices_instance_stream Connected to server: 127.0.0.1:8000/example2.ogg [2002-06-06 14:27:53] INFO playlist-builtin/playlist_read Currently playing /home/gregg/ogg/bob_dylan/blonde_on_blonde/just_like_a_woman.ogg [2002-06-06 14:27:53] DBUG reencode/reencode_page Reinitialising reencoder for new logical stream [2002-06-06 14:27:53] INFO encode/encode_initialise Encoder initialising with bitrate management: 2 channels, 44100 Hz, minimum bitrate -1, nominal 64000, maximum -1 [2002-06-06 14:27:55] DBUG encode/encode_dataout Forcing flush: Too many samples in current pa...