On 8 August 2015 at 20:11, Jonathan Callen wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 08/08/2015 01:37 PM, James wrote:
> > James tampabay.rr.com> writes:
> >
> >> there is *no we* in nix unless your or I step up. Fair enough!
> >> ::
> >
> >> git clone --bare https://git
> my ideas is that LVM2 is not ready at the time of mounting partitions.
how can i do this?
I had the same problem on a system where scsi initialization was very slow.
Adding "rootdelay=30" to the kernel command line fixed it. The "30" is how
many seconds should the kernel wait before it starts mo
On 9 Aug 2015 17:15, "Jeremi Piotrowski"
wrote:
>
> On Wed, Jul 29, 2015 at 12:53 PM, Bruce Schultz wrote:
> > On 29 July 2015 6:18:43 AM AEST, Neil Bothwick
wrote:
> >> On Wed, 29 Jul 2015 05:29:18 +1000, Bruce Schultz wrote:
> >>> But I think you do if your btrfs is raid 1. The kernel can't mo
On 23 Jul 2015 16:18, wrote:
>
> On Thu, Jul 23 2015, Paul Tobias wrote:
>
> > On 23 Jul 2015 02:31, wrote:
> >>
> >> My new installation is running well, in particular it boots fine.
> >> However the grub2-mkconfig seems odd.
> >>
> >>
On 23 Jul 2015 02:31, wrote:
>
> My new installation is running well, in particular it boots fine.
> However the grub2-mkconfig seems odd.
>
> It finds linux (all kernels) and the stub windows partition. But then I
> get messages that both ext4-fs and FAT-fs have trouble with /dev/sda4,
> which i
> test -e ${root}/dev/zero || mount --bind /dev/ ${root}/dev
> test -e ${root}/dev/shm/dh || mount --bind /dev/shm ${root}/dev/shm
> test -e ${root}/dev/pts/0 || mount --bind /dev/pts/ ${root}/dev/pts
no need to separately mount shm and pts, just use --rbind, as the install
doc recommends htt
On 21 May 2015 at 13:53, Stefan G. Weichinger wrote:
>
> Heard of logjam today -> https://weakdh.org
>
> Tried to fix it following:
>
> https://weakdh.org/sysadmin.html
>
> for postfix that works
>
> for apache-2.2.29 (=stable gentoo package) I googled that one has to
>
> # cat dhparams.pem >> /my
On 20 May 2015 22:08, "Stefan G. Weichinger" wrote:
>
> alias abcd-server='ssh -p 51023 174.183.26.11' # demo only
Instead of aliases, you can put this into ~/. ssh/config:
Host abcd
Port 51023
Hostname 174.183.26.11
And then you can simply do this:
ssh abcd
As a bonus, the host abcd will
On 2 May 2015 at 17:17, wrote:
> Volker Armin Hemmann wrote:
>
> > Am 27.04.2015 um 20:37 schrieb waben...@gmail.com:
> > > I'm searching for a new WLAN-AP that is fast, powerful and
> > > reliable. I can remember that there were some recommendations in
> > > this list some weeks/months ago, but
vely gone.
> Money, lots of money, could tip the sales in your favour.
> This is why you made backups. You did make backups, right?
Thinking about that, do you know if there's a way to make backups of
the superblock to a file? In cases like this it might be possible to
recover access to most of the data, if one is quick...
Ciao
TCr
--
Tobias Reichl
Volker Armin Hemmann wrote:
> On Freitag, 20. Juli 2007, Andrew Gaydenko wrote:
> march and mtune together? stupid.
> mmmx, msse2, mss3 stupid. Its all part of nocona (maybe not msse3 but
> everything else).
Yes, that's right. These flags don't need to be set again. But there are
some ebuilds th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Richard
I assume you've got the cpufreq-utils installed and running. What you
can do is (as root):
$cpufreq-info
This will give you some information about your CPU. It looks something
like this:
cpufrequtils 0.4: cpufreq-info (C) Dominik Brodows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Richard
You can also throttle the speed of your CPU with the command
$cpufreq-set -u 80
This will set the upper bound to 800MHz, meaning your CPU won't be going
any faster than those 800MHz. This is the way I am doing it. Not very
nice but it
Tobias wrote:
Hi!!
If i do dmesg i get scsi0 : sata_sil ...
shouldnt there be the SCSI Emultation
scsi1 : sata_sil
Vendor: ATA ... thats my SATA HD
if i do cat
/proc/scsi/scsi i get:
Attached devices:
Host: scsi0 Channel
Hi!!
If i do dmesg i get scsi0 : sata_sil ...
shouldnt there be the SCSI Emultation
scsi1 : sata_sil
Vendor: ATA ... thats my SATA HD
if i do cat
/proc/scsi/scsi i get:
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: HDS722580
15 matches
Mail list logo