status of freebsd-update mirrors ?

2016-02-25 Thread Kurt Jaeger
Hi!

I recently tried to get some host updated using freebsd-update:

It failed on all sites with this:

# freebsd-update -r 10.2-RELEASE upgrade -s update4.freebsd.org
Looking up update4.freebsd.org mirrors... none found.
Fetching metadata signature for 10.1-RELEASE from update4.freebsd.org... failed.
No mirrors remaining, giving up.

except update5, which returned:

# freebsd-update -r 10.2-RELEASE upgrade -s update5.freebsd.org
Looking up update5.freebsd.org mirrors... none found.
Fetching metadata signature for 10.1-RELEASE from update5.freebsd.org... done.
Fetching metadata index... fetch: 
http://update5.freebsd.org/10.1-RELEASE/i386/t/ee71a3e074f038728efd7aa6ef7a0777e8c7c64ea01aa684f6fc181e544c6a41:
 Permission denied
failed.

always failing on the same file.

Any ideas on what's up ?

-- 
p...@opsec.eu+49 171 3101372 4 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


FreeBSD and UDF

2016-02-25 Thread Eugene M. Zheganin
Hi,

recenlty I needed to mount the Windows 2012 R2 iso image, which pappened
to ba an UDF image. After mdconfiging it and attempting to mount I got:

# mount -t udf /dev/md1 cdrom01
mount_udf: /dev/md1: Invalid argument

udf is in kernel. Is UDF filesystem supported in FreeBSD ? I run
10.3-PRERELEASE r294405.

Thanks.
Eugene.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: net-im/skype4 under FreeBSD 10.3

2016-02-25 Thread Slawa Olhovchenkov
On Thu, Feb 25, 2016 at 08:57:28AM +0300, Pavel Timofeev wrote:

> 2016-02-16 11:45 GMT+03:00 Slawa Olhovchenkov :
> > On Tue, Feb 16, 2016 at 10:49:01AM +0300, Pavel Timofeev wrote:
> >
> >> 2016-02-15 15:28 GMT+03:00 Pavel Timofeev :
> >> >
> >> > 15 февр. 2016 г. 14:00 пользователь "Slawa Olhovchenkov" 
> >> > 
> >> > написал:
> >> >
> >> >
> >> >>
> >> >> On Mon, Feb 15, 2016 at 12:06:08PM +0300, Pavel Timofeev wrote:
> >> >>
> >> >> > Hi!
> >> >> > Has anybody tried net-im/skype4 under FreeBSD 10.3(-BETA[0-9])??
> >> >>
> >> >> I am using net-im/skype4 under FreeBSD 10.2-STABLE (after new
> >> >> linuxulator import).
> >> >> Chat and voice work good.
> >> >>
> >> >> > Seems like net-im/skype4 missing some dependencies and if it's
> >> >> > satisfied net-im/skype4 hangs after start.
> >> >> > linprocfs mounting doesn't help.
> >> >> > I installed them all from the ports tree.
> >> >> > Any experience?
> >> >>
> >> >> I am don't see this issue.
> >> >
> >> > Ok, thank you. I'll recheck.
> >>
> >> Well, I've managed to start skype4.
> >> What I did is:
> >> # mkdir -p /compat/linux/proc/
> >> add linprocfs to /etc/fstab
> >> add linux_enable="YES" to /etc/rc.conf
> >> # reboot
> >> # portmaster /usr/ports/net-im/skype4
> >> Then I tried to start it and got:
> >> % skype
> >> /usr/local/share/skype/skype: error while loading shared libraries:
> >> libpulse-mainloop-glib.so.0: cannot open shared object file: No such
> >> file or directory
> >> Then I installed missing dependency:
> >
> > I am use poudriere build and all dependens present:
> >
> > # pkg info -d skype4
> > skype4-4.3.0.37,1:
> > linux-skype_oss_wrapper-0.1.1
> > linux_base-c6-6.6_6
> > linux-c6-pulseaudio-libs-glib2-0.9.21
> > linux-c6-qt47-4.7.2_1
> > linux-c6-qt47-webkit-4.7.2_1
> > webcamd-4.2.0.9
> > linux-c6-libv4l-0.6.3_1
> > linux-c6-xorg-libs-7.4_3
> > linux-c6-expat-2.0.1_2
> > linux-c6-openssl-compat-0.9.8e_2
> > desktop-file-utils-0.22_3
> > linux-c6-fontconfig-2.8.0_1
> > linux-c6-qt47-x11-4.7.2_1
> >
> >> # portmaster /usr/ports/audio/linux-c6-pulseaudio-libs
> >> And tried to start it again:
> >> % skype
> >> /usr/local/share/skype/skype: error while loading shared libraries:
> >> libssl.so.10: cannot open shared object file: No such file or
> >> directory
> >> Installed another missing dependency:
> >> # portmaster /usr/ports/security/linux-c6-openssl
> >> And finally skype could start.
> >>
> >> So there are some missing dependencies. I've created a bug report.
> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207240
> 
> 
> This is what I wanted
> https://svnweb.freebsd.org/ports?view=revision&revision=409490

I have dpends pulseaudio-libs w/o this line, very strange.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"