search for: weirder

Displaying 20 results from an estimated 125 matches for "weirder".

2016 Dec 16
4
OT: Blank mails from this list
...you know Valeri Galtsev <galtsev at kicp.uchicago.edu? her department >> is near what you had marked on chigo map. > > I'm a boy ;-) (yes, some names are weird) > }} aware that Valeri is 'both ways'. 8=) did not know which way you are. ;=) some with weird names are weirder than their names. in many ways. -- The important thing is not to stop questioning. - Albert Einstein CentOS GNU/Linux 6.8 KDE 4.3.4 peace out. tc,hago. g . =+= Tired of having your microsoft os hacked? Change to Linux os, used by microsoft hackers. =+= If Bill Gates got a dime for every...
2007 Mar 07
4
Strange Problem With Unwanted, Transient Caching
...d_by_id(params[:id]) || Order.new ... end I noticed that when params[:id] is nil, the finder still retrieves an order -- the order whose id matches the :customer_id which is in my params hash. Weird. I then noticed that if I ran the finder a second time, it correctly returned nil. Weirder. And I found the same behaviour if I replaced the find_by_id with find_by_sql using the SQL statement it generated in the log. A weird clue? Putting all this another way, this code generates the output below: def edit puts "params: #{params.inspect}" puts "params...
2013 Apr 03
2
strange behavior with active relation any? method
...rectly evaluates to true because the relation contains one returned record. However, I run the same query within the Rails app itself, and any? must evaluate @drivers in the view to either false or nil, because the else is triggered instead when I click on second page in view. What''s even weirder is that when I call inspect on @drivers, then @drivers.any? is evaluated to true in the view when I click on the second page using kaminari: @drivers = Driver.select("drivers.*, #{sort_column}") .joins([:reports, :driving_habits]) .by_month(for...
2014 Mar 24
2
PROM vbios fetching issues
Hello, One of my GPU (GK107/NVE7) fails to properly fetch its vbios from PROM at boot time but, if I blacklist the module and load it myself later on, it always succeeds. To make things weirder, the same card works great on another computer. Here is the relevant code in Nouveau to fetch the vbios from PROM: http://code.woboq.org/linux/linux/drivers/gpu/drm/nouveau/core/subdev/bios/base.c.html#nouveau_bios_shadow_prom The only solution I found to this problem is to try up to 16 times in...
1998 Oct 22
1
NT machines can't see each other
I recently set up Samba on a sparc 2 running sun os 4.1.3. It's set up as the browse master. We have a few PC's running NT, 95, & 98. On the NT machines, only the unix box shows up in the network neigborhood. Win95 & 98 are a little weirder: some machines show up and others don't. Any ideas on where to start? I've read the browsing docs and everything looks correct. Chris -- ========================================================================== Christopher Holmes Phone: 978-371-9115 x12 Papillo...
2006 May 18
2
Redirection of Desktop
...y the HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Desktop to %LOGONSERVER%\profiles\%USERNAME%. On the samba server I have a share that hosts the profiles under %N\profiles\%U However, if I create a file on the desktop, nothing shows up on the desktop. What is even weirder, if I look at the H: drive which is defined by samba under logon drive = H:, I see the file in this directory. Does anyone know why this might be happening with Samba?
2005 Sep 26
2
Wine not properly loading config file
...I'm trying to swtich the 640x480 resolution to 800x600. So I modified the " "Desktop" = "640x480" " to this line " "Desktop" = "800x600" ". Nothing happens to the resolution when I load wine and notepad, i'm still at 640x480. Even weirder, if I take the config file and rename it to another name like config.test, Wine load without any problem (still at 640x480) I tried searching for all config files on my system and renamed or changed the value to 800x600, nothing. Same thing happens when I change the value for the disc drive... /.wi...
2016 Dec 19
1
OT: Blank mails from this list
...ear what you had marked on chigo map. >> > >> > I'm a boy ;-) (yes, some names are weird) >> > >> }} >> >> aware that Valeri is 'both ways'. 8=) >> >> did not know which way you are. ;=) >> >> some with weird names are weirder than their names. in many ways. > > You guys are just hillarious... X-D Believe it or not: just the other day I saw _your_ spelling of the word hilarious: hillarious - implying "voted for "Hillary" ;-) Valeri (in attempt to stay hilarious) > > -- > //Sorin > >...
2008 Nov 26
1
Hints stopped working suddently
...ot;show hints" does show the hints, and they seem correct). But when I do dial using one of the SIP registrations, I don't see those hints being changed in the CLI (at verbose) like I used to. My hints keep on showing "idle", even though I am making a call. Making this even weirder, if a phone falls off the grid I do get the subscription become "unavailable". It's just the "on call" hint that does not seem to work. So it seems not to be a firewall/routing issue. I don't think it's the phones, since Asterisk doesn't seem to update it...
2006 Jun 01
3
Image corrupted on upload
Hi, I''m using the below method to copy/upload a file. The outcome is an image with the proper dimensions but looks garbled and pixelated. I''m baffled as to what''s going on. What''s even weirder is this same function with the same image works for my colleague. He is using OS/10 and I am using Windows Media Center. Any ideas? # # destination is the pathname of the target # file is the source file # 1 def upload_file(file, destination) 2 File.open(destination, "w") {...
2013 Jun 04
1
bug in samba-tool w.r.t. (sub)domains
...create for each subdomain that comes out of bind. I can deal with this, but it's cumbersome :-( The bug I'm talking about is this, when I was trying to add a subdomain, I found that samba4 retains a trailing . (dot), the root of the fqdn tree, which is usually omitted. To make this even weirder, I can add foo.bar.com and foo.bar.com. and both will be listed as pszZoneName when asking samba-tool for "dns zonelist localhost". This is treated by samba as a different subdomain, so when I add "x.foo.bar.com" and I later query the address for "x" in subdomain...
2013 Dec 19
2
[LLVMdev] LLVM ARM VMLA instruction
...section 6.5 "Expressions" in the C standard, and I can see that 6.5.8 would seem to agree with you assuming that a "floating expression" is a subset of "expression"...is there any other part of the standard that you know of that I can reference? This is made a little weirder by the fact that gcc and clang have a 'fast' setting for fp-contract, but the C standard that I'm looking at states that it is just an "on-off-switch". On Wed, Dec 18, 2013 at 11:17 AM, Tim Northover <t.p.northover at gmail.com>wrote: > > http://llvm.org/bugs/sh...
2007 Apr 28
1
major cifs bug in 2.6.19+?
...tory's content! e.g. under Windows or linux 2.6.18 "ls parent" 1subdir/ 2subdir/ file1 "ls parent/1subdir/" file2 file3 under 2.6.19/20 "ls parent" 1subdir/ 2subdir/ file1 "ls parent/1subdir" 1subdir 2subdir file1 Totally weird - totally BROKEN. Even weirder, if I use BASH's command line completion support, doing "ls parent/1subdir/1sub<TAB>" works, then works again, then actually shows the content of that sub-directory! (i.e. "ls parent/1subdir/1subdir/1subdir" shows what "ls parent/1subdir" should) I have seen...
2006 Apr 29
3
FreeBSD 6 - DirectAdmin - dovecot
Since version 1.0 I experience strange problems with dovecot. At the moment I have beta 7 installed. I use FreeBSD 6.0. * Pop3 works * Imap works, but only when i telnet to localhost * In all other cases I can't connect to the server. Tried with squirrelmail, uebimau and thunderbird. Squirrelmail after a long time waiting: "ERROR: Connection dropped by IMAP server."
2005 Oct 05
1
Unable to boot my USB flash drive, even with USB-ZIP trick...
...nizes that particular device for what it is. In case it's related, this is the mkdiskimage command line I used to the best of my memory: mkdiskimage -4 /dev/sda 239 64 32 I used 239 cylinders even though I have a 256MB device just in the hopes that maybe it will increase compatibility on some weirder systems out there by some maybe 1%, but, it probably does nothing. Still, I'm strapped for space, but, I can still afford to give up <6MB just in that vague possibility it will be more likely that more systems will accept the drive. I keep diagnostic tools and such on this flash drive to h...
2006 Apr 17
4
Is "target" a reserved word?
I''m working on a cost estimation tool, that allows each estimate created to override base assumptions of price, cost, etc. Everything was fine, until we said, "Let''s add a ''target net revenue'' property." So, the resource model got a "target" column. The override model got a "new_target" column. But, whenever I set
2008 Dec 11
1
Weird problem with parked call expiration
...picking them up. The problem is what happens after the the 45 seconds have expired. The behavior wanted is that the person who put the call on "park" is called back after 45 seconds. What ACTUALLY happens is that the phone who got put on park calls itself back!!! To make things weirder, this only happens on one phone (as far as I know), and only 80% of the time (sometimes, it works fine). On other phones, I have a 100% success rate. All phones are Polycom phones (650 is the culprit). The phones all have the same SIP settings and are in the same SIP context. Same keys are used to...
2016 Sep 07
1
Winbind / Samba auth problem after username change
BTW I just tried the getent command again and it gets even weirder: # getent passwd ren_test4 ren_test4:*:12521:10513:ren_test4:/home/NLI.LOCAL/ren_test4:/bin/bash then did another getent after a couple of seconds: # getent passwd ren_test4 ren_test3:*:12521:10513:ren_test3:/home/NLI.LOCAL/ren_test3:/bin/bash This is...well..I have no damn clue XD...
2016 Apr 25
2
Samba 4.2 domain member fails to access files
Hi everybody, 1 of 3 mostly identical domain members gives me NT_STATUS_ACCESS_DENIED and I fail to debug this. But what's even weirder is the workaround I found by chance. I got 4 servers, all running Debian's Samba 4.2.10. 1 is a classic NT4 domain controller, the other 3 are joined as domain members. Their configuration is practically identical. The PDC uses an smbpasswd backend. No winbindd. Trying to list e.g. a user&...
2016 Mar 16
2
difference between --target, -mcpu, -march
I'm confused about the clang --target, -mcpu, -march Can someone give a clear explanation on what is the difference between them? Originally I thought need to specify -mcpu (which I assume means CPU) and -march but then I can't figure out how --target fits into the picture. Sometimes it tells me that -march or -mcpu options is not used. I would really appreciate any help on this. --