Search:

Type: Posts; User: anatolik; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    814

    [all variants] Re: USB flash drive cannot be mount

    It seems that this was a hardware problem. I returned the USB flash drive and bought another one (SanDisk Cruzer). The new drive works without any issues on my Linux box.
  2. Replies
    1
    Views
    814

    [all variants] USB flash drive cannot be mount

    Hi,

    I bought a no-name USB flash drive (64Gb) and trying to use it. It works fine on macbookpro - I was able to format it and cop a few files there.

    I try to use it on my Ubuntu 12.04

    all...
  3. Re: Packaging *.deb that requires fuse module.

    The build script works fine outside of pbuilder. I can run it a regular user and root. But this script fails when I run it from pbuilder.

    Here is the build log with debug enabled...
  4. Packaging *.deb that requires fuse module.

    Hi,

    I am trying to debinize 'tup' build tool http://gittup.org/tup/. The project does not use make, instead it uses custom 'bootstrap' script to build itself and this script needs fuse kernel...
  5. Replies
    1
    Views
    634

    Re: Autotools and Vala

    You might find this blogpost useful. It compiles for gtk2 but it should not be a problem to migrate it to gtk3.

    http://pomozok.wordpress.com/2011/01/02/vala-autotools-example/
  6. Replies
    39
    Views
    17,257

    [ubuntu] Re: Unity Laggy Ubuntu 11.10

    I have ATI HD 2600 and it also lagged when I installed Unity.

    I solved it but installing ATI proprietary drivers using "Additional Drivers" program. It seems Unity does not like open source...
  7. Re: LM11 does not see my second HDD, LM10 works totally fine

    Finally my HDD died. It rejects to mount neither under 2.6.32 nor 2.6.38 kernel. I believe that the problem was with HDD, not with kernel or Linux itself.
  8. Replies
    1
    Views
    546

    [Linux Pinguy]

    Hi,

    I have 64bits Pinguy 11.04 (which is based on ubuntu 11.04).

    There is one annoying issue with Docky. When left side doc is hiding it leaves screen artifacts. Check recorded screen video...
  9. Re: LM11 does not see my second HDD, LM10 works totally fine

    Here is my session:


    $ sudo smartctl --all /dev/sdb
    smartctl 5.40 2010-07-12 r3124 [x86_64-unknown-linux-gnu] (local build)
    Copyright (C) 2002-10 by Bruce Allen,...
  10. Re: LM11 does not see my second HDD, LM10 works totally fine

    It took several reboots until I was able to reproduce the same problem. Here is output from the tools for the unsuccessful boot:

    "sudo lshw -class storage -class disk"

    *-ide ...
  11. Re: LM11 does not see my second HDD, LM10 works totally fine

    Sorry, just added more information to my previous post. The lshw/dmesg output is for successful boot. I'll reboot and post information for unsuccessful boot later.
  12. LM11 does not see my second HDD, LM10 works totally fine

    Hi,

    I just upgraded my computer from Linux Mint 10 to Linux Mint 11 and I have a problem with my second HDD that is used as a storage. The symptom is - approximately in 9 of 10 boots Linux does...
  13. Replies
    9
    Views
    3,571

    [ubuntu] Re: cannot update ssh

    I have similar issue on my ubuntu server. Did you solve the problem?

    I found something similar here http://forums.debian.net/viewtopic.php?p=160255
  14. [ubuntu] How to tell gvfs not to show fuse folder on my desktop

    I am working on an application that utilizes libfuse library. The application creates a virtual filesystem and runs some commands from there.

    The problem is when I mount the filesystem, gvfs (or...
  15. Replies
    12
    Views
    1,846

    Re: Fork in Unix C

    The man page is a good place to start from

    fork() function asks the underlying operation system to create a new process. Right after the fork() you have 2 *identical* processes that have their own...
  16. [all variants] Re: How to promote Intellij IDEA to Canonical repositories?

    Yeah, I know how to install it - I did it dozen times with EAP's. That is why I want simpler way, like

    $ sudo apt-get install intellij-idea-ic


    True, you cannot redistribute it. That is why...
  17. [all variants] How to promote Intellij IDEA to Canonical repositories?

    Intellij IDEA is IMHO the best Java IDEA. And Debian/Ubuntu users miss a lot not having it in the official repositories.

    Personally I use this script https://github.com/anatol/intellij-idea-dpkg...
  18. Replies
    7
    Views
    1,416

    Re: [VALA] Tray application

    Ok, here the working code:


    using Gtk;

    public class Main {

    class AppStatusIcon : Window {
    private StatusIcon trayicon;
    private Menu menuSystem;
  19. Replies
    4
    Views
    949

    [SOLVED] Re: Sound via HDMI but not via MB audio chip

    You are right. The chipset Audio has been disabled in BIOS. I feel like total noob <facepalm>.

    I was confused because it worked before, but then stopped when I tried to setup ATI dual-monitor...
  20. Replies
    4
    Views
    949

    [SOLVED] Re: Sound via HDMI but not via MB audio chip

    Here is the alsa-script information http://www.alsa-project.org/db/?f=387dcab3baaf159260fd3a0eb911872bee0f8e9f

    Thanks for the tip.
  21. Replies
    4
    Views
    949

    [SOLVED] Sound via HDMI but not via MB audio chip

    Hi,

    Recently I installed Ubuntu 10.10 64bit and I have a problem with it.

    I have a motherboard with internal audio card as well as I have ATI 2600 card. When I just installed Ubuntu 10.10 sound...
  22. Replies
    1
    Views
    3,788

    Promote a *.deb for Intellij IDEA to PPA

    Hi,

    I am a java developer and use Intellij IDEA on Ubuntu. Unfortunately IDEA is not a packaged as deb and every time Intellij releases new version I need to go to site/download/manually unpack...
Results 1 to 22 of 22