Search:

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

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    7

    [SOLVED] Re: tmpfiles problem

    for me, it was not root dir that had incorrect ownership permission, rather it was /var/lib. It was owned by user dhcpd.

    very much agree. would be nice to learn how they managed to figure it out....
  2. [server] Re: [SOLVED] Samba AD - how to get rid of it

    thanks for your point of view.
  3. [server] [SOLVED] Samba AD - how to get rid of it

    So, here's how I actually addressed the issue,,,, by commenting out samba-ad-ac:


    #!/bin/sh

    ### BEGIN INIT INFO
    # Provides: samba
    # Required-Start:
    # Required-Stop:
    #...
  4. [server] [SOLVED] Samba AD - how to get rid of it

    Just updated to 16.10 and now Samba is giving me errors.



    I don't need Active directory, i don't know why Ubuntu decided to configure AD for me during the upgrade to 16.10 but i hope it doesn't...
  5. [SOLVED] Re: Squid 3.5+ - How to Spoof SSL User Agent

    the solution is,,,,,,,,,,,, >>

    unless you have a CA issued from a root authority, use:


    ssl_bump splice all

    not
  6. [SOLVED] Squid 3.5+ - How to Spoof SSL User Agent

    Successfully able to spoof my user agent when the request is unencrypted over http. I've been trying, unsuccessfully, to spoof my user agent with encrypted requests over https.


    For the record,...
  7. [SOLVED] Re: preg_replace(): Compilation failed: for PHP 5.3.5-1ubuntu7

    Odd. You shouldn't have had to reboot the server just for libpcre.. but glad it worked itself out.

    you should mark thread as solved. =D
  8. Replies
    10
    Views
    848

    [ubuntu] Re: samba for users

    Why not just use the [Homes] directive?


    [homes]
    comment = H:\\%u (Home directory)
    path = /home/%u
    case sensitive = auto
    default case = lower
    preserve case = yes
    short preserve...
  9. Replies
    5
    Views
    1,867

    [ubuntu] Re: DNS/DCHP server

    /etc/resolv.conf is the file that the computer looks at to find out which DNS to query. It is generally OK to create/edit this file. I'm not sure why it says not to (mine does too) but I overwrote...
  10. [SOLVED] Re: preg_replace(): Compilation failed: for PHP 5.3.5-1ubuntu7

    Did you update CakePHP too? Odds are, CakePHP needs updating too.
  11. [SOLVED] Re: Display Hostname Instead of $ on SSH Log In

    Here's my colorful prompt code for .bashrc:


    # Prompt colors
    # Regular
    C_RED="\[\e[0;31m\]"
    C_GREEN="\[\e[0;32m\]"
    C_LIGHT_GRAY="\[\e[0;37m\]"
    C_RESET="\[\e[0m\]"
    C_BROWN="\[\e[0;33m\]"
  12. Replies
    4
    Views
    917

    [ubuntu] Re: How to chose mail server?

    I suggest Postfix + Courier-IMAP....

    Postfix is super easy to configure. Courier-IMAP supports both POP and IMAP. For spam filtering, I suggest DSPAM and use SQL to store rules. If you plan on...
  13. Replies
    5
    Views
    1,867

    [ubuntu] Re: DNS/DCHP server

    Personally, I found DNSMasq to be useful in certain environments but lately, I've been happy with ISC-DHCP-Server (aka DHCP-Server3). The developers of this DHCP server are the same as Bind9 so they...
  14. Replies
    7
    Views
    4,629

    [ubuntu] Re: Permissions issue on a Samba share

    I've set up my apache server to be a shared volume. I've set the owner/group to www-data, setguid to shared volume, and a few samba parameters to [@]www-data and when stuff is saved from a client,...
  15. Replies
    2
    Views
    1,489

    [all variants] Re: Mounting and Syncing a Time Capsule

    I could be wrong here but the only method of sharing your Time Capsule is via AFP. That's what Apple uses. Unless you hack the Time Capsule, I'm afraid you're stuck using AFP. Why not return the Time...
  16. Replies
    5
    Views
    1,690

    [ubuntu] Re: Ubuntu as Mac file server?

    Use ext4 and enable journaling... also, use Netatalk/Avahi over Samba. Netatalk was created specifically for Macs while Samba was created specifically for Windows. Granted, both work regardless of...
  17. Replies
    1
    Views
    607

    [ubuntu] Re: hfsplus mounting as read only file system

    A couple of things to check...

    1. Make sure your volumes allow the user/group that your share is set for (permissions)
    2. Verify that the option 'rwlist' is configured for your shared volumes
    ...
  18. Replies
    4
    Views
    1,913

    [ubuntu] Re: TimeMachine Backup with ubuntu and smb share

    you won't be able to use TimeMachine if you're using an SMB volume. You'll need to use Netatalk as netatalk has a time machine specific parameter for the volume you want to use. Just FYI....
  19. [ubuntu] Re: Updating to Apple iOS 6. Will devices still work in Ubuntu afterwards?

    Good idea. Just like it's always best to wait to update to new iOS when jailbroken, it's always best to wait when using a non-supported OS.
  20. [ubuntu] Re: Getting "You have entered an invalid username or password" - Netatalk/Avahi

    So what do your logs say? If you're not logging AFP, do so with the following in /etc/netatalk/afpd.conf:


    # AFPd Logging
    - -setuplog "AFPDaemon log_info /var/log/netatalk/afpd.log" \
    ...
  21. Replies
    1
    Views
    651

    Re: AFP cache issues

    To enable logs, add this to /etc/netatalk/afpd.conf:


    # AFPd Logging
    - -setuplog "AFPDaemon log_info /var/log/netatalk/afpd.log" \
    -setuplog "UAMSDaemon log_info /var/log/netatalk/uams.log" \...
  22. [ubuntu] Re: Netatalk Failure to connect using avahi hostname

    we can't help you much unless you post configuration files. I'd start with posting the following files:

    /etc/avahi/services/afpd.service
    /etc/default/netatalk

    I'm able to access via hostname...
  23. [ubuntu] Re: DDNS-updates - Ubuntu Server 8.04 + BIND9 + dhcp3-server

    I was having the same exact error (error: journal open failed: unexpected error). Apparmor was /not/ the issue, in fact, apparmor defaults for bind are just fine. The issue was that I was not telling...
  24. Poll: [ubuntu] Re: Landscape-Sysinfo - edit to display º f in MOTD

    And another person found this useful..... 2 years later.. thanks!
  25. [ubuntu] Re: AFP / Netatalk broken with 12.04 "Failed to create entry group: Not permitted"

    or one could just have configured netatalk to use the uams_dhx2_passwd.so auth module from the very beginning right? =)
Results 1 to 25 of 33
Page 1 of 2 1 2