similar to: repositories for 2.11 & 2.12

Displaying 20 results from an estimated 2000 matches similar to: "repositories for 2.11 & 2.12"

2009 Feb 26
4
VirtualBox on XEN DomU
Hi, although it is primarily a VirtualBox problem, but maybe someone knows the answer here. I read that it is not possible to run vbox on dom0. http://www.virtualbox.org/ticket/2383 Is it possible to run it on domU? Thanks, Miklos _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
> On Dec 3, 2007 5:19 AM, Miklos Szeredi <miklos at szeredi.hu> wrote: > > > Yes it is weird. I hope you can help me with this problem as sshfs is > > > so much simpler than nfs. > > > > Can you please do one more thing: start up sshfs normally, then on the > > server do a strace of the sftp-server process: > > > > strace -o /tmp/strace.log
2004 Jun 16
2
embedded Asterisk
Hi All, I have a thin cliente here that i want to run asterisk: - National Semicondudor Geode GX1 266MHz Geode 266MHz single chip - NS Cx5530a Southbridge National Semiconductors SC2200 - NS PC97317 in chipset - 32MB Compact Flash - 64MB Ram - 10/100Mbps, Autosense 10/100Mbps, Autosense Realtek 8139C National DP83815 / DP83816 Some tip? I have a ide>flash
2012 Sep 04
1
[PATCH] fix fuse_opt_add_opt_escaped return type
I: Program returns random data in a function E: libguestfs no-return-in-nonvoid-function guestmount.c:75 The function fuse_opt_add_opt_escaped has only one caller and a return code is not checked. Signed-off-by: Olaf Hering <olaf at aepfle.de> --- diff --git a/fuse/guestmount.c b/fuse/guestmount.c index 17e94ba..1eb0553 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -49,7 +49,7
2019 Sep 06
2
[PATCH 00/18] virtiofs: Fix various races and cleanups round 1
On Fri, Sep 06, 2019 at 01:52:41PM +0200, Miklos Szeredi wrote: > On Fri, Sep 6, 2019 at 12:36 PM Stefan Hajnoczi <stefanha at redhat.com> wrote: > > > > On Fri, Sep 06, 2019 at 10:15:14AM +0200, Miklos Szeredi wrote: > > > On Thu, Sep 5, 2019 at 9:49 PM Vivek Goyal <vgoyal at redhat.com> wrote: > > > > > > > > Hi, > > > >
2019 Sep 06
2
[PATCH 00/18] virtiofs: Fix various races and cleanups round 1
On Fri, Sep 06, 2019 at 01:52:41PM +0200, Miklos Szeredi wrote: > On Fri, Sep 6, 2019 at 12:36 PM Stefan Hajnoczi <stefanha at redhat.com> wrote: > > > > On Fri, Sep 06, 2019 at 10:15:14AM +0200, Miklos Szeredi wrote: > > > On Thu, Sep 5, 2019 at 9:49 PM Vivek Goyal <vgoyal at redhat.com> wrote: > > > > > > > > Hi, > > > >
2012 Oct 26
3
wanna create all points.....
Plz help me ;(( I lost 7 hours for thinking and doing this code ;( I need to create points.....20 points(dots). All these dots have to be in one graph... when i run this code....it gives me only one dote..... number<- (0,2,3,4,5,6,8) for (i in seq(1:20)) {rsidpVector=rsidp(i) mean(rsidpVector) plot (length(rsidpVector), mean(rsidpVector), ylab="sample mean", xlab= "sample
2004 Jan 23
6
rc.local dont works
Hi All I have a problem with initialization of asterisk using my rc.local file. when i call asterisk from the prompt it works well but don?t in the initialization... I have in my file that comands: touch /var/lock/subsys/local modprobe zaptel modprobe wcfxo safe_asterisk I read in somewere that it can be an interrup problem and i use the cat proc/interrupt to see what is happening Somebody
2019 Sep 09
1
[Virtio-fs] [PATCH 00/18] virtiofs: Fix various races and cleanups round 1
On Sun, Sep 08, 2019 at 07:53:55PM +0800, piaojun wrote: > > > On 2019/9/6 19:52, Miklos Szeredi wrote: > > On Fri, Sep 6, 2019 at 12:36 PM Stefan Hajnoczi <stefanha at redhat.com> wrote: > >> > >> On Fri, Sep 06, 2019 at 10:15:14AM +0200, Miklos Szeredi wrote: > >>> On Thu, Sep 5, 2019 at 9:49 PM Vivek Goyal <vgoyal at redhat.com> wrote:
2006 Jun 09
1
An idea: add RYUL to Rails
Dear Friends, I''d like to have a development suggestion for Rails. Rails is an amazing framework, and clearly it''s weakest link is that it relies on HTML in the end, which is not always the most appropriate GUI out there. Another option could be XUL. Mozilla-based browsers (Firefox) can run XUL apps right out of the box, others could use the XULRunner application. Here you can
2007 Dec 10
9
[Bug 1399] New: add statfs extension to sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1399 Summary: add statfs extension to sftp-server Classification: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: bitbucket at
2009 Feb 13
13
[Bug 1555] New: add hard link and attribute extensions to sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1555 Summary: add hard link and attribute extensions to sftp-server Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sftp-server AssignedTo: unassigned-bugs at mindrot.org
2006 Jan 24
4
sftp performance problem, cured by TCP_NODELAY
In certain situations sftp download speed can be much less than that of scp. After many days of trying to find the cause finally I found it to be the tcp nagle algorithm, which if turned off with TCP_NODELAY eliminates the problem. Now I see it being discussed back in 2002, but it still unresolved in openssh-4.2 :( Simple solution would be to add a NoDelay option to ssh which sftp would set.
2007 Dec 10
7
[Bug 1400] New: add atomic rename extension to sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1400 Summary: add atomic rename extension to sftp-server Classification: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: bitbucket at
2006 Jun 10
1
some problems with integrating XUL into Rails
Dear Friends, I started integrating XUL into Rails, however, I have some problems. The first problem is that I can open local XUL files with Firefox, but cannot open them through Rails/Webrick, Firefox says it does not recognize what it is. I''ve read the cookbookxul experiment and I know I have to play around with content-type, but a contoller action like def run_xul
2009 Sep 20
1
Hardlink patches for sftp
Dear all, I am looking for the status on the hardlink patches that were published on this list last february by Miklos Szeredi? I'd really like to have hardlink support in sftp. This would in turn enable hardlinks in sshfs and make incremental rsync backups to remote filesystems possible. can someone tell me if these patches will be incorporated in openssh? The patches can be found under
2002 Mar 10
1
Hungarian codepage problem using smbmount
Dear Samba Developers, Dear Urban, This was my original letter. I hope you get it correctly this time. Maybe it was too big, now I reduced the size of this letter. My goal is to make a Linux fileserver up and running with automatic archiving functionality in a mixed Windows 2000 - Linux network and since the beginning of February I could not solve my problem, so I write to you hoping that you
2008 Jul 12
3
Another failed attempt to install an R package in Ubuntu
I am running Ubuntu 8.04 through Wubi on a HP Pavilion dv4000 (my home computer) and I recently installed R 2.7.1. I attempted to install the randomForest package from within the R environment and from the Linux terminal. Both attempts failed. I've tried several mirrors but with no luck. Below is an example of the series of error messages I got when R told me that the installation
2008 Jul 20
1
confusion matrix in randomForest
I have a question on the output generated by randomForest in classification mode, specifically, the confusion matrix. The confusion matrix lists the various classes and how the forest classified each one, plus the classification error. Are these numbers essentially averages over all the trees in the forest? If so, is there a way I can get the standard deviation values out of the randomForest,
2004 Mar 03
3
NetAPP still noone done?
Hi! I have the following config: RedHat ES 3 Samba 3.0.2a with OpenLDAP 2.0.27 Everything works fine having Samba setup as a PDC. But when trying to join a (brand new) NetApp F810 to the domain I get an error: "Could not create authentication pipe". I really would need help asap ;) Thanks Tom