similar to: Large file freezes, OpenBSD + WinXP x64

Displaying 20 results from an estimated 10000 matches similar to: "Large file freezes, OpenBSD + WinXP x64"

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
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,
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
2009 Jun 22
3
rsync is fantastic except for one usual feature we want from it .. please help ?
Hi, Rsync is a fantastic program, and it does everything we need in terms of file transfer and syncing source and destination file directories. We do have a situation now where we need rsync to transfer the files once only from the source directory. Please let me briefly explain using a simple generic exmple: 1. At t0, we transfer f0 location A to location B 2. At t1, 10 new
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
2020 Jun 24
3
2.3.10.1 on OpenBSD
Apart from a few warnings (attached), and a bit of patience, the compiler terminates without error. On patience, OBSD has two processes who took almost half the CPU when compiling: reaper and zerothread. Will look into the warnings, and the testing errors (also attached). Let see how it works on this machine. OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun 4 09:55:08 MDT 2020 real mem = 17125511168
2004 Aug 06
0
icecast 1.3.11 problems under openbsd
Hello, I am running icecast 1.3.11 under OpenBSD 2.8-STABLE. On a first look, everything works fine, but after ~1.5 hours of streaming, clients start losing the stream and have to rebuffer every couple minutes. While this happens, the prepuffering starts to take a couple times longer than it did before. It seems to work fine again now that I reconnected both client and streamer, but it appears
2004 Aug 06
0
Icecast2 under OpenBSD - update
> >The question still is, whether it is trivial to fix (even for non-coders >like me) and if yes, how? Does openbsd's pthread library not have pthread_detach? Or is it the extra underscore at the start there that's causing problems? Dealing without pthread_detach would be painful, though not impossible. > >My workaround is a port redirect from my OBSD gateway to a linux
2004 Aug 06
0
Compiling icecast2 under OpenBSD 3.1
> Finally, I succeeded in compiling Icecast2 under OpenBSD. It neither > worked for me on OBSD 3.0 nor my old 2.8, but the new 3.1 appears to > come with more icecast-friendly (p)threads. Good to know :) > Compiling libshout failed because src/mp3.c included <stdint.h> which > appears to be missing on OBSD3.1. Using a friend's stdint.h and seeing > it fail again
2004 Aug 06
0
solved: building icecast2 on OpenBSD
Hi, <p>the following steps are necessary to successfully compile Icecast2 (as of today) on OpenBSD. This workaround is based on Karl Heyes' findings that _XOPEN_SOURCE is the root of all evil, at least on OBSD: 1. "autoconf version problems" OpenBSD 3.2: change all "autoconf" in autogen.sh to "autoconf-new" OpenBSD 3.3: $ export AUTOCONF_VERSION=2.52 2.
2004 Aug 06
1
Compiling ices2 under OBSD3.1 (was: Compiling icecast2 under OpenBSD 3.1)
Michael Smith wrote: > >It is currently impossible to compile it under *BSD, at least afaik. > >src/im_sun.c includes stropts.h, which doesn't come with OpenBSD. After > >feeding one .h file after another from a linux box, it finally wanted > >gnu/stubs.h. There will never be GNU stuff in *BSD, so that must be > >solved differently. > Why on earth are you
2004 Aug 06
2
Icecast2 under OpenBSD - update
Hi, I've come a step further in my attempt to compile Icecast2 under OpenBSD... I didn't have the pth library installed (d'oh), but ´cd /usr/ports/devel/pth && make install´ did the job. It still bails out at the same point, though, but this time with another error message: [...] gcc -O20 -fsigned-char -D_REENTRANT -I/usr/local/include/libxml -I/usr/local/include -I/include
2004 Aug 06
4
Compiling icecast2 under OpenBSD 3.1
Hi, <p>Finally, I succeeded in compiling Icecast2 under OpenBSD. It neither worked for me on OBSD 3.0 nor my old 2.8, but the new 3.1 appears to come with more icecast-friendly (p)threads. OpenBSD 3.1 isn't officially released, yet, but installing a current snapshot and getting the sources via CVS (module OPENBSD_3_1_BASE, patient people also can already upgrade from scratch only with
2007 Mar 13
1
IAX2 Question (Asterisk 1.4 tarball)
I've got IAX2 setup between two servers with this config: I have two servers on a switch: asteriskm is 192.168.0.160 and asterisk1 is 192.168.0.161 asteriskm has a Sangoma T1 card in it. I want to route calls from asteriskm to asterisk1 which will run an AGI IVR for the call. Config is below, but my problem is that 90-95% of the time when I start asterisk on the two servers I get the
2004 Oct 13
2
NT and XP clients cannot reach Samba PDC
When attempting to join my domain, the NT 4 Workstation and XP Pro clients cannot contact the domain controller. The Samba server is running normally, and can be connected to via IP address, but not by name. Additionally, when I set up a DNS, it still could not contact the Samba server. The clients and server are on the same subnet. I have read as much as I could find on configuring Samba as a
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
2009 Aug 03
1
Weird Network issue
Hi all: I am pretty new to xen, but ,thanks to you, I am learning fast :) I have a Dell Poweredge 2950 server running Debian Lenny as Dom0 named Asgard I have configured three DomU (Loki, Hermod and Thor) with DHCP support. All the machines (Dom0 and DomU''s) ask for an IP address to a DHCP server in the Office LAN. The DHCP server is configured to bind certain IP addresses to the Dom0
2008 Mar 31
0
WinXP x64 + Centos 5.1 + Samba
Hi, I have a couple workstations running WinXP x64 that connect to a few servers running Centos 5.1 with Samba version 3.0.25b. I'm experiencing this really strange problem with two of the boxes. Two of them have 3ware RAID cards with XFS partitions. I export the partion across both NFS and SMB. These are the two that I'm having problems.with. When I save a large file through an