Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] Fix handling of Haiku remote hosts in ssh-copy-id."
2008 Apr 26
0
[fdo] Haiku - FreeDesktop.org cooperation proposal
From: Haiku - http://www.haiku-os.org/about
To: FreeDesktop.org
GNU/Linux has gained quite some momentum on the desktop, with the help
of Gnome and KDE environments, and the FreeDesktop.org project.
Haiku is a Free Software (BSD/MIT) desktop targeted operating system,
designed to present a coherent and simple to use environment, inspired
by BeOS.
Although Haiku does not use X11, it provides
2010 Mar 26
1
openssh directories on Haiku
First off, I'd like to say thanks for applying the patch we recently
submitted on the bug tracker to allow openssh to build on Haiku.
In our current port of openssh for Haiku it's creating a directory
~/.ssh, we'd like to have this moved to ~/config/settings/ssh (without
a dot in front of ssh). Haiku (and BeOS before that) has a function
available to determine the location of a
2010 Mar 24
7
[Bug 1741] New: Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Summary: Patch to add support for building on Haiku
Product: Portable OpenSSH
Version: 5.4p1
Platform: ix86
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
Hi,
Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit :
> François, thanks for the patches so far.
>
> This morning I pushed:
>
> https://github.com/libguestfs/nbdkit/commit/e26fb6cea3fdba13b5472daf6767e76abacd8d03
> build: add missing #include "byte-swapping.h"
>
> https://github.com/libguestfs/nbdkit/commit/b962272a561bfed087316d24b7d510e4ab29a985
>
2018 Nov 13
0
Re: Further nbdkit patches for Haiku
On Tue, Nov 13, 2018 at 03:09:16PM +0100, François Revol wrote:
> Le 13/11/2018 à 14:40, Richard W.M. Jones a écrit :
> > On Tue, Nov 06, 2018 at 09:02:17AM +0000, Richard W.M. Jones wrote:
> >> Finally about the list of failing tests:
> >>
> >> https://pastebin.com/1PFG85DS
> >>
> >> Mostly these are because of the old qemu-io binary. The
2009 Oct 16
2
[LLVMdev] Haiku Triple support
support for triple in haiku
it touches lib/Support/Triple.cpp
and include/llvm/ADT/Triple.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091016/049eccbe/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: haikutriple.patch
Type: application/octet-stream
2009 Oct 16
0
[LLVMdev] Haiku Triple support
Greatest appologies that had some cruft in it, let me send the cleaned one
On Fri, Oct 16, 2009 at 12:45 AM, Paul Davey <plmdvy at gmail.com> wrote:
> support for triple in haiku
>
> it touches lib/Support/Triple.cpp
> and include/llvm/ADT/Triple.h
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Oct 13
1
[LLVMdev] haiku comapatability configure regenerated
This is a patch for the regenerated configure related files.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091013/eb1ed755/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: haiku.patch
Type: text/x-patch
Size: 11388 bytes
Desc: not available
URL:
2011 Jul 27
0
[LLVMdev] Haiku support in googletest
Hi Paul,
You added some support for Haiku to LLVM's copy of googletest:
http://llvm.org/viewvc/llvm-project?view=rev&revision=83823
http://llvm.org/viewvc/llvm-project?view=rev&revision=106620
Is it still being used? If so, would you mind pushing these patches
upstream to the googletest project:
http://code.google.com/p/googletest/
Otherwise we may drop them, because it makes it
2018 Nov 13
0
Re: Further nbdkit patches for Haiku
On Tue, Nov 06, 2018 at 09:02:17AM +0000, Richard W.M. Jones wrote:
> Finally about the list of failing tests:
>
> https://pastebin.com/1PFG85DS
>
> Mostly these are because of the old qemu-io binary. The qemu-io -f
> option was added 4 years ago :-/ so it could be time to upgrade.
FWIW this turns out to be a problem in RHEL 7 as well :-( I worked
around it (in RHEL 7
2006 May 01
0
haiku bounties for network and usb stack
Haiku Bounties: www.haikubounties.org
Is looking for developers to take up their code bounties for a usb and
networking stack.
Please drop by the site and apply if interested!
_________________________________________________________________
Designer Mail isn't just fun to send, it's fun to receive. Use special
stationery, fonts and colors.
2018 Nov 13
2
Re: Further nbdkit patches for Haiku
Le 13/11/2018 à 14:40, Richard W.M. Jones a écrit :
> On Tue, Nov 06, 2018 at 09:02:17AM +0000, Richard W.M. Jones wrote:
>> Finally about the list of failing tests:
>>
>> https://pastebin.com/1PFG85DS
>>
>> Mostly these are because of the old qemu-io binary. The qemu-io -f
>> option was added 4 years ago :-/ so it could be time to upgrade.
>
> FWIW
2015 Aug 31
0
Build R on Haiku
On 14/08/2015 15:19, Joe S wrote:
> Hi R-devel,
> I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
> BeOS, not Linux based) on i586. With a few small changes to library paths
> and ifdefs I am able to get a seemingly working R binary. The build process
> stops with the 'tools' package. The last lines from make are below.
>
> Does anyone
2018 Nov 06
5
Further nbdkit patches for Haiku
François, thanks for the patches so far.
This morning I pushed:
https://github.com/libguestfs/nbdkit/commit/e26fb6cea3fdba13b5472daf6767e76abacd8d03
build: add missing #include "byte-swapping.h"
https://github.com/libguestfs/nbdkit/commit/b962272a561bfed087316d24b7d510e4ab29a985
build: more fallbacks for mkostemp
The iconv patch makes iconv a requirement. I don't know
2015 Aug 14
2
Build R on Haiku
Hi R-devel,
I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by
BeOS, not Linux based) on i586. With a few small changes to library paths
and ifdefs I am able to get a seemingly working R binary. The build process
stops with the 'tools' package. The last lines from make are below.
Does anyone have any tips? I'm rather new to debugging at this low level.
Are
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
On Fri, Nov 09, 2018 at 01:44:38AM +0100, François Revol wrote:
> Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit :
> I made a patch here:
>
> https://github.com/mmuman/nbdkit/commits/tmpfix
>
> Also added one for the loader lib search path environment, which is
> different for us.
For the tmpdir patch, I changed plugins/example3/example3.c to a
simpler patch which
2018 Nov 13
1
Re: Further nbdkit patches for Haiku
On Tue, Nov 13, 2018 at 02:18:34PM +0000, Richard W.M. Jones wrote:
> On Tue, Nov 13, 2018 at 03:09:16PM +0100, François Revol wrote:
> > Possibly use something like this?
> >
> > qemuioargs="-f raw"
> > qemu-io -h | grep -- -f > /dev/null 2>&1 || qemuioargs=""
> >
> > qemu-io $qemuioargs ...
> >
> > Seems to work
2013 Jul 15
3
[Bug 2128] New: ssh-copy-id doesn't check if a public key already exists in a remote servers ~/.ssh/authorized_keys file
https://bugzilla.mindrot.org/show_bug.cgi?id=2128
Bug ID: 2128
Summary: ssh-copy-id doesn't check if a public key already
exists in a remote servers ~/.ssh/authorized_keys file
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Other
Status: NEW
Severity: enhancement
2018 Nov 13
2
Re: Further nbdkit patches for Haiku
On 11/13/18 7:40 AM, Richard W.M. Jones wrote:
>> (I think the error message is "incorrect ELF header") could be
>> something to do with the way we use shebangs (#!). IIRC this also
>> fails on FreeBSD so probably nbdkit is doing something which is not
>> correct POSIX.
>
POSIX says that #! shebangs are undefined behavior. You're at the mercy
of each
2014 Feb 26
6
[Bug 2206] New: ssh-copy-id fails with message 'Ambiguous output redirect.' with a non-sh style remote shell
https://bugzilla.mindrot.org/show_bug.cgi?id=2206
Bug ID: 2206
Summary: ssh-copy-id fails with message 'Ambiguous output
redirect.' with a non-sh style remote shell
Product: Portable OpenSSH
Version: 6.5p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal