[GH-ISSUE #6] TTL mod failing #5

Closed
opened 2026-02-27 14:46:42 +03:00 by kerem · 1 comment
Owner

Originally created by @kameleon25 on GitHub (Aug 24, 2023).
Original GitHub issue: https://github.com/natecarlson/quectel-rgmii-configuration-notes/issues/6

When I am following the directions to enable the TTL mod (after unlocking adb access) I get the following error:

c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl start ttl-override Job for ttl-override.service failed because the control process exited with error code. See "systemctl status ttl-override.service" and "journalctl -xe" for details.

So I run the systemctl command to see what is going on and get this:

`c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl status ttl-override.service

  • ttl-override.service - TTL Override
    Loaded: loaded (/lib/systemd/system/ttl-override.service; disabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 1980-01-06 00:12:05 UTC; 35s ago
    Process: 1449 ExecStart=/etc/initscripts/ttl-override start (code=exited, status=203/EXEC)
    Main PID: 1449 (code=exited, status=203/EXEC)

c:\Users\Username\quectel-rgmii-configuration-notes\files>`

I also enabled the service and get this:
adb shell systemctl enable ttl-override.service Created symlink /etc/systemd/system/multi-user.target.wants/ttl-override.service -> /lib/systemd/system/ttl-override.service.

Even with that I get the
c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl start ttl-override Job for ttl-override.service failed because the control process exited with error code. See "systemctl status ttl-override.service" and "journalctl -xe" for details.

Which then shows:

`adb shell systemctl status ttl-override.service

  • ttl-override.service - TTL Override
    Loaded: loaded (/lib/systemd/system/ttl-override.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Sun 1980-01-06 00:22:06 UTC; 7s ago
    Main PID: 1710 (code=exited, status=203/EXEC)`

So I am not doing something right here. I am copying and pasting the commands so it should not be a fat finger issue. Any ideas?

Originally created by @kameleon25 on GitHub (Aug 24, 2023). Original GitHub issue: https://github.com/natecarlson/quectel-rgmii-configuration-notes/issues/6 When I am following the directions to enable the TTL mod (after unlocking adb access) I get the following error: `c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl start ttl-override Job for ttl-override.service failed because the control process exited with error code. See "systemctl status ttl-override.service" and "journalctl -xe" for details.` So I run the systemctl command to see what is going on and get this: `c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl status ttl-override.service * ttl-override.service - TTL Override Loaded: loaded (/lib/systemd/system/ttl-override.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 1980-01-06 00:12:05 UTC; 35s ago Process: 1449 ExecStart=/etc/initscripts/ttl-override start (code=exited, status=203/EXEC) Main PID: 1449 (code=exited, status=203/EXEC) c:\Users\Username\quectel-rgmii-configuration-notes\files>` I also enabled the service and get this: `adb shell systemctl enable ttl-override.service Created symlink /etc/systemd/system/multi-user.target.wants/ttl-override.service -> /lib/systemd/system/ttl-override.service.` Even with that I get the `c:\Users\Username\quectel-rgmii-configuration-notes\files>adb shell systemctl start ttl-override Job for ttl-override.service failed because the control process exited with error code. See "systemctl status ttl-override.service" and "journalctl -xe" for details.` Which then shows: `adb shell systemctl status ttl-override.service * ttl-override.service - TTL Override Loaded: loaded (/lib/systemd/system/ttl-override.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Sun 1980-01-06 00:22:06 UTC; 7s ago Main PID: 1710 (code=exited, status=203/EXEC)` So I am not doing something right here. I am copying and pasting the commands so it should not be a fat finger issue. Any ideas?
kerem closed this issue 2026-02-27 14:46:42 +03:00
Author
Owner

@kameleon25 commented on GitHub (Aug 24, 2023):

Disregard. I will leave this as a lesson for others though. My issue was I am using windows and when I downloaded the github repo, it put a ^M at the end of all the lines. I did a normal adb shell and used vi to manually delete the character on each line of both files. It now works.

<!-- gh-comment-id:1691958027 --> @kameleon25 commented on GitHub (Aug 24, 2023): Disregard. I will leave this as a lesson for others though. My issue was I am using windows and when I downloaded the github repo, it put a ^M at the end of all the lines. I did a normal `adb shell` and used vi to manually delete the character on each line of both files. It now works.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-configuration-notes#5
No description provided.