Re: Can not dial mobile broadband with Network-manager

2016-05-13 Thread Tixy
On Thu, 2016-05-12 at 18:48 +0100, Joe wrote: [...] > My configuration for a Huawei 3G dongle has *99# for the Number, which > obviously isn't correct Well it works doesn't it? And I bet it doesn't without it. So in my book that would make it correct ;-) (I remember using such special numbers to c

Re: Can not dial mobile broadband with Network-manager

2016-05-13 Thread Joe
On Fri, 13 May 2016 08:11:19 +0100 Tixy wrote: > On Thu, 2016-05-12 at 18:48 +0100, Joe wrote: > [...] > > My configuration for a Huawei 3G dongle has *99# for the Number, > > which obviously isn't correct > > Well it works doesn't it? And I bet it doesn't without it. So in my > book that woul

Timing issue with fstab NFS mounts

2016-05-13 Thread Steve Matzura
While the rest of my system is just cherry, I have not yet been able to solve the problem of why an NFS mount and associated binds don't work unless and until I wait a minute or two after the system comes up, then issue a 'mount -a'. I have tried putting 'mount -a' into /etc/init.d/rc.local, and s

Re: Opera Won't Run on Wheezy [SOLVED]

2016-05-13 Thread Curt
On 2016-05-13, Lisi Reisz wrote: > On Friday 13 May 2016 01:39:23 Patrick Bartek wrote: >> Guess I'm stuck with the unsupported Chrome.  No biggie. > > Because Chrome is unsupported for Wheezy and 32 bit, pepper flash is > unsupported for Wheezy and 32 bit. It makes no difference which of the >

Re: Timing issue with fstab NFS mounts

2016-05-13 Thread Dan Ritter
On Fri, May 13, 2016 at 03:34:44AM -0400, Steve Matzura wrote: > While the rest of my system is just cherry, I have not yet been able > to solve the problem of why an NFS mount and associated binds don't > work unless and until I wait a minute or two after the system comes > up, then issue a 'mount

Re: Iceweasel uses wrong charset

2016-05-13 Thread Vincent Lefevre
On 2016-05-11 11:55:33 +0200, Frédéric Marchal wrote: > On Wednesday 11 May 2016 11:23:56 err...@free.fr wrote: > > Why unicode like utf-8 is not default value in iceweasel ? > > > > (it's time, we are in 2016 now) > > Unicode is the default in firefox/iceweasel. No, the default is windows-1

Re: Iceweasel uses wrong charset

2016-05-13 Thread Vincent Lefevre
On 2016-05-11 12:10:25 +0200, to...@tuxteam.de wrote: > This is happening only on local files? Perhaps FF is expecting that > brain damaged byte order mark to recognize the file as UTF-8? I reported a bug about that in the past: https://bugzilla.mozilla.org/show_bug.cgi?id=1071816 -- Vincent

Re: Timing issue with fstab NFS mounts

2016-05-13 Thread Steve Matzura
Dan, On Fri, 13 May 2016 05:12:56 -0400, you wrote: >The options field in fstab should include "_netdev" for devices >which cannot be mounted until networking is stable. I have never heard of that option. I'll try it and report back. Now, what about the lines for the binds that immediately follo

Re: mutt attachment error

2016-05-13 Thread Haines Brown
I'm still having no luck increasing maximum attachment size. I create file: /etc/exim4/exim4.conf.localmacros I leave it default permissions: -rw-r--r-- 1 root root It has a single line: MESSAGE_SIZE_LIMIT = 200M followed by CR. And I restart exim: # invoke-rc.d exim4 reload But: # exim -bP | g

openvpn start failed and Jessie

2016-05-13 Thread Bonno Bloksma
Hi, Today I had a Jessie system where I made a little mistake with the openvpn config file name and after a restart of the service it did not come back, off course. Off course it did not come back either after a full reboot of the system. A colleage went to the system, we found the typo in the

Re: Timing issue with fstab NFS mounts

2016-05-13 Thread Dan Ritter
On Fri, May 13, 2016 at 06:57:10AM -0400, Steve Matzura wrote: > On Fri, 13 May 2016 05:12:56 -0400, you wrote: > > >The options field in fstab should include "_netdev" for devices > >which cannot be mounted until networking is stable. > > I have never heard of that option. I'll try it and report

update-rc.d creates unexpected sequence numbers

2016-05-13 Thread CN
Hi! /etc/init.d/my-program is correctly prepared with LSB header comments like this: #!/bin/sh ### BEGIN INIT INFO # Provides: my-program # Required-Start: $postgresql # Required-Stop:$postgresql # Default-Start:2 3 4 5 # Default-Stop: 0 1 6 # Short-Description:

Re: Posting picture files

2016-05-13 Thread cbannister
On Tue, May 10, 2016 at 07:52:46PM +0100, Brian wrote: > On Wed 11 May 2016 at 06:36:43 +1200, cbannis...@slingshot.co.nz wrote: > > > On Sun, May 01, 2016 at 11:57:34AM -0400, Gene Heskett wrote: > > > On Sunday 01 May 2016 11:07:39 Sven Arvidsson wrote: > > > > > > > > "Do not submit an atta

Re: Opera Won't Run on Wheezy [SOLVED]

2016-05-13 Thread Lisi Reisz
On Friday 13 May 2016 09:44:43 Curt wrote: > On 2016-05-13, Lisi Reisz wrote: > > On Friday 13 May 2016 01:39:23 Patrick Bartek wrote: > >> Guess I'm stuck with the unsupported Chrome.  No biggie. > > > > Because Chrome is unsupported for Wheezy and 32 bit, pepper flash is > > unsupported for Whee

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 13, 2016 at 07:54:55PM +0800, CN wrote: > Hi! [...] > Both of these two commands > > update-rc.d my-program defaults 20 80 > update-rc.d my-program defaults start 20 2 3 4 5 . stop 80 0 1 6 . > > yield the same incorrect sequence numbers

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread CN
On Fri, May 13, 2016, at 08:46 PM, to...@tuxteam.de wrote: > > Bizarre. Just tried in my box and it behaves as it should. It comes from > > sysv-rc 2.88dsf-41+deb7u1 > > What version is yours? And... just to double-check: > > tomas@rasputin:~$ sha1sum /usr/sbin/update-rc.d > 19d097b7dbe7

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 13, 2016 at 09:09:56PM +0800, CN wrote: > On Fri, May 13, 2016, at 08:46 PM, to...@tuxteam.de wrote: > > > > Bizarre. Just tried in my box and it behaves as it should. It comes from > > > > sysv-rc 2.88dsf-41+deb7u1 > > > > What versio

Re: mutt attachment error

2016-05-13 Thread David Wright
On Fri 13 May 2016 at 07:10:02 (-0400), Haines Brown wrote: > I'm still having no luck increasing maximum attachment size. > > I create file: /etc/exim4/exim4.conf.localmacros > I leave it default permissions: -rw-r--r-- 1 root root > It has a single line: MESSAGE_SIZE_LIMIT = 200M > followed by C

Re: openvpn start failed and Jessie

2016-05-13 Thread Eduardo M KALINOWSKI
On Sex, 13 Mai 2016, Bonno Bloksma wrote: Today I had a Jessie system where I made a little mistake with the openvpn config file name and after a restart of the service it did not come back, off course. Off course it did not come back either after a full reboot of the system. A colleage went

Re: mutt attachment error

2016-05-13 Thread Sven Hartge
David Wright wrote: > On Fri 13 May 2016 at 07:10:02 (-0400), Haines Brown wrote: >> I'm still having no luck increasing maximum attachment size. >> >> I create file: /etc/exim4/exim4.conf.localmacros >> I leave it default permissions: -rw-r--r-- 1 root root >> It has a single line: MESSAGE_SIZE_

Re: mutt attachment error

2016-05-13 Thread Sven Hartge
Haines Brown wrote: > I'm still having no luck increasing maximum attachment size. > I create file: /etc/exim4/exim4.conf.localmacros > I leave it default permissions: -rw-r--r-- 1 root root > It has a single line: MESSAGE_SIZE_LIMIT = 200M > followed by CR. > And I restart exim: # invoke-rc.d e

Re: Timing issue with fstab NFS mounts

2016-05-13 Thread David Wright
On Fri 13 May 2016 at 07:28:50 (-0400), Dan Ritter wrote: > On Fri, May 13, 2016 at 06:57:10AM -0400, Steve Matzura wrote: > > On Fri, 13 May 2016 05:12:56 -0400, you wrote: > > > > >The options field in fstab should include "_netdev" for devices > > >which cannot be mounted until networking is st

Anytime I touch a print function, get error but it works

2016-05-13 Thread Gene Heskett
The system is wheezy, 32 bit except for the running kernel, all up to date but with quite a few added packages as my interests are best described as eclectic. The error is: p11-kit: invalid config filename, will be ignored in the future: /etc/pkcs11/modules/gnome-keyring-module There seems to

Re: Timing issue with fstab NFS mounts

2016-05-13 Thread David Witbrodt
> While the rest of my system is just cherry, I have not yet been able > to solve the problem of why an NFS mount and associated binds don't > work unless and until I wait a minute or two after the system comes > up [...] Sounds like the normal 90-second NFS grace period to me -- a feature, no

Upgrading from 8.2 to 8.4

2016-05-13 Thread Steve Matzura
Are 'apt-get update' and 'apt-get dist-upgrade' sufficient?

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread CN
On Fri, May 13, 2016, at 09:14 PM, to...@tuxteam.de wrote: > Jessie/Sid here. But the more important thing is... what version of > sysv-rc is yours? What update-rc.d are you using? > "dpkg -l sysv-rc" show this from local host: ii sysv-rc2.88dsf-41+deb7u1 "2.88dsf-59" from my VPS provid

Re: Upgrading from 8.2 to 8.4

2016-05-13 Thread Michael Lange
On Fri, 13 May 2016 10:13:59 -0400 Steve Matzura wrote: > Are 'apt-get update' and 'apt-get dist-upgrade' sufficient? > > Yes. Regards Michael .-.. .. ...- . .-.. --- -. --. .- -. -.. .--. .-. --- ... .--. . .-. There is a multi-legged creature crawling on your shoulder.

Re: Poweroff is not working on debian8.3

2016-05-13 Thread cbannister
On Thu, May 12, 2016 at 03:05:01AM +, GU, Gladys wrote: > Hi, Debian, We have a system with debian8.3, the poweroff is not working and > everytime it will be perform a restart instead. However when we use > debian8.4, it works normally. Below is the log, do you have any advice? Yes, use the la

eCommerce Users

2016-05-13 Thread I(ntel
Hi, Would you be interested eCommerce Decision makers contact information for your marketing campaigns? If you looking for particular titles from your target geography, please let me know and i will get back to you with more information regarding the same. We also have other technology us

Re:Re: Can not dial mobile broadband with Network-manager

2016-05-13 Thread Wang
I set the parameters as this site, but the connection can not be established. The error message in the daemon.log. It is showed as blew. May 13 23:46:12 athena NetworkManager[1427]: (NetworkManager:1427): NetworkManager-wwan-CRITICAL **: modem_prepare_result: assertion 'state == NM_DEVICE_STATE

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread Curt
On 2016-05-13, Gene Heskett wrote: > The system is wheezy, 32 bit except for the running kernel, all up to > date but with quite a few added packages as my interests are best > described as eclectic. > > The error is: > p11-kit: invalid config filename, will be ignored in the > future: /etc/pkc

[s...@svenhartge.de: Re: mutt attachment error]

2016-05-13 Thread Haines Brown
- Forwarded message from Sven Hartge - Date: Fri, 13 May 2016 15:41:53 +0200 From: Sven Hartge To: debian-user@lists.debian.org Subject: Re: mutt attachment error User-Agent: tin/2.3.1-20141224 ("Tallant") (UNIX) (Linux/4.3.0-1-amd64 (x86_64)) tinews.pl/1.1.39 Haines Brown wrote: > I

Re: [s...@svenhartge.de: Re: mutt attachment error]

2016-05-13 Thread Brian
On Fri 13 May 2016 at 12:01:02 -0400, Haines Brown wrote: [...snip...] > > WARNING WARNING WARNING^MESC[9d# This file was generated dynamically > > from^MESC[10d# split config files in the /etc/exim4/conf.d/ [...snip...] > I didn't understand the reference here to split configuration. I checke

Re: mutt attachment error

2016-05-13 Thread Brian
On Fri 13 May 2016 at 07:10:02 -0400, Haines Brown wrote: > I'm still having no luck increasing maximum attachment size. > > I create file: /etc/exim4/exim4.conf.localmacros > I leave it default permissions: -rw-r--r-- 1 root root > It has a single line: MESSAGE_SIZE_LIMIT = 200M > followed by CR

Re: mutt attachment error

2016-05-13 Thread Ron Leach
On 13/05/2016 12:10, Haines Brown wrote: I'm still having no luck increasing maximum attachment size. I create file: /etc/exim4/exim4.conf.localmacros I leave it default permissions: -rw-r--r-- 1 root root It has a single line: MESSAGE_SIZE_LIMIT = 200M followed by CR. I am no expert on line e

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 13, 2016 at 03:59:28PM +, Curt wrote: [...] > Provides a way to load and enumerate PKCS#11 modules. Provides a > standard configuration setup for installing PKCS#11 modules in such a way > that > they're discoverable. > > Whateve

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 13, 2016 at 10:16:00PM +0800, CN wrote: > On Fri, May 13, 2016, at 09:14 PM, to...@tuxteam.de wrote: > > Jessie/Sid here. But the more important thing is... what version of > > sysv-rc is yours? What update-rc.d are you using? > > > > "dp

emacs menu line disappeared

2016-05-13 Thread Kjetil brinchmann Halvorsen
On one of the latest updates (I am running unstable+sid) emacs is behaving strangely. Usually it shows a menu line with large icons, now there is only the titles with small fonts. The menus work as before, though. But the movement bars on the right have disappeared. And when I am< opening a .tex

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread Curt
On 2016-05-13, wrote: > > On Fri, May 13, 2016 at 03:59:28PM +, Curt wrote: > > [...] > >> Provides a way to load and enumerate PKCS#11 modules. Provides a >> standard configuration setup for installing PKCS#11 modules in such a way >> that >> they're discoverable. >> >> Whatever that me

gtk key theme

2016-05-13 Thread Luis Finotti
Running Sid (and KDE), it seems that I cannot get GTK key theme "Emacs" to work. I used to have a file .gtkrc-3.0 with the line: gtk-key-theme-name = "Emacs" which gave me Emacs style key bindings on applications like Firefox. It stopped working recently, as apparently a new version of GTK came

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread Gene Heskett
On Friday 13 May 2016 10:16:00 CN wrote: > On Fri, May 13, 2016, at 09:14 PM, to...@tuxteam.de wrote: > > Jessie/Sid here. But the more important thing is... what version of > > sysv-rc is yours? What update-rc.d are you using? > > "dpkg -l sysv-rc" show this from local host: > > ii sysv-rc

Re: Opera Won't Run on Wheezy [SOLVED]

2016-05-13 Thread Patrick Bartek
On Fri, 13 May 2016, Lisi Reisz wrote: > On Friday 13 May 2016 01:39:23 Patrick Bartek wrote: > > Guess I'm stuck with the unsupported Chrome.  No biggie. > > Because Chrome is unsupported for Wheezy and 32 bit, pepper flash is > unsupported for Wheezy and 32 bit. It makes no difference which o

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 13, 2016 at 03:35:29PM -0400, Gene Heskett wrote: [...] > But for the above comparison to work correctly, you (and everybody > responding to your message) would have to post the version number of the > parent package that held this file

Re: emacs menu line disappeared

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, May 13, 2016 at 08:03:36PM +0200, Kjetil brinchmann Halvorsen wrote: > On one of the latest updates (I am running unstable+sid) emacs > is behaving strangely. Usually it shows a menu line with large icons, now > there is only the titles with s

Re: smtp problems on "confirmed working" smtp server

2016-05-13 Thread Demian Smith
Addendum, in case anybody wonders, port 465 is not blocked either: ─demian@anonymous ~ ╰─$ telnet mail.riseup.net 465 Trying 198.252.153.227... Connected to mail.riseup.net. Escape character is '^]'. Hopefully anyone will be able to offer any form of advice what to look for ... D ★ On 16/05/11

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread Gene Heskett
On Friday 13 May 2016 11:59:28 Curt wrote: > On 2016-05-13, Gene Heskett wrote: > > The system is wheezy, 32 bit except for the running kernel, all up > > to date but with quite a few added packages as my interests are best > > described as eclectic. > > > > The error is: > > p11-kit: invalid con

[a...@cityscape.co.uk: Re: mutt attachment error]

2016-05-13 Thread Haines Brown
- Forwarded message from Brian - Date: Fri, 13 May 2016 18:08:49 +0100 From: Brian To: debian-user@lists.debian.org Subject: Re: mutt attachment error User-Agent: Mutt/1.5.23 (2014-03-12) It appears from another mail https://lists.debian.org/debian-user/2016/05/msg00565.html that yo

Re: gtk key theme

2016-05-13 Thread Luis Finotti
OK, I think I've figured it out. It seems that Firefox (and other GTK programs, like Chromium) are still reading .gtkrc-2.0. Adding the key theme line to it fixed my problem.

Re: [a...@cityscape.co.uk: Re: mutt attachment error]

2016-05-13 Thread Sven Hartge
Haines Brown wrote: > Yes, I discovered that to be the case. So I am now able to configure the > attachment file as I want: > message_size_limit = 200M But you do know, that just because your MTA does allow mails bigger than 200MiB (which will be ~130MB before base64 encoding), other MTA will

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread Michael Biebl
Am 13.05.2016 um 16:16 schrieb CN: > On Fri, May 13, 2016, at 09:14 PM, to...@tuxteam.de wrote: >> Jessie/Sid here. But the more important thing is... what version of >> sysv-rc is yours? What update-rc.d are you using? >> > > "dpkg -l sysv-rc" show this from local host: > > ii sysv-rc2.8

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread Rodary Jacques
Le vendredi 13 mai 2016, 10:01:53 Gene Heskett a écrit : > The system is wheezy, 32 bit except for the running kernel, all up to > date but with quite a few added packages as my interests are best > described as eclectic. > > The error is: > p11-kit: invalid config filename, will be ignored in the

Re: Libreoffice mail merge not working

2016-05-13 Thread Rodary Jacques
Le vendredi 13 mai 2016, 08:31:55 Paolo Cavallini a écrit : > Hi all, > my Libreoffice fails to generate a series of document starting froma a > template and a database. It used to work, but historically it has always > been a fragile solution. For instance, I was never able to send the > resulting

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread Gene Heskett
On Friday 13 May 2016 13:13:08 to...@tuxteam.de wrote: > On Fri, May 13, 2016 at 03:59:28PM +, Curt wrote: > > [...] > > > Provides a way to load and enumerate PKCS#11 modules. Provides a > > standard configuration setup for installing PKCS#11 modules in such > > a way that they're discovera

Re: update-rc.d creates unexpected sequence numbers

2016-05-13 Thread Gene Heskett
On Friday 13 May 2016 16:10:17 to...@tuxteam.de wrote: > On Fri, May 13, 2016 at 03:35:29PM -0400, Gene Heskett wrote: > > [...] > > > But for the above comparison to work correctly, you (and everybody > > responding to your message) would have to post the version number of > > the parent package

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread Gene Heskett
On Friday 13 May 2016 17:46:22 Rodary Jacques wrote: > Le vendredi 13 mai 2016, 10:01:53 Gene Heskett a écrit : > > The system is wheezy, 32 bit except for the running kernel, all up > > to date but with quite a few added packages as my interests are best > > described as eclectic. > > > > The err

-Re: configuring softwarecollections.org repository on debian jessie

2016-05-13 Thread Rodary Jacques
Le jeudi 12 mai 2016, 21:55:24 Liam O'Toole a écrit : > On 2016-05-12, soko.tica wrote: > > --001a1146456672df2d0532a72b01 > > Content-Type: text/plain; charset=UTF-8 > > > > Hello list, > > > > I need to install a package (php54) on a VM running debian jessie (Here is > > why https://www.virtua

Network manager (again)

2016-05-13 Thread Bhasker C V
Hi I am finding it difficult to settle on a good network manager which can work for my case 1. My home dir is luks/ext4 and mounted manually after logging in for the first time 2. My GUI is started after mounting my home dir and by manual startx only I could never get my network manager to sto

Re: emacs menu line disappeared

2016-05-13 Thread Kjetil brinchmann Halvorsen
Thanks, did, its in .emacs now, but has NO effect! Kjetil On Fri, May 13, 2016 at 10:15 PM, wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, May 13, 2016 at 08:03:36PM +0200, Kjetil brinchmann Halvorsen > wrote: > > On one of the latest updates (I am running unstable+sid) em

Re: Network manager (again)

2016-05-13 Thread Hans
Am Samstag, 14. Mai 2016, 05:27:06 schrieb Bhasker C V: Hi, try wicd (vicd-ncurses, wicd-gtk, wicd-cli). It may fit your needs. And you can have entries in /etc/network/interfaces, so you can be already connected without any window-manager. Good luck! Hans > Hi > > I am finding it difficult

Re: Anytime I touch a print function, get error but it works

2016-05-13 Thread cbannister
On Fri, May 13, 2016 at 04:23:16PM -0400, Gene Heskett wrote: > Fixed it right up, thank you very much, Curt. Since it had to create > that path in /etc from scratch, is there a way to ask dpkg what provides > this file so that I can make the mental connection to something I have > installed re

Re: emacs menu line disappeared

2016-05-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, May 14, 2016 at 06:16:54AM +0200, Kjetil brinchmann Halvorsen wrote: > Thanks, did, its in .emacs now, but has NO effect! Hmm. No permanent effect -- or no effect at all? What happens when you start your Emacs with the -Q command line option?

Re: Libreoffice mail merge not working

2016-05-13 Thread Paolo Cavallini
Il 14/05/2016 00:28, Rodary Jacques ha scritto: > Try convert your docs in .doc (not readable in recent MsOffice), .docx > (not readable in old MsOffice :-) )or better in pdf, where the p stands > for portable, remember. Or best learn LaTex to generate wonderful PDF docs. Bonjour Jacques, thanks