If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
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.
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
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;
When I first started I used sudo su -, then I was asked for a password. It appears I'm still in root and no password question came up when I entered sudo ls /root. The line terminal begins with root@Blevet:~$
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.
Comment