Support of the Intel HD 4600 (Haswell) graphics seems to be broken

2017-10-09 Thread Rostislav Krasny
Hi,

I've FreeBSD 11.1-RELEASE-p1 installed on an Intel Core i7 4790 based
machine. I use the CPU integrated HD 4600 graphics and its support
seems to be broken.

Can't start Lumina and Xfce. Can start the standard xorg's twm
(startx) but Firefox can't use DRM or D-Bus and crashes. See
screenshots of errors saved at the following URLs:

http://i66.tinypic.com/287k5s2.jpg
http://i66.tinypic.com/33bmko4.jpg

Xorg logs have no error.

Is it a known issue? Any workaround?
___
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: automount usb msdosfs no partition table

2017-10-09 Thread Tomasz CEDRO
On Mon, Oct 9, 2017 at 8:59 PM, Scott Bennett  wrote:
> Tomasz CEDRO  wrote:
>> i cannot format that device, as its the "firmware feature" that it has no
>> partition table.. i would have to fix the firmware.. but it would be nice
>> to automount it anyway as macos, linux and windoze can :-)
>  Well, put a partition table onto it, then.  You can use either gpart(8)
> or fdisk(8) to do that and to create a slice, and then use newfs_msdos(8) to
> create the file system.
>  I understood from your previous message that you wanted to create a FAT32
> file system on /dev/da0 rather than on /dev/da0s1, which meant on the bare
> device rather than on a slice.  Otherwise, create the partition table, create
> a slice, and proceed.

The problem is device has hardcoded filesystem, with no partition
table, all this is created by firmware on device boot, cannot get
formatted nor partitioned.. I can mount it by hand.. but it does not
get automounted.. and exactly this part is the problem and quest here
:-) :-)

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
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: automount usb msdosfs no partition table

2017-10-09 Thread Scott Bennett
Tomasz CEDRO  wrote:

> i cannot format that device, as its the "firmware feature" that it has no
> partition table.. i would have to fix the firmware.. but it would be nice
> to automount it anyway as macos, linux and windoze can :-)
>
 Well, put a partition table onto it, then.  You can use either gpart(8)
or fdisk(8) to do that and to create a slice, and then use newfs_msdos(8) to
create the file system.
 I understood from your previous message that you wanted to create a FAT32
file system on /dev/da0 rather than on /dev/da0s1, which meant on the bare
device rather than on a slice.  Otherwise, create the partition table, create
a slice, and proceed.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at sdf.org   *xor*   bennett at freeshell.org  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
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: automount usb msdosfs no partition table

2017-10-09 Thread Tomasz CEDRO
i cannot format that device, as its the "firmware feature" that it has no
partition table.. i would have to fix the firmware.. but it would be nice
to automount it anyway as macos, linux and windoze can :-)

--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
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"


automount usb msdosfs no partition table

2017-10-09 Thread Scott Bennett
On Date: Mon, 9 Oct 2017 01:10:19 +0200 Tomasz CEDRO  wrote:

> I need to configure automount for a testing machine. It seems to work
> fine, except for two issues:

 I've never used the automounter, so I can't help you with that.
>
> 1. Mount point does not disappear after device disappears, what makes
> things harder to script when device is gone. automount -c does not
> remove the mountpoint, only restarting the service does. It is a bug
> or feature?
>
> 2. Automounter does not mount USB Pendrive / MSDOSFS devices that does
> not have a parition table. Some USB Drives does not have valid
> partition table, they appear as /dev/da0 and can be mounted with
> mount_msdosfs /dev/da0 /mnt, but they are not recognised by
> automounter.. how can I make it work with such devices?
>
 Try newfs_msdos(8).


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at sdf.org   *xor*   bennett at freeshell.org  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
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: zfs, iSCSI and volmode=dev

2017-10-09 Thread Eugene M. Zheganin

Hi,

On 27.09.2017 16:07, Edward Napierala wrote:
2017-08-30 11:45 GMT+02:00 Eugene M. Zheganin >:


Hi,


I have an iSCSI production system that exports a large number of
zvols as the iSCSI targets. System is running FreeBSD
11.0-RELEASE-p7 and initially all of the zvols were confugured
with default volmode. I've read that it's recommended to use them
in dev mode, so the system isn't bothered with all of these geom
structures, so I've switched all of the zvols to dev mode, then I
exported/imported the pools back. Surprisingly, the performance
has fallen down like 10 times (200-300 Mbits/sec against 3-4
Gbits/sec previously). After observing for 5 minutes the ESXes
trying to boot up, and doing this extremely slowly, I switched the
volmode back to default, then again exported/imported the pools.
The performance went back to normal.


So... why did this happen ? The result seems to be
counter-intuitive. At least not obvious to me.


I don't really have an answer - mav@ would be the best person to ask.  
Based
on his description, "ZVOLs in GEOM mode don't support DPO/FUA cache 
control
bits, had to chunk large I/Os into MAXPHYS-sized pieces and go through 
GEOM."
There also used to be so that TRIM was only supported in the "dev" 
mode, but

that changed a while ago.

Yeah, but you mean dev is faster by design. So was my first thought too, 
but it seems like the opposite. Default volmode is geom, and it's much 
faster than dev.


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: 11.1-STABLE Images

2017-10-09 Thread Glen Barber
On Mon, Oct 09, 2017 at 12:05:30PM -0400, David Boyd wrote:
> All,
> 
> There is no link from the web site to the 11.1-STABLE images.
> 
> 10.4-STABLE and 12.0-CURRENT are present.
> 

Fixed in r51091.  The URLs should be visible on the next website build.

Glen



signature.asc
Description: PGP signature


11.1-STABLE Images

2017-10-09 Thread David Boyd
All,

There is no link from the web site to the 11.1-STABLE images.

10.4-STABLE and 12.0-CURRENT are present.

Thanks.
___
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: 10.4 release - is the binary update corrupt?

2017-10-09 Thread Glen Barber
On Sun, Oct 08, 2017 at 12:04:25PM +0100, Matthew Seaman wrote:
> If you consistently get broken patch files from whichever of the update
> servers you get directed to, that probably means that update server
> needs some TLC.  Please do report that to clusteradm@...

s/clusteradm@/secteam@/

Glen



signature.asc
Description: PGP signature


Re: console-only freebsd

2017-10-09 Thread Chris H
On Sat, 7 Oct 2017 09:49:40 -0700 Freddie Cash  wrote

> On Oct 7, 2017 7:21 AM, "tech-lists"  wrote:
> 
> Hi,
> 
> I have a freebsd 11-stable installation on a (gutless) netbook. What I'd
> like is full functionality via the console[1]. One of the things it needs
> is some graphics capability but without xorg. So I'm thinking, svga or
> libSDL. For example, let's say to view a jpg file. If this is possible from
> the console, what program or port would one use to view a gif or jpg file?
> 
> [1] by console, I mean the consoles accessed via alt-f1 to alt-f7 [2]
> [2] can the number of consoles be increased?
> 
> 
> Tmux or screen will give you an unlimited number of virtual terminals using
> only a single TTY. And give you the ability to split the console into
> multiple windows.

You might also find this article by Warren Block of value:

http://www.wonkity.com/~wblock/docs/html/hiresconsole.html

--Chris
> 
> Cheers,
> Freddie
> ___
> 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: my build time impact of clang 5.0

2017-10-09 Thread Boris Samorodov

04.10.2017 15:26, Matt Smith пишет:

On Oct 04 13:03, krad wrote:

have you tried meta builds and pkgbase?


I was going to say this. Because my build times have increased so 
massively on my underpowered server I've switched to doing incremental 
builds. Set WITH_META_MODE=yes in /etc/src-env.conf and add 
kld_list="filemon" to /etc/rc.conf with a kldload filemon.


Doing this makes builds take a couple of minutes on average rather than 
12 hours.


I was bitten twice by this process. It was at the time of INO-64bit
change (I track only CURRENT). Since then I build base packages without
meta mode on.

pkgbase I have been monitoring the mailing list, but I haven't actually 
tried it yet. The problems with /etc merging makes me twitchy.


However, I've never got any errors like this using an auto etc update,
something like:
---
# fetch 
/FreeBSD-base/FreeBSD:12:amd64/latest/FreeBSD-etcupdate-latest.tbz2 
-o /tmp/pkg/FreeBSD-etcupdate-latest.tbz2 &&  etcupdate -t 
/tmp/pkg/FreeBSD-etcupdate-latest.tbz2

---

--
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
___
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"

Microsoft Dynamics 365, AX and NAV Users

2017-10-09 Thread suzy.technol...@outlook.com


Hi,

I was going through your website and I understood that you're associated in 
Microsoft Dynamics CRM/ERP/NAV; would you be interested in reaching out to 
following Microsoft Dynamics Users for your Marketing Initiatives like Email 
Marketing, Tele Marketing and Direct mailings?

Our Database includes:
* Microsoft Dynamics NAV Users
* Microsoft Dynamics AX Users
* Microsoft Dynamics GP Users
* Microsoft Dynamics ERP Users
* Microsoft Azure Users
* Microsoft Dynamics CRM Users

Industries:- Retail, Finance, Payroll, Oil & Gas, Offshore, Energy, 
Manufacturing, Financial Management, Supply Chain Management, Automotive, 
Banking , Life Science, Computer and IT, Construction and many more.

If its sound value please send me your target audience below, so that we can 
provide few sample just for your review.

Your target Industry ?
Your target Geography __?
Your target job title _?

I look forward for your response,

Thanks & Best Regards,
Suzy Parker
Marketing Manager

P Please consider the environment - do you really need to print this email?

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