similar to: wine newbie question

Displaying 20 results from an estimated 300 matches similar to: "wine newbie question"

2006 Aug 15
2
SSL encryption with icecast2
Hi Thomas, On Tue, Aug 15, 2006 at 10:43:28AM +0200, Thomas B. Ruecker wrote: > Do players support https? obviously not. But the implementation of SSL in a player isn't that hard. In a matter of fact, SSL isn't the best solution for a public stream, but I want to use it for a private stream, where every user has the knowledge how to use a player with ssl. :-) > You could simply set
2006 Aug 15
4
SSL encryption with icecast2
Hi there, is it possible to use such encryption like SSL/TLS for authenticating users on a mountpoint? I can't find somethin like that in the docmentation and it would be nice to have such a mechanism like that, because all passwords will be transmitted in PLAIN text. This is not very secure, because anyone can see the usernames and passwords in his sniffer program. Would be pleased if
2020 Apr 03
0
Powercool PCRACK-1200VA patch update
Sorry about the noise guys. Below a significantly improved patch. The main difference is that all calls to usb_get_string_.. have been wrapped in a new function nut_usb_get_string()  that is implemented in libusb.c This was necessary in order to make the bufflen_fix available in libusb.c where usb_get_string() is called in libusb_open() This wrapper function mops up and hides all the work
2004 Aug 06
1
Speex Theory
Hey, this is my first post... i'm new with Speex and i'm interested in the theory behind this compressino scheme... has anyone of you worked with the theory of this codec? -----BEGIN GEEK CODE BLOCK----- Version 3.1 GED/J d-- s:++>: a-- C++(++++) ULU++ P+ L++ E---- W+(-) N+++ o+ K+++ w--- GE/CS/MU d-- s:- a-- C++(++) SL P L+ E-- W++(+) N K+ w++ o? M V-- PS+ PE Y+ PGP !t 5 X++ R tv+ b++
2005 Mar 06
1
wine wont' run
Any guess's as to whats going on here? A new from source compile/install vic@zeus:/usr/local/bin$ wine wine: creating configuration directory '/home/vic/.wine'... Unknown option '-w' usage: wineserver [options] options: -d<n> set debug level to <n> -p make server persistent -h display this help message -s server will use shared memory
2002 Dec 12
1
rsync error with novell server
Hi guys! I'm using rsync to update my work and mail from my Unix-workstation to my home directory on a Novell-Server... This is what I get as a message after the rsync is finished rsync error: partial transfer (code 23) at main.c(578) I understand that rsync was trying to chown a directory on the server which Novell doesn't support (or our admin doesn't :}) ... however, I
2000 Feb 22
0
1.2.2 + glibc 2.1.3
Hi :) Yes, _I known_ that is a devel glibc version but all of my others daemon works fine, eventual will be rebuild, and all works fine, but not openssh - compiling without errors, but when I try run.. [root at link /root]# /usr/sbin/opensshd BUG IN DYNAMIC LINKER ld.so: dynamic-link.h: 57: elf_get_dynamic_info: Assertion `! "bad dynamic tag"' failed! [root at link /root]# [root
2000 Jul 21
0
OpenSsh 2.1.1p4 - OPIE patch
Welcome :) This patch is ported version of opie patch to 1.2pre release which never be released. Why ? I don't known. Ask Damien. ;) -- Piotr "Charvel" Majka | PGP & GPG Public Key: finger charvel at link.pl | Uin: 20873695 GCM d- s-:- a- C++ UL++++ P+ L+++ E--- W+ N+++ !o !K w--- !O M V- PS+ PE !Y PGP+ t--- !5 X R tv- b !DI D+ G++ e h r y++** -------------- next part
2004 Aug 06
1
(no subject)
Hello... I'm developing Embedder VoIP as a project in my university and I'm thinking that I can use Speex as my codec of choice... I just wanted to know if any of you has done realtime Speex encoding/decoding with a dsp in an VoIP enviroment -----BEGIN GEEK CODE BLOCK----- Version 3.1 GED/J d-- s:++>: a-- C++(++++) ULU++ P+ L++ E---- W+(-) N+++ o+ K+++ w--- GE/CS/MU d-- s:- a-- C++(++)
2011 Nov 24
1
Bug#649923: [xen-hypervisor-4.0-amd64] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0, 0)
Package: xen-hypervisor-4.0-amd64 Version: 4.0.1-4 Severity: important Tags: patch, squeeze We have several recent hardware systems from IBM which have the following problem when booting into hypervisor mode on squeeze (amd64, didn't check i386): [ 8.184733] pci 0000:01:00.0: BAR 6: no parent found for of device [0xfffe0000-0xffffffff] [ 8.213235] Initramfs unpacking failed: junk in
2002 Aug 01
0
ext3 hang with smp 2.4.18, 2.4.19-pre2 systems
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am running a dual Athelon/Tyan MP system. It is a pretty simple minded setup, 512 MB ram + a few ide disks. No raid, no scsi, no disk quotas, no nfs, no samba. Recently I have been able to hang the system (requiring hardware reset, can't ping, console frozen) at will by doing large compile jobs. This has occurred with a stock RedHat 7.3
2005 Aug 23
1
[LLVMdev] Profiling - basic block execution frequencies
I've read some small amounts of documentation including the Doxygen docs on the LLVM Profiling capabilities. I'm looking to extract basic block execution frequencies (I just need relative values within a function) in to a simplified custom format for my work (research in to instruction selection). The API seems geared more towards the use of profiling data in LLVM Passes and I was
2004 Jul 01
0
simple AGI script
hello, does anybody have some agi script that can do following : when extension didn't pickup phone call, system send mail notify ( via sendmail ) to user mailbox with date, time and caller id ? ( something like missed call ) please can somebody help me with whis ? regards Marian -- SUNTEQ s. r. o. Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax:
2002 Mar 17
1
vorbis-tools rc3 link trouble
i ran into a link error trying to compile the linux vorbis-tools-1.0rc3 using gcc 2.95.3 gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In function `oe_encode': encode.o(.text+0x87): undefined reference to
2005 Sep 06
0
[LLVMdev] [OT] how to continue a pre-existing thread?
> Sorry. It's kinda embarrassing but I don't know how to follow a thread. No worries. I actually found this subject rather interesting when I looked in to it a few years ago. > As you can see: > http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-September/thread.html > My follow-up posts are not threaded. Well in fact in gmail at least, some of your replies are shown as
2008 Nov 25
0
Dell PE2970 with ATI RN50
Hey Guys, I'm having a few troubles trying to get Cent OS 5.2 displaying correctly on my Dell PowerEdge 2970 (I also have two PowerVault NF500 III's but they are just getting a little screen lag at the minute, the 2970 is getting white artifacts when I drag a window!). Can anyone help me locate and correctly install some drivers. The 2970 has an onbaord ATI RN50 as its an AMD board/CPU
2009 Jan 06
1
xCache install error ($PHP_AUTOCONF?)
Hey Guys I'm trying to install xcache on our web server (php optcode cacher) but I am having the following error. I have download the xcache tar ball, unzipped and when in the unzipped directory attempting to run phpize but it fails with the following error: [root at server1882 xcache-1.2.2]# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend
2009 Jan 27
2
Upgrade to 5.3?
Hey Listee's! I'm not that up on CentOS so I'd be curious to know if it is possible to upgrade CentOS 5.2 to 5.3 without reinstalling? Perhaps via Yum? Or can you get update RPMs? I hope this doesn't pose to much of a stupid question. Thanks for your help everyone. Regards, James ;) -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/MU/U dpu s: a--> C++>$ U+> L++>
2009 May 08
0
Hibernate Timeout
Hi Guys n Gals, I've been trying to find out how to set the timeout value for how long my machine will wait before it goes into hibernation via the terminal but I can't find it anywhere? Does any one know? Any help would be greatly appreciated. Regards, James ;) -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/MU/U dpu s: a--> C++>$ U+> L++> B-> P+> E?> W+++>$
2002 Nov 08
0
Painfully slow writes in MS-DOS
Hey folks, I was having a problem at work with Samba 2.2.3a (SuSE 8.0) as well as a Redhat machine I know nothing about and an HP Workstation station I know nothing about. Each had painfully slow writes from dos clients (for using Norton Ghost). I tried many machines, many nics, and even played with different hubs. All caused problems. I even tried VM-Ware to VM-Ware. I have Samba 2.2.4 at