Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Gene Heskett
On Saturday 28 October 2017 22:41:41 Felix Miata wrote: > Gene Heskett composed on 2017-10-28 21:43 (UTC-0400): > > On Saturday 28 October 2017 20:23:33 Felix Miata wrote: > >> Gene Heskett composed on 2017-10-28 15:28 (UTC-0400): > >> > Bios is 2.3.1, I wonder if a newer one might still be availa

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Felix Miata
Gene Heskett composed on 2017-10-28 21:43 (UTC-0400): > On Saturday 28 October 2017 20:23:33 Felix Miata wrote: >> Gene Heskett composed on 2017-10-28 15:28 (UTC-0400): >> > Bios is 2.3.1, I wonder if a newer one might still be available? > Gee, thats ancient compared to yours. :( >> My 745 has

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Gene Heskett
On Saturday 28 October 2017 20:23:33 Felix Miata wrote: > Gene Heskett composed on 2017-10-28 15:28 (UTC-0400): > > Bios is 2.3.1, I wonder if a newer one might still be available? > Gee, thats ancient compared to yours. :( > My 745 has 2.6.2. Primary Grub is on /dev/sda3 on 1TB rust. I > downloa

Re: compile problem on older program

2017-10-28 Thread Fred
On 10/28/2017 02:30 PM, Roberto C. Sánchez wrote: On Sat, Oct 28, 2017 at 01:55:54PM -0700, Fred wrote: Hi, The source is at https://www.pastebin.com/X4a4p9U2 There are many similar lines with static keyword which the compiler didn't complain about. Except that every other line with the stati

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Felix Miata
Gene Heskett composed on 2017-10-28 15:28 (UTC-0400): > Bios is 2.3.1, I wonder if a newer one might still be available? My 745 has 2.6.2. Primary Grub is on /dev/sda3 on 1TB rust. I downloaded BIOS 2.6.6, but never got an urge to install it. Download page also offers 2.6.4:

Re: compile problem on older program

2017-10-28 Thread Thomas Schmitt
Hi, it seems that gcc just hates a static function declaration inside a function. This code (without any include) static int bla(int x) { return (x != 1); } int main() { static int bla(int x); return(bla(0)); } yields t.c: In function ‘main’: t.c:19:13: error: invalid

Re: compile problem on older program

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 01:55:54PM -0700, Fred wrote: > Hi, > The source is at https://www.pastebin.com/X4a4p9U2 > > There are many similar lines with static keyword which the compiler didn't > complain about. > Except that every other line with the static keyword in that file is a proper functi

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Gene Heskett
On Saturday 28 October 2017 17:08:45 David Christensen wrote: > On 10/28/17 11:31, Gene Heskett wrote: > > Greetings all; > > > > I've partitioned and formatted this 64GB SSD, copied everything from > > both working partitions of a 2TB drive to it, filling it up to a > > whopping 18%, edited the S

Re: compile problem on older program

2017-10-28 Thread Fred
On 10/28/2017 09:50 AM, Roberto C. Sánchez wrote: On Sat, Oct 28, 2017 at 09:29:16AM -0700, Fred wrote: Hello, I need to compile an older program and have a compile error. How can I resolve this? Unfortunately I am not a C programmer although I do assembler programming. Here is the output of

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread David Christensen
On 10/28/17 11:31, Gene Heskett wrote: Greetings all; I've partitioned and formatted this 64GB SSD, copied everything from both working partitions of a 2TB drive to it, filling it up to a whopping 18%, edited the SSD's version of /etc/fstab to use the proper blkid's to mount it including swap, a

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Pascal Hambourg
Le 28/10/2017 à 21:37, Roberto C. Sánchez a écrit : On Sat, Oct 28, 2017 at 03:28:46PM -0400, Gene Heskett wrote: mount /dev/sdb3 /mnt mount /dev/sdb1 /mnt/boot mount -B /proc /mnt/proc mount -B /sys /mnt/sys mount -B /dev /mnt/dev The last three should be: mount -t proc /mnt/proc mount -t s

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 03:28:46PM -0400, Gene Heskett wrote: > > mount /dev/sdb3 /mnt > mount /dev/sdb1 /mnt/boot > mount -B /proc /mnt/proc > mount -B /sys /mnt/sys > mount -B /dev /mnt/dev > The last three should be: mount -t proc /mnt/proc mount -t sysfs /mnt/sys mount -t devpts /mnt/dev/pts

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Gene Heskett
On Saturday 28 October 2017 14:43:12 deloptes wrote: > Gene Heskett wrote: > > But pull the 2TB, and plug its cables into the SSD, and grub is not > > loading. > > > > What did I miss? > > In such case I boot from ubuntu usb and do > > mount /dev/sdaX /mnt > mount /dev/sdaY /mnt/boot > mount -B /p

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Gene Heskett
On Saturday 28 October 2017 14:42:08 Roberto C. Sánchez wrote: > On Sat, Oct 28, 2017 at 02:31:36PM -0400, Gene Heskett wrote: > > Greetings all; > > > > I've partitioned and formatted this 64GB SSD, copied everything from > > both working partitions of a 2TB drive to it, filling it up to a > > wh

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread deloptes
Gene Heskett wrote: > But pull the 2TB, and plug its cables into the SSD, and grub is not > loading. > > What did I miss? In such case I boot from ubuntu usb and do mount /dev/sdaX /mnt mount /dev/sdaY /mnt/boot mount -B /proc /mnt/proc mount -B /sys /mnt/sys mount -B /dev /mnt/dev chroot /mnt

Re: new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 02:31:36PM -0400, Gene Heskett wrote: > Greetings all; > > I've partitioned and formatted this 64GB SSD, copied everything from both > working partitions of a 2TB drive to it, filling it up to a whopping > 18%, edited the SSD's version of /etc/fstab to use the proper blki

new ssd in dell optiplex 745, won't even load grub

2017-10-28 Thread Gene Heskett
Greetings all; I've partitioned and formatted this 64GB SSD, copied everything from both working partitions of a 2TB drive to it, filling it up to a whopping 18%, edited the SSD's version of /etc/fstab to use the proper blkid's to mount it including swap, and edited /boot/grub/device.map to poi

Re: compile problem on older program

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 09:29:16AM -0700, Fred wrote: > Hello, > > I need to compile an older program and have a compile error. How can I > resolve this? Unfortunately I am not a C programmer although I do assembler > programming. > > Here is the output of make: > > making all in ./src... > ma

compile problem on older program

2017-10-28 Thread Fred
Hello, I need to compile an older program and have a compile error. How can I resolve this? Unfortunately I am not a C programmer although I do assembler programming. Here is the output of make: making all in ./src... make[1]: Entering directory '/opt/pcb-1.6.3p/src' gcc -m32 -g -O2 -fno-s

Re: Why does resolv.conf keep changing?

2017-10-28 Thread Glenn English
I've recently found myself living with a T1 and a DHCP (Comcast) -- slow and reliable all the time, and blistering fast at 3:00 AM. I think I may have dealt with the resolv.conf (R.C) problem. I set myself as the owner of R.C, removed everything but owner read permission, and set it to immutable.

Re: [SOLVED] Re: Why does resolv.conf keep changing?

2017-10-28 Thread Roberto C . Sánchez
On Sat, Oct 28, 2017 at 09:45:18AM +, Bonno Bloksma wrote: > Hi Roberto, > > I am glad you have things resolved and discovered some things that could be > improved. Thanks. > I do have one question about your solution. > > You write: > > >> This is clearly evidence that the problem is wit

RE: [SOLVED] Re: Why does resolv.conf keep changing?

2017-10-28 Thread Bonno Bloksma
Hi Roberto, I am glad you have things resolved and discovered some things that could be improved. I do have one question about your solution. You write: >> This is clearly evidence that the problem is with dhclient >> (isc-dhcp-client in my case). I am taking another look at the >> supersede

Problem with upgrading graphics libraries

2017-10-28 Thread Marek Rusinowski
Hi, For the last few weeks I'm unable to upgrade graphics libraries on my system. Unfortunately, I don't know which packages are the problem. I have integrated intel and dedicated nvidia gpus. It looks like exactly the same problem described in this reddit thread: https://www.r eddit.com/r/debian

Re: Why does resolv.conf keep changing?

2017-10-28 Thread Mart van de Wege
Roberto C. Sánchez writes: > On Fri, Oct 27, 2017 at 11:46:53PM +0200, Mart van de Wege wrote: >> Roberto C. Sánchez writes: >> >> > Think about that for a minute. The mere action of an interface (any >> > interface on the system) obtaining a DHCP lease is sufficient to have >> > dhclient thin

Re: Why does resolv.conf keep changing?

2017-10-28 Thread Mart van de Wege
David Wright writes: > Am I the only person surprised that there wasn't more advocacy for > systemd-resolved.service as well. > So far all that's stopping me experimenting with it is that I don't understand the interaction between openvpn, systemd-networkd and systemd-resolved yet. Mart -- "We