Displaying 5 results from an estimated 5 matches for "l108".
Did you mean:
108
2012 Oct 18
3
#asset_url helper method
Just putting this out there before I make a pull request.
Is there any interest in an asset_url method as a view helper?
It would work by using the config.action_controller.asset_host if it exists
and prepending this to the results of asset_path.
I have found this necessary when writing html emails and needing a full url
path for assets. Since my CDN in the asset_host mirrors my assets in my
2015 Feb 04
1
netvision-mib driver
...ning Fehrmann <henning.fehrmann at aei.mpg.de>:
> Hi Arnaud,
>
> > the best to process the value would be to have the MIB definition for
> > upsAlarmOnBattery, as for example:
> > [1]
> https://github.com/networkupstools/nut/blob/master/drivers/eaton-mib.c#L108
>
> Yea, I looked into netvision-mib.c but I was afraid that patching it
> would break more than it helps. We still can try it ......
>
> >
> > You should request these info to Socomec, or better, ask them to send
> the
> > updated Netvision MIB (v6) to the pr...
2010 Sep 23
7
errors.add, setting the whole message
Hi all. I have an attribute, job_role_id_short, that is being set in a
form. This field has a custom validation on it, which does this if it
fails:
self.errors.add(:job_role_id_short, "cannot be blank")
I want to add the error onto the attribute, so that the form builder
will wrap the field in a fieldWithErrors div. However, the error it
generates says "Job Role Short cannot
2018 Apr 02
1
firstboot randomly can't find script
I am running the stock libguestfs on latest Ubuntu 16.04 (1:1.32.2-4ubuntu2).
My guests are also Ubuntu 16.04.
I am running virt-sysprep with --firstboot-command 'dpkg-reconfigure
openssh-server'.
This works 90% of the time, but occasionally when a new guest first
starts it can't find the script:
~# cat virt-sysprep-firstboot.log
/etc/init.d/virt-sysprep-firstboot start
Scripts
2019 Apr 01
1
Possible bug with last_login plugin and PostgreSQL
Dear all,
I'm trying to get last_login plugin working with PostgreSQL, but seems Dovecot
doesn't handle duplicate key while updating last login time (note: same setting
works fine with MariaDB). I wonder whether it's a bug of Dovecot or i should handle
this with PostgreSQL trigger.
OS: OpenBSD 6.4 (amd64)
Dovecot: 2.2.36
PostgreSQL: 10.5
Error log:
###################
Mar 31