similar to: What's InternetConnectA sending if ...??

Displaying 20 results from an estimated 50000 matches similar to: "What's InternetConnectA sending if ...??"

2009 Dec 22
3
Newsbin and Wine bug ( fixme:ntdll:NtLockFile)
newest 32 bit beta under wine (debian unstable) After starting and using newsbin (usenet client) fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:NtLockFile I/O completion on lock not implemented yet wine: Unhandled page fault on execute
2010 Nov 16
0
Black background in WoW with direct x.
Hello. I am an avid gamer and someone who always wants to go full Linux, but I always end up booting into Windows more than I want just to game. I am currently only playing WoW which I know runs flawlessly in WINE so I decided to swap back over. Everything was working fine and I decided to do a reinstall of Ubuntu going from 10.04 to 10.10, so I did a full format and reinstall. I just run WoW
2009 May 05
2
Unable To Send Mail
I just installed CentOS 5 + Postfix + Dovecot. Now When I send mail via telnet from one user to another via Postfix (MTA), I have no problem. The recipient gets the message perfectly. Now this tells me that Postfix is working fine (I assume) but then I configured Dovecot to use IMAP4 and then configured my Thunderbird client. Now all the messages I previously sent using Telnet showed up in
2009 Jul 03
1
Getting an app to run
Greetings, I'm new to wine (and linux in general) but I've found my experience with both to be very enjoyable and I'd like to convert over fully to being a penguin. In order to do this though, I must have functional a required app on my home network. This program basically monitors my satellite internet usage and informs my entire network how much remaining usage we have (there's
2008 Jul 31
1
PDC cannot become master browser; cannot change passwords
I am having two problems, possibly related, while performing pre-deployment testing of a Samba/OpenLDAP PDC with data that was vampired from an NT4 PDC. The Samba server fails to become a local master browser, and password change attempts (from a Windows client) fail. I followed Samba-Guide/ntmigration.html (taking some liberties with various items of configuration), ending with step #19.
2008 Apr 11
4
Can't run Active State perl .exe
I am having trouble running an exe that was written in Active State perl. In Windows, I would go to the CLI and type Code: C:\pager\pager.exe cl Passing "cl" as an arguement that passes the file "cl.config" to the pager.exe program. I have not had any success running this in Wine, and I do not know if it is a syntax problem or if Wine does not work with it. I have tried:
2008 Aug 28
0
World of Warcraft error. "Disconnected from server."
Hey all! I'm running Ubuntu Hardy Heron 8.04, the 32-bit version on a 64-bit computer. I installed the latest wine (1.0) from the terminal just by going: Code: sudo apt-get install wine It installed perfectly and seems to work as it should. I then downloaded the World of Warcraft trial from wow-europe, and installed it with wine by right clicking on it and selecting wine. I am able to
2012 Mar 10
4
"Wine despair" or "Am i a noob or just plain stupid?"
hi, I want to share my odysse from yesterday until now with someone who might help me. (my real problem starts after the mass effect 3 part) So yesterday I bought MassEffect 3 after reading the topic on it http://appdb.winehq.org/objectManager.php?sClass=version&iId=25500 and http://appdb.winehq.org/objectManager.php?sClass=version&iId=25350 hmm doesnt sound to bad, lets give it a
2020 Aug 02
4
Boot failed on latest CentOS 7 update
Il 02/08/20 18:54, Stephen John Smoogen ha scritto: > On a side note, you keep emphasizing you aren't expecting an SLA.. but > all your questions are what someone asks to have in a defined SLA. I > have done the same thing in the past when things have gone badly, but > couching it in 'I am not asking' just makes the people being asked > grumpy. Better to be open and say
2007 Feb 04
0
Very strange observe_form problem
I am doig something very simple here and this is not working correctly. So any help is greatly appreciated. I ahve this code in my template: <% form_for :company_branch, @company_branch, :html => {:id => "company_branch_form"} do |f| %> <%= f.text_field :street1 %> <%= f.text_field :street2 %> <% end %> <%= observe_form("company_branch_form",
2008 Apr 11
0
wine-users Digest, Vol 33, Issue 50 stepbridge
This is the output in the terminal guido at westhoek:~$ wine stepbridge err:reg:SCSI_getprocentry bus id line scan count error (fscanf returns 0, expected 4) wine: could not load L"c:\\windows\\system32\\stepbridge.exe": Module not found guido at westhoek:~$ fixme:spoolsv:serv_main (0 (nil)) 2008/4/11, wine-users-request at winehq.org <wine-users-request at winehq.org>: >
2006 Jun 15
1
script/generate works fine as root, but not as -me-
$ script/generate Scaffold Product Admin Cannot find gem for Rails =1.1.2: Install the missing gem with ''gem install -v=1.1.2 rails'', or change environment.rb to define RAILS_GEM_VERSION with your desired version. $ rails -v Rails 1.1.2 $ echo ''wtf?'' wtf? ------- The above is what I get when I run script/generate as me, my normal user (MacOS X).
2016 Mar 13
2
instrumenting device code with gpucc
Hey Jingyue, Thanks for being so responsive! I finally figured out a way to resolve the issue: all I have to do is to use `-only-needed` when merging the device bitcodes with llvm-link. However, since we actually need to instrument the host code as well, I encountered another issue when I tried to glue the instrumented host code and fatbin together. When I only instrumented the device code, I
2010 Sep 15
4
Video syntax
I'm planning to update Mango <http://mango.io/wtf?> to facilitate adding video to Markdown documents. At the moment, of course, it's possible to include video by including the appropriate HTML. There are three reasons, though, that having syntax (official or unofficial) for video is a good idea: - *Simplicity.* Writing something like [youtube:gPbh6Ru7VVM] is easy. Including
2016 Mar 15
2
instrumenting device code with gpucc
Hi Jingyue, Sorry to ask again, but how exactly could I glue the fatbin with the instrumented host code? Or does it mean we actually cannot instrument both the host & device code at the same time? Thanks! yuanfeng On Tue, Mar 15, 2016 at 10:09 AM, Jingyue Wu <jingyue at google.com> wrote: > Including fatbin into host code should be done in frontend. > > On Mon, Mar 14, 2016
2013 Oct 18
0
[PATCH net V2 1/2] virtio-net: don't respond to cpu hotplug notifier if we're not ready
"Michael S. Tsirkin" <mst at redhat.com> writes: > On Thu, Oct 17, 2013 at 09:57:41AM +1030, Rusty Russell wrote: >> Jason Wang <jasowang at redhat.com> writes: >> > We're trying to re-configure the affinity unconditionally in cpu hotplug >> > callback. This may lead the issue during resuming from s3/s4 since >> > >> > - virt
2008 Mar 11
1
World of Warcraft - ATi 8.471
I just revived my LG laptop's Ubuntu install and have put the latest ATi driver on it. 3D acceleration works fine as does compiz. I copied over WoW to test and right now, I have to have ffxGlow "0" in the config.wtf file to get the game to start (otherwise it throws up the blizz error report and terminates). ffxGlow "0" causes rendering problems at the login screen, I
2010 Mar 18
0
Extremely high iowait
Hello, We have a 5 node OCFS2 volume backed by a Sun (Oracle) StorageTek 2540. Each system is running OEL5.4 and OCFS2 1.4.2, using device-mapper-multipath to load balance over 2 active paths. We are using the default multipath configuration for our SAN. We are observing iowait time between 60% - 90%, sustaining at over 80% as I'm writing this, driving load averages to >25 during an rsync
2008 Oct 12
1
WoW fails to start, SegFault
Hi! I just installed and updated WoW to the newest version. Earlier on, when I started WoW, I could log in normally and start the patch downloading from the game itself with ease. Now, with the newest version, when I try to start the game, it just crashes. If I'm running fullscreen, it will cause my X to kind of bug and only display the upper-left quarter of my desktop, forcing me to reboot
2008 Sep 01
1
Running Warcraft on dedicated X server using Bash Script
I am using the following script that has been suggested by many guides on running World of Warcraft on Linux. Code: #!/bin/sh export WOW_PATH=~/".wine/drive_c/Program Files/World of Warcraft" # Installation path X :3 -ac -terminate & # Launch on a new X session on display 3 cd "${WOW_PATH}" # Goto WoW dir sleep 2 DISPLAY=:3 `which wine` Wow.exe -opengl #