| When you try to run Borderlands 2, it gets into a loop where it asks you to reboot after it reinstalls .net 4.0. Fortunately, this problem is easily resolved! First, do a complete install of Borderlands 2. The first time it asks you to reboot, do so. Then, when you’re back in Windows, go to your Borderlands 2 installation folder (something like: c:\Program Files\Steam\SteamApps\common\Borderlands 2). In there, you will see a file called installscript (or installscript.vdf if you have show extensions enabled) Rename the file (oldinstallscript is fine) and download this file Put it in that folder and launch! Enjoy the game  I was getting the lovely error: can’t activate rack (~> 1.1.0, runtime), already activated rack-1.3.1
After racking (no pun intended) my brain and searching for a while, I found a working solution. What I ended up having to do was edit /home/foreman/vendor/rails/actionpack/lib/action_controller.rb Around line #34, it reads gem 'rack', '~> 1.1.0'
All I did was change this line to read gem 'rack', '~> 1.3.1'
If you’re seeing something along these lines: root@server [~]# yum update file Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.serveraxis.net * updates: yum.singlehop.com * addons: centos.cs.wisc.edu * extras: centos.cs.wisc.edu base | 1.1 kB 00:00 updates | 951 B 00:00 addons | 951 B 00:00 extras | 1.1 kB 00:00 Excluding Packages in global exclude list Finished Setting up Update Process Resolving Dependencies –> Running transaction check —> Package file.x86_64 0:4.17-15.el5_3.1 set to be updated Traceback (most recent call last): File “/usr/bin/yum”, line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File “/usr/share/yum-cli/yummain.py”, line 229, in user_main errcode = main(args) File “/usr/share/yum-cli/yummain.py”, line 145, in main (result, resultmsgs) = base.buildTransaction() File “/usr/lib/python2.4/site-packages/yum/__init__.py”, line 647, in buildTransaction (rescode, restring) = self.resolveDeps() File “/usr/lib/python2.4/site-packages/yum/depsolve.py”, line 704, in resolveDeps for po, dep in self._checkFileRequires(): File “/usr/lib/python2.4/site-packages/yum/depsolve.py”, line 939, in _checkFileRequires if not self.tsInfo.getOldProvides(filename) and not self.tsInfo.getNewProvides(filename): File “/usr/lib/python2.4/site-packages/yum/transactioninfo.py”, line 414, in getNewProvides for pkg, hits in self.pkgSack.getProvides(name, flag, version).iteritems(): File “/usr/lib/python2.4/site-packages/yum/packageSack.py”, line 300, in getProvides return self._computeAggregateDictResult(“getProvides”, name, flags, version) File “/usr/lib/python2.4/site-packages/yum/packageSack.py”, line 470, in _computeAggregateDictResult sackResult = apply(method, args) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 861, in getProvides return self._search(“provides”, name, flags, version) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 43, in newFunc return func(*args, **kwargs) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 837, in _search for pkg in self.searchFiles(name, strict=True): File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 43, in newFunc return func(*args, **kwargs) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 586, in searchFiles self._sql_pkgKey2po(rep, cur, pkgs) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 470, in _sql_pkgKey2po pkg = self._packageByKey(repo, ob['pkgKey']) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 413, in _packageByKey po = self.pc(repo, cur.fetchone()) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 68, in __init__ self._read_db_obj(db_obj) File “/usr/lib/python2.4/site-packages/yum/sqlitesack.py”, line 94, in _read_db_obj setattr(self, item, _share_data(db_obj[item])) TypeError: unsubscriptable object
There is a simple solution to fix this problem! Continue reading CentOS release 5.3 (Final) Yum Update fails with Traceback In the office, we have a Linux box which we use to delegate access to a certain set of production servers. CIFS mount points are shared out through FTP, allowing us to control who can access what. We recently ran into a problem. A few large zip files were transferred to production and I was asked to unzip them. The first set of four zip files were unable to be extracted, reporting a premature end of file. I had the user recompress the files using 7zip (winrar was used originally). This also did not solve the problem. Next, we tried a different FTP client. No dice. Continue reading Large File Transfers from Windows to Linux to Windows Being Corrupted If your Admin Menus look funky after upgrading to wordpress 2.7, like shown below:  Wordpress 2.7 + Admin Drop Menus plugin bug The fix is quite simple. You likely are using the Admin Drop Menus plugin. This plugin is not compatible with wordpress 2.7. The simple fix is to disable the plugin. Simply add the following to your admin url: plugins.php In my case, I have the url: http://blog.zacharyarmstrong.com/wp-admin/ which I turn into http://blog.zacharyarmstrong.com/wp-admin/plugins.php From there, you can deactivate the plugin and all should be fixed! When trying to install or upgrade a perl module using cpan, you may get an error stating that the module you are trying to install “is only available with the XS version” Continue reading Fixing the Perl Module “only available with the XS version” Error To give users in linux similar privileges to root, sudo is the way to go. Continue reading Giving root level permissions to users in Linux There’s an issue with Openfire (formerly known as Wildfire – the open source Jabber-based IM server) and large amounts of users. The Openfire server stops accepting new connections when approximately 1000+ concurrent users are logged in. This issue seems to be caused by a maximum open file limit per process being hit. I figured out the following solution after a half day or so of researching and testing. This applies to Fedora Core 7 Linux, but should work with any Linux-based OS capable of running Openfire. Continue reading Openfire (Wildfire) Stops Accepting New Connections I was having issues getting Flock to be my default browser in Vista. Flock, which is an awesome browser based on the Firefox browser, was set as my default browser within Vista. However, when clicking on links and whatnot in emails, IMs and RSS feeds on Trillian, etc, the websites were opening in Internet Explorer (IE7). This is not good. Continue reading Vista Default Browser Issue 
Due to popular demand, I present the vertical hotbar. The 2-column version is exclusively available on nwvault. To get the 2-column vertical hotbar, please click here. Please don't forget to vote for it! | |