Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 93 matches

by admoore
2015-05-06 21:51
Forum: General Debian
Topic: Joining Active Directory with realmd
Replies: 1
Views: 1891

Joining Active Directory with realmd

After spending about two days struggling through this, and not being able to find a reliable guide online, I wrote up a post on how to join Debian jessie to an Active Directory with realmd. If anyone would like to review it and give me feedback, the post is here: http://www.alandmoore.com/blog/2015/...
by admoore
2014-04-14 04:03
Forum: General Questions
Topic: minetestserver with inetd
Replies: 3
Views: 1109

Re: minetestserver with inetd

I was just looking for a simple way to have it start up only when we want to get on and play, without having to manually ssh in and start it. Not a big deal, I guess; right now I have it running from rc.local, and it doesn't seem to use up much when nobody's connected.
by admoore
2014-04-13 03:42
Forum: General Questions
Topic: minetestserver with inetd
Replies: 3
Views: 1109

Re: minetestserver with inetd

OK well part of my problem is that minetest uses udp, not tcp. So I changed inetd.conf to: 30000 dgram udp nowait minetest /usr/sbin/tcpd /home/minetest/bin/bozbarland Now when I try to connect, it starts and stops the script about a million times until I exit the client. I never actually get connec...
by admoore
2014-04-13 01:33
Forum: General Questions
Topic: minetestserver with inetd
Replies: 3
Views: 1109

minetestserver with inetd

I have a script on my debian box that starts up minetestserver with a world called "bozbarland". It looks like this: /usr/local/bin/minetestserver --world /home/minetest/.minetest/worlds/bozbarland It lives at /home/minetest/bin/ I can run it just fine from the command line on the server a...
by admoore
2014-03-11 16:53
Forum: General Questions
Topic: Postgresql backup best practices
Replies: 0
Views: 504

Postgresql backup best practices

Just setting up a new DB/web server and I was wondering if there's a recommended way to create regular postgresql backups easily. I could write a little bash script with pg_dump pretty easily, but it just seems like I'm reinventing the wheel here. Is this standard practice or am I missing something ...
by admoore
2014-01-18 04:04
Forum: Installation
Topic: squeeze update to wheezy failed
Replies: 5
Views: 3142

Re: squeeze update to wheezy failed

AN0NYM0US wrote:The original post was from October so I suspect the problem was solved or the user gave up.
Well... I guess so. Shux.
by admoore
2014-01-14 17:32
Forum: Installation
Topic: squeeze update to wheezy failed
Replies: 5
Views: 3142

Re: squeeze update to wheezy failed

Yeah usually the best approach in situations like this is to remove the problem packages and reinstall them after the upgrade is done. If APT won't remove them, sometimes this command is useful: dpkg -r --force-all <packagename> Though sometimes even that fails, and you have to do something silly to...
by admoore
2013-12-20 21:19
Forum: Programming
Topic: What language for developing operating systems?
Replies: 21
Views: 15830

Re: What language for developing operating systems?

This link is something interesting for those interested in OS design:

http://mikeos.berlios.de/

It's a simple OS written in assembly with a tutorial on how to create something like it. Probably a good introduction if you want to work with low-level things.
by admoore
2013-12-20 05:40
Forum: Installation
Topic: cannot creat new shop
Replies: 1
Views: 628

Re: cannot creat new shop

Maybe you can provide a little more context on what software you're using.
by admoore
2013-12-20 05:30
Forum: System and Network configuration
Topic: Unable to mount filesystem on HP P2000 SAS RAID on Squeeze
Replies: 2
Views: 936

Re: Unable to mount filesystem on HP P2000 SAS RAID on Squee

Does it make any difference if you insert those dm modules that Mint is using? e.g.: modprobe dm_raid Alternately, you could try adding those modules to the initramfs by adding their names to /etc/initramfs-tools/modules and then run: update-initramfs -u That's all assuming that missing modules are ...
by admoore
2013-12-10 03:34
Forum: Beginners Questions
Topic: Do I want to perform a "safe-upgrade" in update manager?
Replies: 10
Views: 2085

Re: Do I want to perform a "safe-upgrade" in update manager?

Thanks admoore, the few "unsafe" additions are for vlc (likely from the multimedia repo), and they appear to be downgrades, so I can figure out that I'll avoid them. For something like Firefox, though, in which a new version will replace the old version, I'm guessing I should go ahead and...
by admoore
2013-12-09 21:04
Forum: Installation
Topic: Standard system utilities
Replies: 5
Views: 12180

Re: Standard system utilities

The packages installed by that task can be seen by running this command: aptitude search ~pstandard ~prequired ~pimportant -F%p If you're really trying to crunch Debian into a tiny space, you can probably skip it, but you'll probably end up installing a lot of those things explicitly to get a functi...
by admoore
2013-12-09 15:34
Forum: Beginners Questions
Topic: Do I want to perform a "safe-upgrade" in update manager?
Replies: 10
Views: 2085

Re: Do I want to perform a "safe-upgrade" in update manager?

The biggest concern with a "full-upgrade" is that you're going to run into some kind of package conflict that will require something important to be uninstalled. This is where those "I ran an update and it uninstalled my desktop environment!" horror stories come from. At worst, y...
by admoore
2013-12-09 14:44
Forum: General Questions
Topic: Installing CUPS on an offline computer.
Replies: 4
Views: 1325

Re: Installing CUPS on an offline computer.

Do i go here and download the other disks (debian-7.2.0-i386-CD-2.iso.torrent, debian-7.2.0-i386-CD-3.iso.torrent, ect)? Yeah, you could do that; but it's a boatload of CDs (67 in all) these days to download all of debian. Seems an awful chore and waste just for one package. There's probably a way ...
by admoore
2013-12-09 04:01
Forum: General Debian
Topic: Gnome or KDE( or alternative)
Replies: 61
Views: 27318

Re: Gnome or KDE( or alternative)

This is definitely digging their own grave, in the world of free software, customization and variety of user choices is key. Not only that but they're dragging GTK3 down with them. They even requested that apps bundled with Gnome, removed the status icon options and references, since it wasn't on t...
by admoore
2013-12-06 21:28
Forum: System and Network configuration
Topic: [SOLVED]stable vs unstable dilema
Replies: 8
Views: 2105

Re: stable vs unstable dilema

My preferred method of installing things from unstable is to download the sources (using apt-src, e.g.) then compile them against my stable install.

Do you have multiarch enabled on your system?
by admoore
2013-12-06 21:20
Forum: General Questions
Topic: Installing CUPS on an offline computer.
Replies: 4
Views: 1325

Re: Installing CUPS on an offline computer.

cups packages would be on CD1 wouldn't they? If the install CD is still in sources.list, you might be able to slip in CD1 and use tasksel to install the "print server" task.
by admoore
2013-12-06 16:50
Forum: General Debian
Topic: After 3 years of frustration, I'm downgrading to Squeeze
Replies: 71
Views: 29512

Re: After 3 years of frustration, I'm downgrading to Squeeze

One of the reasons Microsoft and Apple are who they are is because they bend over backwards to provide what’s called backwards compatibility. I have software that I bought in 1998 that still runs on Windows 7, 8 etc. Since we're talking about a desktop environment, let me see if I understand you: I...
by admoore
2013-12-05 21:10
Forum: General Questions
Topic: root directory full
Replies: 7
Views: 2602

Re: root directory full

I can't resize a partition when it is mounted? I think on windows is possible (I know this because I'm studying windows server and local administration). I can't say for sure; I know you can expand a drive when it's mounted, but shrinking may require unmounting. I'm not an expert on LVM, though, ju...