Questions tagged [open]

6 questions
9
votes
1 answer

Changing open-files-limit in mysql 5.5

I'm having an issue with mysql 5.5 running on Ubuntu 12.04 with the open-files-limit parameter. I recently noticed some problems due to the 1024 limit, and actually the main system limit was set to 1024, so I modified /etc/security/limits.conf with…
davidv
  • 91
2
votes
3 answers

Kill all program.exe instances open on network share from Windows

How do I kill all program.exe instances that are currently open through a Windows network share? I know how to list the open files net files | Findstr "program.exe" but how then how do I kill it? In Linux I would type: kill -9 `pidof…
Widmo
  • 21
1
vote
1 answer

How to find what process for a particular user is accessing files on a share

Our business management system has had some hiccups here and there the past couple of weeks. It has been denied access to some of the files it uses. By digging around with Manage Open Files I have been able to determine which user(s) are accessing…
Dave
  • 53
1
vote
1 answer

Need an open SMTP relay for testing

I'm developing some HTML email templates and have a internal test tool that can send out test emails to my own email address for QA purposes. Unfortunately this tool's settings page allows the mail server and port to be set but there are no…
Xoundboy
  • 613
0
votes
0 answers

Free5GC/UERASIM - [error] TUN allocation failure [Open failure /dev/net/tun]

Please your kind support with this error, I0m trying to replicate testbed Free5GC, but after PDU session is established there show me an error TUN. [2024-12-04 10:51:35.763] [nas] [info] Initial Registration is successful [2024-12-04 10:51:35.763]…
-3
votes
1 answer

How are files created during FTP?

When one uses FTP/SFTP on Linux, is the method the server uses to create directories and files mkdir and open or something else entirely?
user347921