search for: bzzt

Displaying 17 results from an estimated 17 matches for "bzzt".

2016 Apr 13
1
[PATCH v2 libguestfs] launch: Implement a safer getumask.
The current implementation of getumask involves writing a file with mode 0777 and then testing what mode was created by the kernel. This doesn't work properly if the user set a per-mount umask (or fmask/ dmask). This alternative method was suggested by Josh Stone. By forking, we can use the thread-unsafe method (calling umask) and pass the result back over a pipe. This change also fixes
2017 Sep 27
3
Semi-OT: hardware: NVidia proprietary driver, C7.4
...no* CUDA 9.0. Even though I installed the 9 repo, all that I get is 8. I've used their webform, and an waiting on a reply. 2. I remove all nvidia packages. 3. It appears that the kmod-nvidia is what I need; that's what nvidia-detect says. So I try to install... bzzt, thank you for playing. a: uname -a: 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux b: Installing : kmod-nvidia-384.90-1.el7_4.elrepo.x86_64 1/2 Broadcast message from systemd-journald at lyon.cit.nih.gov (We...
2004 Apr 10
5
wxRuby-SWIG 0.0.3 is available
REMINDER: wxruby-swig is an experimental rewrite of wxRuby, using SWIG. It is not yet useful. The official wxRuby is still at 0.2.1. The 0.0.3 release of wxruby-swig is able to run the "minimal.rb" sample, which includes menu event handling. As always, it is available at: http://qualitycode.com/repos/wxruby-swig/ I also created a tarball this time, so you can just download that and
2017 Sep 27
2
Semi-OT: hardware: NVidia proprietary driver, C7.4
...alled the 9 repo, all that I get is 8. I've >> used their webform, and an waiting on a reply. >> 2. I remove all nvidia packages. >> 3. It appears that the kmod-nvidia is what I need; that's what >> nvidia-detect says. So I try to install... bzzt, thank you >> for playing. >> >> a: uname -a: 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 >> 22:26:13 >> UTC 2017 x86_64 x86_64 x86_64 GNU/Linux >> b: >> Installing : kmod-nvidia-384.90-1.el7_4.elrepo.x86_64 >> 1/2 >&gt...
2024 Oct 18
1
[PATCH] ssh.1: balance square brackets in the synopsis
I noticed the square brackets in `destination [command [argument...]` were not balanced, this balances them. Signed-off-by: Arnout Engelen <arnout at bzzt.net> --- ssh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.1 b/ssh.1 index 710d3d4e6..f3e5f3115 100644 --- a/ssh.1 +++ b/ssh.1 @@ -65,7 +65,7 @@ .Op Fl W Ar host : Ns Ar port .Op Fl w Ar local_tun Ns Op : Ns Ar remote_tun .Ar destination -.Op Ar command Op Ar argu...
2004 Aug 17
0
dropouts
hi all I keep getting 'bzzt'-sounding dropouts, but I've only heard them when from behind NAT. I don't think it's related to bandwidth, as I'm on a 2400/640 ADSL line. I'm currently using ALAW. Any ideas how to debug this? SIP DEBUG doesn't show me anything when dropouts happen, although I'...
2012 Sep 13
1
[Bug 54892] New: [patch] confusing error message with noaccel
...Product: xorg Version: git Platform: All OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: freedesktop at bzzt.net QAContact: xorg-team at lists.x.org When the kernel module is given the 'noaccel' option, but acceleration is not turned off in the x.org configuration, a confusing '-19' (ENODEV) error appears in the x.org logs. The patch at http://lists.freedesktop.org/archives/nou...
2020 Aug 01
4
Boot failed on latest CentOS 7 update
Totally and completely on my HP microfiber. Wouldn't get past anything to even get me into the grub menu. NOT AMUSED! _______________________ Kay Schenk
2017 Sep 27
0
Semi-OT: hardware: NVidia proprietary driver, C7.4
...en though I installed the 9 repo, all that I get is 8. I've > used their webform, and an waiting on a reply. > 2. I remove all nvidia packages. > 3. It appears that the kmod-nvidia is what I need; that's what > nvidia-detect says. So I try to install... bzzt, thank you > for playing. > > a: uname -a: 3.10.0-693.2.2.el7.x86_64 #1 SMP Tue Sep 12 22:26:13 > UTC 2017 x86_64 x86_64 x86_64 GNU/Linux > b: > Installing : kmod-nvidia-384.90-1.el7_4.elrepo.x86_64 > 1/2 > > Broadcast message from systemd-j...
1999 Mar 29
3
problems with formals and get (PR#151)
With 0.63.3, try test <- function(){ fn <- function(a) print("hello") print(is.function(fn)) print(names(formals("fn")))} test() if fn is not quoted in the last line of test, it works properly. test <- function(){ fn <- function() print("hello") formals(fn) <- alist(a=,b=) return(fn)} formals(test()) now try with line 3 of test changed to
2006 Dec 19
26
Match a Numer - then continue with dialplan
Anyone know if there's a way to match a dialplan extension, execute some code, say set a variable, and then continue with the dialplan? I want to set a variable when the dialplan flows beyond a certain context. This would be a great feature. Doug.
2005 Sep 30
3
SPA-841 "Decode Latency"?
...0 Packet Error: 0 Mapped RTP Port: 16396 >> 0 I have not yet seen Jitter above 2ms, or significant packet loss; round trip delay is always 0. But periodically, "Decode Latency" will spike up to the 150-300ms range. This seems to correspond to audio effects such as a periodic "bzzt" sound in the handset. Does anyone have any familiarity with "decode latency," specifically with Sipura devices? Why would it take 200+ms to decode a 20ms RTP packet? G.711u has existed for over 30 years, how hard could it be? Thanks, Alan Ferrency pair Networks, Inc. alan@pair.co...
2004 Aug 20
8
wxruby-swig: where does wxclasses-2.4.2.xml comes from?
Was trying to understand more about the internals of wxruby-swig, where does the big chunk of XML comes from? I saw something similiar in Python, is that massaged out of there? The codes produced by extractxml.rb and wxclasses-2.4.2.xml is quite different from the original header files. Just for example the WxDialog class. OnXXX are non-virtual in WxWidgets, but virtual in wxruby-swig
2005 Feb 24
15
New Docs - One and Three Quarter Look
Ok, the link: http://www.mktec.com/dev_www/wxrubydocs/ (try http://www.mktec.com/dev_www/wxruby-docs/ ,it does not work for me, although this is the actual directory, could you email me privately if this does/doesn''t work for you, thx) Updates in this preview of the new docs: - a new RDOC template courtesty of Nick - fixed paragraph jumping and monospace text where it
2009 Feb 04
26
ZFS snapshot splitting & joining
Hello everyone, I am trying to take ZFS snapshots (ie. zfs send) and burn them to DVD''s for offsite storage. In many cases, the snapshots greatly exceed the 8GB I can stuff onto a single DVD-DL. In order to make this work, I have used the "split" utility to break the images into smaller, fixed-size chunks that will fit onto a DVD. For example: #split -b8100m
2004 Dec 17
14
WxRuby-SWIG and WxWidgets 2.5.x
A while back there was a discussion about what version of WxWidgets to target with WxRuby-SWIG. I don''t remember seeing any resolution, but I gather that thus far WxRuby-SWIG has continued to target 2.4.2, with the thinking that WxRuby-SWIG would quickly mature to the point that it could replace WxRuby, and once that was done the focus would shift to working with 2.5.x.
2012 Jun 10
0
[PATCH] More explicit error message when the kernel module has been configured 'noaccel' but the xorg configuration doesn't disable accelleration
I ran into this the other day - this more explicit error message might save someone some head-scratching ;). --- src/nv_dma.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/nv_dma.c b/src/nv_dma.c index d2a6d00..339b4fe 100644 --- a/src/nv_dma.c +++ b/src/nv_dma.c @@ -53,8 +53,13 @@ NVInitDma(ScrnInfoPtr pScrn) ret = nouveau_object_new(device, 0,