Micro.Fragdev.com Micro.Fragdev.com
  • Login
Identi.ca refugees welcome!
Ask for a Micro.Fragdev.com invite today!
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • Directory

Conversation

Notices

  1. x1101 x1101 Windigo | ☴

    @windigo is there some ‘allow image uploads’ setting/plugin for #SN that you have disabled/dont have? I cant seem to upload pics :(

    Thursday, 29-Dec-11 20:27:34 UTC from heybuddy at R'lyeh
    • gomerx gomerx

      It works for me on my instance and I didn’t do anything special. $statusnet/file needs to be owned or writeable by apache.

      Thursday, 29-Dec-11 20:36:30 UTC
    • sazius sazius gomerx

      Works for me on my instance (I just tested it). And I don’t have any special plugins. So, what @gomerx said.

      Thursday, 29-Dec-11 20:43:34 UTC
    • Charles Roth Charles Roth

      @x1101 you can however add configs for larger posting limits and ogg files.

      Thursday, 29-Dec-11 20:46:06 UTC
    • jpope jpope

      @x1101 Check the file size of the image you are trying to upload too. Seems there is a 5mb limit set on the default SN install.

      Thursday, 29-Dec-11 20:49:18 UTC
    • Charles Roth Charles Roth jpope

      @jpope also a default monthly limit.

      Thursday, 29-Dec-11 20:57:11 UTC
    • Windigo | ☴ Windigo | ☴

      I ran into that a couple weeks ago – I have the file permissions set correctly, and can’t figure out why it won’t allow it…

      Thursday, 29-Dec-11 21:25:08 UTC
    • x1101 x1101 Windigo | ☴

      @windigo so its a known issue? Lemme know if you wanna try to dig thru some log files and kick this thing in the ass

      Thursday, 29-Dec-11 21:30:58 UTC
    • Windigo | ☴ Windigo | ☴

      Hah, that reminds me – I need to set Status.net to stop dumping all it’s logs into /var/log/messages and… wait, is that XML? O_O

      Thursday, 29-Dec-11 21:50:23 UTC
    • x1101 x1101 Windigo | ☴

      @windigo if you need any help with syslog/syslog-ng or a custom log parser, I know a guy who is good at that (read its me)

      Thursday, 29-Dec-11 21:53:13 UTC
    • Windigo | ☴ Windigo | ☴

      I might. I’ve heard tales of the statusnet logs being notoriously noisy – I’m activating the ‘LogFilter’ plugin, and I’ll see what’s left.

      Thursday, 29-Dec-11 21:55:15 UTC
    • gomerx gomerx

      Actually you can use ‘ $config[‘site’][‘logfile’] = ‘<path/to/logfile>’ to use a separate log file.

      Thursday, 29-Dec-11 21:56:35 UTC
    • x1101 x1101 Windigo | ☴

      @windigo I make that suggestion because I am kinda known around the office for writing bash scripts to parse logs into something readable

      Thursday, 29-Dec-11 21:56:46 UTC
    • Windigo | ☴ Windigo | ☴ sazius , gomerx

      Thank – I copied the logs lines from @sazius and modified to suit. Still working on adjusting the log level, I think…

      Thursday, 29-Dec-11 22:09:49 UTC
    • Windigo | ☴ Windigo | ☴

      I will definitely send you some info when I get there: They’re dumping whole XML feeds into these frickin’ logs. :P

      Thursday, 29-Dec-11 22:11:28 UTC
    • Windigo | ☴ Windigo | ☴

      So what happens exactly when you try to attach a file? I don’t have the interface, so I can’t give it a go.

      Thursday, 29-Dec-11 23:23:49 UTC
    • x1101 x1101 Windigo | ☴

      @windigo from mustard I get a 400 error. From web I don’t even see the option

      Thursday, 29-Dec-11 23:27:01 UTC
    • Charles Roth Charles Roth

      @x1101 as admin in /panel/paths/ is the directory for attachments specified? (all this on the webUI)

      Thursday, 29-Dec-11 23:32:27 UTC
    • x1101 x1101 Charles Roth

      @parlementum this is @ Windigo’s instance, so I don’t have admin

      Thursday, 29-Dec-11 23:37:09 UTC
    • Windigo | ☴ Windigo | ☴ Charles Roth

      It is indeed – and it’s writable by the apache user as well.

      Thursday, 29-Dec-11 23:44:28 UTC
    • Charles Roth Charles Roth

      @windigo I’m all out of ideas then :(

      Thursday, 29-Dec-11 23:46:05 UTC
    • gomerx gomerx

      Is your apache running as ‘apache’ and not ‘www-data’?

      Thursday, 29-Dec-11 23:48:35 UTC
    • gomerx gomerx gomerx

      Which is a stupid question, but someone had to do it.

      Thursday, 29-Dec-11 23:48:58 UTC
    • Windigo | ☴ Windigo | ☴

      I almost think we might be running into this bug, but it could be config related: http://status.net/open-source/issues/1739

      Thursday, 29-Dec-11 23:49:41 UTC
    • foonetic (lnxwalt) foonetic (lnxwalt)

      I also have this going on.

      Thursday, 29-Dec-11 23:55:47 UTC
    • Windigo | ☴ Windigo | ☴ gomerx

      Heh, it’s running as ‘www-data’ as far as I know – but I’ve been wrong before. I’ll double-check. :D

      Thursday, 29-Dec-11 23:58:08 UTC
    • Windigo | ☴ Windigo | ☴ foonetic (lnxwalt)

      Are you running on Debian Squeeze?

      Thursday, 29-Dec-11 23:58:17 UTC
    • Windigo | ☴ Windigo | ☴ Charles Roth

      Yeah, it seems like a pretty oddball issue. Quite possibly permissions based somewhere along the line. I’ll keep lookin’. :)

      Thursday, 29-Dec-11 23:58:52 UTC
    • gomerx gomerx

      Well, avatars work, so as long as avatar/ and file/ have the same permissions and ownership that’s not the problem.

      Friday, 30-Dec-11 00:00:26 UTC
    • gomerx gomerx

      If apache can’t write the attachment to the directory, I’ve think you’d have somethin in the apache logs (as opposed to statusnet logs)

      Friday, 30-Dec-11 00:01:16 UTC
    • Windigo | ☴ Windigo | ☴ gomerx

      Apache process runs as ‘www-data’, but the queue daemons run as my user…

      Friday, 30-Dec-11 00:02:59 UTC
    • gomerx gomerx

      Oh. That’s different. Some of my attachments are written by apache and some are my queuedaemons.

      Friday, 30-Dec-11 00:06:02 UTC
    • Charles Roth Charles Roth gomerx

      @gomerx but if the option isn’t even showing on the webui….

      Friday, 30-Dec-11 00:06:12 UTC
    • gomerx gomerx

      You may need to run daemons as www-data or do some tricky group permissions thing.

      Friday, 30-Dec-11 00:07:49 UTC
    • foonetic (lnxwalt) foonetic (lnxwalt)

      Fixed. I neglected to fill in the attachments path.

      Friday, 30-Dec-11 00:08:19 UTC
    • gomerx gomerx Charles Roth

      You mean there’s no button to do an attachment once someone starts a post? I didn’t get that part.

      Friday, 30-Dec-11 00:09:47 UTC
    • Windigo | ☴ Windigo | ☴ gomerx

      Yeah, that’s what we’re seeing (or not seeing, I suppose).

      Friday, 30-Dec-11 00:11:41 UTC
    • Windigo | ☴ Windigo | ☴ foonetic (lnxwalt)

      Maybe I’ve got the path listed wrong – what did you set the path as? Did you use an absolute or relative path?

      Friday, 30-Dec-11 00:12:29 UTC
    • Charles Roth Charles Roth foonetic (lnxwalt)

      @lnxwalt \o/ and Happy New Year!

      Friday, 30-Dec-11 00:14:11 UTC
    • jeff jeff

      Mines is like this here:

      Friday, 30-Dec-11 00:19:33 UTC
    • foonetic (lnxwalt) foonetic (lnxwalt) Windigo | ☴

      I just copied the corresponding avatars path, replacing avatar/ with file/

      Friday, 30-Dec-11 00:33:10 UTC
    • Windigo | ☴ Windigo | ☴ foonetic (lnxwalt)

      Yeah, I’ve got the same thing – it doesn’t look like it’s caused by the paths here. Thanks for the help though!

      Friday, 30-Dec-11 00:39:36 UTC
    • Windigo | ☴ Windigo | ☴

      Okay, I’m gonna take a look at this later, hopefully with a fresh head. :P

      Friday, 30-Dec-11 01:52:19 UTC
    • foonetic (lnxwalt) foonetic (lnxwalt) Windigo | ☴

      @windigo No, I’m using Ubu LTS server edition after 7 years working in the Windows world.

      Friday, 30-Dec-11 02:05:14 UTC
    • Windigo | ☴ Windigo | ☴ foonetic (lnxwalt)

      My first VPS is still running an older version of Ubuntu server. Good stuff. :)

      Friday, 30-Dec-11 02:56:38 UTC

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Micro.Fragdev.com is a microblogging service brought to you by your friends at the Windazon Corporation. It runs the StatusNet microblogging software, version 1.1.0-release, available under the GNU Affero General Public License.

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License All Micro.Fragdev.com content and data are available under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License license.