Displaying 20 results from an estimated 600 matches similar to: "Crashed filesystem - directory recovery"
2006 Apr 17
6
DO NOT REPLY [Bug 3692] New: regression: symlinks are created as hardlinks with --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=3692
Summary: regression: symlinks are created as hardlinks with --
link-dest
Product: rsync
Version: 2.6.7
Platform: x86
URL: http://rsync.samba.org
OS/Version: FreeBSD
Status: NEW
Severity: major
Priority: P3
Component: core
2009 Nov 03
3
Weird operator behaviour
Hi,
I have a dataset called 'fish'. fish$Species returns extract 1. When I use
fish$Species != c("CRA","PHC"), i.e. I want all species except "CRA" and
"PHC", I get extract 2 which is blatantly wrong. Can anyone see what I'm
doing wrong?
Regards,
James
EXTRACT 1
> fish$Species
[1] ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB ALB
2006 Feb 02
3
dynamic addition of table rows
Hi, I have a table laid out something like this:
<table>
<thead>
<tr>
<th>col 1</th>
<th>col 2</th>
</tr>
</thead>
<tbody id="tablebody">
<tr>
<td>moo</td>
<td>moo</td>
</tr>
<tr>
<td>moo</td>
<td>moo</td>
</tr>
2013 Jan 16
2
Codetools Query (repost)
Sorry for reposting, i keep forgetting this should be plain text.
Will not make this mistake again
Hello,
The following code
moo <- function(a=1){ x=1; x=x+y}
funs <- new.env()
enter <- function(type, v, e, w){
assign(v, TRUE, funs)
}
library(codetools)
collectUsage(moo, enterGlobal = enter)
adds + to the environment funs i.e.
funs: "=" "{" "+"
2004 Aug 02
1
mount cifs trouble
Hi,
I am trying to get an fedora core 2(samba-3.0.3-5) export mounted as cifs
on a fedora core 3 test 1(kernel-2.6.7-1.478, samba-3.0.5-0pre1.0). It
always gives an error operation not permitted.
[root@ayanami1 root]# mount -t cifs -o user=moo,password=cow //ayanami3/
moo /mnt/cow
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
I
2007 Feb 13
2
Scope question
If I do something like the following:
class blah {
File { mode => 111 }
file { "/cheese": }
}
Will the File override stay within the class or break outside?
Also, if I then do:
class moo inherits blah {
File { owner => bob }
file { "/bobsfile": }
}
What will happen?
Thanks,
Trevor
_______________________________________________
Puppet-users mailing
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
I was told that my writeup lacked an example and details so I reproduced
the code that X uses and I was able to boil down the issue to a couple
of lines of code. Sorry again for the length of this email.
Code was compiled on OpenBSD with clang 3.0-release.
========================================================================
With -O0 which works as X expects:
2007 Oct 31
16
Am I missing something with Heckle?
Hi
I can''t get heckle working. In fact, I''ve built an example so simple
that it either shows a bug, or I am being really, REALLY stupid.
Heckle does not appear to support RSpec directly, so I''m trying to use
spec --heckle (RSpec trunk as of 10 mins ago, Heckle 1.4.1). I''ve
constructed this pair of sample files:
18> ~/Desktop/heckle_test % cat
2015 May 17
2
Asterisk "virtual hosting"
also sprach Steve Edwards <asterisk.org at sedwards.com> [2015-05-16 23:22 +0200]:
> I use a preprocessor
> (http://software.hixie.ch/utilities/unix/preprocessor/) to tailor
> dialplans and configuration files to each host based on the client
> (or project) and the hostname.
Yeah sure, templating works, but it introduces a layer of complexity
that can make debugging hard(er).
I
1996 Mar 23
0
No subject
Announcing Moo-Tiff for FreeBSD 2.1.
Sender: owner-freebsd-announce@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk
Moo-Tiff is a 100% compatible port of OSF/Motif 2.0 for FreeBSD 2.1, built
from the official OSF sources and run through the OSF VTS (Validation Test
Suite). If it works with OSF/Motif 2.0 on any platform, it can now work
on FreeBSD 2.1 with Moo-Tiff ! Moo-Tiff is priced at
2007 Feb 20
6
How to spec code with multiple (interacting) paths
Hi
Code with a large number of different paths is probably the biggest
problem I have right now. I''ve made a sample class that illustrates
the simplest case of one parameter that takes two values:
class DataStorer
def initialize(logger, emailer, db_updater, do_update_db_step)
@logger = logger; @emailer = emailer; @db_updater = db_updater
2002 Jun 30
3
Network IP address
Hello all,
Quick question.
Our network has NO connection to the internet (the way we want it) but we
are using 66.2.x.x as our IP addresses. However, I am now reading that
192.168.x.x is the preferred naming convention. If I leave as 66.2.x.x will
I have problems with Samba?
Because I dont connect to the Internet do I need to change?
Thanks in advance and hope
Mr. Gerard O'Reilly
Intranet
2005 Feb 27
1
limit SIP extention outgoing calls
Hi
how do i set an SIP users to make outgoing calls that is worth only $5. if they exceed $5 they can't make any calls. what i need is not a calling card, but to limit outgoing calls for SIP users depedning on a value i give.
I use realtime asterisk.
Thank You
Kanishka
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2002 Nov 05
2
Force User -
Hello,
I am using Samba shares as a way for my users to publish files from their
Windows XP PC's to my Apache Web Server on Red Hat Linux.
The username I use for Apache is apache and it has full read,write and
execute access on all the files within my webserver root directory. In the
Samba Shares I use force user = apache so this means that any files created
using the share actually get
2010 Sep 27
2
BUG - qdev - partial loss of network connectivity
<20100926154324.GD21843 at redhat.com>; from Michael S. Tsirkin on Sun, Sep 26, 2010 at 17:43:24 +0200
> > > >It's vanilla 2.6.32.22, but I also reproduced this on Debian's 2.6.32-23
> > > >(based on 2.6.32.21).
> > > >
> > > >If offload is the only difference, I'll play with different offload
> > > >options and check
2010 Sep 27
2
BUG - qdev - partial loss of network connectivity
<20100926154324.GD21843 at redhat.com>; from Michael S. Tsirkin on Sun, Sep 26, 2010 at 17:43:24 +0200
> > > >It's vanilla 2.6.32.22, but I also reproduced this on Debian's 2.6.32-23
> > > >(based on 2.6.32.21).
> > > >
> > > >If offload is the only difference, I'll play with different offload
> > > >options and check
2012 Feb 09
0
[Bug 770] New: ipt_REJECT: multi-directional tcp-reset
http://bugzilla.netfilter.org/show_bug.cgi?id=770
Summary: ipt_REJECT: multi-directional tcp-reset
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org
2005 Apr 01
1
plotCI error when trying to omit upper or lower bars (PR#7764)
Full_Name: Volker Franz
Version: 2.0.1 (2004-11-15)
OS: Mac OSX / Debian
Submission from: (NULL) (84.58.8.232)
Hi there,
the new version of plotCI (Version: 2.0.3 of gplots) produces errors
if the upper or lower error bars should be omitted by passing NULL as
an argument. Older versions of plotCI had no problem with this. Here
is an example:
library(gplots)
means <- c(1,2,3,4,5)
upperw
2001 Jul 13
2
FW: Lossy music formats compared
Any comments?
> http://slashdot.org/article.pl?sid=01/07/13/1558239&mode=nocomment
>
> Lossy Music Formats Compared
> Posted by michael on Friday July 13, @12:45PM
> from the is-it-real-or-mp3 dept.
>
> Nicholas writes: "Today's Washington Post has an article detailing
> the results of having a "a diverse panel of listeners: two members
> of the
2000 May 12
2
tinc 1.0pre1
Hi all,
I just uploaded tinc 1.0pre1 to the server. I included and rpm, which
has been made possible by the work of Lubom?r Bulej and Mads
Kiilerich.
Please test this version, so that any bugs left can be squished before
1.0 gets final. Also be aware that this version includes a new
version of the protocol, and is thus NOT compatible with the protocol
that 0.3 uses.
Thanks for flying tinc.