On Monday, 12 Nov 2018 at 08:12, deloptes wrote:
> Hi this is known issue, but purging is really not necessary as you could set
> (AFAIK) TIM_ALSASEQ=false
> in /etc/default/timidity
Thanks.
I don't (currently) use timidity so purging was an easy
solution. However, it's good to know that there i
On 18-11-10 06:11:34, mick crane wrote:
Does anybody know about these portable CD players like Sony Discman ?
On the PC I
"play stories.m3u"
where "stories.m3u" is just a list of mp3 files from librivox.org
If I put them on a CD will Discman play them, with a menu selection ?
Are they ATRAC or s
On Sat, Nov 10, 2018 at 10:47:11AM -0500, rhkra...@gmail.com wrote:
> IIRC, a CD holds a maximum of 80 minutes .wav sound. (Around 800MB, about 1
> MB per minute). A 4 GB holds way more than that in .mp3, although a figure
> doesn't come to mind at the moment -- maybe more on the order of 40 ho
On Sat, Nov 10, 2018 at 11:58:53PM -0600, David Wright wrote:
> BTW whenever I change directory in scripts, I make sure that I'm in a
> subshell by using ( and ), which guarantees that I get back to the
> same directory however the script finishes.
Depends on the script. For scripts that change d
> > > > but how to find out what is this "cluster-name" for pg_ctlcluster,
> > > > pg_dropcluster and pg_upgradecluster ?
> > >
> > > OK from the conf files assume cluster-name is '10/main' and '11/main'
> > > respectively ?
> >
> > default cluster name for both clusters should be "main".
> yes I
Greetings,
I have an ssh problem - one user can use it successfully, another cannot. I
have checked and rechecked permissions until I am blue in the face …
At the moment just trying to ssh into the same machine I am on for the problem
user (the other user can ssh successfully, both to the consol
Op maandag 12 november 2018 14:49:23 CET schreef Alan Taylor:
> Greetings,
>
> I have an ssh problem - one user can use it successfully, another cannot. I
> have checked and rechecked permissions until I am blue in the face … At the
> moment just trying to ssh into the same machine I am on for the
No, both users have rsa and ed25519 keys only.
On 12 Nov 2018, 22:07 +0800, Freek de Kruijf , wrote:
> Op maandag 12 november 2018 14:49:23 CET schreef Alan Taylor:
> > Greetings,
> >
> > I have an ssh problem - one user can use it successfully, another cannot. I
> > have checked and rechecked perm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 13/11/18 12:49 am, Alan Taylor wrote:
> Greetings,
>
> I have an ssh problem - one user can use it successfully, another
> cannot. I have checked and rechecked permissions until I am blue in
> the face … At the moment just trying to ssh into t
On 2018-11-12 13:44, Greg Wooledge wrote:
> > > but how to find out what is this "cluster-name" for pg_ctlcluster,
> > > pg_dropcluster and pg_upgradecluster ?
> >
> > OK from the conf files assume cluster-name is '10/main' and '11/main'
> > respectively ?
>
> default cluster name for both cluste
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Okay, show us the user's home directory permissions and that of their
own .ssh directory please.
Also, the permissions of the authorized_keys file.
And there are no typos in /etc/group for the users allowed by
"AllowUsers" ?
Nothing in the sshd_co
On 11/12/2018 2:49 PM, Alan Taylor wrote:
> Greetings,
>
> I have an ssh problem - one user can use it successfully, another cannot. I
> have checked and rechecked permissions until I am blue in the face …
> At the moment just trying to ssh into the same machine I am on for the
> problem user (t
On Monday, November 12, 2018 08:35:23 AM Greg Wooledge wrote:
> On Sat, Nov 10, 2018 at 10:47:11AM -0500, rhkra...@gmail.com wrote:
> > IIRC, a CD holds a maximum of 80 minutes .wav sound. (Around 800MB,
> > about 1 MB per minute). A 4 GB holds way more than that in .mp3,
> > although a figure do
On Monday, November 12, 2018 09:16:37 AM Andrew McGlashan wrote:
> On 13/11/18 12:49 am, Alan Taylor wrote:
> > Greetings,
> >
> > I have an ssh problem - one user can use it successfully, another
> > cannot. I have checked and rechecked permissions until I am blue in
> > the face … At the moment
On Mon 12 Nov 2018 at 08:40:15 (-0500), Greg Wooledge wrote:
> On Sat, Nov 10, 2018 at 11:58:53PM -0600, David Wright wrote:
> > BTW whenever I change directory in scripts, I make sure that I'm in a
> > subshell by using ( and ), which guarantees that I get back to the
> > same directory however th
* From: Reco
* Date: Fri, 9 Nov 2018 19:56:24 +0300
> Ok, let's do it the hard way.
>
> udevadm info /sys/class/net/LocLCS218301788
peter@joule:~$ udevadm info /sys/class/net/LocLCS218301788
P: /devices/pci:00/:00:1e.0/:02:08.0/net/LocLCS218301788
E: DEVPATH=/devices/pci0
On Wed, Nov 07, 2018 at 01:52:13PM -0800, pe...@easthope.ca wrote:
> > My backup procedures are shell functions
> > rather than scripts
* From: Greg Wooledge
* Date: Thu, 8 Nov 2018 08:18:15 -0500
> That's pretty bizarre. I don't see what advantage that gives you over
> simply putti
Eric S Fraga:
>
> I recently did an 'apt update; apt upgrade' on my desktop which is
> running testing (aka buster). Doing so led to my losing sound through
> any application that relies on pulseaudio, e.g. firefox. I could still
> use console based tools (e.g. mocp) to listen to music but pulse
On Mon, Nov 12, 2018 at 01:13:14PM -0800, pe...@easthope.ca wrote:
> How are multiple commands defined in one file? Then invoke?
> sudo backup1
> sudo backup2
> sudo backup3
Just put all the commands in one script, for example:
#!/bin/sh
backup1 &&
backup2 &&
backup3
Then run "sudo /the/backup
* From: Greg Wooledge
* Date: Mon, 12 Nov 2018 17:14:13 -0500
> Just put all the commands in one script, for example:
>
> #!/bin/sh
> backup1 &&
> backup2 &&
> backup3
I was afraid you meant that. =8~) My three scripts are executed
interactively. To my knowledge there can be only
On 11/12/18 5:49 AM, Alan Taylor wrote:
Greetings,
Hi. :-)
I have an ssh problem - one user can use it successfully, another cannot. I
have checked and rechecked permissions until I am blue in the face …
At the moment just trying to ssh into the same machine I am on for the problem
user (
Hello,
Output from several suggestions:
Permissions (backuppc is the user having problems) :
backuppc@sirius:~$ ls -ld /usr/local/BackupPC
drwxr-xr-x 6 backuppc backuppc 4096 Nov 13 12:12 /usr/local/BackupPC
backuppc@sirius:~$ ls -ld /usr/local/Bac
If of any help, this is the complete journal log associated with a rejected
logon event:
Nov 13 12:28:07 sirius sshd[789]: debug3: fd 4 is not O_NONBLOCK
Nov 13 12:28:07 sirius sshd[789]: debug1: Forked child 2159.
Nov 13 12:28:07 sirius sshd[789]: debug3: send_rexec_state: entering fd = 7
config
Hi.
On Mon, Nov 12, 2018 at 12:54:11PM -0800, pe...@easthope.ca wrote:
> * From: Reco
> * Date: Fri, 9 Nov 2018 19:56:24 +0300
> > Ok, let's do it the hard way.
> >
> > udevadm info /sys/class/net/LocLCS218301788
>
> peter@joule:~$ udevadm info /sys/class/net/LocLCS218301788
> P
Alan:
Let's keep this on-list. I am subscribed.
So, you have installed the Debian package 'backuppc' on host 'sirius',
and intend to use it as a BackupPC server?
The package created the group 'backuppc' and the user 'backuppc', with
home directory '/usr/local/BackupPC'?
How were the co
On 12/11/2018 13:49, Alan Taylor wrote:
Greetings,
I have an ssh problem - one user can use it successfully, another
cannot. I have checked and rechecked permissions until I am blue in
the face …
At the moment just trying to ssh into the same machine I am on for the
problem user (the other us
26 matches
Mail list logo