NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 11 12 13 14 15 … 56 Next »
Free disk space monitor

 
  • 0 Vote(s) - 0 Average
Free disk space monitor
Remco
Offline

Member

Posts: 152
Threads: 12
Joined: Sep 2004
#31
2007-01-05, 03:28 PM (This post was last modified: 2007-01-05, 04:50 PM by Remco.)
madcat Wrote:I got this:
Code:
---------------
Sending Email...Error sending email: Error setting sender email address. (530)
Finished.
Can you tell from this what is the problem? the "|From:" seems to be set proprely.

code 530 seems to mean "530 Access denied".
I guess several things could be wrong:
- you are not using the smtp-server of your internet-provider
- you're smtp-server requires authentication, but you didn't set |Username: and |Password: ?
- You need to set another port for your smtp-server?
- SSL (STARTTLS) is needed; that's not supported by the code yet. If you see any STARTTLS in the debug-version below, please let me know

For debugging, please try this version of disklimit; that shows in more detail what's happing with your smtp-server: [ATTACHMENT NOT FOUND]

Or could you give this one a try: [ATTACHMENT NOT FOUND]
And add to the messagefile |SSL:true
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#32
2007-01-05, 05:59 PM
Sorry, no joy.
Here is the "debug" version output. Some personal details I marked "=", but I ran over the parameters three times, they are all copied from the settings we use in Outlook Express, on the same machine (including: server, from, port, user, password).
Code:
Disklimit v 1.3
Disk         : c:
Limit        : 1000gb (1.073.741.824.000 bytes)
Messagefile  : message.txt
---------------
17.679.712.256 free Bytes on drive c:
---------------
Emailparameters:
  Server  : smtp.broadband.rogers.com
  Port    : 25
  Username: =========
  Password: =========
  From    : ===================
  To      : ====@========= ====@=========
  Subject : Low disk-space on GB-PVR
Hi,
Disk space on drive c: is too low (17.679.712.256 bytes).
GBPVR
---------------
Sending Email...Receive: 220 smtp108.rog.mail.re2.yahoo.com ESMTP




Send: ehlo
Receive: 250-smtp108.rog.mail.re2.yahoo.com
250-AUTH LOGIN PLAIN XYMCOOKIE
250-PIPELINING
250 8BITMIME




Send: mail from: <====@=========>
Receive: 530 authentication required - for help go to [URL]http://help.yahoo.com/help/us/mail/pop/pop-11.html[/URL]




Error sending email: Error setting sender email address. (530)
Finished.
Press any key to quit...

The other version crashed with "disklimit.exe has encountered a problem..." error popup and this
Code:
Unhandled Exception: System.Net.Mail.SmtpException: Server does not support secure connections.
   at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port)
   at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port)
   at System.Net.Mail.SmtpClient.GetConnection()
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at disklimit.MainClass.Main(String[] args)
in the console window, with or without the SSL:true line.
So I guess it's not an SSL connection.

Also, just to verify that i'm not drunk, I downloaded this command line (shareware, but works) that supports authentication. I fed it with the same parameters, and it sent the email (from here)
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#33
2007-01-05, 06:08 PM
Remco - with version 1.3 few posts ago, you release the source code, but the source is apparently of version 1.2 (so it's says in the code, and also it seems to not support the port/user/password, and also does have references to SMTP external library). Can you also release the 1.3/1.4 code? TIA
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
Remco
Offline

Member

Posts: 152
Threads: 12
Joined: Sep 2004
#34
2007-01-05, 06:28 PM
madcat Wrote:Remco - with version 1.3 few posts ago, you release the source code, but the source is apparently of version 1.2 (so it's says in the code, and also it seems to not support the port/user/password, and also does have references to SMTP external library). Can you also release the 1.3/1.4 code? TIA

The 1.3 version a few posts ago is the right one. Source says "version = "Disklimit v 1.3";". Are you sure you're looking at the right file?

Please try again with version 1.41 below, i fixed some username/password-stuff.
[ATTACHMENT NOT FOUND]
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#35
2007-01-05, 06:39 PM
Remco Wrote:The 1.3 version a few posts ago is the right one. Source says "version = "Disklimit v 1.3";". Are you sure you're looking at the right file?

Please try again with version 1.41 below, i fixed some username/password-stuff.
[ATTACHMENT NOT FOUND]
TADA!
Worked great.

Last thing - can you remove the "Press any key"? Or make it an option in the messege file? cause I think it will be a problem when ran from GBPVR batch files.

Thanks so much for supporting my request so quickly!
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
Remco
Offline

Member

Posts: 152
Threads: 12
Joined: Sep 2004
#36
2007-01-05, 06:40 PM
madcat Wrote:TADA!
Last thing - can you remove the "Press any key"? Or make it an option in the messege file? cause I think it will be a problem when ran from GBPVR batch files.
I'm glad it works
I put the press any key in for debugging, but forgot to get it out :-)
I'll post a new version soon
Remco
Offline

Member

Posts: 152
Threads: 12
Joined: Sep 2004
#37
2007-01-05, 07:13 PM
A new release, fixing the problems above, can be found in the first post
Remco
Offline

Member

Posts: 152
Threads: 12
Joined: Sep 2004
#38
2009-02-11, 07:46 PM
The download link somehow got broken. Just uploaded it again...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  Schedules Direct 90 day free trial offer. rkulagow 3 7,214 2015-07-02, 12:09 PM
Last Post: Reddwarf
  disk update garymeds 1 1,727 2008-07-11, 01:42 PM
Last Post: crossnet
  best free sqlite3 editor pBS 7 12,100 2007-02-17, 01:01 AM
Last Post: Reznor
  Free TV tuner for the NZ folks here?? fusionrx 1 1,693 2006-09-30, 01:42 AM
Last Post: skippy_nz
  transcode only if disk near full - batch file Koenie 3 2,192 2006-09-27, 07:39 AM
Last Post: Koenie
  Free alternative for Videoredo or Womble erik 38 15,378 2005-10-29, 03:59 PM
Last Post: David
  PVR-250 $90 free shipping tblackwe 6 3,020 2005-07-23, 02:03 AM
Last Post: athomas
  Cheap PVR-150MCE Amazon $67 free shipping jorm 2 1,852 2005-02-17, 02:20 AM
Last Post: gblinckmann
  DVD2MPG saving space test - results inside Networker 5 2,851 2005-02-09, 02:24 AM
Last Post: Networker

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode