search for: stragglers

Displaying 16 results from an estimated 16 matches for "stragglers".

2022 Oct 16
0
[syzbot] net boot error: WARNING in cpumask_next_wrap
..._net.c index 7106932c6f88..3c1c16b43bbd 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -2295,13 +2295,20 @@ static void virtnet_set_affinity(struct virtnet_info *vi) 0; cpu = cpumask_first(cpu_online_mask); + printk(KERN_ERR "%s +%d : %s cpu %d num %d stride %d stragglers %d\n", + __FILE__, __LINE__, __func__, cpu, num_cpu, stride, stragglers); + for (i = 0; i < vi->curr_queue_pairs; i++) { group_size = stride + (i < stragglers ? 1 : 0); + printk(KERN_ERR "%s +%d : %s vq %d group_size %d", + __FILE__, __LINE__, __func__,...
2007 Mar 06
1
Distinct combinations for bootstrapping small sets
Small data sets (6-12 values, or a similarly small number of groups) which don't look nice and symmetric are quite common in my field (analytical chemistry and biological variants thereof), and often contain outliers or at least stragglers that I cannot simply discard. One of the things I occasionally do when I want to see what different assumptions do to my confidence intervals is to run a quick nonparametric bootstrap, just to get a feel for how asymmetric the distribution of any estimates might be. At the moment, I'm also inte...
2016 Jul 25
2
sendmail getting domain\user as email userId
On 25/07/16 16:31, Data Control Systems - Mike Elkevizth wrote: > Hi Mark, > > I'm not sure why a DC ignores the "winbind use default domain = yes" > setting. Its not the only setting that a DC ignores and the only real hint > of DCs acting weird is the line in the introduction of the wiki about > setting Samba up as a DC that calls these "idiosyncrasies in
2016 May 04
0
New UPS Support: Eaton 5S 1000
...gt; Now I'm back to another issue, every 2 seconds I get in the logs: > > May 3 13:45:23 myhost upsd[2587]: Connected to UPS [eaton]: usbhid-ups-eaton To debug that, I would recommend stopping all of the NUT processes (through the init scripts, then check the processes manually for any stragglers running under the nut/ups users). Then, just start the driver with debugging, same as your first email: # /usr/local/ups/bin/usbhid-ups -DD -a eaton -- Charles Lepple clepple at gmail
2007 Jan 08
6
hard-hang on snapshot rename
[Initial version of this message originally sent to zfs-interest by mistake. Sorry if this appears anywhere as a duplicate.] I was noodling around with creating a backup script for my home system, and I ran into a problem that I''m having a little trouble diagnosing. Has anyone seen anything like this or have any debug advice? I did a "zfs create -r" to set a snapshot on all
2010 Oct 25
2
GlusterFS 3.1 on Amazon EC2 Challenge
Another GlusterFS 3.1 question on my blog (http://cloudarchitect.posterous.com). Any help/ideas will be appreciated. Thanks Joshua ---- Here's my challenge: I have several 1 tb ebs volumes now that are un-replicated and reaching capacity. I'm trying to suss out the most efficient way to get each one of these into its own replicated 4 tb gluster fs. My hope was that I could snapshot
2016 Jul 26
0
sendmail getting domain\user as email userId
...guessing that restarting one or both of these programs did the trick. I should follow my own advice to my users: try rebooting first! It solves a world of problems. So, Mr. Penny, you will be pleased to know that henceforth I WILL NOT have AD users also in /etc/passwd (well, except for 2 Outlook stragglers for whom I've not yet figured out how to dovecot NTLM authenticate ... working on it; unless I can get them to switch the Thunderbird first!). I've not checked the documentation, but I would suggest adding the winbind settings to the docs for the AD/DC setup wiki, if missing. You explict...
2004 Sep 19
1
Multiple concurrent rsyncs: an idea...
...ile and skip the transfer if the inode has changed since the initial building of the file lists. This is pretty light-weight, and there are certainly instances where it could get things wrong. However, for my situation, it would get me close enough, and then I could run a final rsync to catch the stragglers. It seems like this would be much less work to implement than anything like using sockets/pipes/spread to communicate between the daemons, setting up a master daemon, etc... Just thought it might be worth sharing. My usage is that the push-primary Debian mirror I was syncing against went away a...
2011 Sep 05
6
help with warcraft please launcher problem
i have read everything i can find relating to this and i got nothing i have ubuntu 11.04 wine 1.3.15 amd athlon x2 dual core QL-60 ati radeon graphics card 3100 i belive at first i was running wine 1.2 and i got the water glitch. trolled for a while and updated the version to 1.3 now WoW wont load after pushing the play button on the loader. after more looking i fount that wine 1.3.26 will work
2004 Aug 06
3
Propping up liveice
...any suggestions. Here's the script: #!/bin/sh # # check_icecast # # This script ensures that icecast, liveice, and lame are alive, and # restarts them if they're not. It checks for an expected number of # process ids owned by "nobody". If those aren't found, it kills any # stragglers and runs the appropriate startup script. It uses pgrep # (find process by wildcard) and wc (word count). # # If everything looks alive, this script outputs nothing. Otherwise, # it reports what had to be restarted and when. This script is # intended to be run often via cron. # # TODO: It's p...
2020 Nov 12
1
[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. NB: Hopefully the other sets turn up in -next soon, so they can be rebased and any stragglers re-submitted. Lee Jones (30): drm/savage/savage_bci: Remove set but never used 'aper_rsrc' and 'fb_rsrc' include: drm: drm_atomic: Artificially use 'crtc' to avoid 'not used' warning drm/v3d/v3d_gem: Provide descriptions for 'v3d_lookup_bos's p...
2016 Jul 26
4
sendmail getting domain\user as email userId
...arting one or both of these programs did the trick. I should follow my > own advice to my users: try rebooting first! It solves a world of problems. > > So, Mr. Penny, you will be pleased to know that henceforth I WILL NOT have AD users also in > /etc/passwd (well, except for 2 Outlook stragglers for whom I've not yet figured out how to > dovecot NTLM authenticate ... working on it; unless I can get them to switch the Thunderbird > first!). > > I've not checked the documentation, but I would suggest adding the winbind settings to the docs > for the AD/DC setup wiki, i...
2016 May 03
2
New UPS Support: Eaton 5S 1000
Oops... changing that to --with-user=nut solved one problem. I have the driver, upsd and upsmon running now. Thank you! Now I'm back to another issue, every 2 seconds I get in the logs: May 3 13:45:23 myhost upsd[2587]: Connected to UPS [eaton]: usbhid-ups-eaton It seems happy to do this forever. On Tue, May 3, 2016 at 8:17 AM, Charles Lepple <clepple at gmail.com> wrote: > On
2011 Oct 25
3
thanks for your input, fletcher
...n is so lackluster, at least compared to what i was expecting from it... but i continue to hope that it continues its successes. and if you won't bring the killer-feature to markdown, i hope somebody else will... again, no harm, no foul... *** having said all that, let's resolve a few stragglers... fletcher said: > Nope --- it takes a single keystroke to display. that's weird... because on my copy, the shortcut to summon up the preview window is control-apple-p, which the fingers of my hand count as a three keys. three hard-to-remember overloaded keys to boot... > I&...
2016 May 04
2
New UPS Support: Eaton 5S 1000
...ssue, every 2 seconds I get in the logs: > > > > May 3 13:45:23 myhost upsd[2587]: Connected to UPS [eaton]: > usbhid-ups-eaton > > To debug that, I would recommend stopping all of the NUT processes > (through the init scripts, then check the processes manually for any > stragglers running under the nut/ups users). Then, just start the driver > with debugging, same as your first email: > > # /usr/local/ups/bin/usbhid-ups -DD -a eaton > > -- > Charles Lepple > clepple at gmail > > > > -------------- next part -------------- An HTML attachment w...
2018 Jan 20
4
[PATCH nbdkit] filters: Add copy-on-write filter.
Eric, you'll probably find the design "interesting" ... It does work, for me at least. Rich.