Displaying 20 results from an estimated 72 matches for "bizzarely".
Did you mean:
bizzare
2007 Mar 20
1
Bizzare behaviour of Samba+ADS - help needed
I have samba+ads working fine *HOWEVER* when I run net ads keytab create
it fails.
Using -d 10 the debug output says it cannot write to the file. This is
truly bizarre as I am running this as root!
e.g.
# /usr/local/opt/samba/samba-3.0.24/bin/net ads keytab create ; echo $?
183
And
/usr/local/opt/samba/samba-3.0.24/bin/net -d 10 ads keytab create ; echo
$?
Gives
[..snip..]
ads_get_kvno:
2006 Apr 10
1
Bizzare Date, DateTime, date_select issues
I''ve been banging my head against this wall for several hours, and it
hurts now so I''ll stop and ask someone.
In one of my forms I had been using a statement to extract the current
year for use with some form field calculations.
<% currentyear = DateTime.now.year %>
And then further down several date_selects like the following,
<%= date_select
2006 Mar 19
0
Bizzare DTMF on channel bank
I have incoming PSTN lines on an Adtran 750 channel bank. Calls are
evaluated by an agi script based on callerid and forwarded to an
international DID through Voxee. There is an IVR at that number that
asked to user to enter a selection. When the user presses a key, my pbx
puts the call on hold and tries to start music on hold. What's doing
this? I have no backgrounds, no listen, the call
2011 May 11
1
bizzare performance problem
I had a rather strange problem last week with one of our 8 core
servers. The users complained the performance was "slow" so I checked
the basic things, processes on top, vmstat for memory and context
switching, i/o stats for internal disk I/O, netstat for any network
issues and other things like network through put by copying a large
file (1gb file across the network).
It turned out I
2014 Sep 22
1
LS command bizzare behavior
Hi,
My bosses are running into an issue, where we type "ls" on a nfs mounted
filesystem, and files that are there are not listed...
I thought it was pilot error until my big boss showed me...
but we can vi the files, we can access them via other means if we know
the name. Then once we have accessed them, LS now shows the files.
We are running centos 6.5, we are accessing them via
2008 May 23
3
Somewhat bizzare share issue
I have 19 servers with this smb.conf share definition working:
[export]
comment = Exported Files
path = /tmp/export
guest ok = Yes
On the 20th server however, this just doesn't want to work.
I've gone through the basics of guest access and permissions more than a few times trying to figure this one out.
Approaching this from another angle, I tried the following
2006 Jun 14
2
Calls keep ringing after being picked up
Hi all, using * 1.2.9.1 and this week all of the sudden calls keep ringing
even after they've been picked up... Here's one users summary:
When I pick up the phone, I hear a dial tone and I am able to dial out.
But for some odd reason, the receiving line picks up while the outgoing line
is still ringing.
And the receiving line can hear everything while the phone is still ringing.
I tested
2010 Jul 30
4
Concept questions: Extra battery packs & additional UPSes...
* Is there a way to configure NUT so that it recognizes the huge
additional battery pack that has been attached to the 2200XL? The
51minutes runtime is a number consistent with the load we have placed on
a stock standalone 2200XL. With the extra large battery pack we've
added, the runtime should be more than 2.5 hours.
* I see the "Bizzare configuration" graphic on the
2006 Jun 28
3
ERb question with xml
In the rdoc there''s an example:
xml.em { xml.b("emp & bold") }
Which produces:
<em><b>emph & bold</b></em>
But what if I wanted to nest tags with text, i.e.:
<em>just emph and <b>emph & bold</b></em>
?
I''ve messed around with it and have only gotten bizzare results or
nothing displayed at all -
2005 Sep 01
1
Fatal: EOF while reading environment from master Error
Hello all!
I guess it's a standard reason for joining a mailing list, but I have a
problem. For some reason, whenever I try to start dovecot, be it from
the xinet.d or from the commandline, I get this rather bizzare error. I
can't even work out what it means, so I can't even begin to debug it.
There is nothing extra in /var/log/messages, so I'm out of ideas. I've
tried it
2004 Jan 09
2
Broken DNS makes Asterisk whacky!
Check this out. I recently closed a bug I had written, #495
"ExtraChannel in transfer causes crash" Now I've been able to reproduce
it, and somewhat narrowed down the culprit. But before I write another
bug report, I wanted to see if anyone else had experienced the following
(or would like to try:)
When DNS (or outside connection to the network, not sure which) is
broken and
2005 Apr 09
1
Authentication and the wrong mailbox?
I just migrated from UW-imap to dovecot last night. After some tweaking
of the dovecot.conf file, disabling xinetd's entries, firing up the
dovecot daemon, and copying the .mailboxlist to .subscriptions for all
users, things looked to be going just fine!
I received a call this morning from a user stating that they had all of
*my* emails in *their* inbox! They don't know when it
2009 Jul 21
1
Rcmdr GUI goes into loop via alt+backspace under Windows OS
I'm using Rcmdr version 1.4-10 with R version 2.9.0 under Vista x64.
A standard editing convention under Windows is that alt+backspace is a
keyboard shortcut for "undo". I often find myself hitting the [alt] and
[backspace] keys while editing scripts in Rcmdr. However, this causes the
Rcmdr GUI to go into a crazy mode where the menu keeps flashing and the GUI
is unresponsive.
2001 Dec 03
1
more inter-subnet browsing wierdness
We are seeing some strange inter-subnet browsing issues here, our setup is
as follows:
.129 subnet
[ samba box ]
|
|
[ router ]
^
_.1 subnet _/ \_ .9 subnet_
The .129 subnet contains only the samba server configured to the letter from
the browsing.txt file. The .1 subnet conists of win98 and winME boxes all
configured from DHCP to use the samba box for WINS lookups.
2006 Feb 06
4
Relationship Question (STI)
My girlfriend and I have been dating for two years, and she just told me she
has an STI...
Actually, I currently have three different models, like: Dog, Whale, Monkey
They all have some similar attributes, but, they are unique enough to
break into their own models. I could use STI, but I think the table would
just have too many columns.
Now, I wanted to let the Dog''s, Whale''s
2007 Dec 17
2
[LLVMdev] MSIL
Hi everyone!
I am working on a .NET based project (actually written in C#). During
the coding, we have noticed many inefficiencies of C# compiler to
optimize code. Compiler performs only a few optimisations. A vital
optimisation, inlining, is missed. The JIT-er has rules not to inline
methods containing structs as parameters (this is really stupid!) and
inlining methods longer than 20 bytes
2012 Jul 01
1
puppet-hiera used with Parameterised class
Hi Puppet Users,
For some bizzare reason I am unable to use hiera-puppet with a
parameterised class.
The output is:
----------------------------
root@hiera hieratest/manifests# puppet apply -e "include hieratest"
Error: undefined method `catalog'' for #<Hash:0xb6c53d00> at line 1 on node
hiera.localdomain
Wrapped exception:
undefined method `catalog'' for
2012 Jul 26
1
[LLVMdev] Calling a function with bad signature, possible bug.
Hello,
I'm having troubles with writing a pass. In my pass I've have created a function that has two parameters - both of type i8*. Initially I wrote this function in C, that I translated it into IR, and then by using llc -march=cpp I got it's implementation in cpp code that actually inserts IR instructions. Then, I inserted this cpp code in my pass.
And in some places of a program
2008 Oct 29
3
Thanks!
after all my efforts and no ones help... well, ok just one maybe; i have decided that getting my game of Oblivion Elder Scrolls on here through wine is not achievable by someone as dim witted as myself, as i really have no clue about all these archive things, terminal commands GL shaders or anything else...
it just seems that no matter what i do, it just doesn't want to work, either i have the
2004 Aug 06
6
icecast to rebound streaming radio
My name is Stuardo, from Guatemala and i have this problem: We want to stream
a local radio, but the bandwidth here in Guatemala is no so cheam ass in USA,
so we have a server in USA.
What we want to do is this: to stream the local radio from Guatemala to USA,
this means that the local machine will only have 1 client. Then we want that
the server in USA "rebounds" what it recives