Displaying 10 results from an estimated 10 matches for "assuimg".
2005 Jul 15
7
How to query the package owning the file? (no packahe manger installed)
Guys recently I had this question asked in a technical interview.
How do I find out the package owning a particular file, when no package
managers are installed?
I am assuimg SRPMs are used to install the software?
Is this actually possible? Install the Linux OS without a package manager?
I know "rpm -qf filename" gives the package owning the file.
But how to get the package name when I don't have any package manager?
Maybe this was a question to rattle...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
...the code itself is what i took from tom peppers sc proxy script and
incorperated our own auth system for icecast2
i know i got it close with ogg and it seems to be when i tweak the
$str.=fread($sp,4096);
bit amount, i get different results, 4096 works fine for mp3 on icecast2 and
shoutcast, but im assuimg maybe there is more or less to read from
the ogg headers?? if so what would be the correct amount?
Dave St John
Mediacast1 Administration
Need Support ?
http://mediacast1.com/helpdesk
----- Original Message -----
From: "Michael Smith" <msmith@xiph.org>
To: <icecast-dev@xiph.or...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
...ers sc proxy script and
> >incorperated our own auth system for icecast2
> >i know i got it close with ogg and it seems to be when i tweak the
> >$str.=fread($sp,4096);
> >bit amount, i get different results, 4096 works fine for mp3 on icecast2
and
> >shoutcast, but im assuimg maybe there is more or less to read from
> >the ogg headers?? if so what would be the correct amount?
>
> the correct amount would vary depending on what your http response headers
> look like.
>
> don't read a flat 4096 amount, this will (as Mike said) most likely read
in...
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...what i took from tom peppers sc proxy script and
>incorperated our own auth system for icecast2
>i know i got it close with ogg and it seems to be when i tweak the
>$str.=fread($sp,4096);
>bit amount, i get different results, 4096 works fine for mp3 on icecast2 and
>shoutcast, but im assuimg maybe there is more or less to read from
>the ogg headers?? if so what would be the correct amount?
the correct amount would vary depending on what your http response headers
look like.
don't read a flat 4096 amount, this will (as Mike said) most likely read in
part of the vorbis headers...
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...> >incorperated our own auth system for icecast2
> > >i know i got it close with ogg and it seems to be when i tweak the
> > >$str.=fread($sp,4096);
> > >bit amount, i get different results, 4096 works fine for mp3 on icecast2
>and
> > >shoutcast, but im assuimg maybe there is more or less to read from
> > >the ogg headers?? if so what would be the correct amount?
> >
> > the correct amount would vary depending on what your http response headers
> > look like.
> >
> > don't read a flat 4096 amount, this will (as M...
2017 Nov 29
3
RFC: Adding 'no-overflow' keyword to 'sdiv'\'udiv' instructions
...uction while ensuring lanes that may have zero values do not trigger a trap.
Implementation considerations:
Initially all the targets can scalarize vector sdiv\udiv instructions to one with 'nof' by using guards for each lane:
%r = sdiv <4 x i32> %a, %b can be lowered to:
(assuimg %a = <i32 %a.0, i32 %a.1, i32 %a.2, i32 %a.3>, %b = <i32 %b.0, i32 %b.1, i32 %b.2, i32 %b.3> and %r = <i32 %r.0, i32 %r.1, i32 %r.2, i32 %r.3>)
If CheckSafety(%a.0,%b.0):
%r.0 = sdiv nof i32 %a.0, %b.0
If CheckSafety(%a.1,%b.1):
%r.1 = sdiv nof i32 %a.1, %b.1
If CheckSa...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
> You must have some other, unrelated, problem, presumably elsewhere in your
> code.
this is what i have, and does work with mp3, but ogg does not want to work.
im testing with winamp, you think that may be the issue?
<p><p>fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
for ($i=0; $i<120; $i++) {
if (feof($sp)) break;
$str.=fread($sp,4096);
2019 Apr 06
5
DsReplicaSync failed - WERR_LOGON_FAILURE // Failed to bind to uuid for ncacn_ip_tcp - NT_STATUS_LOGON_FAILURE
Am Sa., 6. Apr. 2019 um 18:01 Uhr schrieb Rowland Penny via samba <
samba at lists.samba.org>:
> On Sat, 6 Apr 2019 17:21:26 +0200
> Martin Krämer <mk.maddin at gmail.com> wrote:
>
> > Hello Rowland,
> >
> > thanks for your help.
> > Below my comments
>
> > > See here:
> > >
> > > http://apt.van-belle.nl/
> > >
2004 Aug 06
5
icecast2 ogg vorbis client request headers
...own auth system for icecast2
> > > >i know i got it close with ogg and it seems to be when i tweak the
> > > >$str.=fread($sp,4096);
> > > >bit amount, i get different results, 4096 works fine for mp3 on
icecast2
> >and
> > > >shoutcast, but im assuimg maybe there is more or less to read from
> > > >the ogg headers?? if so what would be the correct amount?
> > >
> > > the correct amount would vary depending on what your http response
headers
> > > look like.
> > >
> > > don't read a fla...
2019 Apr 10
0
DsReplicaSync failed - WERR_LOGON_FAILURE // Failed to bind to uuid for ncacn_ip_tcp - NT_STATUS_LOGON_FAILURE
...- & gidNumbers for
users & groups,but not for computers?
4. Did I understand correctly that if I set the uid- & gidNumbers via
samba-tool or ldbedit there is no verification if an uid- & gidNumber
already exists?
--- that was the understanding part - now the real questions :) ---
5. Assuimg 3&4 is correct, what happens if I create one user/group via
samba-tool/ldbedit and another one via ADUC - does ADUC take care of not
using the same uid-/gidNumber as of the user created/set within
samba-tool/ldbedit?
6. Assuimg 2 is correct that means I have to take care about setting the
uid-...