Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG …both servers have entirely clean and activated installations of Server 2019. Every day without fail both servers reboot … I have done: 1) Disabled "Allow remote server management through WinRM" 2) Disabled "Configure automatic…any suggestions before I cut my losses and abandon windows hyper v and go with a ubuntu hypervisor? … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by rproffitt Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/comments/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by NuGG Aha! I cracked it. My goodness this has been driving me mad for two weeks. Turns out previous owners had a power on schedule configured, and the management controller retained the old config even though I put a fresh OS on it. Doh! Live and learn. Been coming on daniweb for 20 years, was always such a great place for help and advice. … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >Where is everyone? Most of the posts here seem to be the same words about SEO/digital marketing over and over. That doesn't attract too many eyeballs. There is very little programming content any more. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > Been coming on daniweb for 20 years, was always such a great place for help and advice. Last time I visited was 4-5 years ago and I noticed then it was getting quieter. Somewhat sorry to see the state of things now, these "most recent" threads are all so old! Where is everyone? I shall try stop by here more often and contribute! … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim >(where people abandoned us for sites like Stack Overflow) But there are still a few dinosaurs around who can answer some programming questions. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani Then there’s me, whose expertise is mostly limited to technical SEO and PHP these days, I’m afraid. Ugh, the brain fog is real. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > >(where people abandoned us for sites like Stack Overflow) > > But there are still a few dinosaurs around who can answer some programming questions. Not to knock ya, but I think another part of the problem is that *all* that's left are dinosaurs who aren't necessarily skilled at the most trendiest things these days. There's … Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Agreed. But programming basics are still something people need help with, and the basics have not changed appreciably over my career. Dinosaurs have more free time than those many decades younger. I, for one, have a lot and I am willing to spend part of it here. Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > But programming basics are still something people need help with, and the basics have not changed appreciably over my career. They sure have changed appreciably during *my* career! But maybe that's because my career is in web development, and the web, and the technologies that power the web, have changed *a lot* over the past 25 years. Heck… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Reverend Jim Certainly the technology and tools have changed but principles of design and good programming styles have not. Python has, for the most part, replaced (effectively) dead languages like COBOL, and now-niche languages like FORTRAN, but structured programming and modular design are still essential techniques. I have seen too much code written by self-… Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day Hardware and Software Microsoft Windows by Dani > I have seen too much code written by self-taught programmers who, through ignorance, eschewed good design. While that's very, very true, that's \[unfortunately] not typically what people come to DaniWeb asking for help with. Many people unfortunately don't care about doing things right, but just well enough to work. As long as it gets the … Re: Is linux your daily driver? Hardware and Software Linux and Unix by Ulfson … come a long way, but it's still primarily a server OS, correct? How many of you linux fanboys and girls… heavily - getting the best of both worlds. I also use Windows, as I've had to in some companies, but not… Re: Cannot run exe from asp.net Programming Web Development by Dani Marking this question as solved. Thanks all! Re: Is linux your daily driver? Hardware and Software Linux and Unix by trcooke While I was at university 20 years ago one of my course friends regularly extolled the virtues of Linux. He was a big fan of Gentoo which I never really got into, he like fiddling with the configuration and I liked a working system, two characteristics that rarely overlapped for me except for rare moments. But, I was sold on Linux in general and… Re: Is linux your daily driver? Hardware and Software Linux and Unix by Dani If I can assume you attended university right out of high school (or at least the US equivalent), then that would put you at pretty much my age. Nice :) Please switch to macOS. It's sooo much more refined, and I would say much more than BSD "with a fancy window manager" these days. Although I haven't used Linux for my personal PC in … Re: Is linux your daily driver? Hardware and Software Linux and Unix by trcooke Maybe a wee bit older than you Dani, I was 26 or 27 doing a Masters degree when I met my Linux loving friend. I'm 46 now. I have had Macs but it annoys me that they get obsoleted by software long before the hardware runs out. My wife has a MacBook Air and it's great because it's zero effort to maintain but the cost is replacing it even when it's… Re: Cannot run exe from asp.net Programming Web Development by lennyli …an app: > > On the server: Only for background tasks, not for opening windows. > > On the client: You…inputed the server IP into the sample code. I turned off all firewalls and installed python on both windows 11 computers…. When I run the command "python server.py" on the server pc, it … Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 …, but: It will run in the background on the server, not visibly on the desktop. It needs special permissions …your site in Visual Studio, it uses a development web server (Kestrel or IIS Express), which picks a random port.… that launches an app: On the server: Only for background tasks, not for opening windows. On the client: You need a… Re: Cannot run exe from asp.net Programming Web Development by lennyli …for a connection...")` ? > > Consider making your server main like this. > > if __name__ == "…gt; > Your client failed with the timeout because your server isn't running. > > > A …successfully, but as i said disappointingly the python server.py command didnt output any text before returning control… Re: Cannot run exe from asp.net Programming Web Development by Salem …When I run the command "python server.py" on the server pc, it held for a second, …if __name__ == "__main__": print('Server Begin') main() print('Server End') You can add more prints in the… Your client failed with the timeout because your server isn't running. A very basic test: At… Cannot run exe from asp.net Programming Web Development by lennyli … the latest .net framework, and IIS on the latest updated windows 11. I wish to achieve the following: Have a webpage…, when pressed, it will launch a webpage that runs a server side exe (eg, notepad.exe or ribbons.scr), while at… Re: Cannot run exe from asp.net Programming Web Development by gediminas.bukauskas.7 Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Re: Cannot run exe from asp.net Programming Web Development by lennyli … a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine… and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above… Re: Cannot run exe from asp.net Programming Web Development by lennyli …\wwwroot\ribbons.scr" ' Create a shell object Set objShell = Server.CreateObject("WScript.Shell") ' Run the executable result = objShell… Re: Cannot run exe from asp.net Programming Web Development by lennyli … be seen as a notebook computer that has a web server installed. It is connected only to a wifi router without… Re: Cannot run exe from asp.net Programming Web Development by john_111 … handle data transfers such as access a database on the server. Or a javascript to alter the web page if you… Re: Cannot run exe from asp.net Programming Web Development by Salem …, when pressed, it will launch a webpage that runs a server side exe (eg, notepad.exe or ribbons.scr), while at… Re: Cannot run exe from asp.net Programming Web Development by lennyli I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now Is linux your daily driver? Hardware and Software Linux and Unix by Dani Linux has come a long way, but it's still primarily a server OS, correct? How many of you linux fanboys and girls use it as your primary operating system for daily tasks? How does it compare to Windows or macOS in terms of productivity and overall user experience?