why your computer is running slow

2004-07-15 Thread Sean M
Hello, Have you noticed your computer running slower than ever? The reason for that may have to do with online advertisers adding SpyWare or AdWare to your computer without your knowledge. "Spyware" is a common term for files that are installed on your system without your knowledge that allow

Tasksel error with preseed

2014-07-23 Thread Sean m
Hi all, Does anyone have any idea what's causing this error? http://askubuntu.com/questions/501678/tasksel-error-in-14-04-preseed Thanks! -- Sean

Bug#788156: debian-installer: Debian-Installer does not detect disks HP G9

2015-06-08 Thread Sean M
More information from the working version: PCI ID: vendor: 103c ("*Hewlett-Packard Company*"), device: 3239 ("*Smart Array Gen9 Controllers*"), subvendor: 103c, subdevice: 21c0 ("*P440ar*") Kernel Module: HP HPSA Driver (v 3.4.4-1) Debian-Installer syslog from the broken version: Jun 8 21:34:25

Preseeding the crypto password

2016-09-21 Thread Sean M
Hi all, I have a script that does the following: --- #!/bin/sh set -e . /usr/share/debconf/confmodule PASS="x" db_set partman-crypto/passphrase $PASS db_set partman-crypto/passphrase-again $PASS db_go