search for: spidey

Displaying 17 results from an estimated 17 matches for "spidey".

Did you mean: spider
2018 May 30
2
RDMA inline threshold?
...o force start other volumes as well, its hard to determine which brick process is locked up from the logs. Status of volume: rhev_vms_primary Gluster process TCP Port RDMA Port Online Pid ------------------------------------------------------------------------------ Brick spidey.ib.runlevelone.lan:/gluster/brick/rhev_vms_primary 0 49157 Y 15666 Brick deadpool.ib.runlevelone.lan:/gluster/brick/rhev_vms_primary 0 49156 Y 2542 Brick groot.ib.runlevelone.lan:/gluster/brick/rhev_vms_primary 0 49156 Y 2180 Sel...
2018 May 30
0
RDMA inline threshold?
...p from the logs. > > > Status of volume: rhev_vms_primary > Gluster process TCP Port RDMA Port Online Pid > ------------------------------------------------------------------------------ > Brick spidey.ib.runlevelone.lan:/gluster/brick/rhev_vms_primary 0 49157 Y 15666 > Brick deadpool.ib.runlevelone.lan:/gluster/brick/rhev_vms_primary 0 49156 Y 2542 > Brick groot.ib.runlevelone.lan:/gluster/brick/rhev_vms_primary...
2018 May 30
0
RDMA inline threshold?
Stefan, Sounds like a brick process is not running. I have notice some strangeness in my lab when using RDMA, I often have to forcibly restart the brick process, often as in every single time I do a major operation, add a new volume, remove a volume, stop a volume, etc. gluster volume status <vol> Does any of the self heal daemons show N/A? If that's the case, try forcing a restart on
2018 May 29
2
RDMA inline threshold?
Dear all, I faced a problem with a glusterfs volume (pure distributed, _not_ dispersed) over RDMA transport. One user had a directory with a large number of files (50,000 files) and just doing an "ls" in this directory yields a "Transport endpoint not connected" error. The effect is, that "ls" only shows some files, but not all. The respective log file shows this
2014 Feb 04
2
Re: [PATCH 2/3] New API: part-get-name (RHBZ#593511).
...value_len - 1] == '"'))) { > + value_len -= 2; > + ++value; > + } > + > + char *ret = strndup (value, value_len); > + if (ret == NULL) { > + reply_with_perror ("strndup"); > + return NULL; > + } > + > + return ret; > +} My spidey sense asks what happens if the value contains quote characters? I wonder if sgdisk escapes them. Rest of the patch looks fine, but I think you should try setting the partition name to a few weird values and see what sgdisk does. Rich. -- Richard Jones, Virtualization Group, Red Hat http://peop...
2023 Jun 07
1
Fwd: package interflex
...buntu in party attire tuned for System76). But, despite 40 years as my own sys admin (classic fool for a client?), I bolluxed up, ending up with an install chain that was inferior to compiling from source, despite having to occasionally track down system dependencies. Absolutely no criticism of the Spidey Precept, and it?s hard to make things foolproof because we fools are so ingenious. I may be foolish but it?s possible that I?m more knowledgeable than the large majority of R users, so I hope that the future of this brilliant tool lies in easing the paths. Assuming, always, that it?s just not me....
2008 Jul 27
7
Now you did it Olly
Oh, Boy. I am in trouble now.... I just installed Centos on a USB drive on my corp notebook. To not TOUCH my corp drive. I spent time with the drive partitioner to make sure that nothing was done to the internal hard drive... Well I missed something and I overwrote the encrypted bootloader on the hard drive. Now what? Can I rescue things? I am leaving for my flight in a couple hours to
2014 Feb 04
0
Re: [PATCH 2/3] New API: part-get-name (RHBZ#593511).
...> > + ++value; > > + } > > + > > + char *ret = strndup (value, value_len); > > + if (ret == NULL) { > > + reply_with_perror ("strndup"); > > + return NULL; > > + } > > + > > + return ret; > > +} > > My spidey sense asks what happens if the value contains quote > characters? I wonder if sgdisk escapes them. > > Rest of the patch looks fine, but I think you should try setting the > partition name to a few weird values and see what sgdisk does. It seems sgdisk just picks whatever it is being...
2011 Oct 27
2
help with paste
Hello gurus, I have some variables, and i am creating combinations for analysis in the end i need these variables to be displayed like "LEPTIN+SAA+PTH". currently i am using loop to perform this. I would appreciate any pointers to do it without the loop. > mols=c("LEPTIN","SAA","PTH","sEGFR") > samples=mols[1:3] > samples [1]
2015 Oct 24
3
[PATCH] Added xfs support for vfs_min_size.
--- daemon/daemon.h | 1 + daemon/fs-min-size.c | 7 +++++++ daemon/xfs.c | 12 ++++++++++++ generator/actions.ml | 6 +++++- 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/daemon/daemon.h b/daemon/daemon.h index 4a969dd..1f0cd30 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -269,6 +269,7 @@ extern int copy_xattrs (const char *src, const char *dest);
2014 Jun 23
2
Re: [PATCH] cat: add -m option
On Monday 23 June 2014 12:29:07 Richard W.M. Jones wrote: > On Mon, Jun 23, 2014 at 01:00:11PM +0200, Pino Toscano wrote: > > static int > > > > +do_cat_simple (int argc, char *argv[]) > > +{ > > + unsigned errors = 0; > > + int i; > > + > > + for (i = 0; i < argc; ++i) { > > + if (guestfs_download (g, argv[i],
2014 Feb 04
6
[PATCH 0/3] virt-resize: preserve GPT partitions label
Hi, attached there are few patches to implement a way to get the label of GPT partitions (refactoring an existing function and adding a new daemon API) and using it in virt-resize to restore them when copying partitions. Thanks, Pino Toscano (3): daemon: parted: refactor sgdisk info parsing code New API: part-get-name (RHBZ#593511). resize: preserve GPT partition names (RHBZ#1060404).
2016 Dec 14
0
LLD status update and performance chart
.... Talking about a linker server generically is not that useful. - I want to share code between JIT stuff in LLVM and the static "linker as a library". This has been brought up in this thread, if you look at the details, the argument is not as strong as the high-level software engineering spidey sense might initially suggest. - I actually don't want a linker in a library but I don't know enough about linkers to know that. What I actually want is "libObjcopy". I.e. some way to symbolically read, edit, and write object files. This is actually a much more complicated proble...
2016 Dec 14
2
LLD status update and performance chart
...server > generically is not that useful. > - I want to share code between JIT stuff in LLVM and the static > "linker as a library". This has been brought up in this thread, if > you look at the details, the argument is not as strong as the > high-level software engineering spidey sense might initially > suggest. Alright, let's be specific. PPC64TargetInfo::relocateOne in tools/lld/ELF/Target.cpp has this: switch (Type) { case R_PPC64_ADDR14: { checkAlignment<4>(Val, Type); // Preserve the AA/LK bits in the branch instruction uint8_t AALK = Loc[3]; write1...
2016 Dec 14
0
LLD status update and performance chart
...server generically is not that useful. > > - I want to share code between JIT stuff in LLVM and the static "linker as > a library". This has been brought up in this thread, if you look at the > details, the argument is not as strong as the high-level software > engineering spidey sense might initially suggest. > > Alright, let's be specific. PPC64TargetInfo::relocateOne in > tools/lld/ELF/Target.cpp has this: > > switch (Type) { > case R_PPC64_ADDR14: { > checkAlignment<4>(Val, Type); > // Preserve the AA/LK bits in the branch i...
2023 Jun 06
2
Fwd: package interflex
On 6 June 2023 at 23:33, Johan Andresen wrote: | Cheers - my response mixes up the order of things: | | The suggested apt way INSTALLED INTERFLEX nicely. Lesson learned: install | dependencies from apt if a package/library isn't in apt search. | | Yes I also tried install.packages('interflex'). RStudio console complained | about the same packages like this: | ERROR: dependency
2016 Dec 13
3
LLD status update and performance chart
On Tue, Dec 13, 2016 at 12:01 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > On Dec 13, 2016, at 11:51 AM, Rui Ueyama <ruiu at google.com> wrote: > > On Tue, Dec 13, 2016 at 11:37 AM, Mehdi Amini <mehdi.amini at apple.com> > wrote: > >> >> On Dec 13, 2016, at 11:30 AM, Rui Ueyama <ruiu at google.com> wrote: >> >> On Tue, Dec