search for: oopsies

Displaying 20 results from an estimated 23 matches for "oopsies".

Did you mean: oopses
2000 Dec 01
0
Mail oopsie
Hi folks, An update oopsie last night left the postfix (mail) server on xiph.org down overnight. I then had it up for a short period in which it bounced a few mails due to config error. All should be well now. Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2018 May 10
2
broken gluster config
Hi, I have 3 Centos7.4 machines setup as a 3 way raid 1. Due to an oopsie on my part for glusterp1 /bricks/brick1/gv0 didnt mount on boot and as a result its empty. Meanwhile I have data on glusterp2 /bricks/brick1/gv0 and glusterp3 /bricks/brick1/gv0 as expected. Is there a way to get glusterp1's gv0 to sync off the other 2? there must be but, I have looked at the gluster docs and I
2014 Jun 17
4
[LLVMdev] triples for baremetal
[+llvmdev, -llvm-dev] (Oopsies, llvmdev doesn't have a hyphen in it like all the others do) On 6/17/14, 10:45 AM, Jonathan Roelofs wrote: > [+llvm-dev, cfe-dev] > > Was "Re: [PATCH] ARM: allow inline atomics on Cortex M" > > On 6/17/14, 10:42 AM, Jonathan Roelofs wrote: >> >> >> On...
2018 May 10
0
broken gluster config
Show us output from: gluster v status It should be easy to fix. Stop gluster daemon on that node, mount the brick, start gluster daemon again. Check: gluster v status Does it show the brick up? HTH, Diego On Wed, May 9, 2018, 20:01 Thing <thing.thing at gmail.com> wrote: > Hi, > > I have 3 Centos7.4 machines setup as a 3 way raid 1. > > Due to an oopsie on my part for
2018 May 10
2
broken gluster config
[root at glusterp1 gv0]# !737 gluster v status Status of volume: gv0 Gluster process TCP Port RDMA Port Online Pid ------------------------------------------------------------------------------ Brick glusterp1:/bricks/brick1/gv0 49152 0 Y 5229 Brick glusterp2:/bricks/brick1/gv0 49152 0 Y 2054 Brick
2018 May 10
0
broken gluster config
also I have this "split brain"? [root at glusterp1 gv0]# gluster volume heal gv0 info Brick glusterp1:/bricks/brick1/gv0 <gfid:eafb8799-4e7a-4264-9213-26997c5a4693> - Is in split-brain Status: Connected Number of entries: 1 Brick glusterp2:/bricks/brick1/gv0 <gfid:eafb8799-4e7a-4264-9213-26997c5a4693> - Is in split-brain /glusterp1/images/centos-server-001.qcow2
2014 Jun 19
2
[LLVMdev] [PATCH] triples for baremetal
...ose, I've left them to use Triple::UnknownOS. Cheers, Jon On 6/17/14, 11:11 AM, Eric Christopher wrote: > Agreed. > > -eric > > On Tue, Jun 17, 2014 at 9:54 AM, Jonathan Roelofs > <jonathan at codesourcery.com> wrote: >> [+llvmdev, -llvm-dev] >> >> (Oopsies, llvmdev doesn't have a hyphen in it like all the others do) >> >> >> On 6/17/14, 10:45 AM, Jonathan Roelofs wrote: >>> >>> [+llvm-dev, cfe-dev] >>> >>> Was "Re: [PATCH] ARM: allow inline atomics on Cortex M" >>> >>&...
2018 May 10
2
broken gluster config
Whatever repair happened has now finished but I still have this, I cant find anything so far telling me how to fix it. Looking at http://staged-gluster-docs.readthedocs.io/en/release3.7.0beta1/Features/heal-info-and-split-brain-resolution/ I cant determine what file? dir gvo? is actually the issue. [root at glusterp1 gv0]# gluster volume heal gv0 info split-brain Brick
2006 Aug 17
0
make ssh-add conditional?
Hi folks, I don't know if this has been suggested and knocked back before - I didn't find it while googling. Anyway, I'd like ssh-add to have an option to add a key only if it is not already present in ssh-agent. I currently use a shell function to conditionally add a key, then login to a remote host: go () { ssh-add -L | grep -q 'id_rsa_mykey$'; if [ $? -eq 0 ];
2010 Sep 05
2
Marking .exe on cd-rom installation as executable
Like the subject says, I know its possible for the specific program I have, I just don't remember how to do it, or maybe don't know. I have wine installed, and it is configured to notice the program in D: drive. Here is what appears when I try to find welcome.exe in terminal: Code: kade at kade-desktop:~$ wine D:\\welcome.exe Warning: could not find DOS drive for current working
2002 Apr 11
1
alloca + configure.in
The following patch against current CVS uses autoconf to detect how to define alloca (used in vorbis-tools/oggenc/audio.c). The inclusion of <alloca.h> is done based on the definition of HAVE_ALLOCA_H rather than __sun. This change is necessary for compilation on IRIX. Thanks, Michael Index: configure.in =================================================================== RCS file:
2001 Aug 19
1
ogg.m4 and vorbis.m4
Greetings everyone. I have 2 quick questions about ao/ao.m4, ogg/ogg.m4, and vorbis/vorbis.m4. 1. Is there any reason that the macros are named AM_PATH_AO, AM_PATH_OGG, and AM_PATH_VORBIS? Can we change them to something else? I ran into a problem when trying to add support for ogg/vorbis into a package today: Automake assumes that anything beginning with AM_ belongs to automake -- these two
2018 May 10
0
broken gluster config
[trying to read, I cant understand what is wrong? root at glusterp1 gv0]# gluster volume heal gv0 info Brick glusterp1:/bricks/brick1/gv0 <gfid:eafb8799-4e7a-4264-9213-26997c5a4693> - Is in split-brain Status: Connected Number of entries: 1 Brick glusterp2:/bricks/brick1/gv0 <gfid:eafb8799-4e7a-4264-9213-26997c5a4693> - Is in split-brain Status: Connected Number of entries: 1
2006 Nov 23
1
BUG: warning at kernel/softirq.c:141
Hello ext3-users, we have an oopsy situation here: we have 4 machines: 3 client nodes, 1 master: the master holds a fairly big repository of small files. The repo's current size is ~40GB with ~1.2 M files in ~100 directories. Now, we like to rsync changes from the master to the client nodes, which is working perfectly for 2 nodes, but our 3rd node oopses "sometimes", rendering
2003 Oct 17
3
[htb] strange problems !?
hi, I have strange problems with HTB and several hundred classes flat structure i.e. root |--50kbps |--30kbps |--50kbps |--80kbps |--100kbps .... several hundred classes like this Ceil is the same as rate. The machine get no more than 2-3% average cpu(2.4Ghz pentium). What happens is that from time to time the traffic got "stalled". I tried numerous things to solve
2014 Jun 23
4
[LLVMdev] [cfe-dev] [PATCH] triples for baremetal
...t; > On 6/17/14, 11:11 AM, Eric Christopher wrote: >> >> Agreed. >> >> -eric >> >> On Tue, Jun 17, 2014 at 9:54 AM, Jonathan Roelofs >> <jonathan at codesourcery.com> wrote: >>> >>> [+llvmdev, -llvm-dev] >>> >>> (Oopsies, llvmdev doesn't have a hyphen in it like all the others do) >>> >>> >>> On 6/17/14, 10:45 AM, Jonathan Roelofs wrote: >>>> >>>> >>>> [+llvm-dev, cfe-dev] >>>> >>>> Was "Re: [PATCH] ARM: allow inline ato...
2012 Feb 16
3
Baffled by selinux
Apache DocumentRoot on an NFS directory: [root at localhost ~]# service httpd start Starting httpd: Warning: DocumentRoot [/home/www/html] does not exist Syntax error on line 292 of /etc/httpd/conf/httpd.conf: DocumentRoot must be a directory [FAILED] [root at localhost ~]# After some research, I found this (dated) link
2007 Apr 09
4
How do i switch off error wrapping for a specific field?
Hi, i have some issues with the default rails error wrapping. It wraps errors in a div with class ''fieldsWithError'', which is not good practice in my eyes. Adding a class ''error'' to the field would be much nicer. My solution to the problem: build your own FormBuilder. Funny enough, i found no (nice) possibility to switch error wrapping off while using the
2010 Sep 12
4
using read.table, removing extra quotation mark from a text field? (e.g. ""cat" )
I am using read.table to import a text file within R.   There are several "errors" in my text file.  An "extra" quotation mark has inadvertently been included within a few text fields.   e.g. for a pipe (|) delimited text file, I have something similar to this:   1|7|30| "dog" 2|6|25| ""cat" 3|4|20|"" 4|5| 56| "mouse" 5|3|56|
2007 Mar 29
7
object-oriented GUI design and event handling
I''m trying to setup a fairly simple GUI with Ruby to perform some SQL queries. There are a few drop-down boxes where users can select different options and then one button that when clicked should get the text from each drop-down in order to perform the query. Once it gets the result it should display it to a text control. The problem is I am not sure how to actually reference each