[Bug 1082051] Re: pytrainer does not start

2013-02-05 Thread Launchpad Bug Tracker
[Expired for pytrainer (Ubuntu) because there has been no activity for
60 days.]

** Changed in: pytrainer (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-12-07 Thread FranJPR
My home directory from another pc is mounted over nfs, but the home
directory of the pc running pytrainer is not. Deleting .pytrainer folder
and restarting pytrainer has worked for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-29 Thread FranJPR
Well, It seems the database is saved in .pytrainer in my home directory
and it is working now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-25 Thread Julian Taylor
you do seem to mount your home over nfs, this won't work with sqlite databases:
192.168.1.30:/home/client on /media/clientserv type nfs 
(rw,vers=4,addr=192.168.1.30,clientaddr=192.168.1.2)

you have to configure your pytrainer to store its database somewhere else.
If it follows the xdg spec you could do that with:
XDG_CONFIG_HOME=/some/folder pytrainer
or
XDG_DATA_HOME=/some/folder pytrainer

but if it doesn't please check with the developers on how to do it (and
possibly request that they follow the xdg spec)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-24 Thread FranJPR
I am not sure if I really changed the HOME path. However, when I reset
the config folder  mv .pytrainer pytrainer.bak it worked.

There is still an error shown up in the terminal:

user@client$ pytrainer
running pytrainer from egg installation
data_path: /usr/share/pytrainer/
gettext_path: /usr/share/locale
site_path: /usr/lib/python2.7/site-packages
ERROR:root:Failed when retrieving Min Heartrate value: invalid literal for 
int() with base 10: ''

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-24 Thread Julian Taylor
whats the output of these commands:

df -T ~
mount

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-24 Thread FranJPR
You were right. With the nfs diretories unmounted, no problems at all:

user@client$ df -T ~
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3  ext4  43082196 23002028  17891720  57% /home
user@client$ mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /tmp type tmpfs (rw,noexec,nosuid)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/sda3 on /home type ext4 (rw)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)

With the nfs directories mounted, pytrainer is unstable and reboot my pc
from time to time.

user@client$  df -T ~
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/sda3  ext4  43082196 23001996  17891752  57% /home
user@client$  mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /tmp type tmpfs (rw,noexec,nosuid)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
/dev/sda3 on /home type ext4 (rw)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
192.168.1.30:/home/client on /media/clientserv type nfs 
(rw,vers=4,addr=192.168.1.30,clientaddr=192.168.1.2)
192.168.1.30:/media/usb0 on /media/Hdd2T type nfs 
(rw,vers=4,addr=192.168.1.30,clientaddr=192.168.1.2)
192.168.1.30:/media/usb1 on /media/Hdd300M type nfs 
(rw,vers=4,addr=192.168.1.30,clientaddr=192.168.1.2)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-24 Thread FranJPR
I unmounted the nfs directories, run pytrainer and exit, and then
mounted the nfs folders again. Now there are no more errors reported in
the terminal running pytrainer.

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-23 Thread Julian Taylor
are you using a network filesystem like nfs?
probably some (sqlite?) database is placed on a nfs path which often causes 
these issues

** Changed in: pytrainer (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-23 Thread FranJPR
Yes I do, I use nfs. Unfortunately I unmounted the nfs folders and
pytrainer still crashes with the same output.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1082051] Re: pytrainer does not start

2012-11-23 Thread Julian Taylor
can you change the configuration folder location of pytrainer?

if not can you try:
HOME=/some/fully/featured/filesystem pytrainer
and reset the config folder:
mv .pytrainer pytrainer.bak
pytrainer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1082051

Title:
  pytrainer does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pytrainer/+bug/1082051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs