search for: mhh

Displaying 20 results from an estimated 51 matches for "mhh".

Did you mean: mh
2020 Jul 03
3
Get all symbols stored(?)in llvm::orc::ExecutionSession
Hey everyone, is there a way to get the name of all symbols that are stored ("stored" is not the right term - is it?) in my current ExecutionSession? I know by now that you can use "lookup" to get symbols, but this requires knowing those names. Mhh... I guess that is my shortest so far question xD Thank you in advance for any help! Kind greetings Björn Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko Lampert, Takashi Naga...
2020 Oct 09
3
nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
...bian) 2.31.1) #326 SMP Fri Oct 9 22:31:40 CEST 2020 > > ... > > [ 14.771464] nouveau 0000:01:00.0: GPU not supported on big-endian > > [ 14.771782] nouveau: probe of 0000:01:00.0 failed with error -38 > > > > big-endian? WTF? The machine is x86. > > > > mhh, we reworked the endianess checks a bit and apparently that broke > something... I will give it some thoughts, but could you be so kind > and create an mmiotrace under 5.9 with nouveau? You won't need to > start X or anything while doing it. Just enable the trace and modprobe > nouv...
2018 Jul 17
2
[PATCH 4/5] drm/nouveau: Grab RPM ref when i2c bus is in use
mhh, we shouldn't call to Linux APIs from within of nvkm. Rather gaurd the Linux glue code to the i2c stuff instead, but this is all done from inside of nvkm. I think we should move it out into drm/nouveau/nouveau_i2c.c and do the handling there. On Tue, Jul 17, 2018 at 1:59 AM, Lyude Paul <lyu...
2006 Jun 28
4
What does => mean ?
I see => is a hash in ruby so is # ,,, errrg But then I see in Rails #=> and then render :action => ''list.rhtml'' and other uses to it ,, I just need some sort of definition to what it mean, is it redirect send_to ''then'' no wait : is then ,,, help... -- Posted via http://www.ruby-forum.com/.
2018 Aug 25
2
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
On Fri, 24 Aug 2018 23:53:14 +0200 Waishon <waishon009 at gmail.com> wrote: > Hi again, > > sorry for spaming ;) > > wbinfo -U shows on the second machine only: > root at FS/# wbinfo -U 0 > failed to call wbcUidToSid: WBC_ERR_DOMAIN_NOT_FOUND > Could not convert uid 0 to sid > > On the other machine it returns the correct SID. > > Maybe that's a
2004 Oct 08
1
Ceiling question
Hi! I have a setup where I want to prefer traffic on one port (for testing purposes I used port 22) my setup is : tc qdisc add dev eth3 root handle 1: htb default 30 tc class add dev eth3 parent 1: classid 1:1 htb rate 96mbit burst 15k tc class add dev eth3 parent 1: classid 1:7 htb rate 2mbit burst 15k tc class add dev eth3 parent 1:1 classid 1:10 htb rate 96mbit burst 15k tc class add dev
2020 Aug 17
2
Get all symbols stored(?)in llvm::orc::ExecutionSession
...gt; > > > is there a way to get the name of all symbols that are stored (“stored” is > not the right term – is it?) in my current ExecutionSession? > > I know by now that you can use "lookup" to get symbols, but this requires > knowing those names. > > > > Mhh... I guess that is my shortest so far question xD Thank you in advance > for any help! > > > > Kind greetings > > Björn > > > > Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, > USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura,...
2003 Oct 16
5
tc filter problem with 2.4.22
Hi, I have a problem with ''tc filter'' on a 2.4.22 kernel from Slackware 9.1 distribution. The tc command binary is from htb3.6-020525.tgz (http://luxik.cdi.cz/~devik/qos/htb) I''m trying the following command sequence: tc qdisc add dev eth0 root handle 1: htb default 1 r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 1200kbit ceil 1200kbit tc class add dev
2013 Mar 06
1
[Bug 7120] Variable bandwidth limit .. bwlimit
mhh - interesting question...... what about combining the power of throttle ( http://linux.die.net/man/1/throttle ) or similar tools (there are some more like this) with rsync ? via this hint: http://lists.samba.org/archive/rsync/2006-February/014623.html i got a clue how to combine rsync and throttl...
2004 Jun 08
18
[ANNOUCE] iproute2 update
A new version of the iproute2 utilities is available to handle the new extensions for 2.6.7. * Based on the last known good version of iproute2 from Alexy * Included most of the vendor patches (except for the stupid ones). * Got rid of lots of the glibc workarounds, I intend this to build and run on 2.6 (and 2.4) only. * Fixed some parsing and formatting bugs. * Added gigabit as a rate.
2003 Mar 16
6
[LONG] Weird problem with HTB using htb.init
This is a long message. Please use a monospace font :) I''m trying to shape the traffic between my LAN and the Internet. My link is an ADSL 512/128 line. The network is shaped like this: LAN GATEWAY ROUTER ------------------ ------------- ------------ | 192.168.0.1/16 | <----> | 192.168.0.1 | <----> | 10.0.0.138
2003 Jun 12
11
htb problem
Hi, I have some interesting problem with htb , I set up root class and sub-classess: $TC qdisc add dev eth0 root handle 1: htb $TC class add dev eth0 parent 1: classid 1:1 htb rate 1990kbit ceil 2000kbit $TC class add dev eth0 parent 1:1 classid 1:10 htb rate 190kbit ceil 200kbit $TC class add dev eth0 parent 1:1 classid 1:11 htb rate 1400kbit ceil 1600kbit $TC class add dev eth0 parent 1:1
2020 Oct 09
2
nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
Hello, I'm testing 5.9.0-rc8 and found that Riva TNT2 stopped working: [ 0.000000] Linux version 5.9.0-rc8+ (zary at gsql) (gcc (Debian 8.3.0-6) 8.3.0, GNU ld (GNU Binutils for Debian) 2.31.1) #326 SMP Fri Oct 9 22:31:40 CEST 2020 ... [ 14.771464] nouveau 0000:01:00.0: GPU not supported on big-endian [ 14.771782] nouveau: probe of 0000:01:00.0 failed with error -38 big-endian? WTF? The
2020 Aug 18
2
Get all symbols stored(?)in llvm::orc::ExecutionSession
...gt; > > > is there a way to get the name of all symbols that are stored (“stored” is > not the right term – is it?) in my current ExecutionSession? > > I know by now that you can use "lookup" to get symbols, but this requires > knowing those names. > > > > Mhh... I guess that is my shortest so far question xD Thank you in advance > for any help! > > > > Kind greetings > > Björn > > > > Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, > USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura,...
2018 Jul 17
0
[PATCH 4/5] drm/nouveau: Grab RPM ref when i2c bus is in use
On Tue, 17 Jul 2018 at 20:18, Karol Herbst <kherbst at redhat.com> wrote: > > mhh, we shouldn't call to Linux APIs from within of nvkm. Rather gaurd > the Linux glue code to the i2c stuff instead, but this is all done > from inside of nvkm. I think we should move it out into > drm/nouveau/nouveau_i2c.c and do the handling there. Huh? No, this is completely fine. &...
2020 Oct 10
0
nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
...0 CEST 2020 > > > ... > > > [ 14.771464] nouveau 0000:01:00.0: GPU not supported on big-endian > > > [ 14.771782] nouveau: probe of 0000:01:00.0 failed with error -38 > > > > > > big-endian? WTF? The machine is x86. > > > > > > > mhh, we reworked the endianess checks a bit and apparently that broke > > something... I will give it some thoughts, but could you be so kind > > and create an mmiotrace under 5.9 with nouveau? You won't need to > > start X or anything while doing it. Just enable the trace and mod...
2020 Oct 28
1
nouveau broken on Riva TNT2 in 5.9.0-rc8: GPU not supported on big-endian
...> > > [ 14.771464] nouveau 0000:01:00.0: GPU not supported on big-endian > > > > [ 14.771782] nouveau: probe of 0000:01:00.0 failed with error -38 > > > > > > > > big-endian? WTF? The machine is x86. > > > > > > > > > > mhh, we reworked the endianess checks a bit and apparently that broke > > > something... I will give it some thoughts, but could you be so kind > > > and create an mmiotrace under 5.9 with nouveau? You won't need to > > > start X or anything while doing it. Just enable th...
2018 Aug 25
0
Samba fileserver member corrupt smb.ldb after joining 4.8.4 Samba DC
Hi, that's interesting. Why does my other system returns S-1-22-1-0 with the Samba Database that was provisioned before 4.8.x and only upgraded. Mhh The user.map contains: !root = SCHULE\\Administrator Have you tested the following: When running "samba ntacl get -D 10" onto a file with the permissions chown root:root, chmod 777, I get the stacktrace with the error in the above debug logs: uid_to_sid: winbind failed to find a sid for...
2023 Mar 17
0
[PATCH 34/37] drm/nouveau/nvkm/engine/gr/tu102: Completely remove unused function ‘tu102_gr_load’
On Fri, Mar 17, 2023 at 9:23?AM Lee Jones <lee at kernel.org> wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/nouveau/nvkm/engine/gr/tu102.c:210:1: warning: ?tu102_gr_load? defined but not used [-Wunused-function] > mhh, this looks a little fishy and might be a mistake not using this function. Ben, is it safe to remove it? The code seems to be slightly different things, but also looks like it needs to be rewritten a little anyway. > Cc: Ben Skeggs <bskeggs at redhat.com> > Cc: Karol Herbst <kherbs...
2009 Apr 13
2
Run Worms in FullScreen
Hi, try for long period to run Worms (2) in Fullscreen on my EEE PC (running EEEbuntu 1.XX). Sound and playing in a window works fine, but some importan details from the Game are cut off, so i wanne run this game in fullscreen. But in in Fullscreen, the grafics are totaly damaged. I am a Linux Dau, so i have no idea. Here the things happend on the console: fixme:dplay:DPL_ConnectEx