Displaying 7 results from an estimated 7 matches for "ukserv".
Did you mean:
userv
2015 Dec 08
4
yum errors
...x86_64/
> http://mirror.mhd.uk.as44574.net/mirror.centos.org/6.7/os/x86_64/
> http://www.mirrorservice.org/sites/mirror.centos.org/6.7/os/x86_64/
> http://mirrors.clouvider.net/CentOS/6.7/os/x86_64/
> http://mirrors.ukfast.co.uk/sites/ftp.centos.org/6.7/os/x86_64/
> http://mirror.cov.ukservers.com/centos/6.7/os/x86_64/
> http://mirror.as29550.net/mirror.centos.org/6.7/os/x86_64/
>
> With all of the above checks did you get expecting results including
> domain resolution, ping response and the mirror list contents?
>
> Kind Regards,
> Jake Shipton (JakeMS)
> T...
2015 Dec 08
2
yum errors
> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
>
>>
>> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com <mailto:comptekki at me.com>> wrote:
>>
>>
>>> On Dec 7, 2015, at 8:03 PM, Wes James <comptekki at me.com> wrote:
>>>
>>
>> <snip>
>>
>>> I finally just
2015 Dec 08
0
yum errors
...ervers.com/centos/6.7/os/x86_64/
http://mirror.mhd.uk.as44574.net/mirror.centos.org/6.7/os/x86_64/
http://www.mirrorservice.org/sites/mirror.centos.org/6.7/os/x86_64/
http://mirrors.clouvider.net/CentOS/6.7/os/x86_64/
http://mirrors.ukfast.co.uk/sites/ftp.centos.org/6.7/os/x86_64/
http://mirror.cov.ukservers.com/centos/6.7/os/x86_64/
http://mirror.as29550.net/mirror.centos.org/6.7/os/x86_64/
With all of the above checks did you get expecting results including
domain resolution, ping response and the mirror list contents?
Kind Regards,
Jake Shipton (JakeMS)
Twitter: @CrazyLinuxNerd
GPG Key: 0xE3C31...
2015 Dec 08
0
yum errors
...p://mirror.mhd.uk.as44574.net/mirror.centos.org/6.7/os/x86_64/
>> http://www.mirrorservice.org/sites/mirror.centos.org/6.7/os/x86_64/
>> http://mirrors.clouvider.net/CentOS/6.7/os/x86_64/
>> http://mirrors.ukfast.co.uk/sites/ftp.centos.org/6.7/os/x86_64/
>> http://mirror.cov.ukservers.com/centos/6.7/os/x86_64/
>> http://mirror.as29550.net/mirror.centos.org/6.7/os/x86_64/
>>
>> With all of the above checks did you get expecting results including
>> domain resolution, ping response and the mirror list contents?
>>
>> Kind Regards,
>> Ja...
2015 Dec 08
0
yum errors
...p://mirror.mhd.uk.as44574.net/mirror.centos.org/6.7/os/x86_64/
>> http://www.mirrorservice.org/sites/mirror.centos.org/6.7/os/x86_64/
>> http://mirrors.clouvider.net/CentOS/6.7/os/x86_64/
>> http://mirrors.ukfast.co.uk/sites/ftp.centos.org/6.7/os/x86_64/
>> http://mirror.cov.ukservers.com/centos/6.7/os/x86_64/
>> http://mirror.as29550.net/mirror.centos.org/6.7/os/x86_64/
>>
>> With all of the above checks did you get expecting results including
>> domain resolution, ping response and the mirror list contents?
>>
>> Kind Regards,
>> Ja...
2015 Dec 08
5
yum errors
...k.as44574.net/mirror.centos.org/6.7/os/x86_64/
>>> http://www.mirrorservice.org/sites/mirror.centos.org/6.7/os/x86_64/
>>> http://mirrors.clouvider.net/CentOS/6.7/os/x86_64/
>>> http://mirrors.ukfast.co.uk/sites/ftp.centos.org/6.7/os/x86_64/
>>> http://mirror.cov.ukservers.com/centos/6.7/os/x86_64/
>>> http://mirror.as29550.net/mirror.centos.org/6.7/os/x86_64/
>>>
>>> With all of the above checks did you get expecting results including
>>> domain resolution, ping response and the mirror list contents?
>>>
>>>...
2006 Jul 25
0
including database in set_table_name
Hi,
Is there any reason why it would be a bad idea to include the database
name, ie:
set_table_name ''database.tablename''
in my models?
We have legacy tables spread across several databases in MySQL and we
use separate base classes for each which have their own
establish_connection''s to ensure they connect to the correct database.
The problem with this is that