search for: info

Displaying 20 results from an estimated 79204 matches for "info".

2004 Nov 16
0
metadata switches for ffmpeg2theora
Jan, Here's a hacky patch to add a few commandline options for setting comment header fields in ffmpeg2theora. It's a bit big because I virtualized the global info struct in theorautils.c. In retrospect that probably wasn't necessary, but I think it's cleaner anyway. I didn't test it because I couldn't compile ffmpeg2theora, but modulo bugs it should support --artist="foo" --title="bar" and so on. FWIW, -r --------------...
2009 Feb 22
3
Error in var(x, na.rm = na.rm) : no complete element pairs
Hello all, I'm trying to calculate the standar desviation and I'm using the function sd(x,na.rm=TRUE) and I have this error:? Error in var(x, na.rm = na.rm) : no complete element pairs . Why happen this?, What can I do to solve it?. x is list of three numbers which I have from a table. Thanks so much from Spain Carlos Morales Diego
2007 Mar 28
3
The Best Language Tools - Best Dictionaries of all languages
The Best Language Tools - Best Dictionaries of all languages The most popular language sites worldwide and its unmatched translation tools are in daily use in such prestigious organizations as the World Intellectual Property Organisation or the European Community Translation Services. http://info-booster.blogspot.com/ has plenty of links to Mono-lingual and Language Translation dictionaries, including <http://info-booster.blogspot.com/>Albanian<http://info-booster.blogspot.com/>, <http://info-booster.blogspot.com/>Afrikaans<http://info-booster.blogspot.com/>, <h...
2016 Mar 16
1
[PATCH v2 2/2] volt: properly detect entry based voltage tables
...it a/drm/nouveau/nvkm/subdev/bios/volt.c b/drm/nouveau/nvkm/subdev/bios/volt.c index 81a47b2..77e7b75 100644 --- a/drm/nouveau/nvkm/subdev/bios/volt.c +++ b/drm/nouveau/nvkm/subdev/bios/volt.c @@ -73,40 +73,45 @@ nvbios_volt_parse(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, memset(info, 0x00, sizeof(*info)); switch (!!volt * *ver) { case 0x12: - info->type = NVBIOS_VOLT_GPIO; - info->vidmask = nvbios_rd08(bios, volt + 0x04); + info->type = NVBIOS_VOLT_GPIO; + info->vidmask = nvbios_rd08(bios, volt + 0x04); + info->entry_based = true; break...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...://guide.macports.org/#project.tickets> This is also the output from the mainlog file: > ===== Display starts at offset 84372 within file of length 215444. ==== > ===== Use File->Reload (Cmd-R) to display more. ==== > fo:build config.status: creating dlls/d3dx10_43/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. d3dx10_43_main.c version.rc > :info:build config.status: creating dlls/d3dx9_24/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. d3dx9_24_main.c version.rc > :info:build config.status: creating dl...
2007 Jul 11
9
NFS cache flush tester
...to work. If you have other ideas how to flush either cache please tell me and I'll update the test utility. I'd like to have a way to flush the cache without having the NFS client send anything to server. Unfortunately all of the below ways do that. Results for Linux v2.6.15 and v2.6.18: Info: Testing attribute cache.. Info: Attr cache flush fchown(-1, -1): failed Info: Attr cache flush fchown(uid, gid): OK Info: Attr cache flush fchmod(mode): OK Info: Attr cache flush chown(-1, -1): failed Info: Attr cache flush chown(uid, gid): OK Info: Attr cache flush chmod(mode): OK Info: Testing d...
2017 Jan 30
2
dovecot mdbox never fix broken indexes
2017-01-30 11:43 GMT+03:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > Hi! > > Please send these to dovecot at dovecot.org instead of us directly. Thank you. Ok, added to cc. > Also, did you try force-resync? Not help. # doveadm force-resync -u altek at altek.info \* doveadm(altek at altek.info): Warning: mdbox /srv/vmail/altek.info/altek/storage: Inconsistency in map index (63,31880 != 63,332136) doveadm(altek at altek.info): Warning: fscking index file /srv/vmail/altek.info/altek/storage/dovecot.map.index doveadm(altek at altek.info): Warning: mdbox /srv/v...
2015 Jun 21
2
Trying to re-install ZFS drivers
...ot -n /usr/lib/python2.6/site-packages/guihelpers/__init__.py:256: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead self.add_from_file(filename) 22:00:19 : DEBUG - network interface eth0 (forcedeth) is connected 22:04:53 : INFO - Starting yum child process 22:04:53 : INFO - Using the following repositories : epel,rpmfusion-free-updates,rpmfusion-nonfree-updates,_local,adobe-linux-x86_64,base,updates,zfs,extras 22:04:53 : INFO - YUM: Yum Version : 3.2.29 22:04:53 : INFO - YUM: Loaded plugins: fastestmirror, local, presto...
2009 Dec 27
1
[PATCH] drm/nouveau: create function for "dealing" with gpu lockup
...23 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.c b/drivers/gpu/drm/nouveau/nouveau_fbcon.c index 84af25c..6438935 100644 --- a/drivers/gpu/drm/nouveau/nouveau_fbcon.c +++ b/drivers/gpu/drm/nouveau/nouveau_fbcon.c @@ -64,8 +64,7 @@ nouveau_fbcon_sync(struct fb_info *info) return 0; if (RING_SPACE(chan, 4)) { - NV_ERROR(dev, "GPU lockup - switching to software fbcon\n"); - info->flags |= FBINFO_HWACCEL_DISABLED; + NV_GPU_LOCKUP(info); return 0; } @@ -86,8 +85,7 @@ nouveau_fbcon_sync(struct fb_info *info) } if (ret) { - NV_E...
2013 May 21
1
[PATCH net-next V2 2/2] xen-netfront: split event channels support for Xen frontend driver
...++++++++++++++++++++++++++++++++++++-------- 1 file changed, 144 insertions(+), 29 deletions(-) diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c index 5770e3b..1fb2bfb4 100644 --- a/drivers/net/xen-netfront.c +++ b/drivers/net/xen-netfront.c @@ -85,7 +85,15 @@ struct netfront_info { struct napi_struct napi; - unsigned int evtchn; + /* Split event channels support, tx_* == rx_* when using + * single event channel. + */ + unsigned int tx_evtchn, rx_evtchn; + unsigned int tx_irq, rx_irq; + /* Only used when split event channels support is enabled */ + char tx_irq_name[I...
2009 Oct 28
3
expire plugin + --exec-mail in 1.2.6 version
...example, user sr at domain.com have maildirsize before running expire-tool(1G value from ldap): # head -2 /data/mail/domain.com/sr/data/maildirsize 10485760000S 836423205 8285 Then I run expire-tool with mail_debug enabled: # /usr/sbin/dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool.sh Info: Loading modules from directory: /usr/lib/dovecot/imap Info: Module loaded: /usr/lib/dovecot/imap/lib10_quota_plugin.so Info: Module loaded: /usr/lib/dovecot/imap/lib11_trash_plugin.so Info: Module loaded: /usr/lib/dovecot/imap/lib20_autocreate_plugin.so Info: Module loaded: /usr/lib/dovecot/imap/l...
2017 Apr 22
3
[PATCH] volt: Improve min/max deteaction of range based volting
info.min and info.max doesn't always represent the actual voltage range we can use. Do the same as with the entry based volting. Fixes "ERROR: Can't get value of subfeature in0_min: Can't read" errors in sensors. Signed-off-by: Karol Herbst <karolherbst at gmail.com> --- d...
2007 Feb 27
2
Dovecot rc23 and rc24 freeze after authentication
I had our production systems running on rc23, however we ran into problems when the server was under heavy load. Eventually, the server would begin to freeze all imap connection after authentication (according to the logs). A user would connect, authentication would succeed, and then the connection would sit until timing out. No error logs were produced. Upgrading to rc24 did not
2013 Dec 03
2
[LLVMdev] Request to push patches for PR17982 to release 3.4 branch
This set of patches add support for debug info metadata version and debug info metadata will be dropped if a loaded bit code has no version or an outdated version. 195494: Debug Info: add a constant for debug info version number. 195495: Debug Info: add a "Debug Info Version" module flag to output the current debug info version numbe...
2010 May 16
0
[PATCH v3 1/3] fbdev: allow passing more than one aperture for handoff
...ntel_fb.c b/drivers/gpu/drm/i915/intel_fb.c index 8a0b3bc..6127c28 100644 --- a/drivers/gpu/drm/i915/intel_fb.c +++ b/drivers/gpu/drm/i915/intel_fb.c @@ -191,11 +191,16 @@ static int intelfb_create(struct drm_device *dev, uint32_t fb_width, /* setup aperture base/size for vesafb takeover */ - info->aperture_base = dev->mode_config.fb_base; + info->apertures = alloc_apertures(1); + if (!info->apertures) { + ret = -ENOMEM; + goto out_unpin; + } + info->apertures->ranges[0].base = dev->mode_config.fb_base; if (IS_I9XX(dev)) - info->aperture_size = pci_resource_len(d...
2016 Aug 02
29
[Bug 97192] New: SuperTuxkart graphic errors [NVE4 - GK104]
https://bugs.freedesktop.org/show_bug.cgi?id=97192 Bug ID: 97192 Summary: SuperTuxkart graphic errors [NVE4 - GK104] Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: other Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2013 Dec 05
2
[LLVMdev] Request to push patches for PR17982 to release 3.4 branch
...at 1:27 PM, Eric Christopher <echristo at gmail.com> wrote: > I request that we hold off until the final review is done. > > -eric > > On Tue, Dec 3, 2013 at 12:06 PM, Manman Ren <manman.ren at gmail.com> wrote: >> >> This set of patches add support for debug info metadata version and debug >> info metadata will be dropped if a loaded bit code has no version or an >> outdated version. >> >> 195494: Debug Info: add a constant for debug info version number. >> 195495: Debug Info: add a "Debug Info Version" module flag to...
2015 Jun 21
0
Trying to re-install ZFS drivers
...python2.6/site-packages/guihelpers/__init__.py:256: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead > self.add_from_file(filename) > 22:00:19 : DEBUG - network interface eth0 (forcedeth) is connected > 22:04:53 : INFO - Starting yum child process > 22:04:53 : INFO - Using the following repositories : > epel,rpmfusion-free-updates,rpmfusion-nonfree-updates,_local,adobe-linux-x86_64,base,updates,zfs,extras > > > 22:04:53 : INFO - YUM: Yum Version : 3.2.29 > 22:04:53 : INFO - YUM: Loaded plugins:...
2015 Jun 08
0
Why can't the CentOS get dynamic IP address in WIFI environment?
...eth0 to enp0s3 Jun 4 01:52:47 CentOS systemd: Starting Import network configuration from initramfs... Jun 4 01:52:47 CentOS systemd: Started Import network configuration from initramfs. Jun 4 01:52:51 CentOS systemd: Starting Network Manager... Jun 4 01:52:51 CentOS NetworkManager[689]: <info> NetworkManager (version 1.0.0-14.git20150121.b4ea599c.el7) is starting... Jun 4 01:52:51 CentOS NetworkManager[689]: <info> Read config: /etc/NetworkManager/NetworkManager.conf and conf.d: 10-ibft-plugin.conf Jun 4 01:52:51 CentOS NetworkManager[689]: <info> WEXT support is disa...
2016 May 04
4
Conditional tablegen expressions with math ops?
...ly "fixed" (the performance is optimized) by swapping the 2nd and 3rd operands: add r1, r1, r2 # r1 <- r1 + r2 There are four banks and the formula to figure out which bank a register is in is just: r%4 Which brings me to tablegen: We've got this in our specialized ArchInstrInfo.td: // r1 = r2 op r3 // class ArithOp_RR< bits<7> op, string instr_asm, SDNode opNode, OperandInfo info, InstrItinClass itin > : FR3< op, (outs info.regClass:$r1), (ins info.regClass:$r2, info....