Announcement

Collapse
No announcement yet.

Printer sharing HOW? (SOLVED)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Printer sharing HOW? (SOLVED)

    I have the system Fiesty 7.04, printer HP6L (installed), but when I go to "System settings" "Shares" the notification that SMB and NFS servers are not installed.
    Adept installer show me that Samba is presented in my system.
    How can I share my printer for Win clients?

    in console
    #sudo apt-get install samba

    #2
    Re: Printer sharing HOW?

    Originally posted by Passatiji
    Adept installer show me that Samba is presented in my system.
    The client and/or the server part?

    In other words: is the server "up"?

    Code:
    ROOT # ps aux | grep -v grep | grep smbd
    ROOT # ps aux | grep -v grep | grep nmbd

    Comment


      #3
      Re: Printer sharing HOW?

      In other words: is the server "up"?

      Code:
      ROOT # ps aux | grep -v grep | grep smbd
      ROOT # ps aux | grep -v grep | grep nmbd

      I can't start the system with root account, but
      Code:
       # sudo ps aux | grep -v grep | grep smbd
       #password ***
       #
      no answer
      Server is not started?

      Comment


        #4
        Re: Printer sharing HOW?

        Originally posted by Passatiji
        Server is not started?
        Not even installed, I daresay.

        http://us4.samba.org/samba/docs/man/...n/install.html

        Comment


          #5
          Re: Printer sharing HOW?

          How do we start samba?
          Adept-installer tells me samba is already installed, but the file sharing section tells me that smb or nfs is not installed.
          Is there any way easier (Automatix, Adept)?

          Comment


            #6
            Re: Printer sharing HOW?

            I trying to start samba in console.
            Code:
            # smbd
            samba is not instaled type 
            sudo apt-get install samba
            # sudo apt-get install samba
            bla
            bla
            bla
            #
            I restarted the computer and all is OK
            Menu shares is acceptable.

            Comment

            Working...
            X