similar to: Missing Files

Displaying 20 results from an estimated 90 matches similar to: "Missing Files"

2000 Mar 09
0
No subject
In caso io sia iscritto alla vostra associazione (di cui sono completamente ignaro) fatemi sapere al piu' presto come fare a disiscrivermi e, se possibile, interrompete il flusso di e-mail verso di me.
2009 Feb 21
0
density estimation for d>2 for the DPpackage
Dear List, I am trying to estimate a 3 dimensional density through the DPpackage. For example # model sigma <- matrix(c(0.1,0.05,0.05,0.05,0.1,0.05,0.05,0.05,0.1), ncol=3) rnormm<- rmvnorm(n=100, mean=c(5,100,150), sigma=sigma) sigma2 <- matrix(c(10,0.05,0.05,0.05,10,0.05,0.05,0.05,10), ncol=3) rnormm2<- rmvnorm(n=100, mean=c(20,1,110), sigma=sigma) rnormm<-rbind(rnormm,rnormm2)
2013 Apr 07
1
[Dovecot-de] Dovecot Quota via policy service abfragen
Hallo Waffenmeister! Ralf Hildebrandt <Ralf.Hildebrandt at charite.de> wrote: > > Apr 7 14:07:52 delta postfix/qmgr[19078]: 1D8921B31260: from=<anmeyer at anup.de>, size=1492149, nrcpt=1 (queue active) > > Apr 7 14:07:53 delta postfix/pipe[19091]: 1D8921B31260: to=<miles at anup.de>, relay=dovecot, delay=2542, delays=2542/0.01/0/0.29, dsn=4.3.0, status=deferred
2010 Aug 15
1
DO NOT REPLY [Bug 7622] New: Factor out common logic from itemize and unchanged_attrs functions
https://bugzilla.samba.org/show_bug.cgi?id=7622 Summary: Factor out common logic from itemize and unchanged_attrs functions Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org
2007 Jan 09
2
Logical operations or selecting data from data.frames
Hi all, why doesn't something like this does not work? speedy <- (sdata$VaR < sdata$DdtdAbs) && sdata$DdtdDuration >= qpois(pct,lambda) && sdata$Ddtd > MinDD or sdata$Ddtd[sdata$Ddtd > 0 && sdata$VaR < sdata$DdtdAbs] sdata looks like this: dataId date value Ddtd VaR DdtdAbs DdtdDuration 18948 79637 2004-07-27 10085.10
2003 Aug 16
1
Error mounting Win2K share on Debian box
I'm working my through the "The Unofficial Samba HOWTO" but when I tried this command: mount -t smbfs -o username=fred,password=secret //192.168.1.1/"Perrin's Documents" /mnt/smbmnt I got this error: mount: wrong fs type, bad option, bad superblock on //192.168.1.10/Perrin's Documents, or too many mounted file systems Here are the smb related lines from my kernel
2003 Jul 23
1
bind failure: can't contact ldap server
Hi list, I have installed samba 2.2.8 on my linux rh 9. with Openldap rmps. I am trying to setup a PDC server using Samba with ldap as the backend. The samba server can not connect to the ldap server. I am getting the following error when I run any smb commands: LDAPS option set...! ldap_connect_system: Binding to ldap server as "" Bind failed: Can't contact ldap server I
2001 Nov 12
4
2.4.14 ext3
i have patched the kernel and recompiled the kernel with the ext3 support, however, when i boot up, i get this error below, what have i missed ? request_module[block-major-3]: Root fs not mounted VFS: Cannot open root device "hda6" or 03:06 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on 03:06
2002 Dec 03
2
problem using ext3 on root fs
Hi, I just converted all my hard disk filesystems from ext2 to ext3. This worked perfectly fine for all non-root fs, but I am having trouble converting the root fs, too. Here's what I did: 1. rebuilt my kernel (2.4.20, x86) with ext3 support linked in statically - no module. 2. Added a journal file to my root fs using 'tune2fs -j'. 3. Added 'rootfstype=ext3' to the
2011 Apr 15
1
Problems setting up bridge
Hi, I have a fc14 box with two interfaces that I'm having some difficulty setting up a bridge properly. I have a few kvm guests set up and running, but I've switched from using NetworkManager to using standard networking with a bridge. I've modified the ifcfg-eth0 and created ifcfg-br0 as per the standard documentation, but I think I'm having routing problems. This is what the
2009 Dec 17
1
Question about nv40_draw_array
Hi, My name is Krzysztof and currently I'm working on porting nouveau (gallium3d driver + libdrm + drm) to AROS Research OS (http://www.aros.org). I completed a quite successful port of "old" drm (one from libdrm git - now removed) and currently I'm working on drm port from the nouveau kernel tree git. Right now I'm faced with rather peculiar memory allocation/access
2003 Aug 18
1
The specified domain either doesn't exist or couldn't be contacte d.
Hi list, I have installed Samba 2.2-8a on a linux box running RH 9 with LDAP backend as the account database. I have configured the system to function as PDC. When I try to join the domain from any Win2K machine, I get the following error: The following occured validating the name "mydomain". This condition may be caused by a DNS lookup problem. The specified domain either doesn't
2007 Jul 24
1
How to add circular text for a graph with concentric circles
Dear R experts, I am plotting the population of students who live in a city, and in successive circular bands made of the contiguous districts that surround the city. This is a stylized figure, where I specify the area of each successive circle based on the cumulative population of students. I want to compare two sets of concentric circles across different populations - such as 'All
2000 May 10
1
Problem: permissions for removing a file in a file system mounte d by smbmount
Hi, I have got a problem with the semantics of file permissions on a file system mounted by smbmount on a Linux box (kernel 2.2.14, Samba 2.0.6, and after looking through the 2.0.7 announcement, it appears that the problem has not been addressed there). Consider the following case: I mount a share from an NT server on a Linux box, which I then use at the Linux box. I create a file on that
2008 Mar 06
2
Help with parsing a data file
Hi All, I need to parse data from a file, example shown below. The first two lines can be skipped, the third line contains the column names. The next 13 lines can be skipped. The next line "1991" is a year value, with the following 13 values data for that year. The file then repeats this format with (year, 13 lines of data for that year). I would ideally like to end up with an
2006 Jul 05
2
Serialized object behaves weird
Hi! I got a class named EinsatzFilter which I serialized to session. Before saving to session it works afterwards I keep getting the message: "undefined method `to_s'' for #<Person:0x38c6ab8>". "Person" is a from ActiveRecord::Base inherited class. Code: class EinsatzFilter include ApplicationHelper attr_reader :personen, :monat, :projekte, :kunde
2004 Jan 23
2
Set IP Options
Hi All, I''m trying to do something regarding Bandwith Aggregation and I would need to set new options in the IP-header. I had been studying some kernel source that concern to the IP layer, but I don''t really know how to set a new option. Does anyone have any idea to add new custom options into the IP header ? Thank you in advance Felipe Herrera
2010 Jun 22
0
action-matrix-patch (was Re: antispam Clarification about spam/trash/unsure folders)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 22 Jun 2010, Johannes Berg wrote: > Meinst du mit "Hosting" jetzt nur die technische Komponente? Das ist mir Nee, sorry. Ich meinte beides. > eigentlich egal, ich kann dir auch gerne Zugriff auf den git tree geben > und so. Hm, git ist ein Buch mit sieben Sigel. Ich habe CVS, Subversion und hg im Einsatz, aber git
2007 Apr 20
0
CentOS 5 and Xen
I'm now running CentOS 5 with about 10 domU's. RH/CentOS did a great job providing a polished and stable distribution for Xen. Excellent work! I would like to now play with using iptables and ipvadm (LVS) in the domUs. So essentially, what I want to do is to utilize a domU to run as a NAT/Firewall which directs traffic to another domU running ipvsadm (LVS). The LVS would then
2013 Nov 19
5
xenwatch: page allocation failure: order:4, mode:0x10c0d0 xen_netback:xenvif_alloc: Could not allocate netdev for vif16.0
Hi Wei, I ran into the following problem when trying to boot another guest after less than a day of uptime. (the system started 15 guests at boot already which went fine). dom0 is allocated a fixed 1536M. Both host as pv guests run the same kernel, some hvm''s run a slightly older kernel (3.9 f.e.) The are quite some granttable messages in xl dmesg, i also included these and a