BattleField – Bad Company 2: No Pings and General Network Problems

Ok,

I just purchased a copy of BFBC2 and installed it. I am getting a little tired of Crysis and need a new game until Crysis2 or better.

I couldnt get any pings nor join any games let alone even login!

I havent looked into the real cause but here is a solution of sorts.

  1. Run as Administrator
  2. Disable Windows Firewall

This seems to fix the problem.

 

I Will find out the real cause/fix when I have time. For now I am just going to switch the FW on or off depending on what game it is.

J

MIRROR: VillainROM 3.x – BASED ON DROID ERIS LEAK!

This is a file mirror for

VillainROM 3.2

VillainROM 3.1

Thats all

ZoneMinder & Ubuntu & Logitech Webcam & mjpg_streamer & authentication

 

I got zoneminder working with my logitech 9000 camera, only by using mjpg_streamer.. the problem is that zoneminder cannot authenticate to the mjpg_streamer (not really) unless you trick it.

MJPG_STREAMER

mjpg_streamer -i "input_uvc.so -r 640x480 -f 6" -o "output_http.so -p 8080 -c username:password"  -b

 

ZoneMinder

In remote host enter the details

username:password@remoteip

simple enough..

I got firewalls etc but when it comes to cameras.. i like to have at least a simple fallback.

 

J

SCCM & x64 PXE errors

I was getting erros deploying to a x64 boot pxe, it would never work..

until *actually* copied the x64 boot image to the DP

duh!

80040103 8007005 & SCCM & OSD & ERROR

check client access rights in

Client Agents –> Computer Client Agent –> Network Access Account

VillainROM 2.1 (HTC Sense Enabled 2.1 ROM) & Vanillain 1.0

Sometimes it sucks to get files from 4shared (20kb/s!!), RS etc..

I decided to host any ROMS that I use here.. for faster access..

enjoy!

Villain 2.1

  • Source: http://forum.xda-developers.com/showpost.php?p=5438050&postcount=1
  • MD5SUM 2a020dd5efe6571df2e5fa5704bb3c32
  • Villain2.1.zip

 

Vanillain 1.0 (fast -htc stuff)

  • Source: http://forum.xda-developers.com/showthread.php?t=629959&postcount=1
  • MD5SUM: cf5e88e50d8e4b59c3da75b5acf3983f
  • Vanillain.zip


googlebits-signed_v1.1

Becuase it took me ages to get here it is for others

enjoy

DPM 2007: Failed to fail the failer of faily

I was getting some annoying errors for a server.

ERROR ID 31214 & 30135

After trying ALOT of solutions I check the Shadow Copy Status (right click C and choose properties) It seems I had disabled the VSS for C: and this in turn was the cause of the failure.

Not that DPM or Eventlog told me. hah

I like DPM but the logging is limited and a problem

Here are the solutions so far

  • Enable VSS
  • Delete VSS Copies (C)
  • Re-Run consistancy check
  • … not sure, more to come I assume

Install SP1 & Rollup Update, Fixes all

htaccess: Apply chmod recursivley

This will find and .htaccess and change the permissions.

find ./ -type f -name ‘*.htaccess’ -exec chmod 0644 -v  {} \;

DPM vs Backup Exec

I have started testing out Data Protection Manager 2007 R2 in my learning enviroment. I had previously tested it last year but found it to be horribly slow and inconsistant.

This time I have good hardware to work with and I am getting really sick of Backup exec and the failures (tape control etc)

The server consists of

  • Quad Core 2.5
  • 4GB RAM
  • 1x80GB System Drive
  • 4x1TB Sata2 on a hardware RAID controller (RAID0)
  • 1x1GB NIC (2 soon)

Money is an issue so the server needs to be cheap, It will server no other use except backups, My plan was to use the 4TB array for short term disk/staged backups then Tape for long term backups. There are some risks in working this method as RAID0 has no redundancy and a loss of a disk will cause a loss of the array (ouch) so I plan to use my slow NAS (raid5) for daily mirrored backups. Something likethis

Exchange—>4TB raid0 (daily+incremental+recovery etc)—>1tb Raid5(daily)—>tape (weekly)

I will connect my 2tb nas via gigabit crossover to remove the overhead from my network and increase speed. I expect to get around 10-20MB/s compared with 300MB/s on the local raid0.  This should give me some redundancy and if all goes well I will migrate to local RAID5/6 and remove the NAS all together.

The install and config was very easy, Much faster and better than before. In general the UI is smooth and clean (too clean, See later). Microsoft seems to have taken all the choices out of backing up. Really you just choose the server and the service and you are done. Its simple and works as advertised.

My problems are:

  • Errors are hard to diagnose and there seems to be no logging of agents (see prev post).
  • Detailed info, Current activitys are hardly detailed. I prefer the advanced info from Backup Exec
  • No support for Windows 2000 ( I know its old )

But compared to the now Symantec Bcakup Exec, its better. Not crazy better.. but better. I will stick to the testing over the next few weeks and see how it pans out.

J

Return top