FalsePhilosopher / PPPwnWRT

PPPwn for OpenWRT
67 stars 9 forks source link

Getting "Killed" when running PPPwnWRT #6

Closed ukyo13 closed 5 months ago

ukyo13 commented 5 months ago

I've tried following the guide and PPPwnWRT is installed, and I can have it run "pppwn list" to show the interfaces. When I've tried running the below script though, it gives me a "Killed" notification just a few seconds after running. "pppwn --interface eth0.1 --fw 1100 --stage1 "/etc/PPPwnWRT/stage1.bin" --stage2 "/etc/PPPwnWRT/stage2.bin" --auto-retry"

I'm using an Asus RT-N12+ B1 and have used the MIPS build

FalsePhilosopher commented 5 months ago

I've tried following the guide and PPPwnWRT is installed, and I can have it run "pppwn list" to show the interfaces. When I've tried running the below script though, it gives me a "Killed" notification just a few seconds after running. "pppwn --interface eth0.1 --fw 1100 --stage1 "/etc/PPPwnWRT/stage1.bin" --stage2 "/etc/PPPwnWRT/stage2.bin" --auto-retry"

I'm using an Asus RT-N12+ B1 and have used the MIPS build

Please provide the SSH log of when you try to run pppwn. xfangfang is working on the MIPS build and this might require a future update to pppwn_cpp.

ukyo13 commented 5 months ago

I've tried following the guide and PPPwnWRT is installed, and I can have it run "pppwn list" to show the interfaces. When I've tried running the below script though, it gives me a "Killed" notification just a few seconds after running. "pppwn --interface eth0.1 --fw 1100 --stage1 "/etc/PPPwnWRT/stage1.bin" --stage2 "/etc/PPPwnWRT/stage2.bin" --auto-retry" I'm using an Asus RT-N12+ B1 and have used the MIPS build

Please provide the SSH log of when you try to run pppwn. xfangfang is working on the MIPS build and this might require a future update to pppwn_cpp.

It just shows the args of pppwn then immediately says "Killed", no other ssh logs

FalsePhilosopher commented 5 months ago

Posting a description of the log instead of the actual log does nobody any good and we can't help you until you can post an actual log.

ukyo13 commented 5 months ago

Posting a description of the log instead of the actual log does nobody any good and we can't help you until you can post an actual log.

My bad, I've already turned off my PS4 and PC when I replied. I'll try later and send the actual SSH logs

ukyo13 commented 5 months ago

image_2024-05-21_181422191

I've retried again today. Here's the full log from putty

FalsePhilosopher commented 5 months ago

That is a pppwn_cpp problem with the MIPS build needing more work on big endian mips systems, report it to xfangfang with that log and hang tight as they work on the mips build.

ukyo13 commented 5 months ago

That is a pppwn_cpp problem with the MIPS build needing more work on big endian mips systems, report it to xfangfang with that log and hang tight as they work on the mips build.

Got it, will send the log there. Thanks!

tongduanmingo commented 5 months ago

i have same problem program getting Killed, i thought its because of Less FLASH/RAM

tongduanmingo commented 5 months ago

image

FalsePhilosopher commented 5 months ago

Try tail -n +1 | pppwn --everything else https://superuser.com/questions/554855/how-can-i-fix-a-broken-pipe-error

Greengoblin007 commented 5 months ago

On low-spec devices such as old routers you should try the "--buffer-size 10240" option.

FalsePhilosopher commented 5 months ago

This is a pppwn_cpp issue and not a PPPwnWRT issue.