similar to: Re: wine and networking

Displaying 20 results from an estimated 4000 matches similar to: "Re: wine and networking"

2007 Aug 17
0
Re: wine-users Digest, Vol 25, Issue 24
>Wine Is Not (an) Emulator. yup i know that :) >This means that it cannot run windows - it /is/ >windows as far as your >end-user applications are concerned. no issues with that >This means that you should not use your windows boot >as a 'fake >windows', but instead install applications properly >and use them. i usually run a setup of all my windows app in wine
2007 Aug 16
1
Network Settings in Wine
Hi! I'm using Slackware 11 and Wine 0.9.40. The problem is, Wine is not detecting my network settings, though it(Internet) works fine in my Slack. i can access the entire network (Company's), see the sambha shares in my slack, but when i try to run "ipconfig" or "ping", i got an error saying it was trying to user ICMP and this would not work unless used as root. Even
2019 Mar 08
2
ipconfig equivalent in linux samba specific
In general for what most people do ipconfig is equivalent to ifconfig (getting phased out) or ip in linux. What I am trying to do is create ipconfig script that acts identical to the windows behavior's output so I can create better scripts in powershell that work on both platforms. ipconfig has few options that are not listed with ifconfig or ip. The Windows IP Configuration section has two
2019 Mar 08
0
ipconfig equivalent in linux samba specific
On Fri, 8 Mar 2019 08:22:25 -0700 Jeff Sadowski via samba <samba at lists.samba.org> wrote: > In general for what most people do ipconfig is equivalent to ifconfig > (getting phased out) or ip in linux. > > What I am trying to do is create ipconfig script that acts identical > to the windows behavior's output so I can create better scripts in > powershell that work on
2019 Mar 08
2
ipconfig equivalent in linux samba specific
yes I just want to be complete. I guess I could always answer 'Unknown" but I like being pedantic On Fri, Mar 8, 2019 at 8:41 AM Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Fri, 8 Mar 2019 08:22:25 -0700 > Jeff Sadowski via samba <samba at lists.samba.org> wrote: > > > In general for what most people do ipconfig is equivalent to ifconfig
2007 Oct 15
1
networking - Scalable I/O on Linux
Hi all I am looking for the ethernet card for linux. In the intel website 1/ I don't know what is the meaning of Scalable I/O on Linux. 2/ ls the big different between desktop and server card? Thank you http://www.intel.com/network/connectivity/products/pro1000pt_quad_server_adapter.htm Load balancing on multiple CPUs Increases performance on multi-processor systems by efficiently
2008 May 25
3
How is this possible?
As an experiment, I am attempting to build a more recent version of GNOME than 2.16.0 on CentOS 5.1. I've tried both garnome and jhbuild, and neither one works quite right. Jhbuild blows out looking for a dbus-glib-1 revision >= 0/74 (the release rev is 0.70), so I downloaded that and tried to build it. This results in the following error: gcc -g -O2 -Wall -Wchar-subscripts
2006 Jan 20
0
smb connection question
Hello, I'm trying to do something with Samba that appears to be the reverse of the usual setup I've read about at numerous sites. I am trying to use the Samba client on a linux (SuSE 10.0) workstation to access a Windows server with shared network drives. I can connect to the server fine (my logon & pw are validated o.k.), both using GUI (Konquerer) and the command line. I can
2007 Jul 23
1
VPN on Asterisk
Dear Tim; What is folks? Where I can find it about VPN solution? Regards Bilal > Hi, > > Greetings to All, > > Im looking for some help on configuring VPN on the Asterisk PBX that I > have hosted in US. Im currently in Middle East and as everyone knows > some countries here has taboo to VOIP. Im not able to get phy phones > registered to my PBX as they are blocking SIP
2007 Feb 04
0
Speex and RTP
Hi Randy, One thing I would note is that speex is designed for 8kHz, 16kHz or 32kHz. 160 samples is equal to 20ms of 8kHz audio. Have you tried resampling from 11.025kHz to 8kHz and then using the speex 8kHz mode? (nb, or narrow band). Or, if you want to preserve the higher quality of your 11.025kHz sample rate, resample to 16kHz and use the wideband speex encoder. I believe there is new
2008 May 23
1
More recent GDE on CentOS 5+
I have not had any success building a more recent version of GDE than 2.16.0 on CentOS. I tried jhbuild, and went line by line using the how-to web page for jhbuild (http://www.gnome.org/~jamesh/jhbuild.html), and I get hung up on dbus-glib-l (which does not appear to be in CentOS or available for it, at least from base, updates, extras, KB & rpmforge). Garnome is another possibility that I
2004 Jun 25
1
Compile problems on libtheora-1.0alpha3
Dear Developers. As a tester for gnome-2.7 I'm using the garnome build system to build gnome-2.7. A new part to this set of gnome related programs I neede libtheora. Unfortunatly did I run into compile problems when running the compile of libtheora-1.0alpha3. I'm uisng GCC-3.4.0,glibc-2.3.2. The problems are shown in the log below. Who can help me solve these issues as I'm no expert
2007 Feb 15
1
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Feb 05
0
Speex and RTP
Hi Jean-Marc, Just some initial feedback, I've just tried to build svn head using the Visual Studio 2005 compiler, and had the following issues: 1. Missing definition of M_PI if it's undefined (and it is on this platform) 2. In speex_resampler_process_int, the compliler can't determine the value of *in_len and *out_len at compile time and thus determine the size of the x and y
2010 Aug 25
0
[patch] ipconfig fixes + run-init nit
hello, Preparing my first klibc maintainenace release. :) My plan is to have the patches cook in klibc-queue and once everythings is fine deploy them in the main klibc repo. Please test/review belows patches. I plan to release the current queue really soon for klibc 1.5.20 due to the urgent ipconfig fixes. For now you find my patch queue on:
2003 Apr 29
0
[PATCH] Fix busy-looping behaviour in ipconfig
The ipconfig code does not drop incoming packets that it can't handle. Since the packet socket sends ipconfig its own broadcast requests, ipconfig has the unfortunate behaviour of eating 100% of the CPU time when it does not receive an immediate response to its outgoing requests. This patch fixes the problem, by ensuring that packets are dropped if they are not handled. It also introduces a
2008 Nov 28
1
Start Wine without terminal
Hello together, sorry for my bad English. I have a problem. All the games, which i have Installed on my pc, i only can start through the terminal. i must go into the direction from the game and start with the command wine xxx.exe. All programs don't run when i try to start directly from the konquerer folder. also they don't start through the kde menu. the only thing what i see is the
2002 May 13
1
Samba 2.2.4 SWAT Says Broken Link
Howdy! Just downloaded the Binary RPM for Red Hat 7.2. Seemed to install fine (after I removed 2.2.3a) but when I try to use SWAT in Konquerer, it comes back and says that the link is broken to the machine name. I've tried: http://localhost:901, http://[ip]:901 and http://[machine name]:901. I do have SWAT checked in the Service configuration. Any particular reason it would do that?
2012 May 22
0
[klibc:master] ipconfig: Write $DOMAINSEARCH as domain-search
Commit-ID: 2f1c2933bc4cceb4766c4a7aedebe12c82be775d Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=2f1c2933bc4cceb4766c4a7aedebe12c82be775d Author: KUMAAN <9maaan at gmail.com> AuthorDate: Tue, 23 Aug 2011 14:57:08 +0900 Committer: maximilian attems <max at stro.at> CommitDate: Tue, 22 May 2012 10:52:43 +0200 [klibc] ipconfig: Write $DOMAINSEARCH as
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
From: Geert Stappers <stappers at debian.org> To make klibc-ipconfig transmit the DHCP vendor class "d-i" and get the DHCP preseeding filename in a text file, it needs the attached patch. belows patch allows ipconfig to be used in Debian installer once the hostname is sent too, see http://blog.andrew.net.au/2006/05/17#d-i_dhcp_hacking Signed-off-by: maximilian attems <maks at