Displaying 20 results from an estimated 43 matches for "9214".
Did you mean:
214
2010 Apr 30
1
as.character() crashes R 2.11 on Win2008 x64 and Win7 64
...Exception code: 0xc00000fd
Fault offset: 0x0000a514
Faulting process id: 0x29cc
Faulting application start time: 0x01cae704e41e3609
Faulting application path: C:\Users\hirschen\Documents\R\R-2.11.0\bin\Rgui.exe
Faulting module path: C:\Windows\syswow64\msvcrt.dll
Report Id: 4c17218f-52f8-11df-9214-0026b95eb365
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>...
2017 Feb 07
2
gpupdate use wrong url
...t VirtIO Ethernet Adapter
>>
>> Physische Adresse . . . . . . . . : 52-54-00-17-AF-1D
>>
>> DHCP aktiviert. . . . . . . . . . : Nein
>>
>> Autokonfiguration aktiviert . . . : Ja
>>
>> Verbindungslokale IPv6-Adresse . :
>> fe80::14d8:9214:1432:6ff2%8(Bevorzugt)
>>
>> IPv4-Adresse . . . . . . . . . . : 192.168.122.84(Bevorzugt)
>>
>> Subnetzmaske . . . . . . . . . . : 255.255.255.0
>>
>> Standardgateway . . . . . . . . . : 192.168.122.1
>>
>> DHCPv6-IAID . . . . . . . . ....
2009 Nov 20
1
ctree (party) changing font sizes in plots
...zes for "Node 2", "Node 5", etc. I'd also
like to be able to adjust the font sizes for the x-axis and y-axis
labels of the histograms.
Thanks,
Sam Thomas
Revelant Technologies, LLC.
sam.thomas@revelanttech.com <mailto:sam.thomas@revelanttech.com>
317-696-9214
[[alternative HTML version deleted]]
2011 Jan 15
1
Problem with chan_dahdi and conferencing
Hi. I am using asterisk-1.8 and I am having problems getting
conferencing to work properly. I did modprobe on dahdi and did load =>
chan_dahdi.so in /etc/asterisk/modules.conf. Now I do get conferencing,
but meetme says
[Jan 15 11:38:56] WARNING[9214] app_meetme.c: No DAHDI channel available
for conference, conference recording disabled (is chan_dahdi loaded?)
Now chan_dahdi is indeed loaded, but I have an empty chan_dahdi.conf.
What do I need to do to get recording to work?
Any assistance would be appreciated.
--
Your life is like a penny...
2017 Feb 07
2
gpupdate use wrong url
...ndungsspezifisches DNS-Suffix:
Beschreibung. . . . . . . . . . . : Red Hat VirtIO Ethernet Adapter
Physische Adresse . . . . . . . . : 52-54-00-17-AF-1D
DHCP aktiviert. . . . . . . . . . : Nein
Autokonfiguration aktiviert . . . : Ja
Verbindungslokale IPv6-Adresse . :
fe80::14d8:9214:1432:6ff2%8(Bevorzugt)
IPv4-Adresse . . . . . . . . . . : 192.168.122.84(Bevorzugt)
Subnetzmaske . . . . . . . . . . : 255.255.255.0
Standardgateway . . . . . . . . . : 192.168.122.1
DHCPv6-IAID . . . . . . . . . . . : 122835968
DHCPv6-Client-DUID. . . . . . . . :
00-01-00-01-...
2020 Jun 11
0
[PATCH RFC v7 03/14] vhost: use batched get_vq_desc version
...D UDP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to
> 10.200.0.1 () port 0 AF_INET
> Socket Message Elapsed Messages
> Size Size Time Okay Errors Throughput
> bytes bytes secs # # 10^6bits/sec
>
> 212992 65507 10.00 9214 0 482.83
> 212992 10.00 9214 482.83
>
> I will compare with the non-batch version for reference, but the
> difference between the two is noticeable. Maybe it's worth finding a
> good value for the if() inside fetch_buf?
>
> Thanks!
>...
2009 Dec 21
2
xm mem-set on an F11 xen guest
I just tried to change the memory for my F11 xen guest from 512 to 1024.
After executing:
xm mem-set workstation 1024
xm list shows the memory still being 512. Anyone else see this behavior
before? I tried other values as well - but the memory is still what it
was when I created the VM...
I'm running CentOS 5.4 on an i386...
Scot P. Floess
27 Lake Royale
Louisburg, NC 27549
2019 Jan 14
5
Setting 'unix charset' kills the samba share
Hello,
When I define
*unix charset = ISO-8859-1*
in *smb.conf*, it does not work. When I comment it, the share works fine.
However, we need to define the charset...
When unix charset is
Here is the global section of smb.conf
[global]
workgroup = COMPANY
realm = COMPANY.COM
security = ADS
winbind use default domain = true
winbind offline logon = true
idmap config * :
2019 Jan 14
0
Setting 'unix charset' kills the samba share
...b.service
* smb.service - Samba SMB Daemon
Loaded: loaded (/usr/lib/systemd/system/smb.service; disabled; vendor
preset: disabled)
Active: failed (Result: exit-code) since Mon 2019-01-14 15:19:01 EST;
13s ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 9214 ExecStart=/usr/sbin/smbd --foreground --no-process-group
$SMBDOPTIONS (code=exited, status=1/FAILURE)
Main PID: 9214 (code=exited, status=1/FAILURE)
Status: "daemon failed to start: Samba cannot setup ep pipe"
Error: 13 (Permission denied)
I changed the log level to 3 to reduce...
2020 Jun 16
0
[PATCH RFC v7 03/14] vhost: use batched get_vq_desc version
...() port 0 AF_INET
> > > > Socket Message Elapsed Messages
> > > > Size Size Time Okay Errors Throughput
> > > > bytes bytes secs # # 10^6bits/sec
> > > >
> > > > 212992 65507 10.00 9214 0 482.83
> > > > 212992 10.00 9214 482.83
> > > >
> > > > I will compare with the non-batch version for reference, but the
> > > > difference between the two is noticeable. Maybe it's worth finding a
> >...
2009 Dec 01
5
send existing root email to another user
Hi all,
I'm running Centos 5.4
I have a pile of emails in my root users /var/spool/mail/root file
I need to send this all to another address (preferrably external but
local would possibly do)
I have searched a lot but can't find any way to do this. I have set it
so future emails get forwarded to my external address but I also need to
shift the existing emails.
Thanks
Kate
2017 Feb 07
1
gpupdate use wrong url
...ng. . . . . . . . . . . : Red Hat VirtIO Ethernet Adapter
>
> Physische Adresse . . . . . . . . : 52-54-00-17-AF-1D
>
> DHCP aktiviert. . . . . . . . . . : Nein
>
> Autokonfiguration aktiviert . . . : Ja
>
> Verbindungslokale IPv6-Adresse . :
> fe80::14d8:9214:1432:6ff2%8(Bevorzugt)
>
> IPv4-Adresse . . . . . . . . . . : 192.168.122.84(Bevorzugt)
>
> Subnetzmaske . . . . . . . . . . : 255.255.255.0
>
> Standardgateway . . . . . . . . . : 192.168.122.1
>
> DHCPv6-IAID . . . . . . . . . . . : 122835968
>
>...
2017 Feb 07
0
gpupdate use wrong url
...ng. . . . . . . . . . . : Red Hat VirtIO Ethernet Adapter
>
> Physische Adresse . . . . . . . . : 52-54-00-17-AF-1D
>
> DHCP aktiviert. . . . . . . . . . : Nein
>
> Autokonfiguration aktiviert . . . : Ja
>
> Verbindungslokale IPv6-Adresse . :
> fe80::14d8:9214:1432:6ff2%8(Bevorzugt)
>
> IPv4-Adresse . . . . . . . . . . : 192.168.122.84(Bevorzugt)
>
> Subnetzmaske . . . . . . . . . . : 255.255.255.0
>
> Standardgateway . . . . . . . . . : 192.168.122.1
>
> DHCPv6-IAID . . . . . . . . . . . : 122835968
>
>...
2017 Feb 07
0
gpupdate use wrong url
...>> Physische Adresse . . . . . . . . : 52-54-00-17-AF-1D
> >>
> >> DHCP aktiviert. . . . . . . . . . : Nein
> >>
> >> Autokonfiguration aktiviert . . . : Ja
> >>
> >> Verbindungslokale IPv6-Adresse . :
> >> fe80::14d8:9214:1432:6ff2%8(Bevorzugt)
> >>
> >> IPv4-Adresse . . . . . . . . . . : 192.168.122.84(Bevorzugt)
> >>
> >> Subnetzmaske . . . . . . . . . . : 255.255.255.0
> >>
> >> Standardgateway . . . . . . . . . : 192.168.122.1
> >>
> &g...
2010 Jul 13
2
Missing packages
I haven't seen anything on the announce list and don't see these in the repos:
qspice-client - http://rhn.redhat.com/errata/RHEA-2010-0492.html
spice-xpi - http://rhn.redhat.com/errata/RHEA-2010-0493.html
kvm - http://rhn.redhat.com/errata/RHBA-2010-0479.html
Anyone know what the story is?
David Martin
2009 Oct 15
2
CentOS 5.4? anyone?
Hi,
The last status (from twitter) is 2 days old with the '5.4 is baked! centos
internal network will start syncing up today. Release ~ soon!'. Any ETA?
- Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091015/06994b2f/attachment-0002.html>
2009 Dec 02
2
(re)load new kernel with rebooting host node?
Hi all,
Is it possible to reload the dom0 / host node's kernel with a newer
one, without rebooting the server? I know kexec can do something like
this for security patches, but I don't know much about kexec, and I
don't want to mess up a production server either. So, has anyone done
something like this before? I need to load a new kernel for one of the
domU's iptables to work, but
2010 Feb 17
2
a VNC client suitable to monitor 15 desktops in 1 screen, automatic reconnect. Exists?
Hello,
Is there a VNC client out there that can permit me to run it 15 times
simultaneously and scale them smaller so that I can view 15 little
remote screens (at the same time) in my one big monitor?
Also, is there a way to make it so if the PC is rebooted the client
automatically reconnects ?
The goal of this is to have one big monitor to view in realtime what
people are doing in their PCs.
2005 Oct 10
11
Samba creating multiple isntances of the deamon
(2005.10.10, 14:25)
I am running Samba 3.0.14a-2 on Fedora 4. I have no problem seeing the
Linux file system from any of the Windows (2000, SP4) computers
attached to the network.
The problem is that smbd processes are created for no apparent reason
and never die. I noticed this when the computer had been up for about
three days and there were some 600 active smbd processes!
What could be the
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...ffff7af2e62 <PyEval_EvalFrameEx+12642>,
0x7ffff7af802e <PyEval_EvalFrameEx+33582>,
0x7ffff7af8005 <PyEval_EvalFrameEx+33541>, 0x7ffff7af3ee5 <PyEval_EvalFrameEx+16869>,
0x7ffff7af3f3f <PyEval_EvalFrameEx+16959>,
0x7ffff7af20fe <PyEval_EvalFrameEx+9214>, 0x7ffff7af8065 <PyEval_EvalFrameEx+33637>,
0x7ffff7af250d <PyEval_EvalFrameEx+10253>,
0x7ffff7af16ad <PyEval_EvalFrameEx+6573>, 0x7ffff7af16e7 <PyEval_EvalFrameEx+6631>,
0x7ffff7af806d <PyEval_EvalFrameEx+33645>,
0x7ffff7af1863 <PyEval_EvalF...