LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-18-2004, 01:50 AM   #1
sandy_obrien
Member
 
Registered: Aug 2003
Posts: 49

Rep: Reputation: 15
Nicotine


I'm trying to install nicotine, after I install the RPM, i type 'nicotine' in the terminal but it says 'bash: nicotine command not found'

how do I run actually nicotine?
 
Old 05-18-2004, 01:55 AM   #2
JJX
Member
 
Registered: Mar 2004
Location: Greece
Distribution: Debian
Posts: 351

Rep: Reputation: 31
try: ldconfig

If doesnt work: find / -name nicotine
Check if the executable path is in $PATH
if not create an appropriate link (ln -s)
 
Old 05-18-2004, 02:06 AM   #3
sandy_obrien
Member
 
Registered: Aug 2003
Posts: 49

Original Poster
Rep: Reputation: 15
Tried the first thing and it didn't work

here's the second thing
Code:
[sandy@localhost sandy]$ find / -name nicotine
find: /lost+found: Permission denied
find: /proc/1/fd: Permission denied
find: /proc/2/fd: Permission denied
find: /proc/3/fd: Permission denied
find: /proc/4/fd: Permission denied
find: /proc/9/fd: Permission denied
find: /proc/5/fd: Permission denied
find: /proc/6/fd: Permission denied
find: /proc/7/fd: Permission denied
find: /proc/8/fd: Permission denied
find: /proc/10/fd: Permission denied
find: /proc/11/fd: Permission denied
find: /proc/15/fd: Permission denied
find: /proc/73/fd: Permission denied
find: /proc/3618/fd: Permission denied
find: /proc/3885/fd: Permission denied
find: /proc/3933/fd: Permission denied
find: /proc/3937/fd: Permission denied
find: /proc/3955/fd: Permission denied
find: /proc/3974/fd: Permission denied
find: /proc/4041/fd: Permission denied
find: /proc/4078/fd: Permission denied
find: /proc/4092/fd: Permission denied
find: /proc/4112/fd: Permission denied
find: /proc/4121/fd: Permission denied
find: /proc/4131/fd: Permission denied
find: /proc/4140/fd: Permission denied
find: /proc/4151/fd: Permission denied
find: /proc/4202/fd: Permission denied
find: /proc/4220/fd: Permission denied
find: /proc/4230/fd: Permission denied
find: /proc/4236/fd: Permission denied
find: /proc/4237/fd: Permission denied
find: /proc/4238/fd: Permission denied
find: /proc/4239/fd: Permission denied
find: /proc/4240/fd: Permission denied
find: /proc/4241/fd: Permission denied
find: /proc/4242/fd: Permission denied
find: /proc/4285/fd: Permission denied
find: /proc/4286/fd: Permission denied
find: /proc/4352/fd: Permission denied
find: /proc/4375/fd: Permission denied
find: /proc/7746/fd: Permission denied
find: /proc/7850/fd: Permission denied
find: /proc/7853/fd: Permission denied
find: /proc/7855/fd: Permission denied
find: /proc/8487/fd: Permission denied
find: /var/lib/slocate: Permission denied
find: /var/lib/nfs/statd: Permission denied
find: /var/lib/xdm/authdir: Permission denied
find: /var/cache/alchemist/printconf.rpm: Permission denied
find: /var/cache/alchemist/printconf.local: Permission denied
find: /var/run/sudo: Permission denied
find: /var/spool/at: Permission denied
find: /var/spool/clientmqueue: Permission denied
find: /var/spool/mqueue: Permission denied
find: /var/spool/cron: Permission denied
find: /var/spool/cups: Permission denied
find: /var/empty/sshd: Permission denied
find: /var/gdm: Permission denied
find: /tmp/orbit-root: Permission denied
find: /tmp/ssh-XXBmsMr8: Permission denied
find: /etc/default: Permission denied
find: /etc/cups/certs: Permission denied
find: /root: Permission denied
find: /usr/share/ssl/CA: Permission denied
/home/sandy/nicotine-1.0.7/nicotine
i'm confused
 
Old 05-18-2004, 08:54 AM   #4
JJX
Member
 
Registered: Mar 2004
Location: Greece
Distribution: Debian
Posts: 351

Rep: Reputation: 31
Are u sure u have installed the program? (rpm -ivh <rpm_filename>)

If yes are u sure it runs with the command "nicotine" ? Check the QUICKSTART or README in the dir

Also check if needs to become "root" to run it
 
Old 05-18-2004, 05:11 PM   #5
sandy_obrien
Member
 
Registered: Aug 2003
Posts: 49

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by JJX
Are u sure u have installed the program? (rpm -ivh <rpm_filename>)

If yes are u sure it runs with the command "nicotine" ? Check the QUICKSTART or README in the dir

Also check if needs to become "root" to run it
yes I have

yes I'm sure

No I don't
 
Old 05-19-2004, 01:00 AM   #6
JJX
Member
 
Registered: Mar 2004
Location: Greece
Distribution: Debian
Posts: 351

Rep: Reputation: 31
Nice

So:
try this:
/home/sandy/nicotine-1.0.7/nicotine
runs now?

Quote:
If doesnt work: find / -name nicotine
Check if the executable path is in $PATH
if not create an appropriate link (ln -s)
 
Old 06-04-2004, 12:25 AM   #7
Eskarel
LQ Newbie
 
Registered: Apr 2004
Posts: 8

Rep: Reputation: 0
You're getting those permission denied errors because you're running the find as something other than root, you con't have read access to those directories logged in as anything else. You also can't run lsmod as anything else than root.
 
Old 10-03-2005, 02:53 AM   #8
shred_dog
LQ Newbie
 
Registered: Oct 2005
Posts: 2

Rep: Reputation: 0
Unhappy Nicotine

Nicotine troubleshooting.

I have followed the install forum at http://captnswing.net/howto/nicotine/
I find I am still not able to run the program..
The problems I have run into are at the end when install: sudo mv nicotine-1.0.8.tar.gz /sw/src/
In my terminal window it comes up with the reply
mv: nicotine-1.0.8.tar.gz: No such file or directory
I know the file is in the folder.

Also I have tried to install nicotine /sw/bin/fink index; /sw/bin/fink -y install nicotine-1.0.8

I get the reply:
Failed: directory default/nicotine-1.0.8-1/nicotine-1.0.8 doesn't exist, check the package description

So I have not been able to run nicotine..
Some help would be greatly appreciated
Jared
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nicotine ToofDogger Linux - Software 5 09-15-2005 02:02 AM
nicotine question MasterKin8T Linux - Software 0 01-16-2005 06:52 PM
Nicotine Installation jkassemi Linux - Software 0 05-14-2004 06:02 AM
nicotine-1.0.7 again FirstTimeUser Linux - Newbie 0 03-21-2004 04:18 PM
Nicotine and PyGTK jimmye68 Linux - Software 0 11-29-2003 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration