search for: aup

Displaying 20 results from an estimated 23 matches for "aup".

Did you mean: ap
2020 Aug 19
0
[PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
...h.c index 75dbd221dc594b..19e195420e2434 100644 --- a/drivers/net/ethernet/amd/au1000_eth.c +++ b/drivers/net/ethernet/amd/au1000_eth.c @@ -1131,10 +1131,9 @@ static int au1000_probe(struct platform_device *pdev) /* Allocate the data buffers * Snooping works fine with eth on all au1xxx */ - aup->vaddr = (u32)dma_alloc_attrs(&pdev->dev, MAX_BUF_SIZE * + aup->vaddr = (u32)dma_alloc_coherent(&pdev->dev, MAX_BUF_SIZE * (NUM_TX_BUFFS + NUM_RX_BUFFS), - &aup->dma_addr, 0, - DMA_ATTR_NON_CONSISTENT); + &aup->dma_addr, 0); if (!aup-&gt...
2003 Feb 25
0
WinXP cannot join domain (Samba PDC on FreeBSD)
...st = @techno, mdm force group = techno force user = root create mode = 0775 force create mode = 0775 directory mode = 0775 force directory mode = 0775 valid users = @SKBusers [documents] comment = Document directory path = /home/documents public = yes write list = @aup,@otdel_po,syv,irina,rifa,andy force group = aup create mode = 0775 force create mode = 0775 directory mode = 0775 force directory mode = 0775 valid users = @SKBusers [buh] comment = Buh directory path = /home/mafia/buh valid users = @buh force group = buh writable...
2009 Aug 06
1
OT - Opensourcesip.org
Anyone have any firsthand experience implementing OpenSBC (opensourcesip.org)? Have a possible consulting gig referral. Cory J. Andrews Director New Market Initiatives Sayers Media Group VoIP Supply, LLC 454 Sonwil Drive Buffalo, NY 14225 716-250-3402 OFFICE 716-630-1548 FAX 716-601-4474 MOBILE candrews at sayersmedia.com <mailto:brett at voipsupply.com> Have I
2011 Oct 20
10
What happened to 6.1
Hi gang - Love CentOS - you guys to a fabulous job. It has been a while since I saw any update... I went to twitter.com/centos nothing there, twitter.com/centos6 nothing there, went to the qa calendar stuff nothing there. Last I saw was something in September saying all RPM's are built and doing ISO's. Then nothing. I know the whole story about its ready when its ready and I'm all
2020 Sep 14
20
a saner API for allocating DMA addressable pages v2
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. I'm still a
2002 Nov 14
1
Bullet proof bulk email friendly hosting & cheap mass email campaigns.
...m that provide cheap bullet proof bulk email friendly hosting for your website ($400 for one month of bullet proof hosting) and cheap bulk email campaigns ($200 for 1 million emails sent) As you may already know, many web hosting companies have Terms of Service (TOS) or Acceptable Use Policies (AUP) against the delivery of emails advertising or promoting your web site. If your web site host receives complaints or discovers that your web site has been advertised in email broadcasts, they may disconnect your account and shut down your web site. Our mission is to solve your problem and provi...
2020 Sep 15
32
a saner API for allocating DMA addressable pages v3
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. As a follow up I
2011 Nov 15
2
Changes at Red Hat confouding CentOS (was: What happened to 6.1)
...Oct 28 to CentOS On Friday, October 21, 2011 02:22:26 PM Les Mikesell wrote: > Which is explicitly imposing additional restrictions. Which is > explicitly prohibited in section 6. I don't see any exceptions > relating to what the consequences of those restrictions might be. The RHN AUP simply says that if you redistribute information from RHN you lose access to RHN. It does not restrict your right to redistribute anything; it restricts access to future information distributions from RHN. I know that's splitting hairs, but it does seem to meet the letter of the license. Aft...
2018 Feb 23
0
RADIUS
...h devices. Corporate mobile devices are typically configured using MDM to already have the company 802.1x profile so they "just work" on the corporate WiFi. Guest mobile devices will connect to another SSID, which usually only allows access to the internet (sometimes after agreeing to a AUP via a captive web portal).
2018 Feb 23
2
RADIUS
...company 802.1x profile so they "just work" on the corporate > WiFi. MDM? I?ve never heared that before; might be worthwhile to look into. > Guest mobile devices will connect to another SSID, which > usually only allows access to the internet (sometimes after agreeing > to a AUP via a captive web portal). Yes, that?s one of the ideas. Another idea is to allow unregistered customers access for a limited amount of time and allowing registered customers (like regular customers having a customer card) an unlimited amount of time. I have no idea yet how I would limit the tim...
2006 Jun 22
0
Announcing AutoPilot
...by gem AutoPilot, which lets you automate Selenium testing from ruby scripts or the command prompt. Currently, it''s working in Mac OS and Windows. See the movies under "Docs" at: http://rubyforge.org/projects/autopilot/ To install: gem install autopilot command line usage: aup Thanks, Jamie Orchard-Hays http://blog.dangdev.com
2009 Jun 19
1
www.centos.org/docs/ content
hi, Upstream docs and manuals, edited to whats required by theur AUP / License requirements have been hosted at http://www.centos.org/docs/ for a long time. What its now missing is someone who would take responsibility for those docs and ensure they are maintained / updated and kept in sycn with reality ( and always confirming with the upstream requirements for...
2007 Mar 16
1
Branding in Vim
Hi, I noticed that CentOS's vim contains the line "Modified by <bugzilla at redhat.com>" on the splash screen. Should this be removed or changed to bugzilla at centos.com? - Ken Dreyer
2005 May 19
2
DHCP available?
The user is not able to figure out what he has. If you ask him he will tell you just yes, because he has ADSL. I was thinking if there would be a possibility to figure out what he has, by just let him go to our website. A PHP program could find the remote address and the remote proxy address. I guess a java program could find out what IP addresses the user has and what neighbor addresses the
2006 Mar 05
0
Converted tattle.pl to ruby - anyone want to be a tester?
...end } end } @off end end class Notifier < ActionMailer::Base def send_report( offender ) # Email header info MUST be added here @recipients = "iconnor@projectlounge.com" @from = "iconnor@projectlounge.com" @subject = "Breach of AUP: " + offender.rhost # Email body substitutions go here @body["lines"] = offender.lines @body["email"] = offender.abuse end end class Attacker require ''net/http'' attr_accessor :rhost, :lines def initialize @lines = [] end d...
2002 Nov 14
0
[LLVMdev] Bullet proof bulk email friendly hosting & cheap mass email campaigns.
...m that provide cheap bullet proof bulk email friendly hosting for your website ($400 for one month of bullet proof hosting) and cheap bulk email campaigns ($200 for 1 million emails sent) As you may already know, many web hosting companies have Terms of Service (TOS) or Acceptable Use Policies (AUP) against the delivery of emails advertising or promoting your web site. If your web site host receives complaints or discovers that your web site has been advertised in email broadcasts, they may disconnect your account and shut down your web site. Our mission is to solve your problem and provi...
2020 Aug 19
39
a saner API for allocating DMA addressable pages
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. I'm still a
2012 Dec 18
4
yum --security not detecting security updates
Hello, We are running CentOS 5.5 on a server that is not reporting any security updates: [root at server01 ~]# yum -y --security check-update Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: bay.uchicago.edu * extras: bay.uchicago.edu * updates: mirror.nyi.net Limiting package lists to security relevant ones No packages needed, for security, 261
2004 Jul 02
3
Termination for Asterisk Users - Inter-Asterisk Exchange
Folks! Netweb Group, Inc. fully supports connectivity to any Asterisk PBX systems you have and can provide A-Z termination with immediate effect. Any volume is good enough for us, even an amount as small as $1.00 a day will do for us. We will provide connectivity from our Softswitch IP 216.162.116.46. If anyone is interested, add this to your Asterisk IPBX and then email me for setting up a
2006 Jul 19
11
Hosting a Ruby App From Home - Approach?
Hi, Any advice/comments on the potential for hosting some personal Ruby applications from home? (i.e. for learning, sharing with friends etc) Would the basic concept be: * Need to buy a static IP address from you ISP * By a domain name and point it to the static IP address * Run Apache as the front end web server - Q: What basic lockdown/security steps should one take? * Perform a PORT