Displaying 20 results from an estimated 56 matches for "gremlin".
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down
rep(1:3, c(4,2,-6))
Segmentation Fault (core dumped)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
2008 Nov 22
4
"syntax error, unexpected tIDENTIFIER , expecting kEND" in RJS response
I get a "syntax error, unexpected tIDENTIFIER, expecting kEND" when
the following RJS template is rendered:
page.insert_html :bottom, :requisite_table, :partial =>
"insert_jobrequisite_select", :locals => {:job => @job, :counter =>
@counter}
page.alert("hi")
The same RJS template is rendered without errors as soon as the rjs
file has only one single
2010 Aug 26
2
Can't get dovecot to see email folders
...t_listener imaps {
address = *
port = 993
}
}
service pop3-login {
inet_listener pop3 {
address = *
port = 0
}
inet_listener pop3s {
address = *
port = 0
}
}
ssl_cert = </usr/local/ssl/certs/dovecot.pem
ssl_key = </usr/local/ssl/private/dovecot.pem
gremlin [/opt/bin] #
gremlin [/opt/bin] #
2007 Aug 28
3
Package Tracking System
Hello CentOS users,
Is there any sort of package tracking system for CentOS?
I'm used to Debian where I can view a changelog for each *Debian*
specific package. This is great because I can see specifically what has
been fixed and what known issues remain from release to release in the
Debian package, which is subtly different from the upstream release.
For instance, I can see
2004 Feb 17
3
Shorewall 2.0.0 Beta3
http://www.shorewall.net/pub/shorewall/Beta
ftp://www.shorewall.net/pub/shorewall/Beta
Thanks to Lorenzo Martignoni, there is a .deb in this Beta (I''m running it
here!)
RC1 will be next...
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2006 Feb 26
1
Ruby on Rails and Fedora Core 4
...r class object. The second wierd thing is mentioned in a
previous email tonight. That having a dynamic_dir set up for
file_column complains:
ArgumentError (dynamic_dir'' is not an instance method of class File):
Is there something wierd going on with Fedora? or is it just some
weird gremlin in the system that is causing errors to appear when
they never existed before?
Any thoughts?
Thanks
Andrew
2008 Sep 27
2
Something odd is going on in this list
I read wine-users, as I read every list I can, through the Gmane
interface, running Pan against news.gmane.org -- and recently hit a new
gremlin. Supposing it something wrong with my connection or my Pan
settings, I asked there. Here are the question and reply :
[begin forward]
On Fri, 26 Sep 2008 19:57:51 +0000, I Beartooth wrote:
> Somebody please take a glance at gmane.comp.emulators.wine.user,
> particularly at two threads...
2006 Jul 12
4
error when using plugin discover
When I run ./script/plugin discover to register new plugin sites I get
stopped at this point with the following error.
...
http://svn.northpub.com/plugins/
http://rhnh.svnrepository.com/svn/public/rails/plugins/
(eval):3:in `each'': undefined method `[]'' for nil:NilClass (NoMethodError)
from /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/commands/plugin.rb:658:in
2009 Jan 11
1
Config problems with Tinc 1.0.9 under FC10
...led correctly. (At least 1.0.8 had this problem with newlines)
Now it might be that this was corrected in 1.0.9, but probably a new
error has popped up as now, although all config files are there and have
the correct names (copied to a different name and then back to its real
name to get rid of gremlins), I get the error message that it cannot
find the config files. One thing however is that the error message does
not contain the full path name of the file as the first 3 characters
look to be overwritten by the error message in front of it.
All config files have been rewritten by me from scrat...
2005 Feb 02
8
Routing all connections through a OpenVPN tunnel
...5 255.255.255.255 UGH 0 0 0
tun0
10.0.123.0 * 255.255.255.0 U 0 0 0
eth0
172.16.128.0 * 255.255.248.0 U 0 0 0
eth1
loopback localhost 255.0.0.0 UG 0 0 0 lo
default gremlin.swh.uni 0.0.0.0 UG 0 0 0
eth1
#
#ifconfig
#
eth0 Protokoll:Ethernet Hardware Adresse 00:0A:5E:1E:85:41
inet Adresse:10.0.123.1 Bcast:10.0.123.255 Maske:255.255.255.0
inet6 Adresse: fe80::20a:5eff:fe1e:8541/64
Gültigkeitsbereich:Verbindung...
2017 Sep 16
3
LLVM mtriple for aarch64-win32-msvc ?
Thanks Martin, I'm generating the code using LLVM (writing llvm::Triple
myself and llvm::TargetRegistry::lookupTarget is working), and that's how
my bitcode is generated then using LLC to cross-compile that.
So using armv7-win32-msvc is getting me a bit closer, but what CPU,
raspberry pi 3 is running a Cortext-A53, but when I specify that in -mcpu
argument I get this error:
> llc.exe
2017 Jun 09
2
Get segfault with ModulePass
...:0
#9 0x00007fa709a062e2 (anonymous namespace)::DebugPass::runOnModule(llvm::Module&) /home/gerion/sourcecode/debug-pass/debugpass/DebugPass.cpp:50:0
...
----------------
If I filter out the invalid operators I get an endless loop (the outcommented
lines).
To get this running, I have used the gremlin-pass-skeleton I found on
Github [1] together with the modification for modules here [2].
I load the pass with:
clang ... -g -Xclang load -Xclang /path/to/my/pass sourcefile.c
I've tested the pass with the FFmpeg sources (and a modified configure).
The error happens in af_aformat.c [3].
The m...
2016 May 19
2
BLX relocation regression on Thumb2 bot
On 18 May 2016 at 17:32, Tim Northover <t.p.northover at gmail.com> wrote:
> That's the thing: this shouldn't have changed at all recently. We emit
> "b.w dest" with an R_ARM_THM_JUMP24 reloc. The linker then needs a
> veneer if dest is out of range or an ARM function.
Peter has just reminded me the fact that the relocation itself is in
libstdc++, not on the
2005 Jun 22
0
known_hosts file and server keys
...ked everytime that the
certificate is not known (because you used another alias), then you tend
to answer yes all the time.
The joined lines in the known_hosts file would make maintaining such files
easier.
Ciao
--
____ _ _ ____ _ _ _ _ ____
| | | | | | \ / | | | the cool Gremlin from Bischofswerda
| __ | ____| | \/ | | | WWW: http://www.dstoecker.de/
| | | | | | | | PGP key available on www page.
|____| _|_ |____| _|_ _|_ |____| I hope AMIGA never stops making fun!
2004 May 14
0
"skipping" / dropped audio, high-pitched squeal on X100P channels..
...CVS-05/03/04 (1.0) checkout, using the Zaptel drivers of the same
vintage from CVS. There are two X100P cards, and one TDM400P with a
single FXS module. The machine is an Athlon 2400XP CPU, Debian
"unstable" running Linux 2.4.26.
The first, and more pressing problem, is this audio gremlin I have on
my X100P channels. The problem exists on both. One is plugged in to a
normal POTS line, the other is connected to a Packet8 ATA. The call
will progress normally, and then a loud "ringing" sound will be heard
for about 2 seconds, drowning out the audio. The calling party...
2004 Sep 27
0
Aastra/Sayson 480i
...k poke at it) and it still seems to be
rather "unstable" The audio on the phone is good and it seems to work
pretty well when it is working.
I tried the MGCP version and it seems to work as well although I've only
had a small amount of time to work with it and I think there was some
gremlin in it as well but I don't remember what it was, its been a
couple weeks since I last used it.
Ryan Butler
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or upd...
2005 Aug 20
0
1.0.9 - can't get link up, 1.0.7 works fine.
...come back, pri show span showed them as Provisioned,
Down, Active:
PRI[3]: expected Status: Provisioned, Up, Active, got Status: Provisioned, Down,
Active.
PRI[7]: expected Status: Provisioned, Up, Active, got Status: Provisioned, Down, Active.
I rebooted the box afterwards (just to get rid of gremlins), I
rebooted the box on PRI 3 (PRI 7 is connected to the telco so no
rebooting there) and it stayed the same.
Unloading the drivers and going back to the 1.0.7 drivers with the
1.0.9 asterisk resolved everything and now it's working again.
Who has suggestions for me on what to do?
Edwin
-...
2007 Jul 18
1
smbmount Permission Denied
Hey everyone,
I have an SMB/CIFS share on a Samba Server that I am trying to mount on
a workstation via the smbmount command. When I just connect to the
share using smbclient everything works fine. When I mount the share
with smbmount using the exact same credentials, I mysteriously can't
write to it. I get "Permission Denied". Can someone please clue me in
to what could be
2007 Oct 12
1
Profile Location Best Practice
I have a question about using roaming profiles in a Samba PDC controlled
domain. I know that with Windows 95 and that generation or so, the
profile had to be stored in the same directory as the home folder.
("/sambahomes/john/profile" for example.) You didn't have a choice
because of technical reasons. But that restriction no longer applies
with modern versions of Windows,
2005 Sep 17
0
Postgresql + rake errors
...tuser -s -x -O -f tt_dev.sql tt_dev
[I enter the correct password]
psql -U ttuser -f tt_dev.sql tt_test
[I enter the correct password]
The tt_dev.sql is exactly the same as development_structure.sql but I
don''t get any errors concerning ownership of the schema. This seems to
suggest the gremlin has crept in via ruby and/or rails.
I''ve checked all my settings - and they are correct so this one has me
stumped!
Comments and suggestions?
Regards,
Nicholas