Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Pascal Hambourg
Le 05/05/2017 à 23:39, Joe a écrit : lo and behold, I'm dropped to a grub rescue> prompt after the message in the subject line... I can list the (hd0,1)/boot/ directory, but insmod normal gives the illegal access message again. The Net mostly reckons this is due to using too large a drive on a

Re: What On Earth Did I do?

2017-05-06 Thread Pascal Hambourg
Le 06/05/2017 à 05:59, Felix Miata a écrit : The primary purpose of a boot flag is to be found by DOS/Windows/legacy-compatible MBR code, which can only make use of it if found on a primary partition that also contains a bootable filesystem or other bootloader code in the partition's PBR. A sec

Re: Booting a CF or SD card from an internal card reader

2017-05-06 Thread Leandro Noferini
Brian writes: [...] >> My reader appears this way: >> >> >> ~ $ lsusb >> Bus 001 Device 003: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader >> > > T

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Joe
On Sat, 6 May 2017 09:49:49 +0200 Pascal Hambourg wrote: > Le 05/05/2017 à 23:39, Joe a écrit : > > > > lo and behold, I'm dropped to a grub rescue> prompt after the > > message in the subject line... > > > > I can list the (hd0,1)/boot/ directory, but insmod normal gives the > > illegal access m

Re: Live Fille System Backup

2017-05-06 Thread Dan Ritter
On Sat, May 06, 2017 at 07:52:25AM +0200, to...@tuxteam.de wrote: > On Fri, May 05, 2017 at 01:35:35PM -0700, Sergei G wrote: > > it would be naive at best to think that busy files [...] > > What is a "busy" file? Open for writing. -dsr-

Re: Live Fille System Backup

2017-05-06 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, May 06, 2017 at 06:42:46AM -0400, Dan Ritter wrote: > On Sat, May 06, 2017 at 07:52:25AM +0200, to...@tuxteam.de wrote: > > On Fri, May 05, 2017 at 01:35:35PM -0700, Sergei G wrote: > > > it would be naive at best to think that busy files [...]

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Pascal Hambourg
Le 06/05/2017 à 10:35, Joe a écrit : Pascal Hambourg wrote: You can check the sizes of the disk and the partition as viewed by GRUB with the following commands : ls (hd0) ls (hd0,1) The netbook is about seven years old, but the laptop is a two-year-old HP running Windows 8. Its hard drive i

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Joe
On Sat, 6 May 2017 16:07:25 +0200 Pascal Hambourg wrote: > Le 06/05/2017 à 10:35, Joe a écrit : > > Pascal Hambourg wrote: > >> > >> You can check the sizes of the disk and the partition as viewed by > >> GRUB with the following commands : > >> > >> ls (hd0) > >> ls (hd0,1) > > > > The netbo

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Pascal Hambourg
Le 06/05/2017 à 17:19, Joe a écrit : However, the ls command I suggested may still be useful to check GRUB's idea of the sizes. ls (hd0) (hd0): Filesystem is unknown. ls (hd0,1) (hd0,1): Filesystem is ext2. (after several seconds' pause) I'm only getting the grub rescue> prompt, not the grub

Re: Live Fille System Backup

2017-05-06 Thread Henrique de Moraes Holschuh
On Sat, 06 May 2017, to...@tuxteam.de wrote: > Hm. That just means that the file will change after being copied. There can also exist busy file *sets*, which need to be atomically snapshotted (this is, of course, application specific). "busy", as far as backups go, means: 1. a file changes [eith

Console fonts SOLVED :-)

2017-05-06 Thread Larry Dighera
I gave up on Jessie, and installed Stretch as you and others in the debian-users mailing list advised. Installing Debian Stretch (testing) from this link: on the Udoo X86 required placing the rtl8168g-2.fw dr

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Joe
On Sat, 6 May 2017 18:12:03 +0200 Pascal Hambourg wrote: > Le 06/05/2017 à 17:19, Joe a écrit : > >> > >> However, the ls command I suggested may still be useful to check > >> GRUB's idea of the sizes. > > > > ls (hd0) > > (hd0): Filesystem is unknown. > > > > ls (hd0,1) > > (hd0,1): Filesystem

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Pascal Hambourg
Le 06/05/2017 à 20:06, Joe a écrit : Thanks, I'll have a go at that later. I'm currently bogged down in a completely unrelated grub issue on a different (wheezy) machine: I have an ext4 filesystem which passes fsck fine, to which I can write, but which grub2 cannot see. The same grub rescue> pr

Re: Live Fille System Backup

2017-05-06 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, May 06, 2017 at 02:18:47PM -0300, Henrique de Moraes Holschuh wrote: > On Sat, 06 May 2017, to...@tuxteam.de wrote: > > Hm. That just means that the file will change after being copied. > > There can also exist busy file *sets*, which need to

Why can't I install wine?

2017-05-06 Thread Dennis Wicks
I am running Jessie and it is up-to-date. When I try to install wine I get: > The following NEW packages will be installed: > fonts-horai-umefont{a} fonts-unfonts-core{a} libcapi20-3{a} > libgphoto2-port12{a} libosmesa6{ab} p7zip{a} wine wine1.9 > wine1.9-i386{ab} winetricks{a} > 0 packages

Debian 8.8 Released but can't get via apt-get?

2017-05-06 Thread RavenLX
I have 8.7 on my system and read that 8.8 is now available. I did an update yesterday (I prefer to do this at the command line). I'm still at 8.7, so after the announcement I did another update. I got no updates. (sudo apt-get update and then sudo apt-get dist-upgrade showed no updates availabl

Re: attempt to read or write outside of disk 'hd0'

2017-05-06 Thread Joe
On Sat, 6 May 2017 20:41:28 +0200 Pascal Hambourg wrote: > Le 06/05/2017 à 20:06, Joe a écrit : > > > > Thanks, I'll have a go at that later. I'm currently bogged down in a > > completely unrelated grub issue on a different (wheezy) machine: I > > have an ext4 filesystem which passes fsck fine, t

Re: Why can't I install wine?

2017-05-06 Thread Sven Joachim
On 2017-05-06 14:48 -0500, Dennis Wicks wrote: > I am running Jessie and it is up-to-date. When I try to > install wine I get: > >> The following NEW packages will be installed: >> fonts-horai-umefont{a} fonts-unfonts-core{a} libcapi20-3{a} >> libgphoto2-port12{a} libosmesa6{ab} p7zip{a} wine w

Re: Debian 8.8 Released but can't get via apt-get?

2017-05-06 Thread Sven Hartge
RavenLX wrote: > I have 8.7 on my system and read that 8.8 is now available. I did an > update yesterday (I prefer to do this at the command line). I'm still > at 8.7, so after the announcement I did another update. I got no > updates. (sudo apt-get update and then sudo apt-get dist-upgrade > sh

Re: Live Fille System Backup

2017-05-06 Thread Henrique de Moraes Holschuh
On Sat, 06 May 2017, to...@tuxteam.de wrote: > > 2. one or more components of a set of several files change *during* > >backup (files may be internally consistent, but the set of files > >itself isn't). > > Only the application can know that. But this is a realm where snapshots > won't hel

Re: Debian 8.8 Released but can't get via apt-get?

2017-05-06 Thread Henrique de Moraes Holschuh
On Sat, 06 May 2017, RavenLX wrote: > Does it take awhile for the updates to get to the mirrors? Or do I already Yes, even assuming everything is working correctly, it takes several hours for the entire push mirror hierarchy to sync. Also, some mirrors are not even push-based, they will update fr

Re: Why can't I install wine?

2017-05-06 Thread Dennis Wicks
Sven Joachim wrote on 05/06/2017 03:25 PM: > On 2017-05-06 14:48 -0500, Dennis Wicks wrote: > >> I am running Jessie and it is up-to-date. When I try to >> install wine I get: >> >>> The following NEW packages will be installed: >>> fonts-horai-umefont{a} fonts-unfonts-core{a} libcapi20-3{a} >>

How stable is the frozen stretch?

2017-05-06 Thread RavenLX
I am thinking about trying out Stretch (Debian 9) in either a spare laptop or a virtual machine. If I like it I might just point my sources list to that repo on both laptops if it's stable enough. My question is, once it's "frozen", how stable is it or is it still pretty much not suitable for

Re: how to add a remote login to XDMCP Chooser in the login window

2017-05-06 Thread Fungi4All
From: abelahc...@gmail.com >I want to log in a remote server using xdmcp from my local machine, >unfortunately there is no chooser in my local login (I use >lightdm). >How to add a remote connexion to the list in local login window? Have you tried any of these packages? xdm xrdp And take a look

Re: How stable is the frozen stretch?

2017-05-06 Thread Fungi4All
From: rave...@sitesplace.net > I am thinking about trying out Stretch (Debian 9) in either a spare > laptop or a virtual machine. If I like it I might just point my sources > list to that repo on both laptops if it's stable enough. For my use and the packages I need both stretch and sid have been

Re: How stable is the frozen stretch?

2017-05-06 Thread Michael Milliman
On 05/06/2017 04:55 PM, RavenLX wrote: > I am thinking about trying out Stretch (Debian 9) in either a spare > laptop or a virtual machine. If I like it I might just point my sources > list to that repo on both laptops if it's stable enough. > I can't speak categorically, but In installed Stretc

Re: Live Fille System Backup

2017-05-06 Thread Ben Caradoc-Davies
On 07/05/17 01:56, to...@tuxteam.de wrote: On Sat, May 06, 2017 at 06:42:46AM -0400, Dan Ritter wrote: On Sat, May 06, 2017 at 07:52:25AM +0200, to...@tuxteam.de wrote: On Fri, May 05, 2017 at 01:35:35PM -0700, Sergei G wrote: it would be naive at best to think that busy files [...] What is a

Re: How stable is the frozen stretch?

2017-05-06 Thread RavenLX
On 05/06/2017 06:31 PM, Fungi4All wrote: First check the hardware differences that are supported, then take a look at the bug lists for testing and unstable to see if you are using any buggy packages that do not apply on stable. If you don't see anything that relates to your use you will be ha

Re: Debian 8.8 Released but can't get via apt-get?

2017-05-06 Thread RavenLX
On 05/06/2017 05:07 PM, Henrique de Moraes Holschuh wrote: You get the updates normally. If you managed to update to 8.7 just fine, likely that means your mirror just doesn't have sync'd yet. Wait a few hours, and try again. Now it works! I just updated my main laptop. Sven Hartge was right -

Re: How stable is the frozen stretch?

2017-05-06 Thread RavenLX
On 05/06/2017 06:46 PM, Michael Milliman wrote: beta testing. Usually, by the time Stretch reaches the 'frozen' stage, most of the major issues have been worked out, and it is reasonably ready for production. However, they may still be a few problems to be worked out...it is a beta after all.

Re: How stable is the frozen stretch?

2017-05-06 Thread Michael Milliman
On 05/06/2017 06:38 PM, RavenLX wrote: > On 05/06/2017 06:46 PM, Michael Milliman wrote: >> beta testing. Usually, by the time Stretch reaches the 'frozen' stage, >> most of the major issues have been worked out, and it is reasonably >> ready for production. However, they may still be a few pro

Re: testing, mhwaveedit, anyone else having problem saving files?

2017-05-06 Thread songbird
songbird wrote: > Victor A. Stoichita wrote: > ... >> Hi songbird. Mhwaveedit works as usual here. I have 1.4.23 from testing >> repo. Just tried it on a flac file. Open -> edit -> save -> reopen = no >> problem. >> >> Mhwaveedit is very useful for me too as it is blazing fast for basic >> audio f

Re: How stable is the frozen stretch?

2017-05-06 Thread RavenLX
On 05/06/2017 08:07 PM, Michael Milliman wrote: That is most definitely NOT a dumb question!! It is difficult at times to determine where to report bugs. However, if the bug is within the Debian distribution, I would use the Debian bug reporter to report it, the development team will work with u

need a tutorial on setuid

2017-05-06 Thread Gene Heskett
Greetings all; The man page for chmod has obviously been edited to remove all useful information. My reason asking is it appears that dd, when making a clone of an sd card, seems to have removed all setuid info from the executable files. So I'm apparently going to have to restore things as the

Re: What On Earth Did I do?

2017-05-06 Thread Martin McCormick
Pascal Hambourg writes: > Le 06/05/2017 ? 05:59, Felix Miata a ?crit : > > > The primary purpose of a boot flag is to be found by > DOS/Windows/legacy-compatible MBR code, which can only make use of it > if found > on a primary partition that also contains a bootable filesystem or

Re: need a tutorial on setuid

2017-05-06 Thread Michael Milliman
I can't see how dd could have been the culprit. dd is a block for block copy and does not modify the data as it copies. I don't doubt that the setup bits were changed, but I would suggest that you look for what really changed those bits to prevent a future occurrence. 73's, de WB5VQX -- The Very Q

Re: How stable is the frozen stretch?

2017-05-06 Thread Michael Milliman
My pleasure. Good luck! 73's, de WB5VQX -- The Very Quick X-ray On May 6, 2017 9:24 PM, "RavenLX" wrote: > On 05/06/2017 08:07 PM, Michael Milliman wrote: > >> That is most definitely NOT a dumb question!! It is difficult at times >> to determine where to report bugs. However, if the bug is wi