Re: ssh policy change in new stretch??

2019-03-07 Thread Reco
Hi. On Thu, Mar 07, 2019 at 11:12:06PM +, Long Wind wrote: > i run command below and it work in early debian: > >  ssh zhou@192.168.1.3 > but new stretch says: > > ssh: connect to host 192.168.1.3 port 22: Connection refused > what should i do? Thanks! Start ssh server on 192.168.1.

Re: Laptop still extremely slow after replacing msata ssd and putting old one back

2019-03-07 Thread hdv@gmail
On 08/03/2019 07.39, Stefan Monnier wrote: >> results. I do remember that cached reads were about 1.1 GB/s for both >> the old and the new SSD after the slowness started. > > FWIW, the "cached read" speed of hdparm doesn't have much to do with the > SSD (it reads from the in-RAM cache, not from th

Re: Laptop still extremely slow after replacing msata ssd and putting old one back

2019-03-07 Thread Stefan Monnier
> results. I do remember that cached reads were about 1.1 GB/s for both > the old and the new SSD after the slowness started. FWIW, the "cached read" speed of hdparm doesn't have much to do with the SSD (it reads from the in-RAM cache, not from the in-"disk" cache, AFAIK). Stefan

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Cousin Stanley
David Wright wrote: > I would not expect to find the characters > /dev/disk/by-label/ anywhere in the partition. > > That string belongs to the linux system, not to the card. > > That's what I meant by "actually belongs to the filesystems". OK, that's clear and I understand. >> I'm not cl

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread David Wright
On Thu 07 Mar 2019 at 23:12:29 (+0100), Pascal Hambourg wrote: > Le 07/03/2019 à 20:23, David Wright a écrit : > > > > A filesystem > > that has a label, has that label regardless of any OS. > > Have you ever used UDF ? Yes. As far as my experience goes, there's not a lot of difference. I've had

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread David Wright
On Thu 07 Mar 2019 at 13:49:42 (-0700), Cousin Stanley wrote: > David Wright wrote: > > > I prefer to populate fstab with canonical information > > that actually belongs to the filesystems that are to be mounted. > > I don't understand what you're saying here. > > Does a disk label not bel

Re: ssh policy change in new stretch??

2019-03-07 Thread Ben Caradoc-Davies
On 08/03/2019 12:12, Long Wind wrote: i run command below and it work in early debian:  ssh zhou@192.168.1.3 but new stretch says: ssh: connect to host 192.168.1.3 port 22: Connection refused what should i do? Thanks! Has the server also been upgraded to stretch? Is sshd running on the server

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Cousin Stanley
Michael Stone wrote: > On Thu, Mar 07, 2019 at 01:49:42PM -0700, Cousin Stanley wrote: >>David Wright wrote: >>> All that stuff in /dev/disk/ is just an ephemeral >>> bunch of convenient symbolic links, presumably conjured >>> up by udev or somesuch, if not the linux kernel >> >> But are they not

Re: ssh policy change in new stretch??

2019-03-07 Thread deloptes
Long Wind wrote: > i run command below and it work in early debian: > > ssh zhou@192.168.1.3 > but new stretch says: > > ssh: connect to host 192.168.1.3 port 22: Connection refused > what should i do? Thanks! Run ssh -v zhou@192.168.1.3 or ssh -vv zhou@192.168.1.3 or ssh -vvv zhou@192.168.1.

ssh policy change in new stretch??

2019-03-07 Thread Long Wind
i run command below and it work in early debian:  ssh zhou@192.168.1.3 but new stretch says: ssh: connect to host 192.168.1.3 port 22: Connection refused what should i do? Thanks!

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Pascal Hambourg
Le 07/03/2019 à 20:23, David Wright a écrit : A filesystem that has a label, has that label regardless of any OS. Have you ever used UDF ? It has a set of identifiers, and I observed that Windows and blkid did not use the same identifier as the label.

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Michael Stone
On Thu, Mar 07, 2019 at 01:49:42PM -0700, Cousin Stanley wrote: David Wright wrote: All that stuff in /dev/disk/ is just an ephemeral bunch of convenient symbolic links, presumably conjured up by udev or somesuch, if not the linux kernel But are they not accurate after boot for particular di

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Cousin Stanley
David Wright wrote: > I prefer to populate fstab with canonical information > that actually belongs to the filesystems that are to be mounted. I don't understand what you're saying here. Does a disk label not belong to a filesystem that is to be mounted ? > A filesystem that has a labe

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread David Wright
On Thu 07 Mar 2019 at 09:59:43 (-0700), Cousin Stanley wrote: > Michael Stone wrote: > > On Thu, Mar 07, 2019 at 07:11:36AM -0700, Cousin Stanley wrote: > >>Stephen P. Molnar wrote: > >>> > >>> and my fstab is: > >>> > >>> # /etc/fstab: static file system information. > >>> > >> > >> I'v

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Michael Stone
On Thu, Mar 07, 2019 at 09:59:43AM -0700, Cousin Stanley wrote: Michael Stone wrote: On Thu, Mar 07, 2019 at 07:11:36AM -0700, Cousin Stanley wrote: Stephen P. Molnar wrote: and my fstab is: # /etc/fstab: static file system information. I've found that labeling my disk partition

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Cousin Stanley
Michael Stone wrote: > On Thu, Mar 07, 2019 at 07:11:36AM -0700, Cousin Stanley wrote: >>Stephen P. Molnar wrote: >> >>> >>> and my fstab is: >>> >>> # /etc/fstab: static file system information. >>> >> >> I've found that labeling my disk partitions >> and using /dev/disk/by-label/xyz

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Felix Miata
Cousin Stanley composed on 2019-03-07 07:11 (UTC-0700): > To label the disk partitions check the man pages > for the following labeling options > >$ ls -1 /sbin | grep label >dosfslabel >e2label >exfatlabel >fatlabel >ntfslabel >swaplabel > The e2label

create 2 VG for 2 cluster of disk in LVM in preseed.cfg

2019-03-07 Thread jebienv
hello, in LVM whith partman, i would like to create 2 VG for 2 cluster of disk. how does it work? i don't have succeed with my preseed.cfg recipe. however, it's possible while manual install with an iso. best regards thanks jeb

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Michael Stone
On Thu, Mar 07, 2019 at 07:11:36AM -0700, Cousin Stanley wrote: Stephen P. Molnar wrote: and my fstab is: # /etc/fstab: static file system information. I've found that labeling my disk partitions and using /dev/disk/by-label/xyzzy lines in the /etc/fstab file seems to be muc

Re: User rw Permissions on New Hard Drive

2019-03-07 Thread Cousin Stanley
Stephen P. Molnar wrote: > > and my fstab is: > > # /etc/fstab: static file system information. > I've found that labeling my disk partitions and using /dev/disk/by-label/xyzzy lines in the /etc/fstab file seems to be much easier for my own small brain to comprehend. A

systemd-modules-load: Failed to lookup module alias 'loop': Function not implemented

2019-03-07 Thread Michael Grant
I just updated my debian testing machine today and when I rebooted, I see these in the syslog: /var/log/syslog:Mar 7 11:15:45 testing systemd-modules-load[368]: Failed to lookup module alias 'loop': Function not implemented /var/log/syslog:Mar 7 11:15:45 testing kernel: [1.546655] loop: mo