Skip to content

Matheus Bratfisch Posts

Ubuntu 12.04 – Setting up Samba (3.6.3)

Hello,

Today I decided to format my Home Server and when I setuped it I had a few problems.

"Failed to Retrieve Share List from Server" when I was trying to connect to my ubuntu 12.04 server. Inside the [global] section I add:

name resolve order = bcast host

I did this in my normal computer too. (I'm not exactly sure that this is needed I don't think so). Rebooted and it is working.

Inside my logs I was getting a lot of smb_panic():

[2013/03/07 22:13:43.607536, 0] lib/util.c:1122(smb_panic) smb_panic(): calling panic action [/usr/share/samba/panic-action 1928]

(Again, I'm not sure that this is totally and exclusive related to this problem, but it worth to say, so you could try it too.)

Other message that I was seeing when trying to smbclient -L SERVER was:

NT_STATUS_PIPE_BROKEN

If you want to see my full smb.conf file keep reading!

My configs file is a Shared folder which is read only, but anyone could read it (guest yes), and the other one is Writable, where anybody can write and read (without authentication). In other words, all my setup don't uses authentications, it is all done by guests users. This is particularly good in my case, because I can put some interesting files in Shared Folder and guarantee that nobody will screw everything and the Writable is good to add new files to the server or a "temporary backup folder".

If I remember anything else, I will let you guys know.

Thanks,
Matheus

Continue reading Ubuntu 12.04 – Setting up Samba (3.6.3)

Projects – Git Hub

Hello guys, A few days ago I started working with Git Hub and uploading my recent projects to it. Right now, I'm working hardly on…

Continue reading Projects – Git Hub

Compile to Teensy 3.0 on Windows using Makefile

Good Night, If you don't want to use Arduino IDE (Or Teensy IDE? 😉 to programming and uploading your code to Teensy 3.0 you can…

Continue reading Compile to Teensy 3.0 on Windows using Makefile

Programming atmega8u2 on Arduino Uno using USB Asp

Hello, Recently my Arduino UNO stopped to be recognized by computer (using USB), I tried a few stuffs: - Changed the Atmega328 - Rewrite bootloader…

Continue reading Programming atmega8u2 on Arduino Uno using USB Asp

Using USB ASP as a regular user

Hello, To use your USB Asp as a regular user (non root) you must add the following rule to /etc/udev/rules.d Execute: $ sudo pico /etc/udev/rules.d/99-usbasp.rules…

Continue reading Using USB ASP as a regular user

Raspberry Pi with Raspbian dropping SSH connection

I was playing with my Raspberry PI with Raspbian and the ssh connection was dropping (or timeouting, or something like this), I got a "Broken…

Continue reading Raspberry Pi with Raspbian dropping SSH connection

Ultrasonic distance sensor with Arduino and HC-SR04 (Arduino + HC-SR04)

Good night, Going on with my adventures with Arduino and sensors, today I decided to play with Ultrasonic sensor HC-SR04 to measure distance. HC-SR04 is…

Continue reading Ultrasonic distance sensor with Arduino and HC-SR04 (Arduino + HC-SR04)

Installing Flash 11.2 on Ubuntu 12.10 – 64 Bits.

Hello, This update of Flash Player installer uses the new version 11.2. It downloads it and install. To install it you must give execution permission:…

Continue reading Installing Flash 11.2 on Ubuntu 12.10 – 64 Bits.

Installing Java on Ubuntu 12.10 – 64 bits

Hello, After install my Ubuntu 12.10 and setup it I try to access my online banking. I couldn't access it, because the Java wasn't there.…

Continue reading Installing Java on Ubuntu 12.10 – 64 bits

Remove or Disable Overlay Scrollbar – Ubuntu 12.10

Good Night, Sadly (for me) the Scroll bar on Ubuntu 12.10 are still the same as Ubuntu 11.10. I particularly don't like it. So I…

Continue reading Remove or Disable Overlay Scrollbar – Ubuntu 12.10