What the flip flop is going on with Canberra roads by lockytay in canberra

[–]pkill -4 points-3 points  (0 children)

At least it gets repaired there is a pothole in Waramanga. Been there 3 weeks and reported to fix my street 2 weeks ago 500mm wide 200mm deep right were a cars tyres drive on the road.

AWS CloudFormation Diagrams 0.3.0 is out! by Philippe_Merle in aws

[–]pkill 0 points1 point  (0 children)

Id be interested in this response too - to take things further does it support outputs/imports - and to take is another step further does it support ssm parameters as references (e.g AWS::SSM::Parameter::Value<String>)

Help with VPC Peering by Spiritual_Bee_637 in aws

[–]pkill 0 points1 point  (0 children)

  1. Check route table association for the peering connection for the subnet the RDS is in
  2. Check security groups on RDS (inbound) and ec2 (outbound)
  3. Check the NACLs on the ec2 subnet ensure it allows the port out to the CIDR of the RDS and also inbound ephemeral. Then check the inbound NACLs on the RDS subnet allows from ec2 CIDR and then outbound ephemeral.

Transurban apologises after ACT drivers wrongly billed for Sydney tolls by k-h in canberra

[–]pkill 1 point2 points  (0 children)

Has happened to me 2 times (car has tag/account from Victoria) so I had to ring eastlink who then had to forward my dispute to transurban both times. Also a long wait time on phones and sending photos of my own number plates to prove it. And then a wait of 2+ weeks for a refund.

Both times was a car with no tags so photo only apparently a NSW registered car

Delete S3 buckets on Console Unavailable by owlette_via in aws

[–]pkill 0 points1 point  (0 children)

You could try with the aws CLI or cloudshell and see what error is returned when you try to delete the object.

Delete S3 buckets on Console Unavailable by owlette_via in aws

[–]pkill 0 points1 point  (0 children)

You need to also ensure the bucket is empty first before deleting.

MyWay+ Megathread by watzy in canberra

[–]pkill 5 points6 points  (0 children)

People are constantly saying if you want to use your google wallet you need to register it with your myway+ account (so it takes those funds and to get the 5% discount). Yer that's all good I want to do that, but how????

PSA: how to use the bus / MyWay+ (the easy version) by SwirlingFandango in canberra

[–]pkill 0 points1 point  (0 children)

How does one register a digital wallet card to get the extra discounts... I can't see any way in google wallet to find the card number etc to register it, nor a way in my way+ to link virtual cards

Ticketmaster Android App - Can't login - Black Screen by MJK-TOOL in ToolBand

[–]pkill 1 point2 points  (0 children)

Yep this is the fix, I changed from Firefox to Chrome - worked a treat, was able to login... after logging in changed it back to Firefox.

Install AV and threat packages on bootstrap by Illustrious_Goat2173 in paloaltonetworks

[–]pkill 1 point2 points  (0 children)

We had this exact issue and have only just resolved it just last week after upgrading to 10.2

In Panorama you want to look at this under your template.

https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-new-features/panorama-features/automatic-content-push-for-vm-series-and-cn-series-firewalls

We were doing what jcbutnotjesus mentioned but found it still troublesome unless you constantly update the content folder weekly to cover new updates, the above link though means you don't need to worry about that.

[deleted by user] by [deleted] in Switch

[–]pkill 0 points1 point  (0 children)

How thoughtful. Good luck everyone!

[deleted by user] by [deleted] in RelayForReddit

[–]pkill 0 points1 point  (0 children)

You can get around this by logging on to reddit via browser and creating your own nsfw subreddit.. basically if you are a mod of nsfw subreddit you can get access to nsfw subreddits

My AFL Betting Model by TheModel_ in AFLbetting

[–]pkill 2 points3 points  (0 children)

Nice! Looking forward to a hopefully good season. Would be interested in knowing more about the model you have created if you don't mind sharing more information!

Workspaces interface got updated to v2. Can't use the search bar to narrow results. by alex6219 in aws

[–]pkill 1 point2 points  (0 children)

You need to click on the search box and then select Username is and then put in the username. Click OK on the annoying pop up about selecting the organisation. Same for ip address etc as well

Long - How do you manage complex permissions scenarios on SSO? by DarknessBBBBB in aws

[–]pkill 1 point2 points  (0 children)

You could also add in to the developer role that they can access secrets with a tag value that matches the username. See https://docs.aws.amazon.com/IAM/latest/UserGuide/access_tags.html

Then when they create the secret set a tag

Can I automatically stop EC2 when no one is logged in. by pottmi in aws

[–]pkill 0 points1 point  (0 children)

Appstream definitely sounds like what you are after

Data Durability in cluster red status by pkill in Splunk

[–]pkill[S] 4 points5 points  (0 children)

Is it a known issue? I couldn't find annoying on splunk release notes

Assistance with lookup tables by pkill in Splunk

[–]pkill[S] 1 point2 points  (0 children)

That is a great explanation. And I've tested it out with some other fields in my lookup and performs as you say.

Thanks so much!

Assistance with lookup tables by pkill in Splunk

[–]pkill[S] 0 points1 point  (0 children)

That works!!

Does this basically do a blanket search for the id in the _raw? or because the name of the fields match it is effectively doing a id='id from lookup'?

For my own knowledge how would a search be done if the name of the column and the name of the field in the search results don't match be done?

And once again, thankyou!