search for: meh

Displaying 20 results from an estimated 201 matches for "meh".

Did you mean: me
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...app.c -o app clean: rm -f a.o b.o liba.so libb.so app === a.c === #include <stdio.h> #include <stdlib.h> #include "shared.h" int something = 1; int something_else = 1; int something_different = 1; void moo(int x) { printf("made it to moo %d\n", x); } void meh(int x) { printf("made it to meh %d\n", x); } void foo(int x, int y, int z) { if (something) { if (something_else) { if (something_different) { ex_func(x, y, z); meh(y); } moo(x); } return; } ex_func(x, y, z); } === app.c === #include <stdio.h> #include &...
2009 Jan 16
4
Verbose Information from "zfs send -v <snapshot>"
What ''verbose information'' is reported by the "zfs send -v <snapshot>" contain? Also on Solaris 10u6 I don''t get any output at all - is this a bug? Regards, Nick -- This message posted from opensolaris.org
2015 Oct 10
2
[PATCH] nv50, nvc0: don't base decisions on available pushbuf space
...toiset at gmail.com> wrote: >>> >>> This patch looks fine except that it should be a bit more normalized. I >>> mean, sometimes you break when PUSH_SPACE fails, sometimes not. Same for >>> PUSH_SPACE calls, sometimes you add it sometimes not. >> >> Meh. We need to get our error checking situation straight, but this >> isn't the patch to do it in. > > > Yeah, but this needs to be clarified. What does?
2020 Apr 02
0
Stacktrace from 5.4.26 kernel.
...pcp:1168kB local_pcp:1168kB free_cma:0kB > [ 785.581393] lowmem_reserve[]: 0 0 0 0 0 > [ 785.581395] Node 0 DMA: 1*4kB (U) 0*8kB 0*16kB 1*32kB (U) 2*64kB (U) > 1*128kB (U) 1*256kB (U) 0*512kB 1*1024kB (U) 1*2048kB (M) 3*4096kB (M) = > 15908kB > [ 785.581399] Node 0 DMA32: 35*4kB (UMEH) 109*8kB (UMEH) 372*16kB (UMEH) > 144*32kB (MEH) 28*64kB (MEH) 37*128kB (ME) 55*256kB (UME) 0*512kB 0*1024kB > 0*2048kB 0*4096kB = 32180kB > [ 785.581404] Node 0 Normal: 347*4kB (UMEH) 250*8kB (UMEH) 655*16kB > (UMEH) 80*32kB (UMEH) 29*64kB (ME) 7*128kB (MEH) 6*256kB (MEH) 0*512kB >...
2015 Mar 17
2
Asterisk only registering at one provider
Hey, I am running default Asterisk 11.16.0 on a FreeBSD-Machine. I need to register to several other SIP-Services (actually 3): short sip.conf register => XX at a register => XX at b register => XX at c If I remember correctly this worked quite well, but I now checked the system again and it is only obeying the first register statement. "sip show registry" only reports the
2020 Mar 02
4
Question about host key algorithms
...nd server man pages. > > > > Is this intentional? > > You should query for HostKeyAlgorithms > > ssh -Q HostKeyAlgorithms > > That list should contain rsa-sha2-256 and rsa-sha2-512. > -- > main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" > "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) > putchar(b-1/(/* Chris cc -ox -xc - && ./x > */b/42*2-3)*42);} >
2018 Oct 24
1
[Bug 1284] New: nft doesn't accept interface names starting with a number
...t in iifname, oifname. Not a problem otherwise for the system to have interface names starting with a number that I can see. For example: # ip link show dev 5af3c3f0 14: 5af3c3f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc [...] # nft add rule inet filter forward iifname 5af3c3f0 jump meh Error: syntax error, unexpected jump add rule inet filter forward iifname 5af3c3f0 jump meh ^^^^ This is with nft from Debian Stretch backports' 0.9.0-1~bpo9+1. -- You are receiving this mail because: You are watching all bug changes. -----------...
2006 Feb 08
4
Fixture question...
Ok, I''m pretty sure I''ve seen this done before. I have a fixture that isn''t named the same as the table I want to insert the stuff into. Whats the right way to go about this?! Google has failed me! :( -Nick
2012 Jul 27
2
[LLVMdev] llvm dwarf debug info for locals with llvm.dbg.define
...!dbg !nr after them to get emitted at all. maybe someone can adjust http://llvm.org/docs/SourceLevelDebugging.html#format_common_declare that the two llvm.dbg. functions need a !dbg line info associated with them? Code i used that does not work (but does if !dbg !14 is added): ; ModuleID = 'meh' @.str0 = linker_private constant [7 x i8] c"heh %b\00", align 1 @"\01L_OBJC_IMAGE_INFO" = internal constant [2 x i32] [i32 0, i32 16], section "__DATA, __objc_imageinfo, regular, no_dead_strip" @llvm.used = appending global [1 x i8*] [i8* bitcast ([2 x i32]* @&...
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
...piled binaries from kernel.org? Yes. > If > using the same ipxe.krn works on 6.01 and fails on 6.02, another thing > to try is to narrow it down to a -pre release. version 6.02-pre5 works, 6.02-pre6 does not. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-si...
2007 Nov 03
4
anyone using DBMail?
...y see at the same time some advantages, but also some disadvantages. However, for an IMAP server that essentially is used only by two people, I don't think the database per se can be a problem. So, what I'm asking is: Anybody here using DBMail? Any success stories? Horror stories? "Meh" stories? If I do end up using it, most likely I'll use ver 2.2.5 (available in the EPEL repo) with CentOS 5, probably with a MySQL backend (but I'm not sure yet, SQLite might be another option). -- Florin Andrei http://florin.myip.org/
2015 Mar 18
0
Asterisk only registering at one provider
...and if I reorder them, > this effect stays the same. > > Did something changed recently in the parsing code for sip.conf or so? Nope, and I'd expect we'd be seeing many bug reports if something like this was occurring. I just did this in my general section in 11: register => meh at tacos register => hola at bob register => yolo at dave And confirmed they appeared as expected: Host dnsmgr Username Refresh State Reg.Time dave:5060 N yolo 120 Request Sent bob:5060...
2023 Mar 23
1
[libnbd PATCH v3 00/19] pass LISTEN_FDNAMES with systemd socket activation
On 3/23/23 13:09, Laszlo Ersek wrote: > V3 was here: > <http://mid.mail-archive.com/20230215141158.2426855-1-lersek at redhat.com>. Meh, *this* version is of course v4. I updated everything in my git-format-series command line, from my bash history, from the time of posting v3, *except* of course the "-v3" option... Laszlo
2011 Aug 22
1
Autoit Bug - Inputbox
In wine-1.2.2 and wine-1.3.15 on Ubuntu Inputbox() for autoit does not work. sample script: InputBox("meh", "meh") Expected result: Input window Actual result: Nothing and program exits Terminal output when compiled: fixme:win:LockWindowUpdate ((nil)), partial stub
1998 May 06
1
non root user access to smbmount shares
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's the problem we are having, We are mounting a share from a WinNT 4.0 SP3 box to our redhat 5.0 2.0.32 box using the following command: smbmount //zues/raid1 /ISO/raid1 -I pooh.shellserv.com -u 507 -g 250 - c winterhawk -U sambausr The mount works fine but here is the permissions that I end up with d--------- 1 mspieth root
2015 Aug 15
2
wordpess can't connect to DB but mediawiki can
Hey guys, I'm running both a wordpress site as well as a mediawiki off of the same web servers. The mediawiki site works great! The wordpress site, meh. Not so much. I keep getting the common database connection error: Error establishing a database connection And as far as I can tell the settings between the mediawiki site and the wordpress site are nearly identical. Here's the media wiki config first since that one's working: ## Datab...
2017 Sep 26
1
Strange problem with CentOS 7 and guest additions in VirtualBox
...tall X11: yum groupinstall "X Window System" 3. Install WindowMaker from Nux repo. 4. Launch WindowMaker (startx) to reduced 1024x768 resolution. 5. Install gcc, make and kernel-devel. 6. Build VirtualBox Guest Additions. 7. Reboot and still have a reduced 1024x768 resolution. ==> meh I made another attempt with Xfce instead of WindowMaker (yum autoremove WindowMaker && yum groupinstall Xfce), but with the same result. Any idea what's going on here? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : ht...
2016 Feb 17
1
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
On Wed, Feb 17, 2016 at 09:02:44AM +0000, Carlos Palminha wrote: > Thanks Boris. > > @Daniel, do you want me to resend this patch or will you fix it directly in mode-fixup git branch? I can fix the typos, but I'm meh on the whitespace change ;-) Imo that doesn't need a resend. -Daniel > > On 16-02-2016 16:58, Boris Brezillon wrote: > > On Tue, 16 Feb 2016 14:19:06 +0000 > > Carlos Palminha <CARLOS.PALMINHA at synopsys.com> wrote: > > > >> This patch set nukes all th...
2016 Feb 17
1
[PATCH 11/16] drm/atmel-hldcd: removed optional dummy crtc mode_fixup function.
On Wed, Feb 17, 2016 at 09:02:44AM +0000, Carlos Palminha wrote: > Thanks Boris. > > @Daniel, do you want me to resend this patch or will you fix it directly in mode-fixup git branch? I can fix the typos, but I'm meh on the whitespace change ;-) Imo that doesn't need a resend. -Daniel > > On 16-02-2016 16:58, Boris Brezillon wrote: > > On Tue, 16 Feb 2016 14:19:06 +0000 > > Carlos Palminha <CARLOS.PALMINHA at synopsys.com> wrote: > > > >> This patch set nukes all th...
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
...binary syslinux files from kernel.org booting fails with latest version 6.02: Loading ipxe.krn... ok Booting kernel failed: Invalid argument It does work with version 6.01, though. Any hints how to fix this regression? -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-si...