Displaying 20 results from an estimated 123 matches for "1577".
Did you mean:
1,77
2015 Oct 06
41
[Bug 92307] New: NV50: WARNING: ... at include/drm/drm_crtc.h:1577 drm_helper_choose_encoder_dpms+0x8a/0x90 [drm_kms_helper]()
https://bugs.freedesktop.org/show_bug.cgi?id=92307
Bug ID: 92307
Summary: NV50: WARNING: ... at include/drm/drm_crtc.h:1577
drm_helper_choose_encoder_dpms+0x8a/0x90
[drm_kms_helper]()
Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium...
2002 May 20
0
is.na<- coerces character vectors to be factors within dataframes (PR#1577)
I am not sure if this is a bug within is.na<- or if it lies deeper in the
dataframe construction process. Indeed, perhaps it is not a bug at all (in
which case I would suggest that the help page for NA be provided with a warning
for unsuspecting users (like me)).
When used on a character vector within a dataframe, is.na<- coerces the vector
to factor.
> x <- data.frame(var =
2002 Feb 19
2
Dump Analysis -- when NCR server frozen by rsync
...my living
would not have been in vain.
Dump Analysis ---
0> p ! nawk '{ if ($9==94) print }'
13 c4732800 s 1868 1792 1792 1792 2063 94 0 c3fb4ac1 cron
load nwak
27 c3bd6000 s 1858 1850 1792 1792 0 94 0 c3fb4ac1 sh
load nwak
28 c49de000 s 1845 1792 1792 1792 1577 94 0 c3fb4ac1 cron
load nwak
32 c3bdc000 s 3501 1 692 692 1577 94 0 c3fb4ac1 plb
load nwak
34 c47c5a00 s 1842 1841 1792 1792 0 94 0 c3fb4ac1 sh
load nwak
40 c53df800 s 1881 1880 1792 1792 0 94 0 c3fb4ac1 sh
load nwak
42 c38fc200 s 1838 1837 1792 179...
2002 May 20
1
(PR#1577) is.na<- coerces character vectors to be factors
The inconsistency is that you use $<- to set the column, then [[<- to
change it. Had you tried to set the column by
x[[1]] <- as.character(x[[1]])
you would have seen the problem immediately (it does not work as you would
have intended). If you want to be sure to turn off conversion to factor,
you need to set the column to class "AsIs". My belief is that
will behave
2012 Jun 20
2
/* Check for midi header in logical stream */
...ed in Midi, especialy the possibility to *sync Audio with
Midi*.
So my question , would it be possible to stream a Vocal track for example,
via icecast and syncronise a reciever via Midi clock ?
regards
--
Marc Manthey
50823 K?ln, germany
Vogelsangerstr.97
Phone: 0049-221-29891489
Mobile : 0049-1577-3329231
Website: http://let.de
Email: marc at let.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20120620/da8a2324/attachment.htm
2020 Apr 14
0
[PATCH] vhost: do not enable VHOST_MENU by default
...=9.3.0 make.cross ARCH=ia64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <lkp at intel.com>
All error/warnings (new ones prefixed by >>):
drivers/vhost/vhost.c: In function 'vhost_vring_ioctl':
>> drivers/vhost/vhost.c:1577:33: error: implicit declaration of function 'eventfd_fget'; did you mean 'eventfd_signal'? [-Werror=implicit-function-declaration]
1577 | eventfp = f.fd == -1 ? NULL : eventfd_fget(f.fd);
| ^~~~~~~~~~~~
|...
2005 Jul 27
1
3.0.14a and Windows Server 2003 SP1
...d, which I can then update and
delete. Copying fails completely because of the error.
In the log files on the samba server I have...
[2005/07/27 11:07:10, 1] smbd/service.c:make_connection_snum(642)
holly (192.168.0.101) connect to service empiria initially as user
nobody (uid=99, gid=99) (pid 1577)
[2005/07/27 11:07:12, 0] lib/fault.c:fault_report(36)
===============================================================
[2005/07/27 11:07:12, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 1577 (3.0.14a)
Please read the appendix Bugs of the Samba HOWTO collection
[2005/07/27...
2006 Dec 21
2
asterisk crashed
...c1=0x9455ca0, config=0xb6c4feb0, fo=0xb6c4f988, rc=0xb6c4f98c)
at channel.c:3524
#10 0xb78fad29 in ast_bridge_call (chan=0xb659fcd0, peer=0x9455ca0, config=0xb6c4feb0) at res_features.c:1319
#11 0xb7099301 in dial_exec_full (chan=0xb659fcd0, data=0xb6c4feb0, peerflags=0xb6c50568) at app_dial.c:1577
#12 0xb7097dc5 in dial_exec (chan=0xb7ed1900, data=0xb7ed1900) at app_dial.c:1619
#13 0x0808e445 in pbx_extension_helper (c=0xb659fcd0, con=0xb7ed1900, context=0xb659fe20 "op05_x", exten=0xb659ff14 "00116",
priority=1, label=0x0, callerid=0x0, action=0) at pbx.c:553
#14 0x0...
2020 Apr 14
5
[PATCH] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST
out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a
("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by
default. Then the defconfigs can keep enabling CONFIG_VHOST_NET
without the caring of CONFIG_VHOST.
But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even
for the ones that
2020 Apr 14
5
[PATCH] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST
out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a
("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by
default. Then the defconfigs can keep enabling CONFIG_VHOST_NET
without the caring of CONFIG_VHOST.
But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even
for the ones that
2010 Jan 31
2
Using apply function on duplicates in a data.frame
Dear R-Helpers,
I have a data.frame (df) and the head of data.frame looks like
ProbeUID ControlType ProbeName GeneName SystematicName
1665 1577 0 pSysX_50_22_1 pSysX_50 pSysX_50
5422 5147 0 pSysX_49_8_1 pSysX_49 pSysX_49
4042 3843 0 pSysX_51_18_1 pSysX_51 pSysX_51
3646 3466 0 sll1514_0_2 sll1514 sll1514
2946 2807 0 sll1514_0_1 sll1514 s...
2014 Mar 13
0
Help with Possible Bug in Samba 4.1.5 on Connection Close
....c:943"), line 530 in "tevent.c"
unnamed block in smbd_parent_loop(ev_ctx = 0x2000b2f8, parent =
0x2000e6e8), line 943 in "server.c"
smbd_parent_loop(ev_ctx = 0x2000b2f8, parent = 0x2000e6e8), line 943 in
"server.c"
server.main(argc = 2, argv = 0x2ff22b54), line 1577 in "server.c"
stack 2:
_talloc_free_internal(ptr = 0x2000cde8, location =
"../source3/smbd/smbXsrv_session.c:247"), line 840 in "talloc.c"
_talloc_free(ptr = 0x2000cde8, location =
"../source3/smbd/smbXsrv_session.c:247"), line 1489 in "talloc.c"...
2016 Nov 16
4
Schema Change Breaks Replication
I believe a schema change on a Windows DC (2008rc) has broken
replication with our S4 DCs. Anyone have any tips or pointers to
resolve this?
I have three S4 DCs [CentOS6] and one Windows 2008R2 DC. The Windows
2008R2 DC has the schema master FSMO, and I believe the Exchange schema
was added.
I am willing to pay US dollars to get this issue resolved. I need the
replication restored, the
2012 Jun 21
0
/* Check for midi header in logical stream */
...will do the job in the server part;
the complex part is the receiver. I would try GStreamer for that.
HTH,
Andres
>
> regards
>
>
> --
> Marc Manthey
> 50823 K?ln, germany
> Vogelsangerstr.97
> Phone: 0049-221-29891489 <tel:0049-221-29891489>
> Mobile : 0049-1577-3329231 <tel:0049-1577-3329231>
> Website: http://let.de
> Email: marc at let.de <mailto:marc at let.de>
>
>
> _______________________________________________
> Icecast-dev mailing list
> Icecast-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast-de...
2016 Nov 20
0
4.5.1 Upgrade Breaks Samba [Was: Schema Change Breaks Replication]
...t larkin26 ~]# netstat --listen --inet --program --numeric
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 127.0.0.1:199 0.0.0.0:*
LISTEN 1577/snmpd
tcp 0 0 0.0.0.0:22 0.0.0.0:*
LISTEN 1607/sshd
tcp 0 0 127.0.0.1:25 0.0.0.0:*
LISTEN 1697/master
udp 0 0 0.0.0.0:34659 0.0.0.0:*...
2004 May 03
2
Build problems on Linux SuSE 9.1
...or before "char"
/usr/X11R6/include/X11/Xlib.h:1516: error: parse error before "_Xconst"
/usr/X11R6/include/X11/Xlib.h:1520: error: parse error before "char"
/usr/X11R6/include/X11/Xlib.h:1542: error: parse error before "_Xconst"
/usr/X11R6/include/X11/Xlib.h:1577: error: parse error before '*' token
/usr/X11R6/include/X11/Xlib.h:1586: error: parse error before "_Xconst"
...
lots more
...
dataentry.c: In function `GetKey':
dataentry.c:1272: warning: passing arg 4 of `XLookupString' from
incompatible po
inter type
dataentry.c: In fu...
2014 Jun 05
1
Icecast Release 2.4.0 Webm /Opus Support
...e audio only clients ?
http://www.icecast.org/3rdparty.php
Appreciate any link or helpfull information
greetings
P.S. Would be great if there is a software for win7 my server is ubuntu
10.4 though :(
--
Marc Manthey
50823 K?ln, germany
Vogelsangerstr.97
phone : 0049-221-29891489
mobile: 0049-1577-3329231
Fingerprint: B045 9750 C2CB 06C3 3782 A264 A47F 3645 0E19 8512
Website: http://let.de
Twitter: https://twitter.com/macbroadcast
Facebook: https://www.facebook.com/opencu
Linkedin: http://www.linkedin.com/in/macbroadcast
Xing: https://www.xing.com/profile/Marc_Manthey
-------------- next pa...
2008 Oct 27
3
[Bug 1534] New: openssh calls pam functions in the wrong order on logout
...Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: anicka at suse.cz
Created an attachment (id=1577)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1577)
openssh pam fix for calling functions in the right order on logout
Copied from original bugreport by Andreas Schwab in Novell bugzilla:
openssh calls the pam functions on logout in the wrong order.
pam_setcred with the DELETE_CRED fla...
2013 Apr 14
2
Icecast 2.4 beta3 release
...i am using BUTT to stream audio to my
icecast2 server, what would be the recomeneded tool to stream video
and audio when your not a command line wizzard ?
Greetings
Marc
- --
- --
Les enfants terribles / Marc Manthey
50823 K?ln, germany
Vogelsangerstr.97
Phone: 0049-221-29891489
Mobile : 0049-1577-3329231
Website: https://let.de
Twitter: https://twitter.com/macbroadcast
Facebook: https://www.facebook.com/opencu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/
iQEcBAEBAgAGBQJRawA+AAoJEBGMpRlqXiNfyGkH/iUCx/CDV4gBuY...
2009 Nov 16
2
parsing Google search results
...he results of the query clearly
contain the regex "cran".
####
address <- url("http://www.google.com/search?q=cran")
open(address)
lines <- readLines(address)
grep("cran", lines[3])
####
Thanks
Philip
--
Philip Leifeld
Max Planck Institute for | +49 (0) 1577 6830349 (mobile)
Research on Collective Goods | +49 (0) 228 91416-73 (phone)
MaxNetAging Doctoral Fellow | +49 (0) 228 91416-62 (fax)
Kurt-Schumacher-Str. 10 |
53113 Bonn, Germany | http://www.philipleifeld.de