New build of Snort [solved]

Has anyone had any luck recently trying to upgrade the snort package in extra?
I've been trying to enable postgresql support in snort, so I downloaded the snort PKGBUILD using the ABS. However, even without changing anything the build will not work because the links are outdated. Here's the relevant bug report (although focusing on mysql support)
https://bugs.archlinux.org/task/19288?p … ring=snort
Here is my updated PKGBUILD (http://gist.github.com/585174), but it won't compile and I'm not sure why. Here's the end of the output from makepkg:
Making install in preproc_rules
make[1]: Entering directory `/home/jason/abs/community/snort/src/snort-2.8.6.1/preproc_rules'
make[2]: Entering directory `/home/jason/abs/community/snort/src/snort-2.8.6.1/preproc_rules'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/jason/abs/community/snort/src/snort-2.8.6.1/preproc_rules'
make[1]: Leaving directory `/home/jason/abs/community/snort/src/snort-2.8.6.1/preproc_rules'
make[1]: Entering directory `/home/jason/abs/community/snort/src/snort-2.8.6.1'
make[2]: Entering directory `/home/jason/abs/community/snort/src/snort-2.8.6.1'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man8" || /bin/mkdir -p "/home/jason/abs/community/snort/pkg/usr/share/man/man8"
/bin/install -c -m 644 snort.8 '/home/jason/abs/community/snort/pkg/usr/share/man/man8'
test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/home/jason/abs/community/snort/pkg/usr/lib/pkgconfig"
/bin/install -c -m 644 snort.pc '/home/jason/abs/community/snort/pkg/usr/lib/pkgconfig'
make[2]: Leaving directory `/home/jason/abs/community/snort/src/snort-2.8.6.1'
make[1]: Leaving directory `/home/jason/abs/community/snort/src/snort-2.8.6.1'
Aborting...
[1] 2944 exit 2 makepkg
I'm not sure why it's not compiling because I don't see any errors. If you want the full output from makepkg or anything let me know. Also I needed to register for a snort sourcefire account to download the (semi) updated snort rules.
Last edited by bostonvaulter (2010-09-27 22:19:17)

I found out the problem. There is an error in the community PKGBUILD. There is only one bar before the return 1 when there should be two on line 41 of the PKGBUILD. I plan to file a bug report on this.
install -D -m644 ${srcdir}/snort.conf.d ${pkgdir}/etc/conf.d/snort | return 1
install -D -m644 ${srcdir}/snort.conf.d ${pkgdir}/etc/conf.d/snort || return 1
Unfortunately to even get this to run requires you to sign up on the sourcefire website to download the week-old community rules. Also the source tarball does not have a nice name, it is something like snort.org/dl/116 rather than a nice version including the version number.

Similar Messages

  • [SOLVED]New Build, no sound, Alsa unable to open slave

    I've been happily using Arch on an old laptop I had lying around for 4/5  months, alongside ARM on my Raspberry Pi for a year or so. Being more than happy with it I decided to sell my 2011 i5 iMac, build a pc and hopefully learn something along the way. I mention this as it's my first build and the issue may be hardware realted, or more likely my assembly of the hardware, I've updated my sig to reflect the new parts.
    The first decision I made two days ago upon putting the system together. I had two plugs, one for HD audio, another for Realtek audio, I went with the HD option. The other variable that is new to me is an audio option in the Gigabyte uefi/bios for audio which has options for enabled, disabled & auto - I've tried all three. I thought at first going with HD option may have meant sound only via hdmi, I'm using an old vga monitor, but after a little reading it seems the HD option should work with the standard audio out's on the motherboard & case too.
    I've got a 3.5mm jack plugged into the line out on the back of the motherboard going to a phono connection on my stereo, I've also tried the headphone out on the front of the case, Zalman Z9.
    I've installed alsa-plugins and alsa-utils. Upon running speaker-test, or speaker-test -c 2 I'm getting:
    speaker-test -c 2
    speaker-test 1.0.27.2
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    Playback open error: -2,No such file or directory
    Using aplay:
    aplay piano2.wav
    ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
    aplay: main:722: audio open error: No such file or directory
    Some info:
    lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 30162 1
    snd_hda_codec_realtek 40772 1
    snd_hda_intel 36904 0
    snd_hda_codec 149633 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6340 1 snd_hda_codec
    snd_pcm 77709 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7242 2 snd_pcm,snd_hda_intel
    snd_timer 18726 1 snd_pcm
    snd 59173 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Dec 1 19:31 by-path
    crw-rw----+ 1 root audio 116, 13 Dec 1 19:31 controlC0
    crw-rw----+ 1 root audio 116, 8 Dec 1 19:31 controlC1
    crw-rw----+ 1 root audio 116, 12 Dec 1 19:31 hwC0D0
    crw-rw----+ 1 root audio 116, 7 Dec 1 19:31 hwC1D2
    crw-rw----+ 1 root audio 116, 11 Dec 1 19:31 pcmC0D3p
    crw-rw----+ 1 root audio 116, 10 Dec 1 19:31 pcmC0D7p
    crw-rw----+ 1 root audio 116, 9 Dec 1 19:31 pcmC0D8p
    crw-rw----+ 1 root audio 116, 6 Dec 1 19:31 pcmC1D0c
    crw-rw----+ 1 root audio 116, 5 Dec 1 19:31 pcmC1D0p
    crw-rw----+ 1 root audio 116, 4 Dec 1 19:31 pcmC1D1c
    crw-rw----+ 1 root audio 116, 3 Dec 1 19:31 pcmC1D1p
    crw-rw----+ 1 root audio 116, 2 Dec 1 19:31 pcmC1D2c
    crw-rw---- 1 root audio 116, 1 Dec 1 19:31 seq
    crw-rw----+ 1 root audio 116, 33 Dec 1 19:31 timer
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    The above is all without any .asoundrc in my home directory or anything in /etc.modprobe.d/*.conf
    From the wiki I've tried putting
    options snd slots=snd_mia,snd_hda_intel
    options snd_mia index=0
    options snd_hda_intel index=1
    in /etc/modprobe.d/alsa-base.conf, and tried reversing the 1 and 0, both 0's, both 1's to no avail.
    I've tried a few variations in .asoundrc based on the wiki example with no luck.
    I'm lost, this is the first time I've had sound issues with linux and I'm really not sure if it's rooted in the hardware, my first attempt at building a pc or a simple alsa config issue.
    Googling for unable to open slave in alsa seems to bring up mainly conflicting programm issues whic I don't think is my issue as I have no sound at all.
    *edit*
    perhaps this should be in newbie corner? my linux sound knowledge is definitely newbie status.
    Last edited by Proinsias (2013-12-03 23:22:48)

    Solved, not sure where I was going wrong in my initial attempts but a simple .asoundrc has my speakers singing. Could have sworn this was tried to death in the first half hour or so, oh well.
    On the plus side I spent my lunch hour today getting a rough idea of sound on linux and alsa preparing for a fight with my new build, ten minutes after booting up the new machine on my return home & all is well.   
    pcm.!default {
    type hw
    card 1
    ctl.!default {
    type hw
    card 0

  • NO LINE!!! NO HELP! NO DUCTING NEW BUILD HOUSE

    So here goes . , my ongoing unlimited stress with bt
    27 july ordered bt 
    closest visit? 23 august!!!!! WHAT A JOKE
    wait till 23th bt was suppose to turn up between 1-6pm noone turned up noone called to say they wasnt turn up.
    called them up for them to tell me there was a fault in my line? i dont even have a line connected!!!
    they also tell me i didnt need someone to come out because the work inside the house was complete and all they had to do with flick a so called switch in the exchange! but yet they booked a appointment and it took them over 4 weeks for them to notice this even after i told them it was a new build with all new fitted bt installed inside and going outside the house into the ground!more wasted time and hassle!
    got told it will be connected within 24 hours and i have to wait till 8pm on the friday before calling back , so i ask what time does call centre close friday , get told 10pm ok i said if not connected by 8.01 i will call back after being hung up on and sent to 3 different people i got that so come 8pm friday no connection no line so i call bt back ( ON A MOBILE!!) and what the heck there closed FALSE INFORMATION AGAIN
    come saturday i call them again to be passed from pillow to post spending over 3 hours on the phone to them!!!!! 
    i eventually get through to a manager who tells me the builders need to confirm they have installed the ''' duct'''' so called outside the house. this one manager was the one i spoke to on friday who said he would call me on satursday at 11am. which he never called, in fact he never bothered to call untill come near on 5pm after being on hold and on the phone for over 3 half hours he come through from someone transfereing him as he was the manager on call that day, little to say he was very shocked to have caught me yet again!!!!, where he then went into what his job was and it wasnt stretching to deal with me or my issue as he is very busy! being the manager of not doin the jobs he says i assume!!!!
    right so heres a problem i can solve our builders are still building new propertys close to mine so i contact them and approach and they confirm all the work is done, so i relay this back to bt who tell me the order is now goin through and will up and running within 24 hours. 
    so i then have to wait untill tuesday because of the bank holiday , yet again more calling more transfering here there and everywhere hours and hours pass on the phone 
    i get back in touch with another manager who tells me that the line will be connected as soon as he has contacted open reach to get someone to turn the line on! wooohoo i think where getting some where
    NOOOOO  i then recieve another call telling me open reach cant do any work on the line or any work without the builders contacting them , eve though i have already confirmed it with all of them
    come friday 31st september i receive a call saying the builders have confirmed the work and the work will be carried out and i should be connected very soon, 
    no connection as of monday so i call for a update...
    get through to another person who has took all my details but has no idea what is going on and just telling me they understand how im feeling!!!!. who then passes me from manager to manager then to faults, then to accounting then finally to contracts! the guy didnt know who i was why i was put through but got through to open reach who told them the line would be connected working via wednesday ...
    wednesday comes and yet again there is no connection no line NOTHING,
    i call back up yet again ON A MOBILE to find now that no work will be done no work has been done!
    they have no idea who called me to tell me the builders had confirmed it and no idea about the line other than it will not be connected without confirmation from the builders on ducting..
    the finall words for the call was that i had to wait another '''24 HOURS''' For an update on open reach connecting the line , his words was just 24 hours for us to get the update and i promise you we will know more
    someone is suppose to be calling me back from never land that never calls so i wont hold my breath. 
    i have NEVER in all my life been messed about by any company as bad as bt has let me down, i cannot trust anything im being told as they keep saying then taking it back and changing it, all i get is im so sorry i understand or, well i dont know why they have told you that or i cant see that or anything like that!..
    im at the end of my wit patience and sanity, please if someone can get my line connected please help because im at a right loss with no phone and appointments and calls i need to make 
    thank you 

    Hi misscheryl1987,
    Did you get my email on the 14th?
    When I spoke with the engineers' department originally, they confirmed that work would start on the 28/09 but may take up to Monday 01/10 for the line to activate, depending on the amount of work required.
    At the moment I am unable to get more updates but I will chase up on Monday when the department I need to speak to is open again.
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Moving to New Build in 3 weeks from today and gett...

    Hi there, dont know if anyone can help me? I am moving into a new build flat in 3 weeks time, and I have in advance registered the address with Royal Mail which is on the system and searchable for people, however, when I have tried to search for broadband and phone from any provider it is saying the address isnt recognised and there is no services available. I am beginning to panic now as I have done everything in my power to ensure that the address is registered. I have placed an order with BT for phoneline and broadband and apparently this is with another department but I haven't heard any updates. I am just getting really stressed that I am trying to get things sorted in advance, and because its a new build I am going to end up with no phone line. I have been assured there is a phone line fitted, and the bt box is literally been built outside our front door, so i know that it is set up for the flat ready. Can anyone give me some advice? xx

    Hi
    I am sorry to see you are having problems
    I suggest you contact the forum mods they should be able to get this problem sorted for you this is a link to them http://bt.custhelp.com/app/contact_email/c/4951
    They normally reply by email or phone directly to you within 3/5 working days they will take personal ownership of your problem until resolved and will keep you informed of progress
    They are a UK based BT specialist team who have a good record at getting problems solved
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Getting Infinity in a new build

    So, I am moving into a new build where other houses on the street/estate are showing as being able to get Infinity 2, howver my house number cannot.  I believe this is because it doesn't have a phone line so it doesn't show up as available. I have booked to have a line installed and am hoping to then add infinity once it's activayed.  has anyone else had experience of this?  Am I likely to be able to order Infiity as soon as the line is active?
    I can't believe its not possible to order a new phone line and infinity at the same time, but it seems like its a case of 'computer says no'
    Solved!
    Go to Solution.

    I don't know if it is always the case that you must order broadband before infinity but others on the forum have reported that is what they have had to do. It may of course be that Infinity was not yet available in their area so had to do that as a stop gap.
    I am aware that you don't yet have a phone line, it was to use after you had the phone line installed so that you could check you could definitely get Infinity. Obviously you can't check before you have a line. The best you can do is what you have already done and that is to check it is in the area.

  • New Build House Issues

    Good evening all.
    I have come on here as a last means of trying to get my phone line sorted out.  The story is very long, but I will give a (believe it or not) shortened version.
    Way back on Feb 14th, I moved into my new build house.  I phoned BT a couple of days before, who arranged for the service at my old house to stop and for a phone line to be fitted at my new property. The appointment was booked for late Feb.  I took a day off work for the appointment, and nobody turned up.  I phoned BT who said that some cabling work was required, and they would get in touch again.  The next appointment was booked for 20th March.  Another day booked off work, another appointment where no engineer turned up.
    As you can imagine, I was not too happy at having booked two days off work for no reason at all.  By this time more neighbours had started moving, and realised there were problems with BT also.  Apparently, there was a 90 degree bend in some cabling work that was causing issues.  They had applied to the council for road works to go ahead, but the process would take at least 3 weeks.  During this period, my neighbour took to twitter to complain.  He swiftly received a phone call from BT, who promised a ‘viper escalation’ to the case. 
    On 2nd May, BT sent a text saying ‘…we will contact you on 1/7/2014 by 8pm to discuss the delay in activation of your services...’  I confirmed this with a couple of separate people within the ‘Order Management Team’.  However, my neighbour who now had a dedicated person at BT looking into his account (due to the fact he had taken to Twitter) said that everything should be complete early June.   On the 15th May I received a text saying We've placed your order (reference xxxxxxxx) which will be complete on (30/5/2014).
    So I called BT who had no idea about this text, and gave me absolute assurance that the text was a mistake.  An engineer then turned up on my doorstep completely unannounced a few days later, and fitted a phone line.  Fortunately my wife was in at the time to give them access.  I called BT and asked for an update on my order (not telling them an engineer had turned up).  They confirmed that I would hear nothing until 2nd July.  When I told them I now had a phone line installed and an engineer had been round, they didn’t know what to say.  My neighbour had mentioned this 90 degree bend to the engineer, but they confirmed that this had been fixed weeks ago (he had worked on it himself).
    After many, many phone calls with BT they finally confirmed that an engineer would do some external line work on Monday 2nd June.  Then on 5th June, and engineer would be round to finally activate the line.   This was booked for the same day as 2 of my neighbours (who had moved in 2 months after me).  It was an am appointment, and my neighbour said they would let an engineer in to my house if they turned up before 1030. (I took a day off work, and took the opportunity to visit the bank).  On returning home, my neighbour met me and informed me that the engineer had sorted out their phone line, as well as another neighbours.  This involved approximately 10 minutes work in each house.  However, my house was not on the job list and therefore he wouldn’t activate the line.  My neighbour asked the engineer if they could phone their boss or company number to ask if my line could be activated, as they were there with all the equipment and it was only a 10 minute job.  The engineer refused, saying it was pointless – a case of ‘computer says no.’  That very morning I had received a text from BT saying my line had been activated.  As soon as my neighbour told me that no engineer had been into my house, I knew it would be impossible for the text message I had received to be true.  Sure enough my line was, and still is dead. 
    The ‘Order Management Team’ now refuses to deal with me, because my line has been put on to their system as being active.  So I am now dealing with the faults team.  They want to send an engineer out on a week day to fix a ‘fault’ with my line.  I pointed out that I have already taken 3 days off work, and have no more days left to take this year.  They are ‘sorry that I feel this way’, but there is nothing they can do.  They refuse to send an engineer out on a Saturday, again, ‘computer says no’.  They also refuse to send an engineer out at 1730 when I get back from work… ‘computer says appointments are between 1300 – 1800.’  Try to complain?  ‘We have logged your call as a complaint, which will be reviewed at some point.  We have no complaints department.’
    In conclusion, an astonishing lack of communication between departments at BT has resulted in me wasting 3 of my precious days off work (I have my first baby coming along in September, and would have preferred these 3 days with them).  My neighbours who moved in 2 months after me have lines and internet, I don’t.  And I have nobody to complain to.  This is the shortened version of my story; the long one involves several managers promising to ring back but not bothering.
    I am hoping that someone at BT somewhere reads this and contacts me to solve this issue shortly.  For anyone moving into a new build house: good luck.

    Hi Frustartedphoneless,
    I am very sorry that an engineer did not appear, this is unacceptable.  I can see that Olga is dealing with your case.  Olga is out of the office for a couple of days so I believe Robbie is looking after your fault in her absence, I have dropped Robbie an email and asked him to pick this up as priority.  
    Robbie will be in the office tomorrow so you will hear from us then.
    Again I am so sorry that we have let you down again.
    Cheers
    Sean
    BTCare Community Manager
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Failed to resolve ts dependencies in new building

    trying to solve a problem remotely...
    a customer has moved to a new building while keeping the same two distribution points without changing their names, ip addresses or domain membership as I asked him to
    now they can't install a new (unknown) machine in the new building, while it does still work in the old building
    the customer has added the boundaries of the new building to the existing group pointing to the existing DP
    the TS bombs out with the message 'failed to resolve ts dependencies'
    why does it work in the old building and not the new?

    HI,
    It truly sounds like a Boundary/boundary group issue.. Nothing else that has changed? otherwise I would doublecheck the Boundary / Boundary groups..
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Brand New Build - Completing Installation Hangs

    Hey Guys,
    I just bought all the following components for a new build:
    Gigabyte GA 965P-S3 MOBO
    Intel Core 2 Duo E4300 (1.8Ghz)
    1GB (2x512) Corsair DDR2 (667) RAM
    200Gb HGST SATA300 HDD
    256Mb XFX 7600GS GPU
    Pioneer DVR-112DBK
    And...Windows Vista Home Basic.
    OK, so hardware wasn't a problem, had everything hooked up and neat within 2 hours.
    Plug in the power and turn it on (it's alive!) with the Windows DVD in the drive, and boots to Vista installation...choose language/enter product key/accept licence blah blah...Copying Files...Expanding Files...Installing updates...computer reboots, back to installation.
    Now the problem, the installation screen comes back up and displays ticks by all of the previous steps, and has the Completing Installation unticked and the three dots...waiting...waiting...waiting.
    And thats it, Vista installation will go no further than that. Have left the installation on overnight and nothing happens. The HDD light will flicker every so often, and stay on constantly for a few seconds and then go off for ages.
    After a while, I got fed-up of waiting, so I installed XP Pro and that worked first time like a charm, setup was complete in no longer than 45 minutes and within an hour all drivers had been setup.
    I can't think why anything would impeed the installation, everything was spec'd to work with Vista.
    I have tried 'unplugging the monitor cable' and toning-down the bios settings, but there was still no joy.
    Any help greatly appreciated.

    I found a simple way to do things, and have done some home work.  I found out that most of the systems that are having problems with Vista are not realy Vista ready.   I have a laptop that was not build for Vista I have installed Vista premium edition on it. With the help of the guys at Munksupport Their service is free just clcik on th elive help sign on the right.
    But here. all we have to do is get standard hardware devices, most of the newer hardware devices are not ready and if you are going use brand new hardware devices, get ready for a lot of hard work. I use to have problem with application not working properly, as The guys at MunkSupport proved, the older hardware devices that you are able to find drivers for under XP, that worked will work under Vista.
    If you are not able to configure an XP system by going to the manufactures website and downloading and having that device running under XP forget trying to run Vista on that device. Most of these new devices will wirk well under XP because XP have drivers for thsoe devices in its drivers folder, C:\windows\Driver Cache\i386\driver.cab. Most device drivers are found their, that's why when you install some devices you do not need to install the drivers for it. Windows will find the device and install it for you.
    The disk tha came with the device are often time updated drivers that ad functionallity to the device. For Vista they are not ready, that why we are having so many problems, their are confliting applications, and no one was ready for Vista release.  Older hardware may give you a slower performance but they  are the working ones.
    When you install Vista, it reorders the driver.cab folder, they calle it the driver store now. and most of the support for thsoe drivers are not in that store for the newer devices. also due to the great amount of security they place it this Vista system, Most drivers wont work. Here is why
    Most drivers will try to write in the Kernel area are RAM directly, But Vista have no heart for that, that's why everything you do under Vista you get that popup that asked you if you want to continue.
    Simple, If you can configure the device to work and run undeer Xp chances are it will work under Vista.
    To test this out her is what you do.     Under XP remove the drivers for your hardware devices except for your video and Network adapter, make sure you have backup. Visit the manufacturers website download the drivers and setup each device, after yo have down so get a windows update and see if thsoe devices still work. then install SP2 and use the system fro a few days, then install all of windows updates. see if any device fails, or if you run into any aspplication poblems, if so run another windows update, sometime updates mess upi your system. take note of everything you do then upgrade to Vista. If all things work out well
    for information visit Munsupport.com, and ask thsoe guys they know their stuff. Some things may take a while to solve, but it's free and they get back to you.

  • New Build FTTP - What speeds can I expect?

    Moving into a new build towards the end of the year. The spec sheet of the house is detailed as having: "Broadband via Fibre to the Premises FTTP via BT Openreach"
    Just trying to gauge what kind of speeds I'd be expecting to get... Based on the postcode it looks like we'd be in between the Armadale and Bathgate exchanges with Armadale having FTTP enabled and Bathgate having FTTC enabled, although I'd suspect we're probably closer to the Bathgate exchange.
    Obviously no information about what cabinets we'd likely be connected to as of yet.

    If your new property is being installed with FTTP then the speeds with FTTP isn't effected by distance from the exchange like ADSL broadband and nor is it effect by distance from the cabinet like FTTC broadband.
    The speeds you can get with FTTP depends on what service level you get. The current highest sercice level with FTTP is up to 330mbps downstream and up to 30mbps upstream
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

  • New build, same problems

    Having moved into a new build in the Newport area ~4 weeks ago, and ordering our package with BT a week prior to that we are still awaiting an engineer visit to flick a switch. The 'engineer' was booked to turn up on the 8th so i took the day off to enable the visit. low and behold no one showed up and we had to chase BT to find out what had happened. Numerous phone calls have got us no where to date and it appears that Openreach are refusing to investigate. The service received so far from all parties has frankly been appalling and I cannot think of an example in the recent past which has left me feeling so frustrated and helpless. What can BT do about this and what is a 'normal' install time from placing the order? Surely this can't be expected.

    I suggest you contact the forum mods they should be able to get this problem sorted for you this is a link to them http://bt.custhelp.com/app/contact_email/c/4951
    They normally reply by email or phone directly to you within 3/5 working days they will take personal ownership of your problem until resolved and will keep you informed of progress
    They are a UK based BT specialist team who have a good record at getting problems solved
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Problem with MSI 975x Platinum based new build

    I am having what looks like a familiar issue with setting up a new build PC. Spec is as follows:
    MSI 975x Platinum edition MOBO
    Intel Core Duo 2 e6600 CPU
    Western Digital Raptor 150GB S150 16mb 10000rpm SATA drive
    Corsair Memory TWIN2X2048-6400 2x1GB 240-Pin DIMM XMS2-6400 CL5
    SONY DVD-RW
    The problem comes when trying to install Windows XP on the single SATA drive (I don't want a RAID array - mainly as I only have 1 hard drive!).
    I press F6 as instructed to install the SATA drive - I have created a disk with the necessary driver files from the MSI website.
    Based on other posts I have seen I have put all the files except "txtsetup.oem" in another folder on the floppy (either "\win_XP" or "\winXP"). However I still get the same error message:
    "file \x32\jraid.sys caused an unexpected error (18) at line 2108 in d:\xpspl\base\boot\setup\oemdisk.c"
    I am beginning to think I can't install XP to a SATA drive.  Can anyone help with this? Is there an "official" driver floppy disk I can get from MSI in exactly the right format?
    Alternatively is it worthwhile buying a small standard IDE drive and installing XP to that to get me going and then install the SATA drive once XP is going? Would it then be possible to shift XP onto the faster SATA drive?
    Thanks

    if you using 1 sata drive you dont set it up as a raid , in the sata options set it up as ide enhanced also in this mode no need for pressing f6 just make sure that the sata is set to 1st boot hdd , if you using 1 sata and 1 ide hdd and tring to isntall on the sata disconnect the ide hdd because it will mess with your drive letters in windows ... if you goin raid ( achi mode is only for sata 2 drives with NCQ = native command queing and your drives have to support this mode ) then in the sata drives portion set it to raid ( achi if your drives support it )  in the force part set it to force gen 1 ( for sata 1 drives ) force gen 2 ( for sata 2 drives ) then you will need to set up the raid config in the intel raid config ( its the next post screen telling you press CTRL+I ) set it up reboot reneter bios set hdd priority to intel raid 0 then intsall windows but press f6 ... yes i ran it 2 ways single sata drive and now raided 80's in raid 0 ( i dont have NCQ support yet )

  • New Build using MSI 6600GT 256 PCI-E no Display

    Hi all,
    Please offer some advice and help me out please.
    Just finished a new build.
    Intel l775 p4 3.4 ghz on an Asus P5AD2- E Premium board, using MSI 6600gt 256mb PCI-E video card. 2gig Ram
    Done plenty of AMD builds using AGP cards so this is a little different for me!
    Have finished putting it all together.
    Upon power up for the first time im getting no output to monitor?
    card has Svideo out and two DVI conectors, im using an anoloug monitor using the DVI to anoulge converter thingy that is supplied.
    Monitor just displays no input detected, monitor is fine as works on old system..
    Many thanks
    Andy

    davidfrisby,
    This thread is two years old, and no one replied.
    Open up your own topic and we can go from there.

  • New line at a new build

    Hi
    On the 18/2/14 I ordered a new line and bb package to my new build property. My current Infinity 2 services were terminated on the 28/2/14 and I was given the standard 4 week wait to be connected back up again but on standard ADSL broadband as Infinity didn’t come up on the system yet (which it now does btw).
    Everything was setup for the 27th March, I took the day off as holiday and no engineer turned up even though I was sent numerous txts and emails saying they would. No one contacted me and I got no explanation why this occurred. I rang up the next day and was told about some Openreach work that hadn’t been completed. Another update today and its now scheduled for completion on the 15/16th April so I assume I might be able to reschedule then if its completed.
    That will mean 8 weeks without a phone line or bb yet I am continually charged (like I’m still living at my old address) for services I can not use at all. On the 3/3/14 a full payment was made, then on the 21/3/14 another which had discounts for line rental (I make an annual payment) which came out in £1.98 credit, but the breakdown of the bill has a charge for £25 for Infinity 2 to begin with which I don’t even have. I would of thought that as I have no services what so ever I should only be given credit each month for the line rental I have already paid for.
    If possible could some one please check my order as I would like a refund for what I cannot use and terminate any further payments until my services have been installed (which could be anyone’s guess knowing Openreach timescales). I have no use of BT WIFI or BT Sport and as nothing is within my range.
    Regards
    Chris

    Hi
    I am sorry to see you are having problems
    I suggest you contact live chat at this link they should be able to help you
    http://bt.custhelp.com/app/contact/c/2902/?s_intcid=con_intban_sanda_contact_us_chat_from_forums
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • .itl file is locked error after installing new build - iTunes won't open

    After upgrading to the new build itunes won't open. I receive an error message "The iTunes Library .itl file is locked, on a locked disk, or you do not have write permission for this file." When I check permissions I have full control. I tried uninstalling all apple components - iTunes, Quicktime, apple updater - rebooting and then reinstalling but the same error message comes up when I try to start itunes.

    Even after uninstalling the .itl file remained in my itunes music folder. I deleted this file after uninstalling again and then reinstalled and the issue was resolved.

  • BT Infinity for new build

    Hi,
    I've tried searching the forum but can't seem to find posts that are related to my situation.
    Basically I'm moving into a new build.  There isn't a phone line yet.  The postcode checker doesn't think BT Infinity is available, so I can't order.
    However, as advised by the FAQ at http://community.bt.com/t5/BT-Infinity/BT-Infinity-Availability-FAQs/td-p/181603, I checked on the wholesale checker www.btwholesale.com/adslchecker and it says it's all available.  Any advice please?
    Available ProductsDownstream Line Rate(Mbps)Upstream Line Rate(Mbps)Downstream Range(Mbps)Availability Date
    Featured Products
    WBC ADSL 2+
    Up to 17
    10 to 19.5
    Available
    ADSL Max
    Up to 7.5
    6.5 to 8
    Available
    WBC Fixed Rate
    2
    Available
    Fixed Rate
    2
    Available
    For all ADSL and WBC Fibre to the Cabinet (FTTC) services, the stable line rate will be determined during the first 10 days of service usage. Throughput/download speeds will be less than line rates and can be affected by a number of factors within and external to BT's network, Communication Providers' networks and within customer premises.
    The Stop Sale date for Datastream is from 30-Jun-2012; the Formal Retirement date for Datastream is from 31-Jan-2014. The Stop Sale date for IPstream is from 31-Jan-2013; the Formal Retirement date for IPstream is from 31-Jan-2014.

    this is the correct email address for the forum mods the other address stopped several years ago
    http://bt.custhelp.com/app/contact_email/c/4951
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

Maybe you are looking for

  • How to upgrade from Vista to Windows 7 on mac?

    I currently run Windows Vista 32-bit on a separate partition I created with Boot Camp. I am looking to use a Windows 7 64 bit upgrade disc that I purchased to upgrade to windows 7. I am aware I will have to do a custom install to move from 32 bit to

  • Strangeness With My Display

    Hello- Came home from work today to find my monitor screen was entirely black and white. No distortion, no problems otherwise with the computer's functions, it's just that everything's a beautifully detailed colorless grayscale image. I tried restart

  • Weblogic Portal Console Administration and SSO

    Hello! I have integrated Oracle Weblogic Server(10.3.2) with Oracle Identity Manager to achive Single Sign On. In IDM is set form login. My base_domain configuration is : AdminServer and a Cluster_0 with two managed servers : Server_1 and Server_0. I

  • Error connecting ECC source system to BI

    Hi Guru, I'm trying to connect with ecc system to my bi. My 100 client is ECC & 110 client is BI(already connected). I want to replicate ecc meta data(data sources) to bi.. But I'm connecting getting this error.. Kindly give your valuable feedbacks.

  • SQLJ or JDBC

    I have asked this question in the SQLJ JDBC forum but since nobody answers me I try here instead: Could you point me to some good resources (white papers) where I can read about performance issues when choosing between SQLJ and JDBC? I assume this is