Displaying 20 results from an estimated 3290 matches for "craziness".
2003 Nov 21
5
MOH - Hold Button - I think I'm going crazy
Ok... I know I have asked this question before, but have never gotten an
answer... When I press the hold button on my phone, should the caller
hear music just like when I park the caller or transfer them to another
extension?
Please assist...
-gcc
2018 Jul 10
4
[PATCH v35 1/5] mm: support to get hints of free page blocks
NAK.
On Tue, Jul 10, 2018 at 2:56 AM Wei Wang <wei.w.wang at intel.com> wrote:
>
> +
> + buf_page = list_first_entry_or_null(pages, struct page, lru);
> + if (!buf_page)
> + return -EINVAL;
> + buf = (__le64 *)page_address(buf_page);
Stop this garbage.
Why the hell would you pass in some crazy "liost of pages" that uses
that lru
2018 Jul 10
4
[PATCH v35 1/5] mm: support to get hints of free page blocks
NAK.
On Tue, Jul 10, 2018 at 2:56 AM Wei Wang <wei.w.wang at intel.com> wrote:
>
> +
> + buf_page = list_first_entry_or_null(pages, struct page, lru);
> + if (!buf_page)
> + return -EINVAL;
> + buf = (__le64 *)page_address(buf_page);
Stop this garbage.
Why the hell would you pass in some crazy "liost of pages" that uses
that lru
2008 Mar 14
1
crazy behavior after Error (PR#10956)
Full_Name: Jan Somorcik
Version: 2.6.0
OS: Windows XP HOME
Submission from: (NULL) (158.195.31.33)
I used to run a simulation with 5000 iterations. For a long time everything was
OK, but since yesterday R stops after 500-1500 iterations [never at the same
position] with an [random?] Error message [always something else, e.g.:
Error in ans[[i]] <- tmp : incorrect number of arguments to
2007 Dec 20
5
Apache2 module -- feedback appreciated
Hey folks,
I''ve just uploaded an apache2 module[1] to our Google Code
repository[2]. It''s based largely on the recipe available on the
Puppet trac[3], but with a fair amount of modification and
generalization... Basically, it provides abstractions for config file
snippets, site definitions, and apxs modules -- and then "basic" and
"debian"
2011 Sep 05
2
I’m crazy about rails
I’m crazy about rails. it is a so beautiful thing! I want to try my
best to learn it well. anyone who can share some experience and
resource. thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this
2015 Jan 11
4
Help with IPv6 /48 block
El 10/01/2015 a las 04:03 p.m., John R Pierce escribi?:
> On 1/10/2015 12:56 PM, F. Mendez wrote:
>> We need that same with IPv6 since we have a /48 and we need to have
>> all IPv6s available for usage.
>
> Do you realize that a ipv6 /48 is a septillion IP addresses? thats
> 1,208,925,819,614,629,200,000,000 individual IPs ?
>
> Or, its 65536 /64 subnets of
2006 Jun 07
2
script/console cursor goes crazy sometimes on XP
I''m on WinXP SP2, Ruby 1.8.4, Rails 1.1.2.
Sometimes when I''m editing a line in script/console - that is, I''m using
the cursor keys or backspace key to edit the text on the current line -
the cursor suddenly flies off to the previous line out in space
somewhere, and typing anything after that just results in characters
being entered at weird places.
Anybody else
2003 Dec 26
1
[Bug 779] Chroot environment for sftp client crazy
http://bugzilla.mindrot.org/show_bug.cgi?id=779
Summary: Chroot environment for sftp client crazy
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: Other
URL: http://aixpanish.com
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo:
2008 Sep 08
0
Gumboy Crazy Adventures DEMO v.1.22, no 3D acceleration
Hello, I cannot get a 3D acceleration to work in Gumboy Crazy Adventures DEMO v.1.22. 3D acceleration works fine in other games under wine.
There is an entry (http://appdb.winehq.org/objectManager.php?sClass=version&iId=13410) in appdb about Gumboy Crazy Adventures v.1.15 that works great. I didn't test it, cannot find that demo version on the net.
2003 Jan 19
1
Crazy IP-Communication
Hi there,
in a specal case I want to send IP packets from one IP address to another IP
address on the same multihomed linux box. The problem is, that the packets
should leave the box by passing one ethernet interface, go through a
hub/switch and get back into the box via the second interface.
Well, this sounds crazy.
Anyway, does anyone know a solution?
Bernd
2008 Jan 14
1
crazy isolinux bug?- cmdline truncated only on vaio vgn-n250e
Ok, this is crazy, but I have a livedvd I created with fedora-8's
syslinux-3.36-7.fc8
and when I boot under qemu ( -boot d -cdrom /dev/dvd) it boots just
fine, but when I boot it on the actual hardware (vaio vgn-n250e), the
kernel cmdline gets truncated at about the 99th character, causing problems.
The same exact physical livedvd booted on a different box does not get
truncated.
The
2010 Dec 23
2
sendmail / logwatch relaying issue - driving me crazy
Hallo, *<:-)
may be I'm to tired to see the solution, maybe someone can give me a hint?
I do have a couple of servers, sending the daily logwatch report to a
central support email account.
Some servers do have DNS A and CNAME records. On my mailserver relaying
for the servers is allowed.
Only one server drives me crazy, getting user unknown or releaying
denied messages.
Any idea, how
2015 Apr 02
4
NFS Stale file handle drives me crazy (Centos 6)
Hi folks,
I have a Centos 6 NFS server, which dirves me crazy.
The directory I try to export cant be accessed by different clients.
I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems.
At the client side I get errors like:
mount.nfs: Stale file handle
or Sysinfo set operation VSI_MODULE_NODE_mount failed with the tatus
Unable to query remote mount point's attributes.
On
2009 Sep 16
5
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
Since we are in the area, what *should* O1 do?
It's basically good for nothing, since it doesn't tune for size or
performance. The only good I personally ever have for it is once in a
while there is a miscompile at -O1 which narrows the problem.
Would it be crazy to make -O1 equivalent to -Os?
- Daniel
On Wednesday, September 16, 2009, Chris Lattner <clattner at apple.com>
2018 Apr 03
2
smbstatus crazy multiple same listings
Hi Folks,
Small office setup, 3 computers, 3 staff.
Recently updated system and rebooted.
Today, I am seeing crazy amounts of the same listing for clients (294 lines!) and open files...
(snipped content below, you really don't want PAGES of it!)
$ smbstatus
Samba version 4.3.11-Ubuntu
PID Username Group Machine Protocol Version
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 16, 2009, at 10:36 AM, Daniel Dunbar wrote:
> Since we are in the area, what *should* O1 do?
>
> It's basically good for nothing, since it doesn't tune for size or
> performance. The only good I personally ever have for it is once in a
> while there is a miscompile at -O1 which narrows the problem.
>
> Would it be crazy to make -O1 equivalent to -Os?
I've
2008 Apr 18
2
[Bug 15595] New: Keyboard input in Super Crazy Guitar Master Deluxe doesn' t work
http://bugs.freedesktop.org/show_bug.cgi?id=15595
Summary: Keyboard input in Super Crazy Guitar Master Deluxe
doesn't work
Product: swfdec
Version: 0.5.5
Platform: All
URL: http://uploads.ungrounded.net/310000/310792_scgmd.swf
OS/Version: Linux (All)
Status: NEW
Severity: normal
2008 Apr 18
2
[Bug 15600] New: Incorrect intro music playback in Super Crazy Guitar Master Deluxe
http://bugs.freedesktop.org/show_bug.cgi?id=15600
Summary: Incorrect intro music playback in Super Crazy Guitar
Master Deluxe
Product: swfdec
Version: 0.5.5
Platform: All
URL: http://uploads.ungrounded.net/310000/310792_scgmd.swf
OS/Version: Linux (All)
Status: NEW
Severity: normal
2015 Jan 11
1
Help with IPv6 /48 block
On 1/10/2015 8:38 PM, Gordon Messmer wrote:
> On 01/10/2015 08:10 PM, F. Mendez wrote:
>> Hello. Yes I confirm...its a /48 (this guys are crazy here at my
>> work...).
>
> It's not crazy, that's the standard deployment for a building. It's
> almost certainly not possible to use all of the addresses in such a
> space, but that's the point. IPv6 is