Displaying 20 results from an estimated 2000 matches similar to: "Looks like the Tripplite SMART1500SLT support borked?"
2008 Jul 24
2
Tripplite Smart1500SLT configuration?
I'm read through the archives trying to figure out how to get a
Tripplite SmartPro SLT 1500 configured with NUT using the USB interface
(it also has a serial interface but I'd rather not). The thread which
this link belonged to seemed most instructive:
http://lists.alioth.debian.org/pipermail/nut-upsdev/2007-January/001656.html
and I followed it as best I could. I'm running a
2010 Sep 11
1
TrippLite SMART1000LCD
These patches allow this device to function in nut..
diff --git a/trunk/drivers/tripplite-hid.c b/new/drivers/tripplite-hid.c
index c36da98..dddd13c 100644
--- a/trunk/drivers/tripplite-hid.c
+++ b/new/drivers/tripplite-hid.c
@@ -71,6 +71,8 @@ static usb_device_id_t tripplite_usb_device_table[] = {
{ USB_DEVICE(TRIPPLITE_VENDORID, 0x2005), battery_scale_0dot1 },
/* e.g. TrippLite
2014 Oct 09
2
CentOS 5.11 / Firefox 31 -- totally borked...
OK, I just updated my two CentOS 5 boxes (my laptop and by desktop) and
discoved that FF 31 is totally borked -- it seems not to be possible to
install either Firebug (either 2.0.4 or 1.12.8) or Firefox 2, the theme
reloaded (1.0.8). These two addons are critical to me. So I have snaged the FF
24.8.0 rpms from the CentOS 5 vault and downgraded to this version and blocked
further updates of FF.
2011 Dec 25
1
is centos bugzilla borked?
I managed to get an account set up on the centos bugzilla, after futzing
with it for a half hour, but for the life of me I cannot get to the
page where I would enter a new one. my browser just says "transferring
data from bugs.centos.org" and sits there with the little thingie going
round and round. for an hour or more. disconnect and try again. same
thing. I've been trying for over
2007 Dec 22
1
upgraded to rails 2.0.1 and borked sessions
I just pushed my facebook app up to 2.0.1 and noticed that I am now
getting these errors:
ActionView::TemplateError (Session key invalid or no longer valid) on
line #3 of users/index.fbml.erb:
It appears that I get the facebook_session object back but when i
introspect and try and get the user''s name or something i get the
session error. Has anyone else had these problems?
2005 Jan 06
0
svn trac rss borked?
http://dev.rubyonrails.org/trac.cgi/timeline?daysback=90&max=50&format=rss&changeset=on
is playing up? All the articles point to:
http://dev.rubyonrails.org/trac.cgi/changeset/<revision_number>
which doesn''t detail the change.
Thinking about it, that''s more likely a website issue, I suppose....
--
''Everybody''s a jerk. You, me, this
2013 May 27
2
Display borked when loading FONT
On May 26, 2013 11:18 PM, "Ady" <ady-sf at hotmail.com> wrote:
> 6_ Hopefully there will be a better / simpler method for Syslinux in
> the future
> (Unicode?).
If and only if uEFI provides such or you ignore text calls in VESA mode.
--
-Gene
2013 May 27
0
Display borked when loading FONT
On 05/27/2013 04:41 AM, Gene Cumm wrote:
> On May 26, 2013 11:18 PM, "Ady" <ady-sf at hotmail.com> wrote:
>
>> 6_ Hopefully there will be a better / simpler method for Syslinux in
>> the future
>> (Unicode?).
>
> If and only if uEFI provides such or you ignore text calls in VESA mode.
>
I think we need to move Syslinux to UTF-8 throughout; we
2013 May 28
0
Display borked when loading FONT
On Fri, May 24, 2013 at 10:29 AM, appzer0 <appzer0 at free.fr> wrote:
> Hello,
>
> I am a happy user of syslinux since 3.x. I've been able to load a font to
> display French accented charecters since then, but it not the case anymore,
> as problems have started to raise with syslinux 5.x.
Confirmed. Attached is a tarball of the config I included to see the
characters
2013 May 29
2
Display borked when loading FONT
On Tue, 28 May, at 02:01:16PM, Gene Cumm wrote:
> On Fri, May 24, 2013 at 10:29 AM, appzer0 <appzer0 at free.fr> wrote:
> > Hello,
> >
> > I am a happy user of syslinux since 3.x. I've been able to load a font to
> > display French accented charecters since then, but it not the case anymore,
> > as problems have started to raise with syslinux 5.x.
>
2013 May 29
0
Display borked when loading FONT
On Wed, May 29, 2013 at 7:00 AM, Matt Fleming <matt at console-pimps.org> wrote:
> On Tue, 28 May, at 02:01:16PM, Gene Cumm wrote:
>> On Fri, May 24, 2013 at 10:29 AM, appzer0 <appzer0 at free.fr> wrote:
>> > Hello,
>> >
>> > I am a happy user of syslinux since 3.x. I've been able to load a font to
>> > display French accented charecters
2013 May 29
0
Display borked when loading FONT
On Fri, 24 May, at 04:29:36PM, appzer0 wrote:
> Hello,
>
> I am a happy user of syslinux since 3.x. I've been able to load a
> font to display French accented charecters since then, but it not
> the case anymore, as problems have started to raise with syslinux
> 5.x.
Thanks for the report. This is now fixed in git and will be part of the
next release.
--
Matt Fleming,
2007 Dec 07
2
[LLVMdev] isa<UnaryInstruction> borked in 2.1
Hi
I just had some code which filtered via isa<UnaryInstruction>. Strangely
enough not only the instructions which inherited UnaryInstructions but also:
GetElemPtrInst, SwitchInst , xor, shl
where true on isa<UnaryInstruction>. While the first two seem to be at least
semantically ok the latter seem somehow wrong?
I didn't find the place where the isa_impl templates where
2007 Dec 08
0
[LLVMdev] isa<UnaryInstruction> borked in 2.1
On Dec 7, 2007, at 9:44 AM, ST wrote:
> Hi
>
> I just had some code which filtered via isa<UnaryInstruction>.
> Strangely
> enough not only the instructions which inherited UnaryInstructions
> but also:
> GetElemPtrInst, SwitchInst , xor, shl
> where true on isa<UnaryInstruction>. While the first two seem to be
> at least
> semantically ok the
2009 Apr 06
2
milter clamav borked?
hey, I upgraded a server to 5.3 from 5.2 today, its a mail server, and
its using the rpmforge clamav milter...
was getting errors in my mail log like...
Apr 6 01:39:32 freescruz sendmail[12304]: n368dWxW012304: Milter
(clamav): error connecting to filter: Connection refused by
/var/clamav/clmilter.socket
Apr 6 01:39:32 freescruz sendmail[12304]: n368dWxW012304: Milter
(clamav): to error
2013 Dec 12
1
thunderbird-24.2.0-2.el5 is borked
Leon Fauster writes in "RHEL 7 Beta is now public":
> RHEL7 without thunderbird :-(
Speaking of which, the tb-24 update in 5.10 is totally broken. Cannot get
lightning calendar to work all, even after starting with a fresh setup.
There are two calendar toolbars, the New Calendar iitem and nearly everything
else in this menu are grayed out, and the Day/Week/Multiweek/Month tabs
2014 Jan 07
1
FF 24 is borked: One must have tabs, like it or not!
I just did a yum update on my CentOS 5.10 desktop machine and it installed FF
24. And tabs have appeared and cannot be [really] removed! Arg!!! *I HATE
TABS!* (Yes I did installed the "hide tabs when there is only one tab"
plugin, but that is not really a complete solution.)
In the Mozilla support forum thread relating to this
(https://support.mozilla.org/en-US/questions/968331)
2015 May 20
2
CentOS 5.11 / Firefox 38 -- totally borked...
The subject line is deliberate.
It looks like firefox 38 is infliting a rerun of
http://marc.info/?l=centos&m=141288474630498&w=2
upon us. Addons are downloaded into /tmp, but never installed. Not even
Install addon from file works.
Going back to ff31. Grumbling ...
2015 May 20
0
CentOS 5.11 / Firefox 38 -- totally borked...
On Wed, May 20, 2015 at 12:39:15PM +0100, Lars Hecking wrote:
>
> The subject line is deliberate.
>
> It looks like firefox 38 is infliting a rerun of
> http://marc.info/?l=centos&m=141288474630498&w=2
upstream is aware of it:
https://bugzilla.redhat.com/show_bug.cgi?id=1221368
Tru
--
Tru Huynh
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
2015 May 20
1
CentOS 5.11 / Firefox 38 -- totally borked...
On 05/20/2015 10:47 AM, Tru Huynh wrote:
> On Wed, May 20, 2015 at 12:39:15PM +0100, Lars Hecking wrote:
>>
>> The subject line is deliberate.
>>
>> It looks like firefox 38 is infliting a rerun of
>> http://marc.info/?l=centos&m=141288474630498&w=2
>
> upstream is aware of it:
> https://bugzilla.redhat.com/show_bug.cgi?id=1221368
>
>