I had a problem with my new ubuntu 10.10 install. After I installed trinity kde3.5 I could no longer use ssh, I could no longer connect to my local LAN desktop server & my IMAP folders, and wireless would no longer connect ( it kept telling me my password was wrong). a reinstall of ubuntu 10.10 ( separate /home folder, so all my emails & settings remained) and now I can ssh, use IMAP and wireless works flawlessy again.
-- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459
I had a problem with my new ubuntu 10.10 install. After I installed trinity kde3.5 I could no longer use ssh, I could no longer connect to my local LAN desktop server & my IMAP folders, and wireless would no longer connect ( it kept telling me my password was wrong). a reinstall of ubuntu 10.10 ( separate /home folder, so all my emails & settings remained) and now I can ssh, use IMAP and wireless works flawlessy again.
This might be due to the network manager. Did you have knetworkmanager-kde3 installed?
Thanks!
Tim
On 11/05/2010 03:30 PM, Timothy Pearson wrote:
I had a problem with my new ubuntu 10.10 install. After I installed
trinity kde3.5 I could no longer use ssh, I could no longer connect to my local LAN desktop server & my IMAP folders, and wireless would no longer connect ( it kept telling me my password was wrong). a reinstall of ubuntu 10.10 ( separate /home folder, so all my emails & settings remained) and now I can ssh, use IMAP and wireless works flawlessy again.
This might be due to the network manager. Did you have knetworkmanager-kde3 installed?
I did, but I also installed wicd. I DID NOT remove networkmanager. I did stop it, started wicd, still no joy.
-- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459
Le 05/11/2010 21:09, Paul Cartwright a écrit :
On 11/05/2010 03:30 PM, Timothy Pearson wrote:
I had a problem with my new ubuntu 10.10 install. After I installed
trinity kde3.5 I could no longer use ssh, I could no longer connect to my local LAN desktop server& my IMAP folders, and wireless would no longer connect ( it kept telling me my password was wrong). a reinstall of ubuntu 10.10 ( separate /home folder, so all my emails& settings remained) and now I can ssh, use IMAP and wireless works flawlessy again.
This might be due to the network manager. Did you have knetworkmanager-kde3 installed?
I did, but I also installed wicd. I DID NOT remove networkmanager. I did stop it, started wicd, still no joy.
-- Paul Cartwright
I don't know if this is related, but I noticed a bug in /etc/init.d/lisa, both on ubuntu and debian, that keeps lisa from starting : DAEMON is set to /usr/sbin/lisa while it should be /opt/kde3 or trinity/sbin/lisa
Regards
Denis
On 11/06/2010 12:40 AM, Denis Prost wrote:
I did, but I also installed wicd. I DID NOT remove networkmanager. I did stop it, started wicd, still no joy.
-- Paul Cartwright
I don't know if this is related, but I noticed a bug in /etc/init.d/lisa, both on ubuntu and debian, that keeps lisa from starting : DAEMON is set to /usr/sbin/lisa while it should be /opt/kde3 or trinity/sbin/lisa
so what is the fix, link it?
from where to where? -- Paul Cartwright Registered Linux user # 367800 Registered Ubuntu User #12459
Le 06/11/2010 11:59, Paul Cartwright a écrit :
On 11/06/2010 12:40 AM, Denis Prost wrote:
I did, but I also installed wicd. I DID NOT remove networkmanager. I did stop it, started wicd, still no joy.
-- Paul Cartwright
I don't know if this is related, but I noticed a bug in /etc/init.d/lisa, both on ubuntu and debian, that keeps lisa from starting : DAEMON is set to /usr/sbin/lisa while it should be /opt/kde3 or trinity/sbin/lisa
so what is the fix, link it?
from where to where?
Paul Cartwright
Just edit as root /etc/init.d/lisa-trinity (for debian) or /etc/init.d/lisa-kde3 (for ubuntu) and replace in it : DAEMON=/usr/sbin/lisa by DAEMON=/opt/trinity/sbin/lisa (for debian) DAEMON=/opt/kde3/sbin/lisa (for ubuntu)
then run : service lisa-trinity start (for debian) service lisa-kde3 start (for ubuntu)
that should at least let you browse the network with konqueror but I don't know if that fixes your problem.
Denis
Le 06/11/2010 12:34, Denis Prost a écrit :
Le 06/11/2010 11:59, Paul Cartwright a écrit :
On 11/06/2010 12:40 AM, Denis Prost wrote:
I did, but I also installed wicd. I DID NOT remove networkmanager. I did stop it, started wicd, still no joy.
-- Paul Cartwright
I don't know if this is related, but I noticed a bug in /etc/init.d/lisa, both on ubuntu and debian, that keeps lisa from starting : DAEMON is set to /usr/sbin/lisa while it should be /opt/kde3 or trinity/sbin/lisa
so what is the fix, link it?
from where to where?
Paul Cartwright
Just edit as root /etc/init.d/lisa-trinity (for debian) or /etc/init.d/lisa-kde3 (for ubuntu) and replace in it : DAEMON=/usr/sbin/lisa by DAEMON=/opt/trinity/sbin/lisa (for debian) DAEMON=/opt/kde3/sbin/lisa (for ubuntu)
then run : service lisa-trinity start (for debian) service lisa-kde3 start (for ubuntu)
that should at least let you browse the network with konqueror but I don't know if that fixes your problem.
Denis
Should I report a bug for this Tim, or did you already take it into account ? Regards,
Denis
Le 06/11/2010 12:34, Denis Prost a écrit :
Le 06/11/2010 11:59, Paul Cartwright a écrit :
On 11/06/2010 12:40 AM, Denis Prost wrote:
I did, but I also installed wicd. I DID NOT remove networkmanager. I did stop it, started wicd, still no joy.
-- Paul Cartwright
I don't know if this is related, but I noticed a bug in /etc/init.d/lisa, both on ubuntu and debian, that keeps lisa from starting : DAEMON is set to /usr/sbin/lisa while it should be /opt/kde3 or trinity/sbin/lisa
so what is the fix, link it?
from where to where?
Paul Cartwright
Just edit as root /etc/init.d/lisa-trinity (for debian) or /etc/init.d/lisa-kde3 (for ubuntu) and replace in it : DAEMON=/usr/sbin/lisa by DAEMON=/opt/trinity/sbin/lisa (for debian) DAEMON=/opt/kde3/sbin/lisa (for ubuntu)
then run : service lisa-trinity start (for debian) service lisa-kde3 start (for ubuntu)
that should at least let you browse the network with konqueror but I don't know if that fixes your problem.
Denis
Should I report a bug for this Tim, or did you already take it into account ?
Go ahead and file a bug for it.
Tim