make installworld crashes the system in g_slice_access geom_slice.c:127

2021-02-16 Thread Ali Abdallah via freebsd-current
rom my poudriere server through NFS, since I wasn't sure about the state of the files in /usr/obj... Regards, Ali ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

snd_hda random crack noise on Realtek ALC257

2021-01-13 Thread Ali Abdallah
e=oss//dev/dsp0 video_file.mp4 That worked with firefox as well, even under heavy load. I don't have pulseaudio, but I've tried also sound with pulseaudio and sndio, same issue. Any thoughts? Ali ___ freebsd-current@freebsd.org mailing list

MII media status race condition causing fictitious link down

2020-12-26 Thread Ali Abdallah
ad). [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252165 Regards, -- Ali Abdallah | SUSE L3 Engineer GPG fingerprint: 51A0 F4A0 C8CF C98F 842E A9A8 B945 56F8 1C85 D0D5 ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/

Re: Issues with USB-C external monitors

2020-12-03 Thread Ali Abdallah
Sorry for the noise, you can the patches at the following link: https://github.com/Alix82/FreeBSD-xorg-drm-hotplug On 03.12.2020 08:05, Ali Abdallah wrote: > On 02.12.2020 11:28, Ali Abdallah wrote: > > Actually Xorg on FreeBSD with UDEV is compiled with > > --disable-config-ude

Re: Issues with USB-C external monitors

2020-12-03 Thread Ali Abdallah
On 02.12.2020 11:28, Ali Abdallah wrote: > Actually Xorg on FreeBSD with UDEV is compiled with > --disable-config-udev-kms, thus the server never calls: > > udev_monitor_filter_add_match_subsystem_devtype > > for GPU devices, and thus libudev-devd doesn't forward kms

Re: Issues with USB-C external monitors

2020-12-02 Thread Ali Abdallah
as I use xorg server with devd on my FreeBSD 12.x machines. Thanks, Ali ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Issues with USB-C external monitors

2020-12-02 Thread Ali Abdallah
On 01.12.2020 20:33, Poul-Henning Kamp wrote: > > > When I last tried this on my T480/T3-Dock/xorg, the screen comes back, but > xrandr shows it with ever increasing names "DP-3", "DP-4" etc. > > For now I've given up and use the T480's HDMI output instead. I've noticed that as well, th

Re: Issues with USB-C external monitors

2020-12-02 Thread Ali Abdallah
g further into the issue as I feel it should be easy to solve. > > Scott > Ali ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Issues with USB-C external monitors

2020-12-01 Thread Ali Abdallah
On 01.12.2020 17:10, myfreeweb wrote: > >> __snippet__ > >> res = drmModeGetResources(fd); > >> for (int i = 0; i < res->count_connectors; ++i) { > >> conn = drmModeGetConnector(fd, res->connectors[i]); > > Note: you can run graphics/drm_info instead of writing custom code. Thanks for the tip.

Issues with USB-C external monitors

2020-12-01 Thread Ali Abdallah
e if I can trigger the X server to re-scan drm connectors and eventually remove those that vanished, and add newly detected connectors. On Linux that seems to work automatically. Any thoughts? Regards, Ali. ___ freebsd-current@freebsd.org mailing list h

HD audio problem on FreeBSD 12.1 bhyve VM

2020-09-22 Thread Ali Abdallah
Red 0 hdaa0: Caps: IN Sense: 0x8000 (connected) hdaa0: NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 I tried sysctl dev.hdac.0.polling=1 with no success. Note that: The above problem is also reproducible on 13-Current 20200917. Any help is appreciated. Kind regards

No battery detected due to _STA method removal

2018-11-11 Thread Ali Abdallah
Hello, I hope the fix for the bug below will be committed before FreeBSD 12 is released. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227191 Cheers, Ali ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: fuser does not list id of processes that have a file

2018-10-20 Thread Ali Abdallah
>> I tested on zfs, perhaps there is something extra going on on other filesystems. I tested on UFS2, and I get nothing out of the patched fuser.c. On Thu, Oct 18, 2018 at 11:24 PM Mateusz Guzik wrote: > On 10/17/18, Ali Abdallah wrote: > >> diff --git a/usr.bin/fstat/fuser

Re: fuser does not list id of processes that have a file

2018-10-16 Thread Ali Abdallah
> diff --git a/usr.bin/fstat/fuser.c b/usr.bin/fstat/fuser.c > index b4225328fc1f..17d06f1c5b13 100644 > --- a/usr.bin/fstat/fuser.c > +++ b/usr.bin/fstat/fuser.c > @@ -92,7 +92,7 @@ struct consumer { >STAILQ_ENTRY(consumer) next; > }; > struct reqfile { > - uint32_tfsid; >

fuser does not list id of processes that have a file

2018-10-16 Thread Ali Abdallah
Hello, On FreeBSD 12 ALPHA9 > less .vimrc > fuser .vimrc .vimrc: gives no pid, on FreeBSD 11.2 the above works as expected. Regards, Ali ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-curr

Re: Resume Issue with em(4) ALPHA7

2018-09-30 Thread Ali Abdallah
I'm having also the same problem on my Thinkpad x230. However I'm running a minimal kernel, so usually I do kldunload/kldload if_em, to reset the hardware and to avoid a reboot. Hopefully this gets fixed soon. Cheers, Ali On Sat, Sep 29, 2018 at 7:06 PM Pete Wright wrote: > He

Re: Intel help with i915 drm-next-kmod (was: drm / drm2 removal in 12)

2018-09-12 Thread Ali Abdallah
On Wed, Sep 12, 2018 at 4:19 AM, Graham Perrin wrote: > On 25/08/2018 09:32, Ali Abdallah wrote: > > Isn't Intel supposed to be working on a native drm driver for FreeBSD? > > > > https://bwidawsk.net/blog/index.php/2018/06/i965- > compiler-architecture-from-201

Re: drm / drm2 removal in 12

2018-08-25 Thread Ali Abdallah
Isn't Intel supposed to be working on a native drm driver for FreeBSD? https://bwidawsk.net/blog/index.php/2018/06/i965-compiler-architecture-from-2015/ On Sat, Aug 25, 2018 at 12:19 AM, Matthew Macy wrote: > > > On Fri, Aug 24, 2018 at 14:53 Ali wrote: > >> On Tue, Aug

Re: drm / drm2 removal in 12

2018-08-24 Thread Ali
On Tue, Aug 21, 2018 at 06:54:54PM -0700, Matthew Macy wrote: > Just in case anyone misses the change to UPDATING: > > 20180821: > drm and drm2 have been removed. Users on powerpc, 32-bit hardware, > or with GPUs predating Radeon and i915 will need to install the > graphics

Re: top -n -o res shows empty output

2018-07-18 Thread Ali Abdallah
I have submitted a bug report with a patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229842 Best, Ali On Tue, Jul 17, 2018 at 1:41 PM Ali Abdallah wrote: > Hello, > > From around the revision r334918, the command 'top -n -o res' shows empty > output. > &

top -n -o res shows empty output

2018-07-17 Thread Ali Abdallah
Hello, >From around the revision r334918, the command 'top -n -o res' shows empty output. With best regards, Ali ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, sen

Re: flash for 9-beta3

2011-10-11 Thread Ali Mashtizadeh
-side RPC client connection After some google searching it seems it has to do with a compile/runtime time change in the linux syscall interface. I experimented with the changing the linux osrelease sysctl but it hasn't fixed the issue for me. ~ Ali On Mon, Oct 10, 2011 at 8:00 PM, Nenhum_d

Re: x11/nvidia-driver / Compilation has failed

2011-10-06 Thread Ali Mashtizadeh
come in handy from now on so I can use those to avoid this issue. Thanks, ~ Ali On Wed, Oct 5, 2011 at 5:47 PM, Scot Hetzel wrote: > On Wed, Oct 5, 2011 at 4:43 PM, Ali Mashtizadeh wrote: >> On Wed, Oct 5, 2011 at 2:27 PM, Scot Hetzel wrote: >>> On Wed, Oct 5, 2011 at 3:52 P

Re: x11/nvidia-driver / Compilation has failed

2011-10-05 Thread Ali Mashtizadeh
I ran buildworld and installworld again, but the module still won't load. Also, if I enable linux compatibility the original bug from this email chain is still present. On Wed, Oct 5, 2011 at 2:27 PM, Scot Hetzel wrote: > On Wed, Oct 5, 2011 at 3:52 PM, Ali Mashtizadeh wrote: >>

Re: x11/nvidia-driver / Compilation has failed

2011-10-05 Thread Ali Mashtizadeh
Is there any reason I should still be hitting this bug when building on 9-STABLE? With Linux compatibility disabled I can build the driver, but the kernel refuses to load it saying it's incompatible with my kernel version. ~ Ali 2011/8/31 Alexey Dokuchaev : > On Mon, Aug 29, 2011 at 02

Re: x11/nvidia-driver / Compilation has failed

2011-10-05 Thread Ali Mashtizadeh
I did that. In fact I decided to remove all ports and rebuild all my ports based on a snapshot from portsnap that is one day old at this point. ~ Ali On Wed, Oct 5, 2011 at 2:05 PM, Garrett Cooper wrote: > On Wed, Oct 5, 2011 at 1:52 PM, Ali Mashtizadeh wrote: >> Is there any reason

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-11 Thread Ali Mashtizadeh
help new engineers ramp up faster. [1] http://www.reviewboard.org/ ~ Ali On Mon, Jul 11, 2011 at 2:48 PM, Arnaud Lacombe wrote: > Hi, > > On Mon, Jul 11, 2011 at 5:14 PM, Andriy Gapon wrote: >> on 11/07/2011 23:33 Arnaud Lacombe said the following: >>> For the rec