search for: miklo

Displaying 20 results from an estimated 126 matches for "miklo".

Did you mean: mikko
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 s...
2004 Jan 23
6
rc.local dont works
...68 XT-PIC eth1 8: 1 XT-PIC rtc 9: 2167768 XT-PIC usb-ohci, usb-ohci, wcfxo 10: 7320 XT-PIC eth0 12: 22 XT-PIC PS/2 Mouse 14: 5092 XT-PIC ide0 NMI: 0 ERR: 0 Thanks for any help Miklos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040123/9ece1fb3/attachment.htm
2009 Feb 13
13
[Bug 1555] New: add hard link and attribute extensions to sftp-server
...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 ReportedBy: miklos at szeredi.hu Hard links are not used very often nowdays, but they do still have their uses and this is currently the most often requested improvement for SSHFS. To detect hard links the st_nlink, st_dev and st_ino attributes are usually used. I'll be attaching patches that add a hard link...
2004 Jun 16
2
embedded Asterisk
...Compact Flash - 64MB Ram - 10/100Mbps, Autosense 10/100Mbps, Autosense Realtek 8139C National DP83815 / DP83816 Some tip? I have a ide>flash adaptor to make the install... I need recomendations in Linux distro... asterisk min. install ...etc..any info i can get. Thanks for any help Miklos Atenciosamente Cl?udio Miklos iPFONE Telefonia IP Rua Caio Graco 735 S?o Paulo SP ( BR - 55 11 3801-3702 ( USA - 1 360-968-1591 ( FWD - 64662 ( sip:ipfone@sipserver.com.br www.ipfone.com.br info@ipfone.com.br -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2007 Dec 10
9
[Bug 1399] New: add statfs extension to sftp-server
...: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: bitbucket at mindrot.org ReportedBy: miklos at szeredi.hu This is needed to be able to support statfs operation on an SSH filesystem (http://fuse.sourceforge.net/sshfs.html). It uses and sends only those fields of struct statfs which are common with struct statvfs as defined by POSIX, and which are shared among most UNIX-like systems. T...
2006 Jan 24
4
sftp performance problem, cured by TCP_NODELAY
...unresolved in openssh-4.2 :( Simple solution would be to add a NoDelay option to ssh which sftp would set. The proprietary ssh seems to already have this option. Attached an LD_PRELOAD hack to set TCP_NODELAY. For me this hack doubles the download speed of a 100MB file over a 100Mbps network. Miklos ----------------------------------------------------------------------- /* gcc -Wall -W -o sshnodelay.so --shared -ldl sshnodelay.c */ #define _GNU_SOURCE #include <dlfcn.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/tcp.h> int connect(int sock, con...
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: > > >...
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: > > >...
2007 Dec 10
7
[Bug 1400] New: add atomic rename extension to sftp-server
...: Unclassified Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sftp-server AssignedTo: bitbucket at mindrot.org ReportedBy: miklos at szeredi.hu This is needed to be able to support a rename() operation conforming to POSIX in the SSH filesystem. With the rename operation defined in the SFTP spec, this is impossible, since in case the target exists it's not possible to perform the rename+unlink atomically. The patch ap...
2006 Jun 09
1
An idea: add RYUL to Rails
...d define the user interface in friendly YAML, instead of clumsy XML. Rails then would translate the YAML to XML whenever a browser is accessing the page, and feed it to the browser. Of course, the usual stuff like button_to, link_to should also be translated to XUL. What do you think? Regards, Miklos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/728ce770/attachment.html
2012 Sep 04
1
[PATCH] fix fuse_opt_add_opt_escaped return type
...ed. 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 @@ static int write_pid_file (const char *pid_file, pid_t pid); * Copyright (C) 2001-2007 Miklos Szeredi <miklos at szeredi.hu> * This [function] can be distributed under the terms of the GNU LGPLv2. */ -static int +static void fuse_opt_add_opt_escaped (char **opts, const char *opt) { unsigned oldlen = *opts ? strlen(*opts) : 0; -- 1.7.11.5
2019 Oct 03
0
virtq questions
On Thu, Oct 03, 2019 at 10:42:44AM +0200, Miklos Szeredi wrote: > On Wed, Oct 2, 2019 at 3:27 PM Vivek Goyal <vgoyal at redhat.com> wrote: > > > > On Wed, Oct 02, 2019 at 09:40:11AM +0200, Miklos Szeredi wrote: > > > Looking at the ugly retry logic in virtiofs and have some questions. > > > > Hi Miklos,...
2008 Jul 12
3
Another failed attempt to install an R package in Ubuntu
...s in this forum, but that didn't seem to help. I'm really new (installed Ubuntu less than 4 months ago) to Linux but I've been using R for about a year. If anyone can point me in the right direction on how to correctly install this package, I'd very much appreciate it. Thank you, Miklos Kiss install.packages() --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Warning in install.packages() : argument 'lib' is missing: using '/home/mik/R/i486-pc-linux-gnu-library/2.7' trying URL 'http://cran.mtu.edu/src/contrib/ran...
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...
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
2019 Oct 02
0
virtq questions
* Miklos Szeredi (miklos at szeredi.hu) wrote: > Looking at the ugly retry logic in virtiofs and have some questions. > First one is, where do these features come from: > > VIRTIO_F_RING_PACKED > VIRTIO_RING_F_INDIRECT_DESC > > I see that in virtiofs "packed" is off and &qu...
2006 Jun 10
1
some problems with integrating XUL into Rails
...;);</script>'' end still does not work. I also added the meta-http content-type tag to the xul file, but does not help also. Do yo have any ideas? Also, where should I look around in the complex directory tree of Rails if I want to make .rxul work like .rhtml and .rjs? Thanks, Miklos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060610/8af7ac05/attachment.html
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 https://bugzilla.mind...
2012 Mar 07
2
repositories for 2.11 & 2.12
Dear experts, I have to install ggplot2 packages for R 2.11 and 2.12 but this is available for 2.14 only. My question: are there urls for previous R version which can be use in install.packages ? Thanks Miklos
2003 Oct 08
7
chan_capi and latest Debian package
After apt-get update && apt-get upgrade -y wget http://www.junghanns.net/asterisk/downloads/chan_capi.0.2.5c.tar.gz tar xfvz chan_capi.02.5c.tar.gz cd chan_capi-0.2.5c make && make install shutdown -r now asterisk seg faults upon calling in via ISDN. Any ideas are greatly appreciated. rgds pos