Re: Help! System crashes and locks up.

2016-02-21 Thread Brandon Vincent
ickly. If all of the above checks out, I'd get a copy of your hard drive manufacturer's diagnostic utility and check the drive. Brandon Vincent

Re: Help! System crashes and locks up.

2016-02-21 Thread Brandon Vincent
few passes without error. Brandon Vincent

Re: eagle-lin64-7.5.0.run, won't

2016-01-16 Thread Brandon Vincent
On Sat, Jan 16, 2016 at 9:42 AM, Curt wrote: > Thank you for your time. Just another misapprehension I've been laboring > under these many years. I actually linked to the wrong article. I've never been able to find actual Bash documentation that states this. It just has always

Re: eagle-lin64-7.5.0.run, won't

2016-01-16 Thread Brandon Vincent
. If you are in the ~/eagle-7.5.0 directory, typing "bin/eagle" should launch Eagle. Bash will launch an executable with only a relative path. It's only when you specify no path, that ./ becomes necessary (assuming a normal $PATH). Brandon Vincent

Re: eagle-lin64-7.5.0.run, won't

2016-01-16 Thread Brandon Vincent
On Sat, Jan 16, 2016 at 8:57 AM, Curt wrote: > Not if bin is not in your path it isn't. You should probably read [1]. It is legal syntax. [1] http://mywiki.wooledge.org/BashFAQ/028 Brandon Vincent

Re: eagle-lin64-7.5.0.run, won't

2016-01-16 Thread Brandon Vincent
On Sat, Jan 16, 2016 at 3:49 AM, Gene Heskett wrote: > I was cd'd to /home/gene/eagle-7.5.0 and the command issued was > bin/eagle, which is perfectly legal syntax. Gene, Could you post the output of ldd /home/gene/eagle-7.5.0 for us to see? Brandon Vincent

Re: eagle-lin64-7.5.0.run, won't

2016-01-14 Thread Brandon Vincent
is the output of uname(1)? Brandon Vincent

Re: ssh Problem using it for SFTP

2016-01-14 Thread Brandon Vincent
The problem is that the older client doesn't support ciphers newer than CBC and arcfour (both depreciated on the newer server versions of OpenSSH). Lookup how to re-enable these suites using the Cipher directive.

Re: Looking for Linux-friendly PCI Express 2.0 x1 host bus adapter internal SATA 6 Gbps

2016-01-04 Thread Brandon Vincent
On Mon, Jan 4, 2016 at 11:17 PM, David Christensen wrote: > How about the StarTech PEXSAT32? Should work without a problem. That particular chipset is very widely used and has been for a while. Brandon Vincent

Re: Looking for Linux-friendly PCI Express 2.0 x1 host bus adapter internal SATA 6 Gbps

2016-01-04 Thread Brandon Vincent
ng the model number never hurts. Brandon Vincent

Re: Is bundled flash with chrome secure?

2016-01-04 Thread Brandon Vincent
.2526.106 which is 19 days old. When a new stable version of Google Chrome is uploaded to their repository, Chrome and Adobe Flash will be updated with a standard system update. Brandon Vincent

Re: nfs problem

2016-01-01 Thread Brandon Vincent
's idmapd.conf back to the default configuration (nobody:nogroup) and make sure that the idmapd service is running on both the server and the client. Make sure the domain matches in idmapd.conf on both the server and client. Brandon Vincent

Re: KTorrent: Turn off computer when finished

2015-12-27 Thread Brandon Vincent
plugins is "Shutdown" that does what you are looking for. Brandon Vincent

Re: Progress bar of "wget" broken (some terminal bug?)

2015-12-26 Thread Brandon Vincent
I believe this problem was corrected by the GNU developers upstream and should be fixed in wget (1.16-2). I don't see this version or a newer package in proposed-updates, so you'll want to try the package from the stretch (testing) repository. Brandon Vincent

Re: Debian on Dell XPS 15

2015-12-25 Thread Brandon Vincent
reless card rather than the Dell Wireless 1560 which uses a Broadcom chipset. Otherwise with a little BIOS/UEFI tweaking, the XPS 15 seems like it would handle most GNU/Linux distributions. Brandon Vincent

Re: How to get a log of fsck on boot partition when using systemd-sysv

2014-05-10 Thread Brandon Vincent
Jape, It sounds like the fsck is being conducted while the initramfs is loaded and thus no log is being saved. Ideally, there would be a way to have the console dumped to dmesg. Brandon Vincent On Sat, May 10, 2014 at 2:49 PM, Jape Person wrote: > Hi, > > I just used > > #