SOLVED New incrediblepbx13-raspbian8-gvoauth: apt-get install

ppmax

Guru
Joined
Oct 18, 2007
Messages
79
Reaction score
5
Hi--

I've got a fairly spanking new install in my RPi3 and I tried installing Samba...at which point I started seeing messages like these:
Code:
WARNING: The following packages cannot be authenticated!
  libroken18-heimdal libasn1-8-heimdal libcups2 libhcrypto4-heimdal libheimbase1-heimdal libwind0-heimdal
  libhx509-5-heimdal libkrb5-26-heimdal libhdb9-heimdal libtdb1 libtevent0 libldb1 libntdb1 python-ldb python-talloc
  python-dnspython python-ntdb python-tdb python-crypto samba-libs python-samba samba-common samba-common-bin
  samba-dsdb-modules tdb-tools libfile-copy-recursive-perl update-inetd samba attr samba-vfs-modules
Install these packages without verification? [y/N] 

E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

I've tried apt-get install apt-transport-https; I've tried apt-get update/upgrade...it seems apt-get is totally hosed on this system.

Is anyone else seeing this?

thx
PP
 

ppmax

Guru
Joined
Oct 18, 2007
Messages
79
Reaction score
5
Yep, sure did. It's like the entire apt-get system is hosed.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,206
Reaction score
5,229
Setting Up SAMBA on Raspberry Pi 3

Code:
apt-get update
apt-get install apt-transport-https -y
apt-get install samba samba-common-bin -y
smbpasswd -a pi

Edit /etc/samba/smb.conf and make it look like this:

Code:
[global]
security = user
workgroup = WORKGROUP

[RasPi3]
path = /
available = yes
valid users = @users
read only = no
browsable = yes
public = yes
writable = yes

Restart SAMBA: /etc/init.d/samba restart

Login to the SAMBA share RasPi3 as pi with the password you assigned.
 
Last edited:

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,206
Reaction score
5,229
@ppmax: The above just worked for me. I think you're right. Your system is hosed. Try a fresh install with the latest image.
 

ppmax

Guru
Joined
Oct 18, 2007
Messages
79
Reaction score
5
Thanks Ward. I've been out of the iPBX game for a bit now...and am wondering:
I just spent about 3 hours configuring my system. Is there a way to dump my configuration so I don't have to do it all again?

thx again
PP
 

ppmax

Guru
Joined
Oct 18, 2007
Messages
79
Reaction score
5
Hi again--

Just downloaded the incrediblepbx13-raspbian8-gvoauth image and dd'd to my microSD...went through the first and 2nd boot procedures....then ran apt-get update:
Code:
apt-get update
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

Checked /usr/lib/apt/methods/ and there is no https.

@ppmax: The above just worked for me. I think you're right. Your system is hosed. Try a fresh install with the latest image.

What image did you use? incrediblepbx13-raspbian8-gvoauth or incrediblepbx13-raspbian8?

PP
 

ppmax

Guru
Joined
Oct 18, 2007
Messages
79
Reaction score
5
Just tried the incrediblepbx13-raspbian8 image...same deal:
Code:
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

I checked all the apt sources...I don't see any https in there at all. Any idea what's going on here?

PP
 

ppmax

Guru
Joined
Oct 18, 2007
Messages
79
Reaction score
5
well, don't know what was different...I tried a different microSD card and all of a sudden everything's working. Go figure. I'm really excited to have wasted a day dinkin' around with this though ;)

PP
 

dicko

Still learning but earning
Joined
Oct 30, 2015
Messages
1,635
Reaction score
846
Just as an aside, the Raspberry is a great idea, it costs a few bucks and for a few bucks more you can (as I have) make an X-Y servo driven laser pointing, motion sensing, cat torturer that can do Lissajous stuff on your ceiling synched to your favorite music if it's 4:20pm ;-), it is however a lousy platform for a PBX for all the reasons expressed in this thread.


JMHO
 
Last edited:

ostridge

Guru
Joined
Jan 22, 2015
Messages
1,636
Reaction score
523
don't know what was different...I tried a different microSD card and all of a sudden everything's working. Go figure
So er no this was not_SOLVED then.
Just tried the incrediblepbx13-raspbian8 image...same deal:
Code:
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?

Just tried that and same deal. BUT then did
Code:
apt-get update
 apt-get install apt-transport-https
By the way the incrediblepbx13-raspbian8 image was installed some months ago so I guess not the latest.
That worked OK and /usr/lib/apt/methods/https now exists so Solved for me.
 
Last edited:

Members online

No members online now.

Forum statistics

Threads
25,825
Messages
167,856
Members
19,250
Latest member
mark-curtis
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top