search for: sliver

Displaying 20 results from an estimated 22 matches for "sliver".

Did you mean: oliver
2007 Apr 06
5
Getting a dynamically generated elements dimensions
Ive posted this before, but unfortunately I still have yet to resolve it after numerous attempts... Here is the overview: populate a container element with some new html using Element.update and then retrieve the new dimensions of the containig element. Here is a bit of code snippet that I would think should work.. but doesn''t: ==== start snippet ==== <style> .bigBox {
2006 Sep 15
8
reslivering, how long will it take?
...gh guesstimate of how long this will take? It''s 3x1200JB ata drives and one Seagate SATA drive. The SATA drive is the one that was replaced. Any idea how long this will take? As in 5 hours? 2 days? I don''t see any way to get a status update on where it''s at in the reslivering process (feature request?). This message posted from opensolaris.org
2007 Dec 28
4
static box sizing problems
...uot;) right_sizer = StaticBoxSizer.new( static_box, VERTICAL ) lr_sizer.add(right_sizer, 0, EXPAND | ALL, 4) set_sizer(lr_sizer) layout() This code runs and gives almost what I want. The text appears on the left and the static box on the right. However, the static box is a tiny sliver. What I want is to fix the width of the static box. So I try adding a size argument to the static box constructor: static_box = StaticBox.new(self, -1, "Static Box", :size => [100, 40] ) But now I get something very unexpected to me. The static box is indeed wider, but it has th...
2006 May 02
2
Concave Hull?
...resulting matrix to the area enclosed by my real data (i.e., remove all the extrapolated areas). I was using chull and in.chull to calculate the convex hull and change all the other values created by trmat to NA. However, my real data has portions that are slightly concave so chull would give me slivers that are extrapolations from my data. Is there some other type of "chull" function that will allow the resulting polygon to be slightly concave? (I can send a picture to show what I am trying to do, if needed) Thanks in advance, Mike Mike R. Saunders Forest Biometrician Cooperative F...
2017 Feb 17
3
RAID questions
On 2017-02-15, John R Pierce <pierce at hogranch.com> wrote: > On 2/14/2017 4:48 PM, tdukes at palmettoshopper.com wrote: > >> 3 - Can additional drive(s) be added later with a changein RAID level >> without current data loss? > > Only some systems support that sort of restriping, and its a dangerous > activity (if the power fails or system crashes midway through
2020 Oct 13
2
Samba SSSD authentication via userPrincipalName does not work because samba claims that the username does not exist.
On 13/10/2020 15:01, Markus Jansen via samba wrote: > Thank you very much for your hints. > > I got rid of SSSD and managed to get a successful kerberos > authentication via wbinfo -K and the UPN. > > But accessing via SMB (using MAC OS' smbutil or Finder) still fails with > "FAILED with error NT_STATUS_NO_SUCH_USER". > > As I'm using CentOS 8, I used
2016 Oct 03
2
mount.nfs: an incorrect mount option was specified
...s: mount(2): Invalid argument mount.nfs: an incorrect mount option was specified This is the entry I have in my /etc/exports file on the nfs server /var/nfs/home web2.jokefire.com(rw,sync,no_root_squash,no_all_squash) I get this same result if the firewall is up or down (for very microscopic slivers of time for testing purposes). With the firewall down (for testing again very quickly) I get this result from the showmount -e command: [root at web2:~] #showmount -e nfs1.example.com Export list for nfs1.example.com: /var/nfs/varnish varnish1.example.com /var/nfs/es es3.example.com,es2....
2017 Feb 17
0
RAID questions
...hanging RAID levels? I think it will even do it > reasonably safely (though still better not to have a power failure!). I > have a vague memory of adding a drive to a RAID5 and converting it to a > RAID6 but I could be misremembering. any such operation requires the entire raid to be re-slivered, stripe by stripe, as ALL the data moves around. on a large raid made from multi-terabyte drives, this would take DAYS. -- john r pierce, recycling bits in santa cruz
2008 Oct 02
0
Gruff bar charts and zero data
Hi - I am creating bar and stacked bar charts in Gruff, but the problem I am having is that zero data is showing up as a thin bar. (It also seems to be that way in examples I have seen online where a zero value still shows as a thin bar or slice) It''s not a major issue to see a thin sliver on a plain bar chart, but on my stacked bar chart if I have more than one zero value in a particular set then it adds beneath the x-axis. If I am stacking many sets of data with many zero values I get a big block at the base of each bar beneath the axis Ideally I would like to not display any bar...
2016 Feb 09
2
CloneFunction during LTO leads to seg fault?
Hi Medhi, Thanks for you reply. Here is the full output of -print-after-all [1] and just the module itself after my pass[2]. I've looked over the IR, but I can't see anything obviously wrong. I'm not sure what you meant by: > You may want to try to add it at the end of the pipeline My pass is the last one added inside populateLTOPassManager. Should I add it to the
2020 Oct 14
0
Samba SSSD authentication via userPrincipalName does not work because samba claims that the username does not exist.
...f your LDAP or related behavior, and it insists on pre-caching all of your LDAP before completing the setup of sssd. SO it starts up, times out on the pre-caching, and *fails* with no legible log of what the problem was and no good way to tune it except to resttrict your LDAP access to a wafer thin sliver of the upstream setup, *which configuration gets overwritten!!!!* with updates of anything that uses authconfig. This iss a condemnation of authconfig's poor management of the sophisticated options to sssd, but unless you're running something like ansible or chef to replace your /etc/sssd/...
2006 Apr 01
12
Repost: Why is rails generating bad SQL?
It looks like I am missing something obvious. ActiveRecord is generating _really_ bad SQL for this configuration, and I can''t quite figure it out. I''ve instrumented ActiveRecord enough to localize the problem somewhat, and generally by this time I would have a good idea of what I was missing because it''s all in the source. It appears that something in
2017 Jun 11
0
Minor patches for builds against ancient platforms
...ng a lock break)? I anticipate a thundering herd declaiming that procmail is the spawn of Satan, Hitler, and He-who-shall-not-be-named. As someone who was responsible for much of them (nearing 10 years ago, now), I don't disagree with that view. I don't have the budget or mandate to bring slivers of Elysium to this downtrodden backwater of technology. I would expect that any use of procmail with dovecot's "special" mail storage formats would *REQUIRE* the use of "deliver" or some other tool to properly incorporate new mail into a dovecot hive. My thanks as always,...
2016 Oct 03
0
mount.nfs: an incorrect mount option was specified
....nfs: an incorrect mount option was specified > > This is the entry I have in my /etc/exports file on the nfs server > > /var/nfs/home web2.jokefire.com(rw,sync,no_root_squash,no_all_squash) > > I get this same result if the firewall is up or down (for very microscopic > slivers of time for testing purposes). > > With the firewall down (for testing again very quickly) I get this result > from the showmount -e command: > > [root at web2:~] #showmount -e nfs1.example.com > > Export list for nfs1.example.com: > > /var/nfs/varnish varnish1.examp...
2017 Jun 09
2
Minor patches for builds against ancient platforms
On 06/09/2017 05:13 PM, M. Balridge wrote: > I do know that this little box of horrors has 200-300MB mbox INBOXes on an > ext3 filesystem formatted in 2005. I am very nervous about converting them to > Maildir at this point. If I could get someone (or something) to the site and > replace it with something much more suitable, I could have these people join > the 21st Century. I
2016 Feb 11
2
CloneFunction during LTO leads to seg fault?
...ug? There shouldn't be such assumptions, and if there is such an assumption the compiler should assert instead of segfaulting (assuming you built with assertions). My guess i that CloneFunction hasn't been tested with this case and it is a bug. -- Mehdi > > I'm outside of my sliver of LLVM knowledge here. I mostly write transform passes. Is there a work around aside from disabling inlining or making sure my pass runs before it? If this is a bug, I'd be happy to try to help fix it, but I'd need some guidance. > > Thanks, > Scott > > [1] http://paste...
2007 Aug 25
0
Protecting Your Search Engine Rankings
...scale is completely gray. It is more than likely that these pages have been penalized. If you are linked to these pages, you may catch their penalty, and like the flu, it may be difficult to recover from the infection. There is no need to be afraid of linking to sites whose scale shows only a tiny sliver of green on their scale. These sites have not been penalized, and their links may grow in value and popularity. However, do make sure that you closely monitor these kind of links to ascertain that at some point they do not sustain a penalty once you have linked up to them from your links page. Ano...
2004 Jun 18
21
patch: HTB update for ADSL users
...es in each bucket. However, it works very nicely for me! I have only been lightly testing with downloading stuff (hence packet dropping to slow rates), and I can set the max download rate to within a few kbyte/sec of the maximum and still keep near min ping times. I assume that the remaining sliver of bandwidth is taken up passing packets which arrive in a slight cluster, and for packets which I later need to drop (since I''m testing on an incoming interface and dropped packets don''t count for bandwidth used calcs). However, I seem to be able to get *extremely* close to...
2020 Oct 14
2
Samba SSSD authentication via userPrincipalName does not work because samba claims that the username does not exist.
...ed behavior, and it insists on pre-caching > all of your LDAP before completing the setup of sssd. SO it starts up, > times out on the pre-caching, and *fails* with no legible log of what > the problem was and no good way to tune it except to resttrict your > LDAP access to a wafer thin sliver of the upstream setup, *which > configuration gets overwritten!!!!* with updates of anything that uses > authconfig. > > This iss a condemnation of authconfig's poor management of the > sophisticated options to sssd, but unless you're running something > like ansible or ch...
2009 Jan 30
2
feature idea for wine : stereo 3D
NVidia is pushing a 200 dollar product which is nothing more than shutter glasses and ties into DirectX 10, encouraging people to move to Vista, which I personally believe is yet another nail in the coffen of closing the PC platform. Now I think a better idea would be to add a feature to wine that permits stereo imaging to be added to any program that makes use of 3D features in wine, to somehow