search for: earnshaw

Displaying 20 results from an estimated 47 matches for "earnshaw".

2020 Apr 20
3
[PATCH v4] vhost: disable for OABI
...ING themselves have a dependency since these are selected. Add a new symbol for that. We should be able to drop this dependency down the road. Fixes: 20c384f1ea1a0bc7 ("vhost: refine vhost and vringh kconfig") Suggested-by: Ard Biesheuvel <ardb at kernel.org> Suggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- changes from v3: update commit log clarifying the motivation and that it's a temporary fix. suggested by Christoph Hellwig drivers/misc/mic/Kconfig | 2 +- drivers/net/caif/Kconfig | 2 +...
2020 Apr 20
3
[PATCH v4] vhost: disable for OABI
...ING themselves have a dependency since these are selected. Add a new symbol for that. We should be able to drop this dependency down the road. Fixes: 20c384f1ea1a0bc7 ("vhost: refine vhost and vringh kconfig") Suggested-by: Ard Biesheuvel <ardb at kernel.org> Suggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- changes from v3: update commit log clarifying the motivation and that it's a temporary fix. suggested by Christoph Hellwig drivers/misc/mic/Kconfig | 2 +- drivers/net/caif/Kconfig | 2 +...
2010 Aug 12
1
Stream HD video
...source to theora with this comand: ffmpeg -i in.wmv > -vcodec libtheora -sameq -acodec libvorbis -ac 2 -sameq out.ogg > > Now I have a theora video. How can I stream this video with Icecast2? > Is there any guide? > > Thanks for all and best regards. > > 2010/8/12 E Ferguson Earnshaw <ferguson.earnshaw at gmail.com>: > > I agree I have not seen any H264 streaming info for icecast2. > > If you are however interested in using ogg/vorbis (Theora) look up Theora > > Streaming Studio in the Theora Cookbook and it will give you some info. > > Additionall...
2010 Aug 12
2
Stream HD video
I agree I have not seen any H264 streaming info for icecast2. If you are however interested in using ogg/vorbis (Theora) look up Theora Streaming Studio in the Theora Cookbook and it will give you some info. Additionally if you wish to script this task you can look up the info on the three commands TSS wraps, specifically dvgrab/ffmpeg2theora/oggfwd. if your source file is in a h264 medium you
2020 Apr 27
0
[PATCH v4] vhost: disable for OABI
...a Kconfig warning. Else the issue will be ignored silently. > We should be able to drop this dependency down the road. > > Fixes: 20c384f1ea1a0bc7 ("vhost: refine vhost and vringh kconfig") > Suggested-by: Ard Biesheuvel <ardb at kernel.org> > Suggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I cal...
2010 Aug 12
0
Stream HD video
...for yours replys. I change my video source to theora with this comand: ffmpeg -i in.wmv -vcodec libtheora -sameq -acodec libvorbis -ac 2 -sameq out.ogg Now I have a theora video. How can I stream this video with Icecast2? Is there any guide? Thanks for all and best regards. 2010/8/12 E Ferguson Earnshaw <ferguson.earnshaw at gmail.com>: > I agree I have not seen any H264 streaming info for icecast2. > If you are however interested in using ogg/vorbis (Theora) look up Theora > Streaming Studio in the Theora Cookbook and it will give you some info. > Additionally if you wish to scr...
2001 Aug 21
1
wine error: insufficient memory
...installed everything correctly.&nbsp; However, whenever I attempt to install windows98 or any other application, wine tells me that I do not have enough memory to do so, even though I have plenty of it.&nbsp; Does anyone have any suggestions. <p>Thanks in advance. <pre>-- Berton Earnshaw berton11@home.com www.game-theories.com email anti-spammed: remove 7 from reply address</pre> &nbsp;</html>
2005 Jun 10
0
Re: Re: Re: Problems with testing Openldapservertelnetloc alhost 389
Andreas Bauer wrote: >>> But I need smbpasswd accounts? > > Tony Earnshaw schrieb >> All the accounts go into LDAP. All users, machines, groups, are in >> LDAP. Nothing should go into /etc/passwd. > > I do not mean in /etc/passwd, but create an account like smbpasswd -a > -u user in /etc/samba/ or with pdbedit -a -u user. Because, I need a > pass...
2005 May 08
2
Samba docs
Hi, especially John H. T :) I'm yet again plodding through chapter 14 of the Samba-HOWTO-Collection.pdf. Not because I can't make what's in it work for me, I did that long ago, I found out for myself, because a great deal of what's in it is wrong. I just got fed up with trying to get Nagios to work - I gave up, for various reasons and started on the Samba doco. At the risk of
2005 Apr 21
3
Description of LDAP-attribute sambaSIDList
Dear List, I found some new LDAP attributes in the latest samba.schema, that where definitely not there when setting up our environ- ment. Unfortunately I cant find any description of these attributes, especially sambaSIDList. Does anybody has an definite description of that attribute, how it is used and how it should be administered, as the latest smbldap-tools do not use it... Thanks,
2020 Apr 06
0
[PATCH v2 2/2] vhost: disable for OABI
...> with struct member alignment. > > > > Note: we can't make VHOST and VHOST_RING themselves have > > a dependency since these are selected. Add a new symbol for that. > > > > Suggested-by: Ard Biesheuvel <ardb at kernel.org> > > Siggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> > > typo ^^^ Thanks! > > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > > --- > > drivers/misc/mic/Kconfig | 2 +- > > drivers/net/caif/Kconfig | 2 +- > > drivers/vdpa/Kconfig | 2 +- > >...
2020 Apr 06
2
[PATCH v2 2/2] vhost: disable for OABI
...irtio Kconfig declaration, and add a comment that it has to do with struct member alignment. Note: we can't make VHOST and VHOST_RING themselves have a dependency since these are selected. Add a new symbol for that. Suggested-by: Ard Biesheuvel <ardb at kernel.org> Siggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/misc/mic/Kconfig | 2 +- drivers/net/caif/Kconfig | 2 +- drivers/vdpa/Kconfig | 2 +- drivers/vhost/Kconfig | 17 +++++++++++++---- 4 files changed, 16 insertions(+), 7 deletions(...
2020 Apr 06
2
[PATCH v2 2/2] vhost: disable for OABI
...irtio Kconfig declaration, and add a comment that it has to do with struct member alignment. Note: we can't make VHOST and VHOST_RING themselves have a dependency since these are selected. Add a new symbol for that. Suggested-by: Ard Biesheuvel <ardb at kernel.org> Siggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/misc/mic/Kconfig | 2 +- drivers/net/caif/Kconfig | 2 +- drivers/vdpa/Kconfig | 2 +- drivers/vhost/Kconfig | 17 +++++++++++++---- 4 files changed, 16 insertions(+), 7 deletions(...
2005 Apr 02
2
OT Windows policy question
List, Thanks tremendously to JC and JHT for guiding (nay, kicking) me toward getting ACLs to work on RHAS3. Reading the RH sysadmin guide about ACLs and searching elsewhere, as well as thinking for myself, were also a pre. Now for something completely different: High school in Amsterdam Netherlands: - RHAS3 - Samba 3.0.11 RPC, not ADS (no way we're upgrading while the bug reports keep
2020 Apr 16
2
[PATCH v3] vhost: disable for OABI
...member alignment. Note: we can't make VHOST and VHOST_RING themselves have a dependency since these are selected. Add a new symbol for that. Link: https://lore.kernel.org/r/20200406121233.109889-3-mst at redhat.com Suggested-by: Ard Biesheuvel <ardb at kernel.org> Suggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes from v2: - drop prompt from VHOST_DPN - typo fix in commit log - OABI is a possible ARM config but not the default one drivers/misc/mic/Kconfig | 2 +- drivers/net/caif/Kconfig | 2 +-...
2020 Apr 16
2
[PATCH v3] vhost: disable for OABI
...member alignment. Note: we can't make VHOST and VHOST_RING themselves have a dependency since these are selected. Add a new symbol for that. Link: https://lore.kernel.org/r/20200406121233.109889-3-mst at redhat.com Suggested-by: Ard Biesheuvel <ardb at kernel.org> Suggested-by: Richard Earnshaw <Richard.Earnshaw at arm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes from v2: - drop prompt from VHOST_DPN - typo fix in commit log - OABI is a possible ARM config but not the default one drivers/misc/mic/Kconfig | 2 +- drivers/net/caif/Kconfig | 2 +-...
2005 May 16
2
Alternative way of installing Windows printer drivers on a Samba 3.0 server
Base: Red Hat RHAS3, PDC security = user Samba 3.0.14a Cups 1.1.17 Windows XP Pro Epson C42UX (cheap inkjet) USB to the server I was looking for an alternative to the immensely complicated Add Printer Wizard procedure (APW) detailed in chapter 19.6 of the Samba HOWTO guide. The following is a method that works for me, I don't necessarily expect it to work for others, and I'd value any
2005 May 20
3
samba4 openldap
I see that samba4 will have it's own LDAP database. How will the support for OpenLDAP be? if anyone knows. Will I have the option to use OpenLDAP still for all the new features so as to be able to use current apps that use OpenLDAP already? If anyone has info regarding this, it would be appreciated. Thanks. Caleb O'Connell
2005 Feb 09
1
Compile on RHAS/RHEL3?
List, both on RHAS3 update3, update 4, Samba source code 3.0.9 thru 11 gives SIGSEGVs on make check. Installing the buggers and trying to run them gives the same. *THOUGH*. The Red Hat beta 3.0.9 srpm at fr2.rpmfind.net comples and runs "like a little sun" ("net als een zonnetje", in Dutch). Anyone compiled Samba 3.0.11 on Red Hat RHAS3/RHEL3? Not "how", just
2005 Mar 16
1
Attachment. who can I best report this to for forensis?
Johan B, please let it through+ The headers are needed. I live in the Netherlands, where the police contacts for this sort of thing are grey and unknown to me. The Metropolitan Police (London only) in England is 100% on the ball, but they're under resourced and I don't live in their "manor" (London slang for area). I'd like to push it out to as powerful an organization