Fedora Servers :: How To Setup Weave Minimal Server

Feb 14, 2011

As I do not want to entrust my firefox data Mozilla's Server and have a server runnig anyway, I wanted to setup a server which provides weave service. I found this and know from different sources of the web that this indeed works: [URL] It is a stripped down Weave server intended for personal use. All in all, it does not sound to complicated. The developer says

Quote:

You ll need a relatively recent php with sqlite, mbstring and json support, and apache, preferably running ssl. Give it a shot and let me know how it worked for you in the comments. I have Fedora 14. Only problem is that Fedora does not provide a php-sqlite package. For this I found a repo [URL] So I installed php-sqlite (as well as php-pdo, php-cli and php common) with

Code:

yum --enablerepo=remi intstall php-sqlite

In consequense all php releted stuff was replayed by remi provided packages. In addition I installed json to get JSON support. The author describes the setup quite easy as follow:

Quote:

SERVER SETUP

Add the following line to your apache config:

Alias /weave /<path to this folder>/index.php

Restart your apache server. Point your browser at h[URL]. Enter "blah" for the username and garbage for the pwd. Auth will fail, but it will create the db (you can cancel the subsequent request for auth). You should now see a file called weave_db in the directory.

You can create and delete users by running the create_user script.

CLIENT SETUP

in about.config, set extensions.weave.serverURL to [URL] You can run it under http, but this is insecure and not recommended.If I disable or set SELinux to permissive mode I can point my browser to [URL] Here starts the trouble. After attemping to login no weave_db is created. I tried even 777 permission in that directory. I can run the create_user script with php and add a user, but the database does not seem to be recognized, I am unable to login into weave service.

View 4 Replies


ADVERTISEMENT

Ubuntu Servers :: Create A New Server Package And Leave Minimal Minimal?

Feb 17, 2010

After a long time I tried ubuntu(9.10) again on my fileserver, I have some remarks; why does a minimal server installation include X/openoffice? I don't need document conversion on a fileserver and I bet a lot of people don't. Wouldn't it be better to create a new server package and leave minimal minimal? low memory installs (64mb) don't work unless you configure swap by hand in between things, 64mb ram is a lot in my eyes. I mean, not to be rude but if I wanted all this I could've better installed Solaris.

That said it's stable and running fine. Since it's my home fileserver I tried to convert my previously created raid10 mirror on an adaptec 1200 card to a softraid 5 solution. This is wat I did:

[Code]...

View 6 Replies View Related

Ubuntu Servers :: User Rights With Minimal GUI On Server?

Jan 17, 2011

I am trying to set up a simple home file-server for media and backups, using an old Atom board I had lying around and 1GB memory, so I don't want a full desktop. All goes well with installing server 10.10, using LVM for my data disk. However, I wanted some GUI tools since I am not familiar with the CLI, so I installed gdm, xorg, and gnome-core as suggested in some threads and forums.So far so good, it boots into the Gnome desktop, but I can't get sudo access with anything (synaptic, gkedit, etc.) - always "incorrect password". I am fine from the console; I reset my user password, no luck; I set up another admin user, and that also works in console but not the desktop.I have no idea where to go next and can't find anything that works in the forum

View 4 Replies View Related

Fedora Servers :: Setup A FTP Server On 11?

Nov 15, 2009

i have been searching ways to setup an ftp server. but it seems, everything i tried does not work or not what i wanted.how to setup an ftp server, allowing only permitted users. I'm using the desktop edition live cd.

View 4 Replies View Related

Fedora Servers :: Setup A Mail Server On My LAN ?

Apr 7, 2009

I want to setup a mail server on my LAN. I want to send e-mails from 1 system to another systems.

View 8 Replies View Related

Fedora Servers :: How To Setup The DHCP Server

Aug 1, 2009

I have a small office setup all on public ips and was trying to work out the best way to move the wearhouse computers on to private ips and leave offices on public ips I have server with 2 nics and i have two switches What i am after is how to set it up so all computers can still see each other but private can not access net All the office computers via switch 1 Public IPs All the wearhouse computers via switch 2 Private IPs

1 DHCP server
3 Routers from ISPs going to switch one
Both switches going to DHCP Server

View 2 Replies View Related

Ubuntu Servers :: Install A Minimal X/windows Manager On Server - Can't Open Display

Sep 18, 2010

trying to set up a very minimal X on my 10.04 64 bit version of Ubuntu running nothing but Open SSH and acting as a firewall/router, making a PPP connection. The reason, is that I want to set up KVM/Qemu and run a virtual machine. The virtual machine will have a graphical environment and will be connected to my TV so that I can watch movies, stream TV etc. using it. So far, I have done the following:

sudo apt-get install xserver-xorg xserver-xorg-core miwm

When I try to run miwm the error message is:

(null): can't open display.

I have no DISPLAY variable set, but even when I set one myself using export DISPLAY=:0.0 it makes no difference.

View 9 Replies View Related

Fedora Servers :: Unable To Setup Tftp Server?

May 10, 2010

You are running tftpd as an on demand server i.e. it is only fired up when it is needed. Services run by xinetd are always run on demand. Have you actually tested if tftp on another system can access your PC i.e.

Code:
tftp your_pc_ip_address

View 2 Replies View Related

Fedora Servers :: Setup RAID On DELL Server With F10 64Bit OS?

Jan 22, 2009

I have had no problem installing Fedora OS on any of my Dell servers prior to this post. Anyway, I wouldn't call this a problem but recently, we bought another DELL server with Quad Core, 4GB, etc... AND this model has 2 swappable SAS Harddrives.

I wouldn't call myself an expert but then again I am not a newbie too. However, I have never setup any RAID before and now I am forced to setup RAID1 on this server. So, in a way, I am a newbie in setting up RAID

Would someone please point me in the right direction as I have no idea what I am supposed to do to setup the RAID. FYI, I will be installing Fedora 10 64bit on this server. I would appreciate if you can start from the very beginning, ie. partitioning, formatting the harddrives during OS installation, etc..

View 3 Replies View Related

Fedora Servers :: Setup A Samba Network Share With A Directory Server Backend?

Feb 24, 2009

I'm trying to setup a Samba network share with a Fedora Directory Server backend. This will be used primarily for Windows users to authenticate before accessing the share. I am using Fedora Core 10 and have all of the latest updates installed. When I try to connect from a Windows machine, I am prompted for a username and password. I enter the username and password of the account I created in Fedora Directory Server in OU=People. The credentials are rejected. At the same time in the log file I see this:

[2009/02/24 16:50:16, 3] auth/auth_sam.c:check_sam_security(282)
check_sam_security: Couldn't find user 'Administrator' in passdb.
[2009/02/24 16:50:16, 2] auth/auth.c:check_ntlm_password(318)
check_ntlm_password: Authentication for user [Administrator] -> [Administrator] FAILED with error NT_STATUS_NO_SUCH_USER

Administrator is the user I created in Fedora Directory Server. If I perform an ldapsearch it will find the user as uid: Administrator so I know it is able to be looked up in FDS. But I'm guessing that's not the problem.

[Code]...

View 4 Replies View Related

Ubuntu :: Setup Updates On Minimal Install Iso?

Jul 16, 2011

So I downloaded the ubuntu 10.10 minimal install iso cd because I wanted to make an install with only the things that I needed instead of the ubuntu's full cd iso that comes with a bunch of things I don't need or use.I have set everything up right, and everything is working fine. But I would like for my programs to get updated. When I check the update manager, there are no updates there, the only thing that shows is an available upgrade to 11.04( which I don't want to upgrade to) . I would like to know, How can I set up this minimal install to get updates regular like the Full ubuntu distributions? and have all my programs updated, and also be warned when there are new updates for my machine? as it is on a normal ubuntu install. Is this possible to do??

View 4 Replies View Related

Ubuntu :: Install A Minimal Gnome Setup Without Any Of The Usually Installed Apps

May 25, 2011

I'm trying to install a minimal Gnome setup without any of the usually installed apps. Last time I tried this it worked fine but that was a couple of years ago (see this thread if you're interested). The closest I've got so far is to install a CLI system from the alternate install CD and then run:

Code:
sudo aptitude update
sudo aptitude -y full upgrade
sudo aptitude -y install xorg gdm gnome-core plymouth-theme-ubuntu-logo ubuntu-artwork jockey-gtk network-manager synaptic

The problem is that one of these packages (I think that it's gnome-core) installs Epiphany, Evince, Evolution, Gwibber and Ubuntu One which I don't want. how to get a minimal system installed without these apps?

View 5 Replies View Related

Ubuntu Servers :: Setup A Dedicated Web Server With Server 10.10 ?

Nov 24, 2010

After installation Ubuntu Server 10.10 I don't know what to do next to access to the Internet.

View 9 Replies View Related

Debian Multimedia :: Dual Monitor Setup On Intel Chipset - Netinst Minimal Install

May 14, 2010

I'm trying to get dual monitors working on a fresh install of debian from the netinst install cd. I did not allow the installer to download any packages and then manually installed xorg gnome-core & gdm using apt-get.

The monitors are plugged into the onboard vga and dvi ports of my motherboard. I believe the chipset is intel.

At the moment the displays are cloned.

I don't know much about xorg.

This is my xrandr output:

View 1 Replies View Related

Ubuntu Servers :: Small Server Setup Possible?

Jan 5, 2010

i got an old server with a 64mb flash-disk in.this seems to be the boot-disk.would it be possible to get ubuntu server on this?there is also an ide-disk in.in my opinion it should be good to boot of the flash disk and put the /home or /srv on the ide disk.someone any ideas about this?

View 9 Replies View Related

Ubuntu Servers :: Setup The Server From The Beginning

Oct 8, 2010

I am completely new to everything linux, however I decided that it was time to do something with an old pc I had and I was thinking of setting it up as a home server. I look around for an easy guide on how to set up the server from the begining but I can't seem to find one that's good for a complete beginner like me.What I would like to do is to had the server as a place where I keep all my movies, music etc and be able to acces it from my home network and also from outside of it. Also, I would like to connect my two printers to this server and share them on the network.

Is there a place where I can find simple information about what I want to do and is it possible for a complete beginner like me to do what I want to do?

View 9 Replies View Related

Ubuntu Servers :: How To Setup A TFTP Server

Nov 12, 2010

I am trying to setup a TFTP server and followed these instructions in setting up TFTP-HPA.

[URL]

I pretty much followed every step but commented out these two lines from the /etc/xinet.d/tftp.

# only_from = 172.31.0.240/28
# interface = 172.31.0.252

Do we really need the lines if I am allowing any machine to connect? And I have only 1 network card. This is acting as a dedicated TFTP server.I ask as I get an error on the get and put commands as below:

tftp> get xxx.txt
tftp: error received from server <File not found>
tftp: aborting

However although it gives an error it DOES GET the file.The put command however does NOT put the file. I have nobody / nogroup setup for the directory permissions as well.

tftp> put .vimrc
tftp: error received from server <File not found>
tftp: aborting

View 1 Replies View Related

Ubuntu Servers :: Setup A Server For The Company?

Jan 11, 2011

I need to set up a server for my company.There are only 4 people working here and we want a server that will allow us to run a cloud-like system. We want to be able to log in and use programs and have our files available from within the office and at home. I've used Citrix in the past and would like something similar, but free/open source if possible.I want an Ubuntu based server that gives the user a windows compatible environment. What I mean is it needs to be able to run windows software.What kind of hardware do I need? We want to run fairly resource hungry software like GIS and mapping software. I want to run Ubuntu server but what other software will I need?

View 9 Replies View Related

Ubuntu Servers :: How To Setup A Dhcp Server

May 30, 2011

Ive tried on multiple occasions to setup a dhcp server, but all the google searches return legitimate results it seems, and ill set everything up, except the last few instructions i have to configure /etc/dhcp3/dhcpd.conf and /etc/default/dhcp3-server, but ubuntu says its not there.Im running Ubuntu Server 11.04 and using nano to edit files

View 4 Replies View Related

Ubuntu Servers :: Setup A SQUID Server On Red Hat

Aug 2, 2011

I am trying to set up a SQUID server on my Red Hat Linux 7.3. to act as a cache server.

The machine has 2 network interface:

eth0 172.30.254.4/23
eth1 172.3.254.65/23
Default gateway is 172.30.254.19/23
The hostname is "amelie".

[Code].....

View 2 Replies View Related

Server :: Setup The Servers In A RAID Configuration?

Apr 15, 2010

I am rebuilding two microsystems servers and I need some advice to make my dreams come true.I want to setup the servers in a RAID configuration and want to install a GUI Linux application to manage a file server, manage a subnet, and host a Moodle on my subnet.I am planning to use Asus eee netbooks running Linux as my client computers. I basically need to be able to get my kids on the web and be able to have them use some open source office suite tools. No major crunching. I'll have two Macs for that.

View 3 Replies View Related

Ubuntu Servers :: Setup Email Alerts For SVN Server

Jul 21, 2010

I recently setup a server running subversion. It is working well and all, but I am curious as to how to make it send out email alerts to my team when a commit occurs.Also, are their any good GUI tools to manage a subversion server in Ubuntu. The command line is fine since I made some scripts but a nice GUI would be great! Maybe that could be a fun project to work on.

View 1 Replies View Related

Ubuntu Servers :: Setup Virtual Web Server On Laptop?

Sep 20, 2010

I'm running Ubuntu 10.04 server as a guest on a Windows 7 host using VirtualBox. I've set the VirtualBox configuration to use a Bridged network connection so that I can access the internet through the Ubuntu guest and to access the Ubuntu apache server through my Windows host.This is all running on my laptop which connects to various routers using dhcp (some ip addresses start with 198. while others start with 10.) What I need is a single static ip address (or hostname/url) to setup my cms (drupal).how I can accomplish this given the varying routers the laptop connects to?

View 6 Replies View Related

Ubuntu Servers :: Setup A Secure And Reliable Server?

Dec 27, 2010

how to setup a secure and reliable server, i have three ubuntu 10.10 servers a Dell PowerEdge 850,1850 and 2850 which has a Dell PowerVault 220s attached to it.The Dell PE850 Server Consists of:

Intel Pentium D 3.0GHz
4 GB RAM
Eventually 2x250GB Sata Hard Drives

The Dell PE850 Server Consists of:

2xIntel Xeon Processors 3.4GHz
4 GB RAM
2x76GB SCSI Hard Drives RAID 1

The Dell PE850 Server Consists of:

2xIntel Dual Core Processors 2.8GHz
4 GB RAM
6x76GB SCSI Hard Drives RAID 5 (pretty sure)
Dell PowerVault 220s

I would like to setup a reliable webserver, mail server, DNS and Dynamic DNS, DHCP, SQL, FTP, Samba (with Roaming Profiles), PXE Boot Server.I know how to setup most of the server modules, i would just like to know the best way to do it tho. I also want to no how to setup the secuity of the system correctly, and setup and partition up my hard disks to allow for the best reliabilty, even when a server crashes.I would like to now how to set these servers up from start to finish in a sence.

View 1 Replies View Related

Ubuntu Servers :: Secure File Server Setup

Dec 29, 2010

I am going to set up a file server on Ubuntu. I have searched a while, but can't seem to find a guide to what I want. The requirements specifications are the following:File server: possible to upload, change and download files.Linux (Ubuntu) clients, Windows clients if possible.Access restriction to deny access to other than registered users.Only the user should be able to read the content of the files.Ideally root should not be able to see the individual files, but in worst case it is ok for root to see the files.Root should not be able to open the files.Point 1-3 is easy to find out how to set up. But I can't seem to find a way to deny root to view the files. The only solution I can think of is to encrypt files or a whole folder, but I don't know how to set it up.

The setup is for a home network, but the server used as a file server will have a web server as well. If someone manages to get access to the server I don't want them to be able to read the files.

View 5 Replies View Related

Ubuntu Servers :: Setup A DNS Server On Local Network?

Jun 14, 2011

I am trying to setup a DNS server on my local network. When I set linux clients to use it, it works as expected. However, when I set windows clients to it, the root name doesn't resolve. For example, I have a zone called daniel. On linux "anything.daniel" resolves to the correct ip as does "daniel" which is the behavior I want. However, on windows 7, "anything.daniel" resolves correctly, but "daniel" doesn't. I am new to BIND9 so my config is mostly copy and pasted. Here is my zone file for daniel (where #.#.#.# is the ip I want daniel to resolve to):

@ IN SOA ns1.daniel. admin.daniel. (
2007031001
28800
3600

[code]....

View 1 Replies View Related

Server :: Configure/Setup DHCP, TFTP Servers?

Feb 23, 2010

I've tried to configure DRBL server to use Clonezilla and that is required me to setup DHCP, TFTP servers.But I've gotten a lot of errors from them - so please look at my attachments from /var/log/messages and dhcpd.conf - help me to find out what are wrong with them.

[Code]...

View 1 Replies View Related

Ubuntu Servers :: 10.04 Minimal - Login Info Warning

Sep 30, 2010

I installed Ubuntu 10.04.1 Server x86_64 minimal, updated, upgraded, then I blacklisted all not used modules in /etc/modprobe.d/blacklist.conf:

[Code]..

System information disabled due to load higher than 1. What caused that ? It is a test system in VirtualBox.

View 7 Replies View Related

Ubuntu Servers :: Setup A File Server For A Small Office?

Mar 8, 2010

I am trying to setup a file server for a small office but have hit a couple of hurdles, is there a step by step guide how to setup a network for windows and mac computers to use it? I had setup a share etc but once I restarted the server all the files disappeared which I had in the home folder? Also when I setup users how can I use passwords that I select as everytime I set one it encrypts it and uses that instead of my one?

View 2 Replies View Related

Ubuntu Servers :: CO.CC Free - Setup An Email Server For Domain

Apr 6, 2010

I have regged a Domain on CO.CC

Is it possible to setup an email server for that Domain on my Ubuntu box?

like: user@domain.co.cc

All for free?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved