search for: endlessly

Displaying 20 results from an estimated 1014 matches for "endlessly".

Did you mean: endless
2008 Jul 23
2
Trying tro play Endless Online
Hello, I'm new to the WineHQ forums and I am trying to play a massively multiplayer rpg called Endless Online. I've talked with a couple people on their IRC chat who told me that a lot more people were beginning to use wine to play this game. The one that told me this was using a port of wine for Mac OS X and I don't know if the others that this person referred to are using Linux or
2007 May 18
2
Endless Password Expiration in 3.0.25
People who have reported this bug (Endless Password Expiration in 3.0.25, bugzilla id #4630) can you please let me know if you're working on 64-bit machines please ? I'm trying to track this down for 3.0.25a and am working on a theory.... Jeremy.
2007 Oct 13
3
Endless Redirects with Ssl_Requirement
I''m running an application on mongrel with apache 2.2.3. SSL works fine when I enter an https manually. But when I use the plugin, I get an endless redirect. Got the same error when I tried running the following simplified version of SslRequirement from within an action: unless request.ssl? redirect_to "https://#{request.host}/#{request.uri}" end So there must be a
2005 Jun 02
0
[Bug 2766] New: rsync endless loop
https://bugzilla.samba.org/show_bug.cgi?id=2766 Summary: rsync endless loop Product: rsync Version: 2.6.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: cs@emlix.com QAContact: rsync-qa@samba.org
2006 Oct 31
1
New Article: Endless Pageless - No More Next Page
I just published a new article on how and why (and when!) to do away with paginated search results, in favour of a more natural, endlessly scrolling page. http://unspace.ca/discover/pageless/ I provide code and an example of how to implement this in Rails and Prototype. Opinions and suggestions welcomed! Pete Unspace Interactive Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are...
2014 Feb 05
4
Wait for network delay
I am running NUT as part of FreeNAS 9.2.0. I have looked through the manuals, but I don't see how to address my issue. The box has 4 NIC's in a LACP LAGG group. It takes a while for LACP to finish, and NUT tries to start before packets are flowing. NUT will complain endlessly about communication errors and never establish SNMP communication with my APC UPS. If I stop NUT and restart it after the LACP negotiation has finished, everything works as it should. Any ideas how to delay the start or make it re-try to establish communications? EBD
2005 Nov 15
2
gettimeofday and endless looping
Guys, We''re having a similar problem to that documented, but not resolved, here: http://lists.xensource.com/archives/html/xen-users/2005-08/msg00110.html The python process that runs "/usr/sbin/xend start" has reached 99.9% CPU utilization. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3569 root 25 0 12952 7876 2456 R 99.9 6.2 13444:26 python
2014 Feb 02
1
Trouble implementing ov_callbacks, endless loop calling seek_func
...a tough time adding windows resource support to my ogg vorbise decoder, although I think I am close. Basically when I call ov_open_callbacks(), it doesn't ever return and repeatedly calls my seek_func. I'm hoping it is something obvious, but I can't see why my seek_func is being called endlessly. If the file is seekable, I should return 0, right? If any one can take a look at the following callback functions and see if they can spot what I'm doing wrong, it'd be much appreciated: size_t SourceFileImplOggVorbis::readFn( void *ptr, size_t size, size_t nmemb, void *datasource ) { au...
2014 Feb 05
0
Wait for network delay
On Feb 4, 2014, at 10:48 PM, Elliot Dierksen wrote: > NUT will complain endlessly about communication errors and never establish SNMP communication with my APC UPS Hmm, at first glance, I read the "complain endlessly" part as a figure of speech, and figured SNMP would get there eventually since it's UDP. But if you have to stop and restart NUT, that is a different...
2023 Aug 31
2
[PATCH v2] virtio_balloon: Fix endless deflation and inflation on arm64
...irtio_balloon.c @@ -395,7 +395,11 @@ static inline s64 towards_target(struct virtio_balloon *vb) virtio_cread_le(vb->vdev, struct virtio_balloon_config, num_pages, &num_pages); - target = num_pages; + /* + * Aligned up to guest page size to avoid inflating and deflating + * balloon endlessly. + */ + target = ALIGN(num_pages, VIRTIO_BALLOON_PAGES_PER_PAGE); return target - vb->num_pages; } -- 2.41.0
2006 Jan 31
5
Polycom IP501 Endless Loop
I have a Polycom IP501 phone and have set it up to download the config from an FTP server, it did this once and now is in an endless loop of trying to contact the FTP server, failing, then rebooting. When I watch the FTP server logs it looks like the phone starts a session, ends it, starts it, ends it until the phone reboots. It is annoying like nothing I can describe! I have tried Windows 2003
2007 Jul 03
0
convert plugin: endless conversion and duplicate messages
Hi, When an mbox has a filename with a period, the Dovecot 1.0.1 convert plugin will endlessly convert the same mbox causing duplicate messages. To reproduce, create try converting two mboxes: one with a valid name and another with an invalid name. Then, repeat the login procedure a few times. Dovecot should do something more graceful such as replacing periods with another character....
2009 Nov 21
0
Endless reboot of Solaris 10 under KVM
Hi, in order to test a future deployment of our apps on Solaris, I tried to virtualize Solaris 10 (update 7) in KVM. It installed fine but afterward it keep rebooting: reboot -> GRUB -> reboot -> GRUB etc. I know that Solaris is not officially supported by CentOS/KVM in CentOS 5.4:
2010 Jun 22
0
Endless loop with asterisk directory
Every so often, I have an asterisk 1.4.22-4 system that goes into an endless loop with the following: [Jun 1 13:30:44] VERBOSE[13160] logger.c: -- Playing 'dir-nomatch' (escape_digits=) (sample_offset 0) [Jun 1 13:30:44] WARNING[13160] file.c: Failed to write frame [Jun 1 13:30:44] WARNING[13160] file.c: Failed to write frame [Jun 1 13:30:44] VERBOSE[13160] logger.c: -- Playing
2020 Nov 26
1
Playing a recorded mp3 file like a livestream
Hi, For question 3, I think there is ezstream (https://icecast.org/ezstream/) which can to an endless loop like you wish. All files should (actually must) be encoded in the format of your stream. Also I would setup the mpuntpoints in a row: - live mp with fallback to ezstream mp - ezstream mp with fallback to static file So if ezstream fails you deliver the static file. Most notable in your
2007 Apr 03
0
[944] trunk/wxsugar/lib/wx_sugar/wx_classes/listctrl.rb: Fix bug with endless recursion on not-found items in find_string
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2018 Jan 17
1
Gluster endless heal
Hi, I have an issue with Gluster 3.8.14. The cluster is 4 nodes with replica count 2, on of the nodes went offline for around 15 minutes, when it came back online, self heal triggered and it just did not stop afterward, it's been running for 3 days now, maxing the bricks utilization without actually healing anything. The bricks are all SSDs, and the logs of the source node is spamming with
2008 Feb 29
2
links causing dovecot endless search through user's homedirs
...base imapdir pointed directly at the user's homedirs. My problem now is that a lot of users have many links in their homedirs. Some even have circular links, such as: /home/username/foo/foo1/foo2/foo3/foo4 -> /home/username/foo/foo1 All these links are causing some dovecot imap process to endlessly search. An example of a strace of a running imap processes shows: stat64("/home/xxx//jlab/jlab/dev/tail/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/resul ts/fake/e94010/3RDTRY/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/results/f...
2008 Jul 16
2
belongs_to causing endless loop on first call to save!
Hi, I have a situation I''m hoping someone out there may be able to shed some light on. I have a Rails app (2.1.0 on Ruby 1.8.7) with a wizard-based sign up process, that has recently been changed from storing incremental data in the database to having a medium sized object graph living in the user session until the user completes the entire sign up process (this is a business
2019 Sep 07
0
X.Org Endless Vacation of Code programs
Hi I am Ayush Goyal from India currently doing B.E. in my final year. I would like to know that whether project Instruction Scheduler is open to contribute and what are the steps to be taken to contribute in it. I would like to build it and also if you can brief me about it as there is very less info about it on the website https://www.x.org/wiki/SummerOfCodeIdeas/ Also if this project has