Displaying 16 results from an estimated 16 matches for "_wrong_".
2005 Jan 25
3
IPP2P broken?
Hi,
I tried shorewall 2.2.0-rc4 and 2.2.0-rc5 on 3 different machines (just to be sure it''s not pebkac). The IPP2P support is broken, line like:
DROP loc net ipp2p
generates:
iptables -A loc2net -j DROP
that''s _wrong_ :)
i have tried playing with debug to no avail, and I''m not that good at bashing...
just to be complete, the suggested status.txt from one of the machines is attached.
btw if any of you have any hint on setting up P2P filtering, or some good howto, please send a link. I had some limited...
2013 Oct 03
2
Resource map sanity check fails after GRUB "keeps" the gfx mode
...he simplefb region is wrong. We have to mark the
system-framebuffer as BUSY, otherwise we might end up with a corrupted
framebuffer after loading other real hw drivers.
In other words: The fact that we used to not reserve
platform-framebuffer regions before 3.12 trips us now because it is
actually _wrong_ to load real hw drivers like nvidiafb while the
platform-framebuffer is still available. So the failure we get now
just tells us that nvidiafb and friends do horrible things.
TL;DR
To fix this, we want real hardware drivers to remove
platform-framebuffer devices and release their resources before...
2002 Jul 25
1
password authentication failing for winbind
...root (I suppose because root doesn't have to provide a password to take on an
identity), but if I try to su to that account from another user account, I'm
challenged for a password, and get the response "su: incorrect password", but
even this is interesting, because if I enter the _wrong_ password, I get a
second password prompt, while if I enter the correct one, I get the error
message immediately.
I ran "/usr/sbin/winbind -i -d 100", but nothing is output when I use wbinfo,
try logins, etc.
Does anyone have any debugging suggestions for me? This must be something
real...
2006 Dec 19
0
Calling FormOptionsHelper select method in controller
All,
I know that it is _wrong_ for me to do it, but I would like to know what
is the easiest way for me to call the select() method in
ActionView::Helpers::FormOptionsHelper from within a controller?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this...
2009 May 18
0
Re: [smbd][PATCH] Writing EAs when overriding files
...e text for GK0' f1
setfattr -n $'user.CB0' -v $'Some text for CB0' f2
setfattr -n $'user.MY0' -v $'Some text for MY0' f3
getfattr -d f3
cp --preserve=xattr f1 f3
cp --preserve=xattr f2 f3
getfattr -d f3
Ouch ...
To me, that xattr accumulating behaviour is just _wrong_ - even
a security bug, cause former "file info" is still there...
A dest file copy is a 100% copy of the source - point!
(how does SELinux cope with that ...?)
Ok - that's atm the *nix way...
Cheers, G?nter
--
Coreutils related:
http://www.mail-archive.com/bug-coreutils@gnu.org/msg...
2013 Oct 04
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
...> IORESOURCE_BUSY might prevent some framebuffer drivers from
> > accessing the resource.
>
> Meh! I now understand the problem:
Great!
> In other words: The fact that we used to not reserve
> platform-framebuffer regions before 3.12 trips us now because it is
> actually _wrong_ to load real hw drivers like nvidiafb while the
> platform-framebuffer is still available. So the failure we get now
> just tells us that nvidiafb and friends do horrible things.
I actually hoped to hear from you something like that. It's good to
have limitations if they are well unders...
2005 Jun 16
3
Excel files first row not being read
hi,
i am using the RODBC package to read excel files using
odbcConnectExcel and susequently sqlFetch to read the contents of the
file.
the file that i use is just a matrix of numbers thats all. no headers
and column names. what happens is that the sqlFetch is not reading my
first row of numbers.
i have tried different combinations of colnames and rownames logical
values but that first row is not
2006 May 30
2
16 bits, cast on idct function
Hi all,
Just a stupid question
The IDctSlow function on file idct.c has this line :
ip[0] = (ogg_int16_t)((_Gd + _Cd ) >> 0);
The ip[0] , _Gd and _Cd are of type ogg_int32_t
My question is:
The result of (_Gd + _Cd) can be a number with more than 16 bits ?
(yes, it can be because they are int32, but the algorithm could
guarantee something about that... I dont know...)
If
2013 Oct 02
2
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hi Pavel
On Wed, Oct 2, 2013 at 11:46 PM, Pavel Roskin <proski at gnu.org> wrote:
> On Wed, 2 Oct 2013 16:47:29 +0200
> David Herrmann <dh.herrmann at gmail.com> wrote:
>
>> Thanks for your investigations. I finally sent my patch and put you on
>> CC. Sorry for the delay, but I have mostly catched up with all emails
>> now.
>>
>> This really just
2004 Aug 06
4
Sacrilege, but...
...entation changed that icecast must have depended on. I ran
icecast on 4 boxes, running 6 server per box, with a
straight-out-of-the-box compile for almost a year. We didn't have any
stuttering problems.
It's true that sock.c did have a bug in it. But several of the proposed
patches were _wrong_. The one in CVS should be correct.
Saying that icecast is only appropriate for testing is wrong. Many
people use it on a daily basis for production work.
It looks like there's a legitimate hard-to-find bug in there somewhere,
but on the bright side, icecast 2 seems to have _none_ of these
p...
2017 Apr 09
0
failed to set times on ... Invalid argument (22) and what to do with it
...a disk-related data field being
dependent on the CPU word size ( both time_t and long have the word size
on GCC ), there is an obvious problem here: while tv_sec field, by
definition, _can_not_ have a "wrong" value (e.g. negative numbers here
may look weird, but they are not, per se, _wrong_) -- tv_nsec field
actually can have an unacceptable value.
First of all, it is not expected to be negative: imho on Linux
UTIME_OMIT is (-2), that is, we ban negative nanoseconds.
Next, although the standard never says so, it is apparently not
/expected/ for these values to be greater than one...
2004 Jul 06
13
OGG/OGM media container
Hi all,
Xiph aims at developing open-standards media formats. Though xiph.org
tells about vorbis/theora/flac/speex, nothing is mentioned about container
to use (that is ogg/ogm). I have a few questions
Is there a difference between ogg and ogm? I guess its only the extension
that is different and everything else is same.
Some tools (like ogmtools) are available to create ogm files. What is
2009 Oct 20
8
Stub that returns hash values
Is it possible to create a stub that returns hash values.
For example I would like to convert this:
@siteItem = stub(''plmSiteItem'', :one => "uno")
To something like this:
@siteItem = stub(''plmSiteItem'', {''one'' => ''uno'', ''two'' => ''dos''} )
So that I can do this:
2004 Aug 06
7
Sacrilege, but...
Hi all,
I'm afraid that having spent yet another entire day floundering around in
the world of icecast, I've really now got to the point of asking a
difficult question.
I set up an icecast server back in early 1999, and it seemed to work fine
for months. We had a server crash here that meant I had to go and reget
the sources to rebuild, and ever since then it has been nothing but
2008 Sep 08
13
list corner case
I'm curious how people think the following *should* be interpreted:
- one
2. two
http://babelmark.bobtfish.net/?markdown=-++one%0D%0A2.+two%0D%0A%0D%0A
As you can see, implementations split into three groups here:
(a) treat as an unordered list
Markdown.pl, Python markdown, MultiMarkdown, BlueCloth, MarkdownJ,
Showdown
(b) treat as an unordered list with an ordered
2006 Feb 10
14
[PATCH] TC: bug fixes to the "sample" clause
PATCH 1
=======
On my machine tc does not parse filter "sample" for the u32
filter. Eg:
tc filter add dev eth2 parent 1:0 protocol ip prio 1 u32 ht 801: \
classid 1:3 \
sample ip protocol 1 0xff match ip protocol 1 0xff
Illegal "sample"
The reason is a missing memset. This patch fixes it.
diff -Nur iproute-20051007.keep/tc/f_u32.c iproute-20051007/tc/f_u32.c