mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #564] Replit lsof command not found #360
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#360
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JuenTingShie on GitHub (Dec 8, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/564
Describe the bug
github.com/benbusby/whoogle-search@7bea6349a0/.replit (L2)Well, this problem is there for a long days, but I just new this issue since now.
Seems like replit don't have lsof command, please see image below

I know it's trying to kill exist app, but apparently it may not working?
but after this, whoogle still work thought, just don't know if this command is wrong or something.
Deployment Method
runexecutableVersion of Whoogle Search
@DUOLabs333 commented on GitHub (Dec 9, 2021):
Can't you just ignore it?
@Albonycal commented on GitHub (Dec 9, 2021):
that command isn't "required"
you can add `install_pkg lsof" to the top of .replit file if you don't want
to see that error
On Thu, Dec 9, 2021 at 10:02 AM DUO Labs @.***> wrote:
@JuenTingShie commented on GitHub (Dec 9, 2021):
I'm not meant to pick little problems, just because this commit is "kill opening app before re-run", without lsof , in my opinion,it's not actually work, maybe just add install lsof before it will better.
So far, I do enjoy using whoogle, and I do want to contribute something, so I start from this kind problem.
@benbusby commented on GitHub (Dec 9, 2021):
I don't use replit, so someone else would likely be a better candidate for fixing this.
@Albonycal have you tested if that works? If so, can you submit a PR? I can't find any official documentation from replit on how
install-pkgworks, just some old forum posts that I'd rather not trust.@JuenTingShie no worries, I appreciate you bringing this to my attention.
@Albonycal commented on GitHub (Dec 9, 2021):
K, so install_pkg is actually the intended way to install packages that
aren't installed by default..
it sort of "elevates" the privileges for apt
(replit instances don't have root access)
and yea it works
I will make a PR tomorrow :D
(it's 11:21pm here)
On Thu, Dec 9, 2021 at 11:21 PM Ben Busby @.***> wrote:
@Marcusgarveyy commented on GitHub (Dec 10, 2021):
Can you teach me
@Albonycal commented on GitHub (Dec 10, 2021):
add this to the starting of .replit

install-pkg lsof &&