I have a windows xp computer that I want to network with my kubuntu 12.4 machine,hard wired through a router. I have samba, and wicd. I'm not getting anywhere in either direction.
Announcement
Collapse
No announcement yet.
Network setup problem
Collapse
This topic is closed.
X
X
-
I think I'm missing something, I'm having trouble getting to the smb.conf file after I installed samba. Here is what I've tried and the results in root.
sudo /etc/samba/smb.conf = command not found
sudo gedit /etc/samba/smb.conf = command not found
sudo gksu gedit /etc/samba/smb.conf = no protocol specified
gksu gedit /etc/samba/smb.conf = no protocol specified
- Top
- Bottom
Comment
-
Those commands are either formatted incorrectly or don't exist.
Let me guess: ex-Gnome user? If you're using Kubuntu, gksu and gedit aren't installed unless you installed them.
In the KDE environment, to run a GUI program from the terminal; use kdesudo. To run a non-gui program use sudo. The default GUI text editor is kate. To edit the samba config file using root privileges and a GUI editor, use the command;
kdesudo kate /etc/samba/smb.conf
- Top
- Bottom
Comment
-
-
Have you edited your sudoers file? It appears you have no sudo access. Try this to test:
sudo ls /root
If you don't get prompted for your password, you're not in sudoers
- Top
- Bottom
Comment
-
-
-
jim@Blevet:~$ sudo ls /root
[sudo] password for jim:
jim@Blevet:~$ kdesudo kate /etc/samba/smb.conf
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QStr ing,QString,QString)
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kbuildsycoca4 running...
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus
Above is the result of entering your sugested command from above.
- Top
- Bottom
Comment
-
Comment