search for: terror

Displaying 20 results from an estimated 113 matches for "terror".

Did you mean: error
2012 Feb 26
9
Music Collector
Hi @all, ...is it possible to make the cdrom functionalities get work on this program ??? I've got the same issues with foobar2000; i cannot open CDs !!! Music Collector installs fine under wine 1.4-rc2 and runs, but when i wanna add a cd to the collection it gives an error. the link: http://www.collectorz.com/music/ ...or is there an alternative for this great program under linux ???
2010 Mar 17
0
profile terror after passdb loss
Hi, I'm running samba 3.4.0 as PDC with a bunch of Windows boxes (XP, Vista, 7) on the domain. Unfortunately, I lost my passdb.tdb and secrets.tdb files and had to create the domain again on a new setup. Consequently, all domain computers had to be rejoined and all users had to re-enter their passwords. This must have caused major confusion on the clients / controller (I don't know which
2019 Nov 22
2
[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
...ork; + /* Does the affinity hint is set for virtqueues? */ bool affinity_hint_set; @@ -1721,7 +1726,7 @@ static void virtnet_stats(struct net_device *dev, int i; for (i = 0; i < vi->max_queue_pairs; i++) { - u64 tpackets, tbytes, rpackets, rbytes, rdrops; + u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; struct receive_queue *rq = &vi->rq[i]; struct send_queue *sq = &vi->sq[i]; @@ -1729,6 +1734,7 @@ static void virtnet_stats(struct net_device *dev, start = u64_stats_fetch_begin_irq(&sq->stats.syncp); tpackets = sq->stats.packets;...
2019 Nov 22
2
[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
...ork; + /* Does the affinity hint is set for virtqueues? */ bool affinity_hint_set; @@ -1721,7 +1726,7 @@ static void virtnet_stats(struct net_device *dev, int i; for (i = 0; i < vi->max_queue_pairs; i++) { - u64 tpackets, tbytes, rpackets, rbytes, rdrops; + u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; struct receive_queue *rq = &vi->rq[i]; struct send_queue *sq = &vi->sq[i]; @@ -1729,6 +1734,7 @@ static void virtnet_stats(struct net_device *dev, start = u64_stats_fetch_begin_irq(&sq->stats.syncp); tpackets = sq->stats.packets;...
2019 Oct 07
0
[PATCH RFC net-next 1/2] drivers: net: virtio_net: Add tx_timeout stats field
...> > @@ -1721,7 +1723,7 @@ static void virtnet_stats(struct net_device *dev, > > int i; > > > > for (i = 0; i < vi->max_queue_pairs; i++) { > > - u64 tpackets, tbytes, rpackets, rbytes, rdrops; > > + u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; > > struct receive_queue *rq = &vi->rq[i]; > > struct send_queue *sq = &vi->sq[i]; > > > > @@ -1729,6 +1731,7 @@ static void virtnet_stats(struct net_device *dev, > > start = u6...
2019 Oct 06
7
[PATCH RFC net-next 0/2] drivers: net: virtio_net: Implement
From: Julio Faracco <jcfaracco at gmail.com> Driver virtio_net is not handling error events for TX provided by dev_watchdog. This event is reached when transmission queue is having problems to transmit packets. To enable it, driver should have .ndo_tx_timeout implemented. This serie has two commits: In the past, we implemented a function to recover driver state when this kind of event
2019 Oct 06
7
[PATCH RFC net-next 0/2] drivers: net: virtio_net: Implement
From: Julio Faracco <jcfaracco at gmail.com> Driver virtio_net is not handling error events for TX provided by dev_watchdog. This event is reached when transmission queue is having problems to transmit packets. To enable it, driver should have .ndo_tx_timeout implemented. This serie has two commits: In the past, we implemented a function to recover driver state when this kind of event
1998 Dec 04
1
AW: Windows 3.1 and Samba
...s for *************************************************************************** Buying an operating system without source is like buying a self-assembly Space Shuttle with no instructions. *************************************************************************** For the NSA only: bomb drug shit terror islam attack -----Urspr?ngliche Nachricht----- Von: Rudolf Kollien [mailto:Rudolf.Kollien@medas.de] Gesendet am: Freitag, 4. Dezember 1998 17:22 An: fwo@gcal.ac.uk Betreff: AW: Windows 3.1 and Samba Works great on all versions of samba. For WFWG you need the MS-TCP/IP-32 (not part of WFWG). For W...
2019 Nov 26
0
[net-next V3 2/2] drivers: net: virtio_net: Implement a dev_watchdog handler
...ork; + /* Does the affinity hint is set for virtqueues? */ bool affinity_hint_set; @@ -1721,7 +1726,7 @@ static void virtnet_stats(struct net_device *dev, int i; for (i = 0; i < vi->max_queue_pairs; i++) { - u64 tpackets, tbytes, rpackets, rbytes, rdrops; + u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; struct receive_queue *rq = &vi->rq[i]; struct send_queue *sq = &vi->sq[i]; @@ -1729,6 +1734,7 @@ static void virtnet_stats(struct net_device *dev, start = u64_stats_fetch_begin_irq(&sq->stats.syncp); tpackets = sq->stats.packets;...
2019 Nov 22
0
[PATCH] drivers: net: virtio_net: Implement a dev_watchdog handler
...ork; + /* Does the affinity hint is set for virtqueues? */ bool affinity_hint_set; @@ -1721,7 +1726,7 @@ static void virtnet_stats(struct net_device *dev, int i; for (i = 0; i < vi->max_queue_pairs; i++) { - u64 tpackets, tbytes, rpackets, rbytes, rdrops; + u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; struct receive_queue *rq = &vi->rq[i]; struct send_queue *sq = &vi->sq[i]; @@ -1729,6 +1734,7 @@ static void virtnet_stats(struct net_device *dev, start = u64_stats_fetch_begin_irq(&sq->stats.syncp); tpackets = sq->stats.packets;...
2019 Nov 22
0
[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
...t for virtqueues? */ > bool affinity_hint_set; > > @@ -1721,7 +1726,7 @@ static void virtnet_stats(struct net_device *dev, > int i; > > for (i = 0; i < vi->max_queue_pairs; i++) { > - u64 tpackets, tbytes, rpackets, rbytes, rdrops; > + u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; > struct receive_queue *rq = &vi->rq[i]; > struct send_queue *sq = &vi->sq[i]; > > @@ -1729,6 +1734,7 @@ static void virtnet_stats(struct net_device *dev, > start = u64_stats_fetch_begin_irq(&sq->stats.syncp); > tpac...
2005 Mar 22
2
mkstemp fails but data still transferred
...r to the receiver. I guess what I'm getting at is that if rsync can't create the temporary file shouldn't it just bail ? Any info would be greatfully received. Cheers - Steve ======================================================================== He didn't administer a reign of terror, just the occasional light shower. - Terry Pratchett, Sourcery
2009 Aug 17
1
a few questions
Hello I am curious about some articles I would like to contribute to the wiki. I would like to add some articles about installing games, like UT, Quake3 with the Urban Terror mod and Enemy territory. The question I have is are these articles something that the group would like on the wiki ? I know CentOS is more aimed at servers and sysadmins than home user but there are some of us out there and was thinking these would be a nice addition to the wiki to show that CentOS...
2004 Oct 18
1
anaconda in 3.3?
...nything along these lines? Is there any way of guessing whether an update should solve my problems, or that a full re-install with freshly downloaded 3.3 isos would be better? -- Robert Thomas (beau) Hayes Link beau at oblios-cap.com (c)2004ISR; http://www.semanticrestructuring.com/ "War on Terror? Splint on Smallpox."
2001 Sep 14
0
News from the www.indymedia.org:8081 newswire
...nteresting in the context of free music distribiuton --------------------------------------------------------------- Article by: Rick Friday 14 Sep 2001 Summary:Here\'s is a link to the record of a speech on countering \"terrorism\" by former FBI director Louis Freeh before a Senate intelligence committee on May 10, 2001. In it he mentions Reclaim The Streets, a movement that advocates throwing umpermitted block parties on urban streets, as a \"threat to the United States.\" Yes, with an army of DJs armed w...
2006 Sep 19
2
emule047c too many files
...n batch process. 2.- But when I use emule, the same error appears in some files in the emule gui, and in the console prompt, too many files. What is this? How Can I modify the number of files that can open by a win app with wine? Thanks and sorry for my poor english. -- No se ofusque con este terror tecnol?gico que ha construido, la posibilidad de destruir un planeta es insignificante compara con el poder de la fuerza -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060919/0ce8bcbe/attachment.html
2001 Sep 14
5
Our Sympathies
The following is a message to be sent to the President of the United States of America. Although we may not be able to do a great deal from where we are, but for the people of America just knowing we care and feel their sadness will help. Please put your name on the following list and send it to all you know and who care. If you are the 100th name and every 100th there on could you please also
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
Hello all, I''ve tried to run ''puppetrun'', but there seems something unconfigured regarding the certificates. The reverse way (puppetd pulls the config from puppetmasterd) works fine. The namespaceauth.conf on the client (where puppetd runs) is configured as follows: [puppetrunner] allow *.abc.net (also tried the calling host: puppet1.abc.net) But when I call
2005 Jun 14
0
Mr. Chen told Media that CCP has "thousands" of secret agents in Australia
...organisations. By June 4, 2005, more than 2 Million people have quit the Chinese Communist Party. Ms. Zhao from "June 4 rally organizing committee" of "Free China" praised Mr. Chen for his courage to speak out the truth and refuse to continue carrying out the persecution and terrorism policy of CCP. "Mr. Chen's defect is just a small corner of the iceberg, showing that Chinese Communist regime is collapsing from the inside. Mr. Chen is just one out of millions of Chinese people, including high-ranking officials and diplomats who disagree with the persecution and...
2010 Jul 30
3
New eMule-Mods crashes !!!
Can somebody tell me why this eMule-Mod crashes, its Ubuntu 10.04 & Wine 1.2 ??? Here is the terminal output: > > ???@???:~/.wine/drive_c/Mods/eMule 0.50a No.Name$ wine emule.exe > fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060, {485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null), 0x100a068,) > fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080,