Problem with offlineimap

2017-01-29 Thread Leandro Noferini
Ciao a tutti,

from yesterday I cannot fetch my mail with offlineimap because I get this error:

OfflineIMAP 7.0.12
  Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
Account sync BBs:
 *** Processing account BBs
 Establishing connection to bbs.cybervalley.org:993 (RemotoBBs)
 ERROR: Unknown SSL protocol connecting to host 'bbs.cybervalley.org' for 
repository 'RemotoBBs'. OpenSSL responded:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
 *** Finished account 'BBs' in 0:00
ERROR: Exceptions occurred during the run!
ERROR: Unknown SSL protocol connecting to host 'bbs.cybervalley.org' for 
repository 'RemotoBBs'. OpenSSL responded:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

And then the traceback:

Traceback:
  File "/usr/share/offlineimap/offlineimap/accounts.py", line 278, in syncrunner
self.__sync()
  File "/usr/share/offlineimap/offlineimap/accounts.py", line 341, in __sync
remoterepos.getfolders()
  File "/usr/share/offlineimap/offlineimap/repository/IMAP.py", line 452, in 
getfolders
imapobj = self.imapserver.acquireconnection()
  File "/usr/share/offlineimap/offlineimap/imapserver.py", line 611, in 
acquireconnection
exc_info()[2])
  File "/usr/share/offlineimap/offlineimap/imapserver.py", line 526, in 
acquireconnection
af=self.af,
  File "/usr/share/offlineimap/offlineimap/imaplibutil.py", line 194, in 
__init__
super(WrappedIMAP4_SSL, self).__init__(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/imaplib2.py", line 2135, in __init__
IMAP4.__init__(self, host, port, debug, debug_file, identifier, timeout, 
debug_buf_lvl)
  File "/usr/lib/python2.7/dist-packages/imaplib2.py", line 357, in __init__
self.open(host, port)
  File "/usr/share/offlineimap/offlineimap/imaplibutil.py", line 202, in open
super(WrappedIMAP4_SSL, self).open(host, port)
  File "/usr/lib/python2.7/dist-packages/imaplib2.py", line 2148, in open
self.ssl_wrap_socket()
  File "/usr/lib/python2.7/dist-packages/imaplib2.py", line 522, in 
ssl_wrap_socket
self.sock = ssl.wrap_socket(self.sock, self.keyfile, self.certfile, 
ca_certs=self.ca_certs, cert_reqs=cert_reqs, ssl_version=ssl_version)
  File "/usr/lib/python2.7/ssl.py", line 943, in wrap_socket
ciphers=ciphers)
  File "/usr/lib/python2.7/ssl.py", line 611, in __init__
self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 840, in do_handshake
self._sslobj.do_handshake()

Since offlineimap and server side nothing changed I think the problem would be
in python but I don't know it and I cannot even file a bug report.

-- 
Ciao
leandro


signature.asc
Description: PGP signature


Samba help.

2017-01-29 Thread R. Ramesh
I recently upgraded my debian jesse to 8.6. All of a sudden all samba 
guest access to this box stopped working. I did not update smb.conf file 
any time before or after.  I vaguely remember that there was a flash of 
notes flying by when samba was upgraded, but do not recall what it is.


BTW, I can mount if I provide an actual valid user with password. Only 
guest access does not work.


Linux host 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) 
i686 GNU/Linux

Samba Version: 2:4.2.14+dfsg-0+deb8u2

Guest access to the following share fails after the upgrade:

[data]
path = /data
create mask = 0755
directory mask = 0755
public = yes
browseable = yes
writable = yes
guest ok = yes

If it is not too much trouble, please copy me your responses

Thanks

Ramesh



Re: missing firmware ??

2017-01-29 Thread Reco
Hi.

On Sat, 28 Jan 2017 19:49:59 -0500
Felix Miata  wrote:

> Jimmy Johnson composed on 2017-01-28 16:21 (UTC-0800):
> 
> > Frank M wrote:
> 
> >>I installed firmware-linuxit pulled in several packages including
> >> one I need (intel-microcode)  but I still
> >> get :
> >> Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for
> >> module i915
> >> Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for
> >> module i915
> >> when init is updated.
> 
> > Do you have 'xserver-xorg-video-intel' installed?  If not install it and
> > see if your missing firmware goes away.
> 
> xserver-xorg-video-intel might actually be a problem. 

Hardly. Due to the nature of the package it cannot provide firmware,
especially non-free one. And as a quick search on packages.debian.org
shows us, no Debian package provide those files anyway.

> If installed, Xorg uses it 
> if you don't explicitly override. It's no longer the driver of choice for 
> most 
> Intel gfxchips. If you're not using an antique Intel gfxchip, you probably 
> prefer the modesetting driver that is integral to the server:
> 
> http://www.phoronix.com/scan.php?page=news_item&px=Fedora-Xorg-Intel-DDX-Switch
> http://www.phoronix.com/scan.php?page=article&item=intel-modesetting-2017&num=1
> http://www.phoronix.com/scan.php?page=news_item&px=Ubuntu-Debian-Abandon-Intel-DDX

A curious advice to say the least.
Does modesetting xorg module provide OpenGL? What about VAAPI? 

Reco



Re: Sound Problem

2017-01-29 Thread Georgi Naplatanov
On 01/29/2017 03:47 AM, S. P. Molnar wrote:
> 
> I have Debian Jessie (loaded as v8-5, but kept updated)/  My sound has
> been working, but earlier today I lost the sound.
> 
> I've Googled the problem and have tried a number of things.  Here are
> the results:
> 
> comp@AbNormal:~$sudo alsactl init
> [sudo] password for comp:
> Found hardware: "HDA-Intel" "Realtek ALC887-VD"
> "HDA:10ec0887,10438444,00100302" "0x1043" "0x8444"
> Hardware is initialized using a generic method
> comp@AbNormal:~$
> 
> I got a 'pop' from the speakers.
> 
> comp@AbNormal:~$sudo alsactl init
> [sudo] password for comp:
> Found hardware: "HDA-Intel" "Realtek ALC887-VD"
> "HDA:10ec0887,10438444,00100302" "0x1043" "0x8444"
> Hardware is initialized using a generic method
> comp@AbNormal:~$
> comp@AbNormal:~$cat /proc/asound/cards
>  0 [SB ]: HDA-Intel - HDA ATI SB
>   HDA ATI SB at 0xfe30 irq 16
>  1 [NVidia ]: HDA-Intel - HDA NVidia
>   HDA NVidia at 0xfe08 irq 25
>  2 [U0x46d0x807]: USB-Audio - USB Device 0x46d:0x807
>   USB Device 0x46d:0x807 at usb-:00:12.2-4, high
> speed
> 
> I have also attached a screenshot of the alsa mixer.
> 
> The sound is not muted, and yes, the jack is plugged into the
> appropriate jack on the sound card.  I know that I have a signal coming
> in as I am streaming internet radio).
> 
> At this point I don't know what else to try.
> 
> Any suggestions will be most welcome.
> 
> Thanks in advance.
> 

Hi,

I have a sound card with the same chip. I noticed that on your
screenshot some channels are muted ("front" for example). Here is a
screenshot with my audio settings.

http://test2.oles.biz/alsa.png

Just try to unmute muted channels.

HTH

Kind regards
Georgi



Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-01-29 Thread deloptes
Ennio-Sr wrote:

> Could not load pin-code-database.xml
this might help
http://askubuntu.com/questions/486347/bluetooth-mouse-not-auto-reconnecting-to-laptop

regards



Re: Sound Problem

2017-01-29 Thread Jude DaShiell
If you had your sound set to one speaker system, it could have moved 
back to the old default speaker system with the 3.5mm jack.  That's what 
happened to me last night while playing in tintin-alteraeon and the 
speaker I had configured just threw out a tremendous amount of static 
instead of the speech it was providing before when this system change 
happened.


On Sat, 28 Jan 2017, S. P. Molnar wrote:


Date: Sat, 28 Jan 2017 20:47:26
From: S. P. Molnar 
To: debian-user@lists.debian.org
Subject: Sound Problem
Resent-Date: Sun, 29 Jan 2017 01:51:10 + (UTC)
Resent-From: debian-user@lists.debian.org


I have Debian Jessie (loaded as v8-5, but kept updated)/  My sound has been 
working, but earlier today I lost the sound.


I've Googled the problem and have tried a number of things.  Here are the 
results:


comp@AbNormal:~$sudo alsactl init
[sudo] password for comp:
Found hardware: "HDA-Intel" "Realtek ALC887-VD" 
"HDA:10ec0887,10438444,00100302" "0x1043" "0x8444"

Hardware is initialized using a generic method
comp@AbNormal:~$

I got a 'pop' from the speakers.

comp@AbNormal:~$sudo alsactl init
[sudo] password for comp:
Found hardware: "HDA-Intel" "Realtek ALC887-VD" 
"HDA:10ec0887,10438444,00100302" "0x1043" "0x8444"

Hardware is initialized using a generic method
comp@AbNormal:~$
comp@AbNormal:~$cat /proc/asound/cards
0 [SB ]: HDA-Intel - HDA ATI SB
 HDA ATI SB at 0xfe30 irq 16
1 [NVidia ]: HDA-Intel - HDA NVidia
 HDA NVidia at 0xfe08 irq 25
2 [U0x46d0x807]: USB-Audio - USB Device 0x46d:0x807
 USB Device 0x46d:0x807 at usb-:00:12.2-4, high 
speed


I have also attached a screenshot of the alsa mixer.

The sound is not muted, and yes, the jack is plugged into the appropriate 
jack on the sound card.  I know that I have a signal coming in as I am 
streaming internet radio).


At this point I don't know what else to try.

Any suggestions will be most welcome.

Thanks in advance.




--


Re: Sound Problem

2017-01-29 Thread S. P. Molnar


On 01/29/2017 04:04 AM, Georgi Naplatanov wrote:

On 01/29/2017 03:47 AM, S. P. Molnar wrote:

I have Debian Jessie (loaded as v8-5, but kept updated)/  My sound has
been working, but earlier today I lost the sound.

I've Googled the problem and have tried a number of things.  Here are
the results:

comp@AbNormal:~$sudo alsactl init
[sudo] password for comp:
Found hardware: "HDA-Intel" "Realtek ALC887-VD"
"HDA:10ec0887,10438444,00100302" "0x1043" "0x8444"
Hardware is initialized using a generic method
comp@AbNormal:~$

I got a 'pop' from the speakers.

comp@AbNormal:~$sudo alsactl init
[sudo] password for comp:
Found hardware: "HDA-Intel" "Realtek ALC887-VD"
"HDA:10ec0887,10438444,00100302" "0x1043" "0x8444"
Hardware is initialized using a generic method
comp@AbNormal:~$
comp@AbNormal:~$cat /proc/asound/cards
  0 [SB ]: HDA-Intel - HDA ATI SB
   HDA ATI SB at 0xfe30 irq 16
  1 [NVidia ]: HDA-Intel - HDA NVidia
   HDA NVidia at 0xfe08 irq 25
  2 [U0x46d0x807]: USB-Audio - USB Device 0x46d:0x807
   USB Device 0x46d:0x807 at usb-:00:12.2-4, high
speed

I have also attached a screenshot of the alsa mixer.

The sound is not muted, and yes, the jack is plugged into the
appropriate jack on the sound card.  I know that I have a signal coming
in as I am streaming internet radio).

At this point I don't know what else to try.

Any suggestions will be most welcome.

Thanks in advance.


Hi,

I have a sound card with the same chip. I noticed that on your
screenshot some channels are muted ("front" for example). Here is a
screenshot with my audio settings.

http://test2.oles.biz/alsa.png

Just try to unmute muted channels.

HTH

Kind regards
Georgi


Thanks for the reply's.  The problem was my bad for not noticing which 
channels were muted on the Audio Mixer.


I have the sound back, but it can be best described as snap, crackle and 
pop!  I have noticed that if I mute the Headphone channel everything 
else is muted.


A screenshot is attached.

Thanks in advance

--
Stephen P. Molnar, Ph.D.Life is a fuzzy set
www.Molecular-Modeling.net  Stochastic and multivariate
(614)312-7528 (c)
Skype:  smolnar1



Oddity noticed installing caja-gksu, Bug?

2017-01-29 Thread Richard Owlett
I using Debian 8.6.0 [with *NO* updates] from set of purchased 
DVDs. I use the Mate desktop.


When I installed caja-gksu, it did not apparently have any effect 
until after a reboot. Is this expected?


I found no indication either way in a web search.



Having scanned set of installation DVDs...

2017-01-29 Thread Richard Owlett

I'm tracking down some problems related to chosen install options.
I expect to be making _multiple_ clean installs.
Besides /etc/apt/sources.list, where is information stored after 
having scanned the complete set of DVDs.


I wish to store it to a safe location for use after doing EACH 
clean install.

TIA




Re: missing firmware ??

2017-01-29 Thread Sven Hartge
Ben Caradoc-Davies  wrote:
> On 29/01/17 07:18, Sven Hartge wrote:
>> Frank M  wrote:

>>> update-initramfs: Generating /boot/initrd.img-4.9.0-1-amd64
>>> W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_14.bin for 
>>> module i915
>>> W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver8_7.bin for 
>>> module i915

>> Do you have a Intel Kaby Lake or Intel Broxton (discontinued SoC)
>> based system? If not, then the missing firmware is no problem for
>> you.

> What happens on Kaby Lake systems if the GUC firmware is missing?

I don't know, I don't have such a system available to me.

S°

-- 
Sigmentation fault. Core dumped.



Re: Having scanned set of installation DVDs...

2017-01-29 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Jan 29, 2017 at 09:17:34AM -0600, Richard Owlett wrote:
> I'm tracking down some problems related to chosen install options.
> I expect to be making _multiple_ clean installs.
> Besides /etc/apt/sources.list, where is information stored after
> having scanned the complete set of DVDs.
> 
> I wish to store it to a safe location for use after doing EACH clean
> install.
> TIA

Perhaps there are more places, but the package lists are at least in
/var/lib/apt/lists one file for each source (or mirror). I haven't
packages from CDROM, but I'd assume that they might end up there
as well.

Moreover there's a list in /var/lib/apt/cdroms.list containing
references to the CDROMs themselves (what exactly is in there
I can't say, but I'd expect the gory details over there:

  
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_debian_package_management_internals

Regards
- -- t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAliOF74ACgkQBcgs9XrR2kZtIwCfXIamnCtKVrfcT8J2PNf//eDS
X7AAn2LdnsSgdH5ZjzhKRHZhq8pOEEX7
=YpoX
-END PGP SIGNATURE-



Re: Problem with offlineimap

2017-01-29 Thread Jochen Spieker
Leandro Noferini:
> 
> from yesterday I cannot fetch my mail with offlineimap because I get this 
> error:
> 
> OfflineIMAP 7.0.12
>   Licensed under the GNU GPL v2 or any later version (with an OpenSSL 
> exception)
> Account sync BBs:
>  *** Processing account BBs
>  Establishing connection to bbs.cybervalley.org:993 (RemotoBBs)
>  ERROR: Unknown SSL protocol connecting to host 'bbs.cybervalley.org' for 
> repository 'RemotoBBs'. OpenSSL responded:
> [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

It appears to me that the server's certificate has expired:

$ openssl s_client -connect bbs.cybervalley.org:993
[…]
subject=/C=IT/ST=TO/L=Firenze/O=CyberValley/OU=Automatically-generated
IMAP SSL
key/CN=bbs.cybervalley.org/emailAddress=lnofe...@cybervalley.org
issuer=/C=IT/ST=TO/L=Firenze/O=CyberValley/OU=Automatically-generated
IMAP SSL
key/CN=bbs.cybervalley.org/emailAddress=lnofe...@cybervalley.org
---
No client certificate CA names sent
Peer signing digest: SHA512
Server Temp Key: DH, 2048 bits
---
SSL handshake has read 2902 bytes and written 494 bytes
Verification error: certificate has expired

> Since offlineimap and server side nothing changed I think the problem would be
> in python but I don't know it and I cannot even file a bug report.

The problem is that the server's certificate _needs_ to be changed.
Maybe it is also possible do disable certificate validation but I
recommend against that.

J.
-- 
I wear a lot of leather but would never wear fur.
[Agree]   [Disagree]
 


signature.asc
Description: Digital signature


Re: Having scanned set of installation DVDs...

2017-01-29 Thread Richard Owlett

On 01/29/2017 10:26 AM, to...@tuxteam.de wrote:


On Sun, Jan 29, 2017 at 09:17:34AM -0600, Richard Owlett wrote:

I'm tracking down some problems related to chosen install options.
I expect to be making _multiple_ clean installs.
Besides /etc/apt/sources.list, where is information stored after
having scanned the complete set of DVDs.

I wish to store it to a safe location for use after doing EACH clean
install.
TIA


Perhaps there are more places, but the package lists are at least in
/var/lib/apt/lists one file for each source (or mirror). I haven't
packages from CDROM, but I'd assume that they might end up there
as well.


It looks to have everything. I'll discover whether or not it IS 
everything I need later this week.




Moreover there's a list in /var/lib/apt/cdroms.list containing
references to the CDROMs themselves (what exactly is in there
I can't say, but I'd expect the gory details over there:

  
https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_debian_package_management_internals


I think it will be worthwhile to read the whole chapter. Only had 
a chance to browse its table of contents.


Thank you.








Re: Samba help.

2017-01-29 Thread John Darrah

On 1/29/2017 12:25 AM, R. Ramesh wrote:
I recently upgraded my debian jesse to 8.6. All of a sudden all samba 
guest access to this box stopped working. I did not update smb.conf 
file any time before or after.  I vaguely remember that there was a 
flash of notes flying by when samba was upgraded, but do not recall 
what it is.


BTW, I can mount if I provide an actual valid user with password. Only 
guest access does not work.


Linux host 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2 
(2016-10-19) i686 GNU/Linux

Samba Version: 2:4.2.14+dfsg-0+deb8u2

Guest access to the following share fails after the upgrade:

[data]
path = /data
create mask = 0755
directory mask = 0755
public = yes
browseable = yes
writable = yes
guest ok = yes

If it is not too much trouble, please copy me your responses

Thanks

Ramesh


Check to see that smb.conf was not replaced. If it was, the previous 
version will be called smb.conf.dpkg-dist or smb.conf.ucf-dist. You will 
have to compare them with your smb.conf file and merge any differences.


-- john



Re: Samba help.

2017-01-29 Thread John Darrah

On 1/29/2017 11:25 AM, John Darrah wrote:

On 1/29/2017 12:25 AM, R. Ramesh wrote:
I recently upgraded my debian jesse to 8.6. All of a sudden all samba 
guest access to this box stopped working. I did not update smb.conf 
file any time before or after.  I vaguely remember that there was a 
flash of notes flying by when samba was upgraded, but do not recall 
what it is.


BTW, I can mount if I provide an actual valid user with password. 
Only guest access does not work.


Linux host 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u2 
(2016-10-19) i686 GNU/Linux

Samba Version: 2:4.2.14+dfsg-0+deb8u2

Guest access to the following share fails after the upgrade:

[data]
path = /data
create mask = 0755
directory mask = 0755
public = yes
browseable = yes
writable = yes
guest ok = yes

If it is not too much trouble, please copy me your responses

Thanks

Ramesh


Check to see that smb.conf was not replaced. If it was, the previous 
version will be called smb.conf.dpkg-dist or smb.conf.ucf-dist. You 
will have to compare them with your smb.conf file and merge any 
differences.


-- john



Also check the following in [global] settings:

Change:

   map to guest = Bad User

to:

map to guest = nobody

-- john



nosh with Debian's sysstat package

2017-01-29 Thread Jonathan de Boyne Pollard

Someone:

I haven't installed much else yet on the system but I tried the 
sysstat package which gives me the following error:



preset: ERROR: sysstat: No such file or directory


I haven't yet investigated this problem. Sysstat seems to be part of 
the Debconf enable/disable system, I'm not quite sure how that 
interacts with nosh.




This is a good example for general consumption.

The maintenance script for the package is trying to enable the "sysstat" 
service using the "update-rc.d" command.  You've installed the shim for 
this command from the nosh-debian-shims package, so the maintenance 
script is actually ending up trying to preset the "sysstat" service 
bundle using "system-control preset".  You don't have a "sysstat" 
service bundle.  Yet.


Ironically, if the systemd support in Debian's "sysstat" were as good as 
the author's own, you could just make one.  The origin package comes 
with a systemd service unit, built by passing this through a macro 
processor to turn things like @SA_LIB_DIR@ into "/usr/lib/sysstat":


* https://github.com/sysstat/sysstat/blob/master/sysstat.service.in

Debian, however, only builds and packages up a Debian-supplied van 
Smoorenburg rc file.  It doesn't actually package up the systemd support 
that comes from the author.  It does provide the /usr/lib/sysstat/sa1 
script that is referenced by the systemd service unit, however.  So you 
could take the sysstat.service.in, manually make a sysstat.service out 
of it, and pass that through convert-systemd-units to make a service 
bundle that would invoke /usr/lib/sysstat/sa1 .


However, we are heading into systemd House of Horror territory here, as 
Debian also provides a "Debianized" version of the sa1 script as 
/usr/lib/sysstat/debian-sa1 that does the stuff that Debian's van 
Smoorenburg rc script does.  So using what's in the box we would have 
sysstat.service which sets up settings the systemd way, running the 
debian-sa1 script that sets up things the Debian way (reading 
/etc/defaults/sysstat), running the sa1 script that sets things up the 
RedHat/SuSE way (/etc/sysconfig/sysstat).  It's a mess of nested shell 
scripts and overlapping configuration mechanisms.  And that's 
overlooking the surprise secret second service disable mechanism.


The systemd people don't like surprise secret second service disable 
mechanisms, and the modern Debian practice is to not have them.  The 
Debian sysstat package has more than one thing to improve.  Moreover 
there's no real need for all of these configuration mechanisms, 
especially since the underlying command has only two knobs to twiddle in 
the first place.  So start with a more ideal-world version of what 
sysstat should have for systemd: a simple service unit that has 1 
configuration mechanism, and cuts out all of the daft middle-men layers 
of shell scripting entirely.


1. Take this service unit instead.  Call it sysstat.service .
2. Use convert-systemd-units to make a service bundle from it. chown 
everything to root if you didn't do this as root.

3. Place that in /var/local/sv/sysstat .
4. install -d -m 0755 /var/local/sv/sysstat/service/env
5. system-control set-service-env sysstat OPTIONS -D

See what happens when you install the package then.

  [Unit]
  Description=Insert a dummy record in sysstat's current daily data 
file to indicate that the counters have restarted from 0.


  [Service]
  # The service is "ready" after it has run to completion.
  Type=oneshot
  # This enables controlling service options with rcctl set and rcctl get .
  EnvironmentDirectory=env
  # Two - characters, note.  Also, this is specifically targetting 
being converted into a nosh service bundle.

  ExecStart=/usr/lib/sysstat/sadc -F -L ${OPTIONS} "${DIR:--}"

  [Install]
  WantedBy=workstation.target



A start job is running for dev-disk-by\x2duuid- ...

2017-01-29 Thread River Chiang
My laptop has this problem since this morning.

Each time Debian/Jessie boots, the console shows

[   ***] A start job is running for dev-disk-by\x2duuid- 
.device ( 9s / 1min 30s)

and then have to wait for 90 seconds to continue boot.


How to solve this problem?


Thanks



Re: A start job is running for dev-disk-by\x2duuid- ...

2017-01-29 Thread John Darrah

On 1/29/2017 7:38 PM, River Chiang wrote:

A start job is running for dev-disk-by


Try this link:

http://unix.stackexchange.com/questions/319382/a-start-job-is-running-for-dev-disk-by-x2duuid-error-take-1min-30s-to-boot-de

-- john



Re: A start job is running for dev-disk-by\x2duuid- ...

2017-01-29 Thread Felix Miata

River Chiang composed on 2017-01-30 11:17 (UTC+0800):


My laptop has this problem since this morning.



Each time Debian/Jessie boots, the console shows



[   ***] A start job is running for dev-disk-by\x2duuid- 
.device ( 9s / 1min 30s)



and then have to wait for 90 seconds to continue boot.



How to solve this problem?


If john's answer about swap partition mounting didn't provide a solution, tell 
us what was done to change your system before you last shut it down before 
turning it on this morning.


You may be able to answer yourself if you compare the content of /etc/fstab to 
the output from df, mount and 'lsblk -f' to see what didn't get mounted that 
should have been, then repairing /etc/fstab as required.


That delay might also occur on account of booting with a USB stick inserted, 
depending on what actual entries are contained in /etc/fstab.

--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/



bugs in reportbug ?

2017-01-29 Thread Frank M

Tried to file a bug today using reportbug but it crashed:


Traceback (most recent call last):
  File "/usr/bin/reportbug", line 2233, in 
main()
  File "/usr/bin/reportbug", line 1084, in main
if newui.initialize():
  File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line 
1580, in initialize

gi.require_version('Vte', '2.91')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 118, in 
require_version

raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Vte not available

Does this look familiar to anyone ?

I am running 64 bit stretch and reportbug is the latest version.




Re: bugs in reportbug ?

2017-01-29 Thread Andreas Ronnquist
On Mon, 30 Jan 2017 00:37:42 -0500,
Frank M wrote:

>Tried to file a bug today using reportbug but it crashed:
>
>
>Traceback (most recent call last):
>   File "/usr/bin/reportbug", line 2233, in 
> main()
>   File "/usr/bin/reportbug", line 1084, in main
> if newui.initialize():
>   File "/usr/lib/python3/dist-packages/reportbug/ui/gtk2_ui.py", line
> 1580, in initialize gi.require_version('Vte', '2.91')
>   File "/usr/lib/python3/dist-packages/gi/__init__.py", line 118, in
> require_version raise ValueError('Namespace %s not available' %
> namespace)
>ValueError: Namespace Vte not available
>
>Does this look familiar to anyone ?
>
>I am running 64 bit stretch and reportbug is the latest version.


See #851968 [1] - you will need to install the packages gir1.2-vte-2.91
and python3-gi-cairo for the GTK+ interface to work.

1 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851968

-- Andreas Rönnquist
mailingli...@gusnan.se
gus...@openmailbox.org



Re: Re: Samba help.

2017-01-29 Thread R. Ramesh

On 1/29/2017 11:25 AM, John Darrah wrote:

On 1/29/2017 12:25 AM, R. Ramesh wrote:

I recently upgraded my debian jesse to 8.6. All of a sudden
all samba guest access to this box stopped working. I did not
update smb.conf file any time before or after. I vaguely
remember that there was a flash of notes flying by when samba
was upgraded, but do not recall what it is. BTW, I can mount
if I provide an actual valid user with password. Only guest
access does not work. Linux host 3.16.0-4-686-pae #1 SMP
Debian 3.16.36-1+deb8u2 (2016-10-19) i686 GNU/Linux

Samba Version: 2:4.2.14+dfsg-0+deb8u2

Guest access to the following share fails after the upgrade:

[data]
 path = /data
 create mask = 0755
 directory mask = 0755
 public = yes
 browseable = yes
 writable = yes
 guest ok = yes

If it is not too much trouble, please copy me your responses

Thanks

Ramesh


Check to see that smb.conf was not replaced. If it was, the
previous version will be called smb.conf.dpkg-dist or
smb.conf.ucf-dist. You will have to compare them with your
smb.conf file and merge any differences.

-- john


Also check the following in [global] settings:

Change:

map to guest = Bad User

to:

 map to guest = nobody

-- john



Thanks for your help.

I remember that apt-get asked if I wanted my smb.conf to be replaced. I 
said "no." Quick tkdiff between smb.conf and dist version shows that I 
miss these


 server role = standalone server
 map to guest = bad user
 usershare allow guests = yes

Of course, I will fix the second line and add all three and see what 
happens.


Ramesh




Re: Problem with offlineimap

2017-01-29 Thread Leandro Noferini
Jochen Spieker  writes:

> Leandro Noferini:

[...]

> $ openssl s_client -connect bbs.cybervalley.org:993

[...]

> The problem is that the server's certificate _needs_ to be changed.
> Maybe it is also possible do disable certificate validation but I
> recommend against that.

Thanks a lot, I forgot to renew that certificate.

Thanks again!

-- 
leandro
1A0B 125B 2E4D 2DAE 4E26  4551 88FB BBCC 7A29 640B
https://bbs.cybervalley.org/ChiaveLeandro/gpg.html
http://6xukrlqedfabdjrb.onion


signature.asc
Description: PGP signature


How to reply a list message using Gmail with Evolution?

2017-01-29 Thread River Chiang
Hello List,

I use Firefox to read lists, when I clicked the link
debian-user@lists.debian.org and tried to reply the message,
Evolution's setup window showed. I tried to setup Evolution to use
Gmail.
Unfortunately I didn't make it.

What mail user agent you use to view/reply messages on this list?

Or how to setup Evolution to use a Gmail account?


Thanks