• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

*The Official CTRL+V Thread*

Page 10 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
IRKristen (1:19:02 PM): yet again you've confused me....I Know I know it doesn't take much
FallenHero32 (1:19:04 PM): conversations with you hurt my brain
 
Jason, since the original report has to be redone I quoted 7 to 10 days on this one. I am all booked this week so that would put the ETA at mid next week.
 
Harvester of Sorrow gets my vote again.

Blackened [ 1 ] [4.76%]
...And Justice For All [ 0 ] [0.00%]
Eye of the Beholder [ 2 ] [9.52%]
One [ 3 ] [14.29%]
The Shortest Straw [ 4 ] [19.05%]
Harvester of Sorrow [ 2 ] [9.52%]
The Frayed Ends of Insanity [ 3 ] [14.29%]
To Live is to Die [ 6 ] [28.57%]
Dyer's Eve [ 0 ] [0.00%]
 
Installs the Package to the System:

pkgadd -d /net/master/packages/cs189/bind-9.2.3-sol9-sparc-local


named.conf not present by default, we must create it. Its presence starts the named daemon on boot.

vi /etc/named.conf

# /etc/named.conf
#
options {
directory "/var/named"; # Working directory
pid-file "named.pid"; # Pid file in working dir
};

zone "." {
type hint;
file "named.ca";
};

zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
notify no;
};


/var/named doesn't exist by default, so we need to create that folder

mkdir /var/named


need to change the owner to sys from other

chown root:sys /var/named


created two necessary files

/var/named/named.ca
/var/named/named.local

named.local:

; /var/named/named.local
;
@ IN SOA localhost. root.localhost. (
20060410 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.

1 IN PTR localhost.



 
ALL IMPROVEMENTS ARE IN AVERAGE CONDITION. PHYSICAL DEPRECIATION IS DUE TO NORMAL USE. NO FUNCTIONAL OR EXTERNAL INADEQUACIES WERE OBSERVED. NO NEEDED REPAIRS NOTED.
 
i cant wait to see all of Calgary's 20,000 cops out on the Red Mile every single Flames game trying to police 100,000 people from public drunkeness and nudity. GOOD LUCK doing that for two months without starting a riot. and do they not realize that if they close down 17th ave the red mile will just start up on like 1st street or something. should be interesting any way i just hope im not the one getting hit with rubber bullets and tear gas when the riot breaks out.
 
/script texture,name,isActive,isCastable =GetShapeshiftFormInfo(3); if isActive then CastSpellByName("Battle Stance()"); else CastSpellByName("Berserker Stance()"); end;


-------------------------------------------------

I'm trying to bind that to my wheel mouse in WoW to switch stances.
 
start -> run -> control userpasswords2

Uncheck "Users must enter a user name and passwords to use this computer".
 
Back
Top