Displaying 20 results from an estimated 24 matches for "oopsi".
Did you mean:
oops
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/og...
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...
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:
>>
>>
>>...
2018 May 10
0
broken gluster config
...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 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 mus...
2018 May 10
2
broken gluster config
...t; 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 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 of...
2018 May 10
0
broken gluster config
...e 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 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 gluste...
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
...gt;
>>> 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 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 t...
2006 Aug 17
0
make ssh-add conditional?
...d a key, then login to a remote host:
go ()
{
ssh-add -L | grep -q 'id_rsa_mykey$';
if [ $? -eq 0 ]; then
echo "my key already present";
else
ssh-add ~/.ssh/id_rsa_mykey;
fi;
if [ $? -eq 0 ]; then
ssh myhost;
else
echo "Oopsie";
fi
}
It works well enough, but it seems inelegant - I'd prefer if ssh-add had this
built-in already, so I could do something like:
go()
{
ssh-add ~/.ssh/id_rsa_mykey && ssh myhost
}
...and ssh-add would not ask me for the passphrase if the key was already
present, and...
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
...gt;
>>>>
>>>> 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 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.
>>>>>
&...
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 a...
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
2024 Sep 02
1
Strange behaviour with admin/stats.xsl disappearing
Hi,
On 2 Sep 2024, at 12:19, Marek Dziembowski wrote:
> Greetings icecasting amigos!
>
>
> I?ve had an incredibly frustrating journey getting a new icecast origin server going to supplant an older machine set for retirement.
>
> The setup is relatively simple ? a beefy Debian bookworm host running icecast as a relaying slave pulling the streamlist from an icecast2 2.4.4 ingest
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|