Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Transport endpoint is not connected

Featured Replies

I hooked my WD 250g Caviar drive directly up to the sever to transfer the last bit of data to my 2TB data disk before adding my parity drive. I noticed transfer speeds were very slow 12-14 MBs  where as my wd 10EARS and IDE drive were in the 50+ range.

 

now I can't access my user shares on my win 7 laptop.  I can see them, but it doesn't connect to them. I do have access to \\tower\flash

 

I did a forum seach and found a reboot might possibly work, so I rebooted and its still now working I have attached my syslog  or you can click this link http://flomaster.pastebin.com/xSP1R749

 

-=Jason=-

 

not sure if my go script is correct, I added SABnzbd, Sickbeard, and CouchPotato today

 

[size=12pt]root@Tower:~# cat /boot/config/go
#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
/boot/config/snap/snap.sh -b
#start unMENU
/boot/unmenu/uu
#Start SABnzbd
installpkg /boot/custom/SABnzbdDependencies-2.0rc-i486-unRAID.tgz
python /mnt/disk1/.custom/sabnzbd/SABnzbd.py -d -s 192.168.2.10:88
#Start SickBeard
nohup python /mnt/disk1/.custom/sickbeard/SickBeard.py &
#Start CouchPotato
python /mnt/disk1/.custom/couchpotato/CouchPotato.py -d
root@Tower:~#[/size]

syslog-2010-10-12-2134.txt

  • Author

when I get home from work today, I'll stop the array and restart it. if that doesn't work I am going to wipe my  flash drive and start from scratch. now that my data has all been transfered to my precleared disk I am ready to build parity and start using my server.

 

-=Jason=-

You are running out of ram and it is probably causing some of the problems you are seeing. All the python stuff you are trying to start looks like it is being killed off also.

 

Run a Memtest overnight and see if it comes back with any errors.  Also, disable any addons you are trying to start/run from the go script for now.  Better to add them back in later after everything is up and running.

 

Once you have the server up and running with no problems you can come back to this thread and we will start put your addons back in place.

  • Author

prostuff, sounds like a plan I'll make those changes and run the memtest tonight.

 

-=Jason=-

  • Author

well I have commented out the  python install and SABnzbd, Sickbeard, Couchpotato from my go script, I also had the wife turn power off to my WD250gb drive that was hooked up via usb in the hotswap enclosure.

 

my shares are now working and here is a system log.

 

http://flomaster.pastebin.com/FiDatcnz

 

so either my USB enclosure  or my go script causing havoc

 

on my system

-=Jason=-

syslog-2010-10-13.txt

well I have commented out the  python install and SABnzbd, Sickbeard, Couchpotato from my go script, I also had the wife turn power off to my WD250gb drive that was hooked up via usb in the hotswap enclosure.

 

my shares are now working and here is a system log.

 

http://flomaster.pastebin.com/FiDatcnz

 

so either my USB enclosure  or my go script causing havoc

 

on my system

-=Jason=-

It was not the USB enclosure.  You ran out of memory trying to run all those processes at once.    The kernel out-of-memory process kills of what it thinks are process that are otherwise idle.  The management console is often the first to go, along with the processes used for starting SAMBA sessions.  Your python sessions were killed off too.

 

You either need to add more memory to your server (How much do you have installed ??? )

Or, run fewer processes

Or add a swap partition/file

Or adjust cache pressure to allow it to free memory otherwise used for cache.

Like this:

sysctl -w vm.vfs_cache_pressure=200

 

Or some combination of the above.

 

Joe L.

 

 

 

  • Author

Joe, I have 1 stick of Kingston 2GB ddr2 I have 3 more slots open, but figures 2GB out to be enough and it very well might be enough, but I just need to  add a swap partition/file or adjust my cache pressure.

 

so im off to search and gain more info on swap partition/files  and cache pressure

 

I can't say for sure, but I had all 3 up and running yesterday, it seems when I added them to my go script things went wonky.

 

 

-=Jason=-

  • Author

Joe,

I copied and pasted sysctl -w vm.vfs_cache_pressure=200 into the command terminal.

 

I then ran the  SABnzbd dependencies install to start up python from this post http://lime-technology.com/forum/index.php?topic=2903.msg30274#msg30274.

 

I then ran this line to start up couch potato

python /mnt/disk1/.custom/couchpotato/CouchPotato.py -d

 

here is my syslog http://flomaster.pastebin.com/m8cjEqCq

 

I think I need more memory, a cache drive, and swap partition

 

 

 

-=Jason=-

syslog-2010-10-13-1539.txt

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.