Re: Problem with STABLE-12 amd 64

2019-07-15 Thread Filippo Moretti via freebsd-stable
 I did build world but it did not solve the problemsincerelyFilippo
On Sunday, July 14, 2019, 05:45:38 PM GMT+2, Filippo Moretti 
 wrote:  
 
  
Thank you for your advice:reinstalling the port from source did not fix this 
issue.I will try the other suggestion when I will rebuild world.I do not have 
/etc/src.conf file,I will create one and see if it fixes this 
issue,sincerelyFilippoOn Sunday, July 14, 2019, 04:40:17 PM GMT+2, Kevin 
Oberman  wrote:  
 
 On Sun, Jul 14, 2019 at 2:42 AM Filippo Moretti via freebsd-stable <
freebsd-stable@freebsd.org> wrote:

> I get the following error:KLD radeonkms.ko: depends on kernel -not
> available or version
> mismatch linker_load_file:/boot/modules/radeonkms.ko-unsupported file
> typeany suggestion on how to fix it appreciatedsincerelyFilipo
>
Looks like your kernel module, radeonkms.ko, is not in sync with your
kernel.

Have you upgraded you kernel? It is always a good idea to rebuild kernel
modules whenever you build a kernel. This is easily accomplished by adding
"PORTS_MODULES=graphics/drm-kmod" to /etc/src.conf.

For an immediate fix, just re-install the port from source.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
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-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Problem with STABLE-12 amd 64

2019-07-14 Thread Filippo Moretti via freebsd-stable
I get the following error:KLD radeonkms.ko: depends on kernel -not available or 
version mismatch linker_load_file:/boot/modules/radeonkms.ko-unsupported file 
typeany suggestion on how to fix it appreciatedsincerelyFilipo
___
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"


Problem with Radeonkms.ko

2019-07-12 Thread Filippo Moretti via freebsd-stable
Today I could not start xord due to radeonkms.ko not being loaded.I manually 
loaded radeon.kms.ko and got a message to install drm-legacy-kmod but that did 
not fix the problem still unable to start xorg.I did rebuild world today but 
that did not fix the problem either.STABLE12 amd64.SincerelyFilippo
___
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"


Problem with 12_STABLE on amd64

2019-06-06 Thread Filippo Moretti via freebsd-stable
I have the following problem on amd-64 STABLE-12for some odd reason my custom 
kernel no longer boot while I could build GENERIC and that would boot 
fine.Today I wrote a new configuration kernel file removing only the devices I 
do not have.Unfortunately the working kernel was not moved to kernel.old as it 
would be expected and now I am locked out of the system as the new kernel fail 
to bott with error sis cannot find zroot/ROOT/default.Is there a way to recover 
my system?SincerelyFilippo
___
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"


System does not boot with today world

2019-05-19 Thread Filippo Moretti via freebsd-stable
FreeBSD sting 12.0-STABLE FreeBSD 12.0-STABLE r346986 STING_VT  amd64

The system does not boot with today world it fails to mount zfs with error 6 
.Kernel old boots without problemssincerelyFilippo
___
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: Problem with STABLE-12

2019-04-26 Thread Filippo Moretti via freebsd-stable
 I rebuilt everything and I could revert to drm-kmod and 
xf86-video-atithanksFilippo

On Friday, April 26, 2019, 11:10:33 AM GMT+2, Filippo Moretti via 
freebsd-stable  wrote:  
 
  I tried buildworld today but it failed,I will try again later.Thanks for your 
helpFilippo

    On Thursday, April 25, 2019, 5:20:46 PM GMT+2, Paul Mather 
 wrote:  
 
 On Apr 25, 2019, at 10:07 AM, Filippo Moretti  wrote:

> Did you build world yesterday and now drm-kmod is working again?The only  
> problem I have with legacy both drm and ati is that smplayer crashes the  
> system and I have to reset via power switch.


I updated and installed kernel and world on Tuesday, mainly to bring in the  
clang 8.0.0 changes.  Then, yesterday, I saw graphics/drm-fbsd12.0-kmod  
listed when I did a portsnap update and so built it on the off-chance  
whatever had been updated in it would cause it to work again on my system.  
I replaced my existing graphics/drm-legacy-kmod with it, and the system did  
not hang in multiuser when trying to load the kmod.  The resultant console  
worked like before (when I used graphics/drm-kmod).

I just looked at the graphics/drm-kmod Makefile and  
graphics/drm-fbsd12.0-kmod is the port selected for my OSVERSION (1200507)  
when installing.

Cheers,

Paul.

PS: I am only using graphics/drm-kmod for the system console, to get more  
text columns than the built-in 640x480 VGA console would otherwise allow.

> Filippo
>
> On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather  
>  wrote:
>
>
> On Apr 18, 2019, at 8:01 AM, Pete French  wrote:
>
> >
> >> I have a radeon graphics card, too.  Recently, I had a problem with the
> >> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch
> >> to graphics/drm-legacy-kmod, which at least lets the system boot again.
> >> I figure the newer graphics/drm-kmod no longer supports my old radeon
> >> card.
> >
> > So, I was about to post about this, and then saw this thread. I too ave
> > had to go back to the legacy-kmod because something broke it in the last
> > couple of weeks. Was using the new one fine until then. Unfortunately I
> > didnt know it was broken as have been working remotely and thus not in
> > front of the machine. But I doubt that the Radeon stopped being supported
> > soehow - that would be mentioned somewhere surely ? It looks like a hang
> > on loading the module to me.
>
>
> As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].
> This is good news because a) the video quality is better, and, b) it
> supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I
> get a green status bar again in tmux.)
>
> In other words, it may be that whatever broke in graphics/drm-kmod has now
> been fixed?
>
> Cheers,
>
> Paul.
>
> [1] At least working in FreeBSD 12.0-STABLE r346597.
>
>
> ___
> 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-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-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-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: Problem with STABLE-12

2019-04-26 Thread Filippo Moretti via freebsd-stable
 I tried buildworld today but it failed,I will try again later.Thanks for your 
helpFilippo

On Thursday, April 25, 2019, 5:20:46 PM GMT+2, Paul Mather 
 wrote:  
 
 On Apr 25, 2019, at 10:07 AM, Filippo Moretti  wrote:

> Did you build world yesterday and now drm-kmod is working again?The only  
> problem I have with legacy both drm and ati is that smplayer crashes the  
> system and I have to reset via power switch.


I updated and installed kernel and world on Tuesday, mainly to bring in the  
clang 8.0.0 changes.  Then, yesterday, I saw graphics/drm-fbsd12.0-kmod  
listed when I did a portsnap update and so built it on the off-chance  
whatever had been updated in it would cause it to work again on my system.  
I replaced my existing graphics/drm-legacy-kmod with it, and the system did  
not hang in multiuser when trying to load the kmod.  The resultant console  
worked like before (when I used graphics/drm-kmod).

I just looked at the graphics/drm-kmod Makefile and  
graphics/drm-fbsd12.0-kmod is the port selected for my OSVERSION (1200507)  
when installing.

Cheers,

Paul.

PS: I am only using graphics/drm-kmod for the system console, to get more  
text columns than the built-in 640x480 VGA console would otherwise allow.

> Filippo
>
> On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather  
>  wrote:
>
>
> On Apr 18, 2019, at 8:01 AM, Pete French  wrote:
>
> >
> >> I have a radeon graphics card, too.  Recently, I had a problem with the
> >> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch
> >> to graphics/drm-legacy-kmod, which at least lets the system boot again.
> >> I figure the newer graphics/drm-kmod no longer supports my old radeon
> >> card.
> >
> > So, I was about to post about this, and then saw this thread. I too ave
> > had to go back to the legacy-kmod because something broke it in the last
> > couple of weeks. Was using the new one fine until then. Unfortunately I
> > didnt know it was broken as have been working remotely and thus not in
> > front of the machine. But I doubt that the Radeon stopped being supported
> > soehow - that would be mentioned somewhere surely ? It looks like a hang
> > on loading the module to me.
>
>
> As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].
> This is good news because a) the video quality is better, and, b) it
> supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I
> get a green status bar again in tmux.)
>
> In other words, it may be that whatever broke in graphics/drm-kmod has now
> been fixed?
>
> Cheers,
>
> Paul.
>
> [1] At least working in FreeBSD 12.0-STABLE r346597.
>
>
> ___
> 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-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-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: Problem with STABLE-12

2019-04-25 Thread Filippo Moretti via freebsd-stable
 Did you build world yesterday and now drm-kmod is working again?The only 
problem I have with legacy both drm and ati is that smplayer crashes the system 
and I have to reset via power switch.Filippo

On Thursday, April 25, 2019, 4:00:00 PM GMT+2, Paul Mather 
 wrote:  
 
 On Apr 18, 2019, at 8:01 AM, Pete French  wrote:

>
>> I have a radeon graphics card, too.  Recently, I had a problem with the  
>> graphics/drm-kmod hanging on boot in multi-user.  My fix was to switch  
>> to graphics/drm-legacy-kmod, which at least lets the system boot again.  
>> I figure the newer graphics/drm-kmod no longer supports my old radeon  
>> card.
>
> So, I was about to post about this, and then saw this thread. I too ave  
> had to go back to the legacy-kmod because something broke it in the last  
> couple of weeks. Was using the new one fine until then. Unfortunately I  
> didnt know it was broken as have been working remotely and thus not in
> front of the machine. But I doubt that the Radeon stopped being supported  
> soehow - that would be mentioned somewhere surely ? It looks like a hang  
> on loading the module to me.


As of yesterday, the graphics/drm-fbsd12.0-kmod port is working for me[1].  
This is good news because a) the video quality is better, and, b) it  
supports colour, which graphics/drm-legacy-kmod didn't seem to.  (So now I  
get a green status bar again in tmux.)

In other words, it may be that whatever broke in graphics/drm-kmod has now  
been fixed?

Cheers,

Paul.

[1] At least working in FreeBSD 12.0-STABLE r346597.

___
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-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Problem with STABLE-12

2019-04-17 Thread Filippo Moretti via freebsd-stable
I previously reported that I was unable to boot my system with STABLE-12 of 
april 13 the system stop at Loading kernel modules.I installed stable-12 
snapshot of april 11 on a second disc to try to rescue the first one.I could go 
on with my plan until I installed drm kmodand addedd 
kld_list=/boot/modules/radeonkms.ko in /etc/rc.conf 
now also this second disk no longer boots,it stops in Loading kernel 
modules.Further how can I mount ada0p3 partition rw on this second disc 
considering that bot are zfs?(I could not figure this out mysel)I plan to 
reinstall on the second disksincerelyFilippo
___
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"


STABLE-12 system does not boot

2019-04-13 Thread Filippo Moretti via freebsd-stable
I upgraded my amd64 box to today stable but the system no longer boot it hangs 
or reboots after Loading kernel modulesAny help appreciated.I can still access 
the system via kernel old.I did not get any error during the the 
update,sincerelyFilippo
___
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: ld-elf.so.1: /usr/local/lib/libglib-2.0.so.0: Undefined symbol "environ" (RPI/arm64)

2019-02-24 Thread Filippo Moretti via freebsd-stable
 For what it may be worth I built it with LLVM80-RC from ports and I did not 
experience tis problemsincerely
Filippo

On Saturday, February 23, 2019, 8:12:00 PM GMT+1, Dimitry Andric 
 wrote:  
 
 On 23 Feb 2019, at 16:48, Jan Beich  wrote:
> 
> Jakub Lach  writes:
> 
>> Hello,
>> 
>> I'm on FreeBSD 12.0-STABLE #0 r344261 amd64.
>> 
>> I've rebuilt all ports after clang 7 import to 12-STABLE.
>> 
>> Now I get with mplayer
>> 
>> ld-elf.so.1: /lib/libc.so.7: Undefined symbol "__progname"
> 
> https://svnweb.freebsd.org/changeset/ports/490727 needs to be adjusted
> for -STABLE as well.

No, the correct solution is to fix mplayer's linker script, or better,
to delete it entirely. :-)  Afterwards, r490727 can be reverted.

-Dimitry

  
___
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"


Problem building kernel STABLE12 amd64 arch

2019-02-17 Thread Filippo Moretti via freebsd-stable
I tried to update stable to yesterday build and I get the following error on 
amd64 arch
linking kernel
ld: error: undefined symbol: iflib_get_softc
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_legacy_intr)

ld: error: undefined symbol: iflib_admin_intr_deferred
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_legacy_intr)

ld: error: undefined symbol: iflib_get_softc
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_tx_queues_alloc)

ld: error: undefined symbol: iflib_dma_alloc_align
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_tx_queues_alloc)
ld: error: undefined symbol: iflib_get_softc
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_rx_queues_alloc)

ld: error: undefined symbol: iflib_dma_alloc_align
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_rx_queues_alloc)

ld: error: undefined symbol: iflib_get_softc
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_queues_free)

ld: error: undefined symbol: iflib_dma_free
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_queues_free)

ld: error: undefined symbol: iflib_get_dev
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_pre)>>>   
>>>if_vmx.o:(vmxnet3_attach_pre)

ld: error: undefined symbol: iflib_get_sctx
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_pre)

ld: error: undefined symbol: iflib_get_softc_ctx
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_pre)

ld: error: undefined symbol: iflib_get_ifp
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_pre)

ld: error: undefined symbol: iflib_get_media
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_pre)

ld: error: undefined symbol: iflib_set_mac
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_pre)
ld: error: undefined symbol: iflib_get_softc_ctx
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_post)

ld: error: undefined symbol: iflib_get_softc
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_post)

ld: error: undefined symbol: iflib_dma_alloc_align
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_post)

ld: error: undefined symbol: iflib_dma_alloc_align
>>> referenced by if_vmx.c
>>>   if_vmx.o:(vmxnet3_attach_post)

ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all 
errors)
*** Error code 1

Stop.
Stop.
make[2]: stopped in /usr/obj/usr/src/amd64.amd64/sys/STING_VT
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

Any help appreciatedsincerelyFilippo


___
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"


Console message in 12-STABLE

2019-01-04 Thread Filippo Moretti via freebsd-stable
I enclose the message I get in console I did edit my kernel config file but by 
no means I am a kernel hackersincerelyFilippo12-STABLE amd64

dmesg
Description: Binary data
___
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: Problem with FreeBSD-11.0-Beta1

2016-07-15 Thread Filippo Moretti via freebsd-stable
The system was installed as 11_CURRENT and I did not have any issue until 
ALPHA-4.I did install everything from portsand I did install all of the /etc 
during mergemaster and mergemaster -p.I do have a another disk with 10.3-STABLE 
butI never tried to run applications from current in stable or the other 
way.Filippops I did delete an old library I rebuilt windowmaker and I have no 
complaint about it 

On Friday, July 15, 2016 6:31 PM, Karl Denninger <k...@denninger.net> wrote:
 

 On 7/15/2016 11:17, Kevin Oberman wrote:
> 11.0 has not been released. You are much more likely to get a useful
> response from current@.
>
> On Fri, Jul 15, 2016 at 5:09 AM, Filippo Moretti via freebsd-stable <
> freebsd-stable@freebsd.org> wrote:
>
>> I have the following problem when I start the system:
>
>
>> Unknown user name "avahi"                      in message bus
>> configuration fileUnknown user name "polkitd"                  in message
>> bus configuration file
>> Unknown user name "polkitd"                    in message bus
>> configuration fileUnknown user name "colord"                    in message
>> bus configuration file
>> Unknown user name "pulse"                      in message bus
>> configuration fileUnknown user name "polkit"                      in
>> message bus configuration file
> Unknown user name "haldaemon"            in message bus configuration file
>
> Failed to start message bus:
>
> Could not get VID and GID for username "messagebus"
>
> /etc/rc:Warning:failed to start dbus
>
> On the same computer I have a disk with 10.3_STABLE with the same
>> configuration files and everything is working properly.When in X  I launch
>> firefox I get the following errorLibGL error:
> failed to open drm device:Permission denied
>
> LibGL error :failed to load driver: r 300
>
> This is very likely due to failure to start dbus
>
> sincerely
>
> Filippo
>
>
> Note: I have tried to recover the mail format above. Whatever mail tool you
> used totally garbled things by removing line breaks.
>
> First, how did 11.0Beta-1 get installed? How sis your ports (X11, dbus,
> pulseaudio, etc.) get installed? When moving from one major release to
> another (10 to 11), you need to reinstall all ports/packages. The
> installation process is what creates these"users".
>
> It looks like you are just trying to run the things in /usr/local from your
> 10.3 system. This simply will not work.
> --
> Kevin Oberman, Part time kid herder and retired Network Engineer
> E-mail: rkober...@gmail.com
> PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683

Actually it SHOULD work unless you deleted the old libraries (in which
case it definitely won't!); the dynamic loader is smart enough to do the
right thing and load the correct (older) version of the shared libraries
required.

If this has been broken in recent releases IMHO that's not so good. 
There *are* instances where an older binary is all there is for a given
application (e.g. from a vendor!) and thus backward compatibility when
you roll forward the operating system is something that a lot of people
(myself included) have both used and relied on for a very long time.

Yes, I understand that you can't *count* on that working, particularly
if the app in question makes explicit reference to things in the kernel
environment.  But absent that they certainly should run.

One instance where they didn't was with the armv6/armv6hf case where the
floating point format changed, but that happened in the -CURRENT
environment where ABI breakage is a known (and thus accepted) risk of
running -CURRENT.  (That particular one manifested in some nasty ways
too in that going the "wrong way" would result in a binary that
executed, did not produce any exceptions or traps, but produced
incorrect floating-point results!  I have code "in the wild" that checks
for this specific circumstance on startup "just in case")

Now if you do perform a merge and only accept part of it you can get in
a lot of trouble with user and group IDs and similar, which is what
appears to have happened here.  It's pretty easy to get bit by that if
you have local changes in your passwd and group files (and most people
do), "leave them for later" and then don't go back and merge the new
entries by hand.  That sounds like what's occurred here; check in
/var/tmp, assuming you told mergemaster to keep it when done.

Since the svn repo for stable/11 is now there and when checked out
builds BETA1 this IMHO appears to be the right place to discuss it.

-- 
Karl Denninger
k...@denninger.net <mailto:k...@denninger.net>
/The Market Ticker/
/[S/MIME encrypted email preferred]/

  
___
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"

Problem with FreeBSD-11.0-Beta1

2016-07-15 Thread Filippo Moretti via freebsd-stable
I have the following problem when I start the system:Unknown user name "avahi"  
    in message bus configuration fileUnknown user name 
"polkitd"   in message bus configuration file
Unknown user name "polkitd"    in message bus configuration 
fileUnknown user name "colord"     in message bus configuration 
file
Unknown user name "pulse"  in message bus configuration 
fileUnknown user name "polkit"  in message bus 
configuration fileUnknown user name "haldaemon"    in message bus 
configuration fileFailed to start message bus:Could not get VID and GID for 
username "messagebus"/etc/rc:Warning:failed to start dbusOn the same computer I 
have a disk with 10.3_STABLE with the same configuration files and everything 
is working properly.When in X  I launch firefox I get the following errorLibGL 
error: failed to open drm device:Permission deniedLibGL error :failed to load 
driver: r 300This is verylikely due to failure to start dbus.sincerelyFilippo

___
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"

PAE Kernel does not boot

2015-11-29 Thread Filippo Moretti via freebsd-stable
I compiled a PAE kernel but it does not boot:it stops in trying to mount the 
root partitionthese are some info from dmesg:Copyright (c) 1992-2015 The 
FreeBSD Project.Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 
1993, 1994        The Regents of the University of California. All rights 
reserved.FreeBSD is a registered trademark of The FreeBSD Foundation.FreeBSD 
10.2-STABLE #30 r291096: Fri Nov 20 21:09:23 CET 2015    
root@sting:/usr/obj/usr/src/sys/STING_VT i386FreeBSD clang version 3.4.1 
(tags/RELEASE_34/dot1-final 208032) 20140512VT(vga): resolution 640x480CPU: 
Intel(R) Pentium(R) 4 CPU 3.20GHz (3200.05-MHz 686-class CPU)  
Origin="GenuineIntel"  Id=0xf41  Family=0xf  Model=0x4  Stepping=1  
Features=0xbfebfbff
  Features2=0x441d  AMD 
Features=0x10  TSC: P-state invariantreal memory  = 4294967296 (4096 
MB)avail memory = 3016163328 (2876 MB)Event timer "LAPIC" quality 400ACPI APIC 
Table: FreeBSD/SMP: Multiprocessor System Detected: 2 
CPUsFreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads cpu0 (BSP): APIC ID:  
0 cpu1 (AP/HT): APIC ID:  1
It looks like that PAE should be supportedsincerelyFilippo
___
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"