Displaying 20 results from an estimated 4000 matches similar to: "[Bug 195] New: Openssh3.1.0 "make" failure"
2002 Apr 01
0
[Bug 195] Openssh3.1.0 "make" failure
http://bugzilla.mindrot.org/show_bug.cgi?id=195
markus at openbsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary| Openssh3.1.0 "make" failure|Openssh3.1.0
2004 Aug 06
0
building icecast2 on OpenBSD
jeff@unsealed.net wrote:
> Is there anyone who has built icecast2 successfully for OpenBSD? I built it
> from source with no problem on Linux, but on my OBSD system the configure bombs
> while checking for a function in libxslt...
If you look at your config.log, you'll find the actual error to be
ld: -lpthread: no match
If you want threads on OpenBSD, -pthread is the way to go
2009 Sep 08
0
Re: Wine on OpenBSD
Greetings:
I'm an OBSD n00b and an ex-Fedora User.
Had my share of problems with Wine on OBSD myself.
I was able to build and install after obtaining the source using git; but there seems to be some other memory allocation problems. OBSD has version 0.9.9 in their directories, and the Openports.se has designated 1.1.21? as being on their tree; but I'd rather not regress to those
2014 Apr 23
0
dovecot qmail-ldap
Hi folks,
i am trying to get dovecot to work in my qmail-ldap instalation but no success so far. I respectfuly request your help.
Here is my /etc/dovecot/dovecot.conf :
auth_debug = yes
auth_verbose = yes
base_dir=/var/dovecot
default_process_limit=100
disable_plaintext_auth=no
listen=200.235.128.97
log_path=/var/log/dovecot.log
login_greeting = Etosha Messaging Suite IMAP ready
mail_uid=vmail
2002 Apr 22
0
[Bug 223] New: ProxyCommand commands don't exit
http://bugzilla.mindrot.org/show_bug.cgi?id=223
Summary: ProxyCommand commands don't exit
Product: Portable OpenSSH
Version: 3.0.1p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2004 Aug 06
2
building icecast2 on OpenBSD
> > from source with no problem on Linux, but on my OBSD system the configure
> bombs
> > while checking for a function in libxslt...
>
> If you look at your config.log, you'll find the actual error to be
>
> ld: -lpthread: no match
>
> If you want threads on OpenBSD, -pthread is the way to go (it's a
> wrapper saying "Do whatever you have to,
2010 Jan 12
2
[patch] Automatically add keys to agent
My keys are secured with a passphrase. That's good for security, but
having to type the passphrase either at every login or at every
invocation of ssh(1) is annoying.
I know I could invoke ssh-add(1) just before invoking ssh(1), if I keep
track of whether I invoked it already, or write some hacky scripts; but
the rest of OpenSSH is wonderfully usable without any hacks.
Hence, this patch.
2004 Sep 26
0
Shorewall and ucarp for firewall redundancy
Has anyone toyed with using Shorewall in conjunction with the userland
implementation of the OBSD-based common address redundancy protocol?
Would like any preliminary feedback before I devote time to the project.
Details on UCARP:
http://www.ucarp.org/
Details available on OBSD CARP:
http://www.openbsd.org/lyrics.html
http://www.openbsd.org/cgi-bin/man.cgi?query=carp
2005 Apr 07
0
Sluggish Samba
Hi,
I took the plunge and installed the latest version of OpenBSD
3.6 and SAMBA 3.0.11 (this because I found a patch for the
OBSD ports tree).
So I now have all that up and running. Both my XP box and
my Audiotron can get to the SAMBA shares.
I did this upgrade because the problem I'm about to describe
is exactly the same as before I upgraded from 3.4 OBSD, 2.x
Samba. I know others
2004 Aug 06
0
Building Icecast2 under OpenBSD
Hi!
After enjoying a successful build under Linux, I also wanted Icecast2 to
compile under OpenBSD (running 2.8 here). I am using the CVS source from
today.
The OBSD make needed operators and wouldn't work at all, but gmake did
the job. Unfortunately, it ended like this:
<snip>
gcc -O20 -fsigned-char -D_REENTRANT -I/usr/local/include/libxml
-I/usr/local/include -I/include -I/include
2004 Aug 06
5
building icecast2 on OpenBSD
Is there anyone who has built icecast2 successfully for OpenBSD? I built it
from source with no problem on Linux, but on my OBSD system the configure bombs
while checking for a function in libxslt...
# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working
2003 May 31
3
why are these files being transfered
Setup: Redhat linux 7.3
rrsync: version 2.5.6 protocol version 27
I'm trying to employ rsync in conjuction with with a cvs setup.
The setup employs a bufffer where changes are made then moved to a
checked out module from cvs repository and finally any cvs actions
necessary are done.
So far just testing this out with some copies of both directory trees.
Right now the files in both are
2007 Apr 12
1
Milestone: 1000 packages on CRAN as of today(?)
Hi,
I was just looking at the "CRAN Daily Package Check Results"
[http://cran.r-project.org/src/contrib/checkSummary.html], and
realized there are 1000 packages on CRAN as of today (look at row 3 in
the table below). Yet another quite extraordinary milestone in R
history.
Last updated on 2007-04-12 11:48:32
Results for installing and checking packages using the three current
flavors
2002 May 23
6
[Bug 223] ProxyCommand commands don't exit
http://bugzilla.mindrot.org/show_bug.cgi?id=223
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|FreeBSD |All
Platform|ix86 |All
Version|3.0.1p1 |-current
------- Additional
2008 Jul 07
1
ssh-vpn linux<->openbsd
Hi,
I'm trying a VPN via ssh between Linux (Suse 10.3, 5.0) and OpenBSD
(4.2, 4.7). But it doesn't work...
On Linux:
sudo ssh -v -f -w 0:1 $OPENBSD true
sudo /sbin/ifconfig tun0 10.1.1.1 10.1.1.2
sudo /sbin/route add -net 192.168.17.0 netmask 255.255.255.0 dev tun0
On OBSD:
sudo ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.0
sudo /sbin/route add 10.0.3.0/24 10.1.1.1
And add a
2007 Oct 04
2
bnlearn package compilation failure on MacOSX
Hi all.
I've recently uploaded a package (bnlearn) to CRAN. It builds fine
on both Linux (32 and 64 bit) and Windows, but fails on MacOSX ix86
because of C90 vs C99 issues:
http://www.r-project.org/nosvn/R.check/r-patched-macosx-ix86/bnlearn-00install.html
Since I've no MacOSX machine at hand, I would like to ask you:
why is C99 not the default for gcc on MacOSX ix86? Is it safe to
2011 Jul 29
1
package encoding warning
Dear list,
I'd like to get rid off a couple of warnings that have appeared in
checking my package on CRAN (I did not find them on my local machine
before submission). What puzzles me is that different platforms return
different warnings, only one of which I recognise as my obvious
mistake. The check results are at
http://cran.r-project.org/web/checks/check_results_planar.html
2005 Aug 11
1
win32, ssh and rsync
Hi all
I have been trying to get myhead around this for
smetime now and hope one of the gurus here can assist.
I would like to connect to a server(that is not
running a rsync daemon) to push files from a win32
(2003 server) to an OBSD machine.
The command I have successfully used is:
rsync -Rrazvvu -e "ssh -i .ssh/pvt"
/cygdrive/c/dirname username@1.2.3.4:BACKUP
[where BACKUP is a
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:33, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 4:11 PM, Tinker <tinkr at openmailbox.org> wrote:
>> The goal is to get a script invoked *at login time*,
>
> This part I follow, but having a script run is just a means to an end
> not the end itself. What is the script going to do?
>
>> so that the authentication only is known to the client
2010 Jul 25
1
Per E-Mail senden: commit.txt
Hi Guus,
I've attached something like a commit message (I think).
Sorry, but I am not familiar with git and currently familiarizing with it.
In the meantime, I fixed some code and introduced a compatibility wrapper to
allow porting tinc to "Fritz!Box" (using Freetz http://trac.freetz.org/).
The file is called ifaddr-compat.h/c and wraps the function "getifaddrs".
I'm